diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 index 5e82468..a5689be --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,100 @@ +

Version 0.2

+ +

SUMMARY:

+ +The folder structure has been modified to simplify things and prepare it for an eventual install script. Most changes are internal, fixing bugs and cleaning up the codebase. Updated to work with KDE Plasma 5.27.7. + +Major changes in this release include the addition of documentation, the reflection effect for KWin, a login splash screen, and a complete redesign of Seven Tasks' context menu. An important change is that AeroColorMixer has been deprecated in this release, and most of the codebase has been merged with the reflection effect. This change simplifies the process of applying accent colors to windows and eliminates the need to directly edit config files and SVG textures. Additionally, this change now lets the user see the accent color changing in real time as they configure the effect. + +An effort is being made to standardize the internal codebase as well as the internal folder structure. The documentation is not complete, but I feel that it's a good start. + +The install script is a very early WIP, and I don't recommend using it, I'm not particularly happy with its current state so I have chosen to leave it in the "Testing" folder. Initially I wanted to include an install script for this release of AeroThemePlasma, but ultimately I decided it would be best to keep working on it and hopefully come up with a more sophisticated solution than whatever this is right now. The same goes for the Global/Look and feel theme, it's still early in development and probably broken right now. + +Lastly, I'd like to apologize for the radio silence and for taking so long. I haven't been in the right space for a while now, and recovery has taken up most of my time and energy, I hope that's understandable. Regardless, thank you for your patience if you've waited this long. + +

NEW:

+ +- Added Aero Splash Screen (io.gitgud.wackyideas.aerosplashscreen). +- Added documentation for various components of this project. +- Added a KWin reflection effect. +- Added a KWin task switcher (Thumbnail Seven). +- Added a new color in the list of predefined accent colors (Sunset). +- Deprecated AeroColorMixer, code has been merged with the reflection effect. + +

CHANGED:

+ +

Meta:

+ +- [INSTALL.md](./INSTALL.md) has been updated to reflect the new changes in the internal folder structure. +- Most folders now have underscores instead of spaces in their names for easier handling for the future install script. +- Most plasmoids have been renamed in a more standardized fashion. +- Most plasmoids no longer have their own folder, and they're now only separated between User and System widgets. +- Color scheme has been renamed to AeroColorScheme. +- The icon and cursor themes are provided as tar archives. +- Most plasmoids now use their own internal SVG textures instead of pulling them from Seven-Black. In the future, Seven-Black will get rid of these non-standard SVG elements. +- Removed the accent color in all SVG textures from Seven-Black, as that is now handled by the reflection effect. +- Most plasmoids now have updated default configs, reducing the amount of work needed during installation. +- Minor changes done to the Plasma style. + +

Icon theme:

+ +- The icon theme now optionally depends on the [Oxygen icon theme](https://invent.kde.org/frameworks/oxygen-icons5). +- Updated a lot of icons, mainly related to icons related to Office and development. + +

Seven Start:

+ +- Start menu orbs are now included within the project itself and are provided as a default option. +- Start menu orbs now behave more like Windows 7's menu orbs, removing the animated transition between hovered and pressed states, as it was causing weird visual bugs. +- Sidebar items can now be toggled on or off. +- When adding the widget, it won't add default favorite items anymore. +- The entire start menu now has basic keyboard navigation support. It's still a bit rough around the edges, but everything works. +- The profile icon now sticks out of the start menu when compositing is enabled. When compositing is disabled, the icon is moved fully inside the start menu. +- The profile icon now crossfades into icons depending on the selected sidebar item. +- The search text box now has a decorative magnifying glass icon on the right. + +

Desktop containment:

+ +- Tooltips no longer show the icon of the hovered item. +- Reduced padding as a result of text alignment. +- The textbox that appears when renaming an item is now properly aligned. + +

DigitalClockLite:

+ +- Added a link label at the top of the expanded representation representing the currently selected date. Clicking on it will select the current day. + +

Kvantum:

+ +- Changed the tooltip to look more like Windows 7's tooltip design. + +

Seven Tasks:

+ +- Completely redesigned the context menu to match the appearance from Windows Vista and 7. +- The context menu won't aggressively grab key inputs anymore, unlike standard context menus. +- Seven Tasks will no longer create pinned tasks when adding the plasmoid to a panel. +- Tooltips now have a dedicated SVG texture for the close button. +- Tooltips that display cover art now have a textured frame around the blurred background of the cover art. + +

Smaragd Seven:

+ +- Updated to provide a correct blur region. +- Smaragd Seven no longer requires the reflection texture to function, as that is now handled by KWin's reflection effect. + +

FIXED:

+ +- Added higher resolution icons so certain plasmoids don't display their low resolution counterparts. +- In the expanded view of the system tray, the icon highlight won't get stuck anymore when the mouse exits an icon. +- Clicking on an icon in the compact view of the system tray will now always close the expanded representation, if applicable. +- Seven Start now accepts key inputs more consistently and will no longer accept unprintable characters to the search text box. +- Seven Start will no longer try to open Dolphin when opening sidebar entries. Instead, it will open the directories using the default file manager on the system. +- Fixed bug in the Desktop containment where the symlink icon in the corner is drawn smaller than it should be when the icon is provided by a thumbnailer plugin. +- Smaragd Seven no longer renders the fake reflection effect. +- Kvantum will no longer attempt to blur certain elements like tooltips. +- Updated plasmoids to work with the latest version of KDE. +- Minor visual enhancements in various aspects of this project. +- Certain tooltips are no longer rendered incorrectly (this could have just been a problem on my machine) +- Seven-Black has updated panel margins so that panels now render correctly on newer versions of KDE. +- Minor bugfixes and fixing deprecated code. +- The color mixer window (formerly AeroColorMixer) has been fixed to work with Wayland.

Version 0.1 (Formal release)

@@ -9,10 +106,6 @@ The biggest changes were made to the Start Menu, System Tray, the Date & Time, a This release also features a new Qt visual style for Kvantum, which is supposed to replace QGtkStyle for Qt applications. The GTK2 theme is still available for GTK2 applications, and can optionally still be used for Qt applications as well. -**Authors of forked projects are all credited in the README.md file. ** - -The full list of all additions, changes and fixes: -

NEW:

- The following plasmoids have been added: diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md new file mode 100755 index 0000000..c40e045 --- /dev/null +++ b/DOCUMENTATION.md @@ -0,0 +1,111 @@ +# AEROTHEMEPLASMA DOCUMENTATION + +## TABLE OF CONTENTS + +1. [Introduction](#intro) +2. [List of components](#list-of-components) +3. [Components to be implemented](#todo) + +## Introduction + +The purpose of this documentation is to provide a detailed explanation of elements that contribute to the look, feel and functionality of this project. +Since this project features a large variety of components, ranging from simple themes to +entire applications, documentation will be organized into multiple categories based on the +language the component is written in (plasmoids, applications) or the standard that defines it (themes). Components will categorized in the following way: + +- **Themes** + - [Plasma theme (Seven-Black)](./Documentation/Themes/Seven-Black.md) + - [Window decoration theme (Emerald/Smaragd)](./Documentation/Themes/Smaragd-Theme.md) +- **Software** + - Plasmoids + - [System tray (org.kde.plasma.private.systemtray)](./Documentation/Software/Plasmoids/System-Tray.md) + - [Desktop icons (org.kde.desktopcontainment)](./Documentation/Software/Plasmoids/DesktopContainment.md) + - [SevenStart (io.gitgud.wackyideas.SevenStart)](./Documentation/Software/Plasmoids/SevenStart.md) + - [SevenTasks (io.gitgud.wackyideas.seventasks)](./Documentation/Software/Plasmoids/SevenTasks.md) + - KWin + - [Smaragd](./Documentation/Software/KWin/Smaragd.md) + - [Reflection effect](./Documentation/Software/KWin/Reflection.md) + +To keep the documentation condensed and to prevent redundancy, components that don't require documentation or are out of scope for this project (as in, documentation exists elsewhere) will not be documented here: + +- Date and time (io.gitgud.wackyideas.digitalclocklite) +- Show desktop (Aero) (io.gitgud.wackyideas.win7showdesktop) +- Keyboard switcher (org.kde.plasma.keyboardlayout) +- Splash screen (aero-splash-screen) +- Plasma tooltip (DefaultToolTip.qml) +- Wine theme (Windows Style Builder) +- Color scheme ([KDE's docs](https://docs.kde.org/stable5/en/plasma-workspace/kcontrol/colors/index.html), [Video guide](https://www.youtube.com/watch?v=6VW--o7CEEA)) +- Icon theme ([Freedesktop](https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html) [specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html)) +- Cursor theme ([Freedesktop specification](https://www.freedesktop.org/wiki/Specifications/cursor-spec/)) +- Sound theme (KDE system settings) +- GTK2 theme ([GTK2](https://wiki.gnome.org/Attic/GnomeArt/Tutorials/GtkThemes) [theme details](https://www.orford.org/gtk/)) +- Kvantum theme* ([Kvantum](https://raw.githubusercontent.com/tsujan/Kvantum/master/Kvantum/doc/Theme-Making.pdf) [documentation](https://raw.githubusercontent.com/tsujan/Kvantum/master/Kvantum/doc/Theme-Config.pdf)) + +*While Kvantum won't be discussed here, one important detail worth mentioning is that Kvantum does not respect KDE's color schemes for the most part and that this sometimes leads to unexpected visual results. Still, it's recommended to apply a KDE color scheme alongside Kvantum for maximum compatibility. + +In the future, some components might receive their dedicated documentation, in case it's required. + +## List of components + +This is a list of components that are included in this project, as well as their completion status. Note that finished components are still subject to bugs, general enhancements and maintenance, but they are "more or less" feature complete. The forked column links to the original projects and their authors. Please consider taking a look at their work, because without them, this project would not be possible. + +### Plasmoids + +|Name |Description |System|Finished|Fork | +|-----------------------|-----------------------------------------------------------------------------------------|------|--------|--------| +|DigitalClockLite Seven |Displays a calendar, time, events and holidays. |N |Y |[Intika](https://www.kde-look.org/p/1225135/)| +|SevenStart |An application launcher made to look like Windows 7's Start menu. |N |N |[adhe](https://store.kde.org/p/1386465/),
[oKcerG](https://github.com/oKcerG/QuickBehaviors),
[SnoutBug](https://store.kde.org/p/1720532)| +|SevenTasks |Task manager made to look like Windows 7's taskbar buttons. |N |N |[KDE](https://invent.kde.org/plasma/plasma-desktop/-/tree/master/applets/taskmanager)| +|Show Desktop (Aero) |Textured button that shows the desktop when clicked. Supports peeking. |N |Y |[Zren](https://www.kde-look.org/p/1100895/)| +|DefaultToolTip.qml |QML component used for displaying tooltips. Reduced padding and size. |Y |Y |[KDE](https://api.kde.org/frameworks/plasma-framework/html/DefaultToolTip_8qml_source.html)| +|Desktop icons |Improved desktop shell that reduces padding between icons. |Y |Y |[KDE](https://invent.kde.org/plasma/plasma-desktop)| +|Keyboard layout switcher|Textured button for switching layouts, with reduced size and better alignment. |Y|Y|[KDE](https://invent.kde.org/plasma/plasma-desktop)| +|System tray|Redesigned with reorganized placement, floating panels, hoverable icons and reduced size and padding.|Y|Y|[KDE](https://invent.kde.org/plasma/plasma-workspace/-/tree/master/applets/systemtray)| + + +### Themes + +|Name |Description |Finished|Fork| +|------------------|------------------------------------------------------------------------------------------------------------------|--------|----| +|Aero cursors |Cursor pack for KDE. Currently only has the small size (96 DPI). |N |[Moony](https://store.kde.org/p/999972/)| +|SevenBlack |Windows 7 theme for KDE Plasma. Contains non-standard theme elements. |N |[Mirko Gennari](https://kde-look.org/p/998614),
[DrGordBord](https://store.kde.org/p/1722560/),
[bionegative](https://www.pling.com/p/998823)| +|Sound collection |Sounds taken from Windows 7 directly. |Y |Microsoft| +|VistaVG Wine theme|Msstyle used for theming Wine applications. |Y |[Vishal Gupta](https://www.deviantart.com/vishal-gupta/art/VistaVG-Ultimate-57715902)| +|Win2-7 |Windows 7 theme for GTK2 applications. Adapted to work better with QGtkStyle. |Y |[Juandejesuss](https://www.gnome-look.org/p/1012465)| +|Windows 7 Kvantum |Fixed certain padding and sizing issues, added more textures. |Y |[DrGordBord](https://store.kde.org/p/1679903)| +|WindowsIcons |Windows 8.1 icon pack adapted to fit KDE better while also changing certain icons to their Windows 7 counterparts.|N |[B00merang team](https://b00merang.weebly.com/icon-themes.html)| + + +### KWin + +|Name |Description |Finished|Fork| +|-----------------|------------------------------------------------------------------------------------------------------------------------------|--------|----| +|Aero Emerald |Custom, non-standard Emerald theme made to work with Smaragd Seven. |Y |[nicu96](https://store.kde.org/p/1003826/)| +|Reflection Effect|Effect that renders a glassy texture under windows. |N |[KDE](https://invent.kde.org/plasma/kwin/-/tree/master/src/plugins/blur)| +|Smaragd Seven |KWin decoration theme which uses Emerald themes as a basis, with some Aero specific changes and bugfixes. Lacks HiDPI support.|N |[KDE](https://invent.kde.org/plasma/smaragd)| +|Thumbnail Seven |KWin task switcher that mostly replicates the look and behavior of Windows 7's task switcher|N|[KDE](https://invent.kde.org/plasma/kwin/-/tree/master/src/tabbox/switchers/thumbnail_grid)| + +### Applications + +|Name |Description |Finished|Fork| +|--------------|-----------------------------------------------------------------------|--------|----| +|AeroColorMixer|Program designed for changing the accent color across the entire theme. (NOTE: This program is now deprecated and has been moved into the reflection effect.)|Y |N/A | + +### Miscellaneous + +|Name |Description |Finished|Fork| +|-------------------|--------------------------------|--------|----| +|Aero Splash Screen |Aero themed login splash screen.|Y |[Matias Saibene](https://store.kde.org/p/1920070/)| + + + + +## Components to be implemented + +These components are listed from highest priority to lowest priority. + +- **Qt visual style based on reading Msstyle themes (Like QWindowsVistaStyle)** +- **Proper sound theme (upcoming in KDE Plasma 6)** +- **SDDM Login theme and lock screen** +- **Better folder thumbnailer plugin** +- **Plymouth theme(?)** diff --git a/Documentation/Software/KWin/AeroColorMixer.md b/Documentation/Software/KWin/AeroColorMixer.md new file mode 100755 index 0000000..d331a18 --- /dev/null +++ b/Documentation/Software/KWin/AeroColorMixer.md @@ -0,0 +1,138 @@ +# AEROCOLORMIXER (DEPRECATED) + +## TABLE OF CONTENTS + +1. [Detailed description](#desc) +2. [Configuration file](#config) +3. [List of files modified by AeroColorMixer](#files) +4. [Notes](#notes) + + +## Detailed description + +The appearance of transparent glass textures in this theme is managed by two separate programs that define color information differently. KDE Plasma's shell renders many of its elements by loading in SVG files as textures, while KWin's window decorations are managed by Smaragd. + +AeroColorMixer manages both Smaragd and Plasma's shell at the same time in order to provide a unified accent color across the entire desktop. It is designed to look and function like Windows 7's Personalization menu, including the accent colors found on Windows 7. The accent colors were directly pulled from the following registry key: + +```[ HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor ]``` + +On Windows Vista, 7 and 8.1, this registry key holds the currently applied accent color, stored in the hexadecimal AARRGGBB format. The predefined colors are: +
+ +|Color|Name|Value| +|-----|----|-----| +|     |Sky|#6b74b8fc| +|     |Twilight|#a80046ad| +|     |Sea|#8032cdcd| +|     |Leaf|#6614a600| +|     |Lime|#6697d937| +|     |Sun|#54fadc0e| +|     |Pumpkin|#80ff9c00| +|     |Ruby|#a8ce0f0f| +|     |Fuchsia|#66ff0099| +|     |Blush|#70fcc7f8| +|     |Violet|#856e3ba1| +|     |Lavander|#528d5a94| +|     |Taupe|#6698844c| +|     |Chocolate|#a84f1b1b| +|     |Slate|#80555555| +|     |Frost|#54fcfcfc| +|     |Sunset|#89e61f8c| + +Sunset is a predefined color exclusive to AeroThemePlasma, as it wasn't featured in Windows 7. + +Windows Vista and 8.1 feature a unique selection of colors as well. Vista features significantly less colors than Windows 7, with a lot more straightforward color names: +
+ +|Color|Name|Value| +|-----|----|-----| +|     |Default|#45409efe| +|     |Graphite|#a3000000| +|     |Blue|#a8004ade| +|     |Teal|#82008ca5| +|     |Red|#9cce0c0f| +|     |Orange|#a6ff7700| +|     |Pink|#49f93ee7| +|     |Frost|#cceff7f7| + +Windows 8.1 features almost the same number of colors as Windows 7 (albeit with very disappointing names) and includes a new feature that can determine the accent color from the wallpaper by choosing its dominant color: +
+ +|Color|Value| +|-----|-----| +|     |#c48f8f8f| +|     |#c484c6ff| +|     |#c4f276c9| +|     |#c4f0c300| +|     |#c492cb2a| +|     |#c44ccdcd| +|     |#c4ff981d| +|     |#c4ff4040| +|     |#c4ff57ab| +|     |#c40abf46| +|     |#c4c071ff| +|     |#c454afff| +|     |#c48c90ff| +|     |#c4b09d8b| +|     |#c4ffffff| + +

+While not very conclusive, [here](https://stackoverflow.com/questions/3560890/vista-7-how-to-get-glass-color) is a useful thread for more information on how accent colors work in Aero, focused mainly on Windows 7. + + +## Configuration file + +AeroColorMixer has a configuration file found in: + +```$ ~/.config/.aerorc``` + +which has the following format: + +``` +transparency={0,1} # Tells AeroColorMixer if transparency is enabled or not. +red=[0,255] # The red component of the custom accent color. +green=[0,255] # The green component of the custom accent color. +blue=[0,255] # The blue component of the custom accent color. +alpha=[0,255] # The alpha component of the custom accent color. +color=[0,17] # Tells AeroColorMixer which color is being used. If the value is 0, then the custom accent color is used. +``` + +This configuration file is not meant to be edited by hand, as the file only directly effects AeroColorMixer, but won't actually change the accent color on the fly. + + +## List of files modified by AeroColorMixer + +When AeroColorMixer applies the accent color across the entire theme, it writes to the following files: + +```$ ~/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg``` + +```$ ~/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg``` + +```$ ~/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg``` + +```$ ~/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg``` + +```$ ~/.emerald/theme/theme.ini``` + +On startup, AeroColorMixer will check if these files exist on the system. If at least one SVG file is missing from the system, the program will assume the Plasma theme is not installed, and will only make changes to the Smaragd decoration instead. If the Smaragd theme is not present, then it will only write to the SVG files, and if neither are present on the system, the program will simply close. + + +## Notes + +- AeroColorMixer has an option to enable or disable transparency when applying the accent color, however this option does not affect compositing at all. Disabling transparency in AeroColorMixer will instead make the applied accent color opaque, and blends the color with rgb(235, 235, 235), where alpha defines the percentage of the color mixing. +- AeroColorMixer will not write to SVG files that can be found in the "opaque" and "transparent" folders of the Plasma theme. +- When transparency is enabled, the color intensity slider won't actually make the accent color fully opaque or fully transparent when the slider is set to the minimum or maximum value. +- Due to certain limitations, the reflection effect will not be visible at all if transparency is disabled in AeroColorMixer.* + +*One idea would be to blend the accent color with the blur during rendering which would keep the reflections visible, but this would potentially break applications which rely on custom blur regions that are colored differently from the rest of the desktop (for example, Konsole). + + + + + + + + + + + diff --git a/Documentation/Software/KWin/Reflection.md b/Documentation/Software/KWin/Reflection.md new file mode 100755 index 0000000..180966a --- /dev/null +++ b/Documentation/Software/KWin/Reflection.md @@ -0,0 +1,155 @@ +# REFLECTION EFFECT FOR KWIN + +## TABLE OF CONTENTS + +1. [Detailed description](#description) +2. [List of excluded windows](#excluded-windows) +3. [Reflection algorithm](#algorithm) +4. [Colorization](#colorization) +5. [Configuration menu](#config) + + +## Detailed description + +This is a KWin effect forked from the internal blur effect. It provides the reflection and colorization effect from Windows Vista and 7. These two effects achieve a "tinted glass" effect which is applied to most transparent graphical effects. Despite being a fork of the internal blur effect from KWin, all of the blurring functionality has been stripped out, as this effect is designed to be used alongside the blur effect, rather than being a drop-in replacement. + +Before the introduction of this effect, this project didn't have proper reflections and colorization was done in a rather inefficient way, having to directly edit SVG files and the Emerald theme config file in order to change the accent color across KDE. Furthermore, real time changes weren't possible through this method, instead having to reload the Plasma style and restart the compositor in order to apply the changes. AeroColorMixer did all of this under the hood, and would often break after subsequent updates. + +AeroColorMixer as a standalone program is now deprecated and most of the underlying code has been removed, while the rest has been moved to this effect's settings menu. With this, the following changes have been made to simplify the process of applying accent colors: + +1. SVG files are no longer edited and elements that are supposed to be colorized are now completely transparent. +2. Likewise, the Emerald theme is also no longer edited and elements that are supposed to be colorized are now completely transparent. +3. Changes to the accent color and transparency are instant and rely on shared memory between the effect and the config menu. +4. Everything is contained within the configuration of this effect. Because of this, ```~/.config/.aerorc``` is no longer used. + +The rendering priority relative to the blur effect, assuming no other active effects, goes like this: + +1. Blur +2. Colorization +3. Reflections +4. Decorations + +This ensures that reflections are always visible regardless of transparency options, which was a limitation of the previous approach to applying accent colors. + +The user can provide their own reflection texture in the config menu for the effect, in a PNG format. A default reflection texture is already provided by the effect, which also acts as a fallback in case the provided texture file is invalid, doesn't exist or the path itself is invalid. + +## List of excluded windows + +Reflections will not render on certain types of windows, even if they are normally allowed to have blur behind them. Here's the list of windows that are not affected by this effect, as defined by the method ```isWindowValid(KWin::EffectWindow*)```: + +- The desktop shell +- Toolbars +- Tooltips +- Menus +- Dropdown menus +- Popup menus +- Splash screens +- Normal and critical notifications +- OSDs +- Combo boxes +- Do not disturb icons +- Windows specifically excluded by the user + +The user can define a list of programs that should be excluded by this effect. The programs are identified by their X11 window class, separated by a semicolon (;) in the config menu. + +The colorization effect can also be ignored for programs defined by the user in the same manner as above, however it should be noted that the colorization is applied to all server-side decorations regardless of the defined restrictions. + +## Reflection algorithm + +As the reflection effect from Windows Vista and 7 is closed source, this is merely an effort to recreate the effect based on what can be deduced just by looking at what the effect does. At its core, the effect is very simple; it works as if the reflection texture is stretched across the monitor (or across multiple monitors) and transparent windows render the portion of the texture that they're "hovering above". + +Of course, as the monitor configuration changes in any way (resolution, monitor placement), the texture is "stretched" again to cover all monitors. This may cause the texture to scale and distort out of proportion. Some examples of how the effect stretches the texture across different monitor configurations are shown below. + + + +In the fragment shader, as the window draws the texture, the fragment coordinates are normalized relative to the screen geometry, and then used to sample the reflection texture. It should be noted that the sampling is done with a bilinear filter, and the alpha blending is done using ```glBlendFunc(GL_CONSTANT_ALPHA, GL_ONE_MINUS_SRC_ALPHA)```. + +There is also a secondary part of the reflection effect, which is a subtle horizontal offset that makes the reflection appear to move as the window is moved, creating a sort of parallax effect. This offset is calculated independently for every window by subtracing the horizontal midpoint of the screen with the horizontal midpoint of the window, and dividing that difference by some constant. Through some experimentation, a constant with the value of 10 gives acceptable results. + +This additional parallax effect can be toggled in the config menu by the user. + +## Colorization + +Colorization is the effect of rendering a color over the blurred background behind windows, causing a tinted appearance. The color can be either semi-transparent or opaque, and depending on the option set by the user, the accent color is altered in the following way: + +1. If transparency is enabled, the color is blended using ```glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)``` as it's being rendered. +2. If transparency is disabled, the color is mixed with a base color ```#e1e1e1``` and the alpha component is treated as the percentage of mixing. + +It should be noted that if transparency is disabled, this won't affect compositing, and it will also not guarantee that all graphical elements will be rendered with an opaque color due to user-defined exclusions of colorization. For example, Konsole can still render blur behind its custom blur region, if it is included in the exclusion list. + +The accent color also changes depending on the window's focus state: + +1. If transparency is enabled, the alpha component of the accent color gets halved when the window is out of focus. +2. If transparency is disabled, the saturation component (HSL) gets halved when the window is out of focus. + +This only applies to regular windows (most windows with server-side decorations). + +## Configuration menu + +The accent color can be edited in real time through the configuration menu. Internally, the color is stored in the RGB color model as that's what OpenGL expects during rendering. The color mixer window is designed to look and function like Windows 7's Personalization menu, and includes the accent colors found on Windows 7, which were directly pulled from the following registry key: + + +```[ HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM\ColorizationColor ]``` + +On Windows Vista, 7 and 8.1, this registry key holds the currently applied accent color, stored in the #AARRGGBB format. The predefined colors are: +
+ +|Color|Name|Value| +|-----|----|-----| +|     |Sky|#6b74b8fc| +|     |Twilight|#a80046ad| +|     |Sea|#8032cdcd| +|     |Leaf|#6614a600| +|     |Lime|#6697d937| +|     |Sun|#54fadc0e| +|     |Pumpkin|#80ff9c00| +|     |Ruby|#a8ce0f0f| +|     |Fuchsia|#66ff0099| +|     |Blush|#70fcc7f8| +|     |Violet|#856e3ba1| +|     |Lavander|#528d5a94| +|     |Taupe|#6698844c| +|     |Chocolate|#a84f1b1b| +|     |Slate|#80555555| +|     |Frost|#54fcfcfc| +|     |Sunset|#89e61f8c| + +Sunset is a predefined color exclusive to AeroThemePlasma. + +Windows Vista and 8.1 feature a unique selection of colors as well. Vista features significantly less colors than Windows 7, with a lot more straightforward color names: +
+ +|Color|Name|Value| +|-----|----|-----| +|     |Default|#45409efe| +|     |Graphite|#a3000000| +|     |Blue|#a8004ade| +|     |Teal|#82008ca5| +|     |Red|#9cce0c0f| +|     |Orange|#a6ff7700| +|     |Pink|#49f93ee7| +|     |Frost|#cceff7f7| + +Windows 8.1 features a slightly more pastel variety of colors compared to Windows 7 and includes a new feature that can determine the accent color from the wallpaper by choosing its dominant color: +
+ +|Color|Value| +|-----|-----| +|     |#c48f8f8f| +|     |#c484c6ff| +|     |#c4f276c9| +|     |#c4f0c300| +|     |#c492cb2a| +|     |#c44ccdcd| +|     |#c4ff981d| +|     |#c4ff4040| +|     |#c4ff57ab| +|     |#c40abf46| +|     |#c4c071ff| +|     |#c454afff| +|     |#c48c90ff| +|     |#c4b09d8b| +|     |#c4ffffff| + +

+While not very conclusive, [here](https://stackoverflow.com/questions/3560890/vista-7-how-to-get-glass-color) is a useful thread for more information on how accent colors work in Aero, focusing mainly on Windows 7. \ No newline at end of file diff --git a/Documentation/Software/KWin/Smaragd.md b/Documentation/Software/KWin/Smaragd.md new file mode 100755 index 0000000..0aeeb3b --- /dev/null +++ b/Documentation/Software/KWin/Smaragd.md @@ -0,0 +1,43 @@ +# SMARAGD SEVEN KDECORATION2 ENGINE + +## TABLE OF CONTENTS + +1. [Detailed description](#desc) +2. [Compiling](#compiling) +3. [File structure](#files) +4. [Notes](#notes) + +## Detailed description + +Smaragd Seven is a fork of the [Smaragd](https://invent.kde.org/plasma/smaragd) window decoration plugin. Originally designed to allow Emerald themes to be used with KWin, this fork focuses specifically on making KWin's decorations look like the decorations found on Windows Vista and 7. + +The motive for forking Smaragd in particular was simply because Emerald already has fairly good Aero themes available on sites like [Pling](https://www.pling.com/), and Smaragd seemed to fit the bill perfectly. Emerald as a (collection of) decoration engine(s) still has a few limitations that prevent it from being able to replicate Aero window decorations faithfully (not to mention that Smaragd introduces a few compatibility issues of its own), so forking Smaragd was the next step. + +This document contains information about the window decoration engine, for more information about the extended Emerald theme used by this project, see [Smaragd-Theme.md](../Themes/Smaragd-Theme.md). + +Smaragd Seven differs from the original in the following ways: + +- The glow effect behind the title text is now correctly implemented using code from [this thread](https://stackoverflow.com/questions/28918230/qt-how-to-create-a-clearly-visible-glow-effect-for-a-qlabel-e-g-using-qgraph). +- Caption buttons won't get rendered if they are disabled by the application, and will reappear correctly in case they're enabled again. +- Fixes some minor margin issues, mostly having to do with the maximized window state. +- Renders additional textures on the sides and upper corners of the decoration. +- It's more limited in scope and sacrifices the general purpose functionality of using different Emerald themes. This could be fixed later down the line. + +## Compiling + +Dependencies, and compiling instructions are provided in [INSTALL.md](../../INSTALL.md), under the **Window Manager** section. + +## File structure + +The most significant changes can be found in the following files: + +|Name |Description | +|----------------|-----------------| +|kwin_smaragd.h |Main header file.| +|kwin_smaragd.cpp|Implementation of the main header file.| +|qgraphicsgloweffect.h|Header file for QGraphicsGlowEffect. Used to render the glow effect behind text.| +|qgraphicsgloweffect.cpp|Implementation of the header file for QGraphicsGlowEffect.| + +## Notes + +- Smaragd Seven also fixes the original glow effect used by the vrunner engine, however this feature has been disabled in favor of using QGraphicsGlowEffect, as it enables a more layered way of rendering visual elements. \ No newline at end of file diff --git a/Documentation/Software/Plasmoids/DesktopContainment.md b/Documentation/Software/Plasmoids/DesktopContainment.md new file mode 100755 index 0000000..e69de29 diff --git a/Documentation/Software/Plasmoids/SevenStart.md b/Documentation/Software/Plasmoids/SevenStart.md new file mode 100755 index 0000000..720ae03 --- /dev/null +++ b/Documentation/Software/Plasmoids/SevenStart.md @@ -0,0 +1,90 @@ +# SEVENSTART + +## TABLE OF CONTENTS +1. [Detailed description](#description) +2. [File structure](#files) + +## Detailed description + +SevenStart is an application launcher designed to look and feel like the Windows 7 start menu. While not a perfect recreation of the start menu, SevenStart implements the following features: + +1. Animated menu orb, configurable much like Classic/Open Shell. +2. Layout similar to Windows 7's Start menu. +3. Sidebar with configurable entries. +4. User profile icon that sticks out of the menu when compositing is enabled. +5. Crossfading icons between the user profile icon and sidebar entries. +6. Search results that are organized into separate categories. + +As SevenStart uses code from other application launchers in KDE, it improves upon the original start menu mainly in the search department, as SevenStart will show results from available KRunner search plugins installed on the system. + +SevenStart (and other plasmoids) can use internal resources for components such as FrameSvgItems through the use of ```Qt.resolveUrl(path)```, where ```path``` is a relative path to a file or directory. The path provided is relative to the internal source code of the plasmoid, so where ```main.qml``` is located. The function returns a ```url``` that ends up being the absolute path to the file. +This is heavily used throughout most other AeroThemePlasma's plasmoids in order to use custom SVGs without having to resort to workarounds such as polluting the Plasma style, however SevenStart arguably uses it the most. + +### CompactRepresentation + +The first notable thing about SevenStart is the use of animated icons or "orbs" as they're called on Windows. Since QtQuick doesn't offer image crossfading by default, the effect is achieved "manually", using three separate images and gradually changing their opacities and visibility. + +In earlier versions of SevenStart, only two images were used, but now three images are used due to upstream updates causing subtle timing issues that would cause undesirable visual effects. Using three images did end up allowing SevenStart to replicate the effects of Vista and 7's Start menu more accurately. By default, SevenStart uses internal icons if no external icons are provided in the configuration window. + +Another notable thing about the compact representation is that it is used in an unusual way compared to how plasmoids are generally designed to behave. Plasmoids have two representations: + +1. Compact representation, which is used when the plasmoid is in a panel. +2. Full representation, which is used when the plasmoid is either activated from the panel, or placed on the desktop. + +In practice, compact representations are just icons that get highlighted when hovered over with the mouse, with a tooltip explaining what the icon is supposed to be. +If the compact representation is set to null, then the plasmoid will be presented in its full representation regardless of its parent object. This is useful for application launchers, which typically should always have their main menu hidden behind a clickable button, regardless of its placement and hierarchy. However, this means that the main dialog window, which would normally be the full representation, now has to be handled manually by the plasmoid, and it's up to the developer on how to make it appear on the screen. + +### User icon + +The user icon in SevenStart is actually just another dialog window that is placed on top of the full representation, which is also a dialog window. To prevent the dialog from rendering its background, the ```backgroundHints``` property is set to ```PlasmaCore.Types.NoBackground```, which also disables shadows and blur. In a similar fashion, other plasmoids in this project use this property to change the appearance of their dialog windows, setting the property to ```PlasmaCore.Types.SolidBackground```. + +The window flag ```Qt.X11BypassWindowManagerHint``` is used to prevent the dialog from animating its opacity when its visibility is changed directly, and ```Qt.Popup``` is used to ensure that it's +above the parent dialog window. + +Setting the location to "Floating" means that we can use manual positioning for the dialog +which is important as positioning a dialog like this is tricky at best and unpredictable +at worst. Positioning of this dialog window can only be done reliably when: + +1. The parent dialog window is visible, this ensures that the positioning of the window is actually initialized and not simply declared. +2. The width and height of the parent dialog window are properly initialized as well. + +This is why the position of this window is determined on the ```onHeightChanged``` slot of the +parent window, as by then both the position and size of the parent are well defined*. +The ```firstTimePopup``` boolean is used to make sure that the dialog window has its correct position values before it is made visible to the user. + +*It should be noted that the position values for any dialog window are gonna become +properly initialized once the visibility of the window is enabled, at least from what +I could figure out. Anything before that and the properties won't behave well. To comment on [MMcK Launcher](https://store.kde.org/p/1720532)'s implementation, this is likely why positioning of the floating +avatar is so weird and unreliable. Using uninitialized values always leads to +unpredictable behavior, which leads to positioning being all over the place. + +## File structure + +While this section won't cover all of the files, it will cover the most important ones. + +Directories: + +|Location|Description| +|--------|-----------| +|config/ |Contains the configuration properties and the loader QML file.| +|pics/ |Contains raster images used by this plasmoid.| +|ui/ |Most of the QML source code can be found here.| +|ui/svgs/|SVG textures used by this plasmoid.| +|ui/orbs/|Default orb textures for the compact representation.| +|ui/code/|Helper JS code used by various parts of this plasmoid.| + +Files: + +|Name|Description| +|----|-----------| +|main.qml|Main QML file used to run the plasmoid.| +|CompactRepresentation.qml|Compact representation which displays the animated orb icons.| +|MenuRepresentation.qml|The expanded representation which is the application launcher itself.| +|KickoffListView.qml|Generic list view used by most views of this plasmoid.| +|CrossFadeBehavior.qml|Behavior used when crossfading two or more images.| +|IconPicker.qml|Used for opening and selecting icons. Used for selecting different icons.| +|SearchView.qml|Used to display the search results.| +|FavoritesView.qml|Used to display favorite programs.| +|OftenUsedView.qml|Used to display recently opened programs.| +|SidePanelItemDelegate.qml|Displays and holds information about the sidebar menu entries.| +|ApplicationsView.qml|Used to display all applications installed on the system.| diff --git a/Documentation/Software/Plasmoids/SevenTasks.md b/Documentation/Software/Plasmoids/SevenTasks.md new file mode 100755 index 0000000..72e6ccf --- /dev/null +++ b/Documentation/Software/Plasmoids/SevenTasks.md @@ -0,0 +1,164 @@ +# SEVENTASKS + +## TABLE OF CONTENTS +1. [Detailed description](#description) + 1. [Hot tracking](#hottracking) + 2. [Context menu](#contextmenu) +3. [File structure](#files) +4. [File details](#details) + +## Detailed description + +Under KDE Plasma, a task manager is any plasmoid that shows a list of windows (tasks) that are rendered by the window manager. A task manager also handles things like grouping tasks together, allowing the user to see a preview of any window, controlling tasks and many other things. SevenTasks forks the default task manager, while adding significant visual and functional changes. + +The default task manager from KDE comes in two different variants: regular and icons-only. If the user decided to switch between the two, they would have to replace the plasmoid completely with the other variant. SevenTasks merges both plasmoids together, and instead makes showing labels an option that can be toggled in the settings. + +While most of these changes were possible to implement in pure QML, some effects couldn't have been implemented without adding an additional layer of complexity in the form of a compiled C++ part. + +### Hot tracking + +Under Windows 7, 8 and 8.1, tasks featured a visual effect known as "Hot tracking", where upon hovering over a task, a glowing light would appear that would follow the mouse horizontally (or vertically if the taskbar is oriented vertically). Additionally, a subtle glowing border would also appear around the hovered task. + +Both of these effects share the same color, and that color is determined by the "dominant" color of the task icon. Interestingly enough, the algorithm that calculates the dominant color of an icon seems to be different between Windows 7 and 8/8.1, and as the source code and implementation details aren't public, SevenTasks has its own implementation that tries to be faithful to Windows 7's implementation, but sometimes comes up with different results. + +The details regarding the general algorithm can be found [here](https://superuser.com/questions/730804/how-does-windows-7-calculate-the-color-to-use-for-taskbar-color-hot-tracking), and the following algorithm is implemented by SevenTasks: + +1. We define the default highlight color as rgb(55, 176, 255). (       ) +2. If the icon doesn't exist (null), the icon is replaced with the icon associated with 'exec'. +3. We define a histogram, which is just a 3x3x3 list of colors, we can think of this as 27 neatly ordered buckets which represent a certain range of colors. +4. For the given icon, iteratively find the closest icon size that matches 32x32 pixels, going up in size with each unsuccessful iteration. 32x32 was chosen as the base resolution as most icons have it and it's a nice balance between accuracy and performance. +5. For every pixel in the icon, the color is separated into its red, green and blue components. +6. Every color component is then transformed into indexes in the range [0, 2]. Values within the range [0,60) return 0, [60, 200) return 1, and [200, 255] return 2. +7. If all three indexes are the same value after transformation, the pixel isn't added to any bucket. Otherwise, add the pixel to the bucket at the calculated indexes. +8. Find the bucket with the highest number of pixels. If the indexes of the bucket are all equal, discard it and return the default highlight color. +9. Iterate through the bucket and calculate a "minimum" and "maximum" color. The minimum/maximum color is formed by finding the minimum/maximum of each color component independently. +10. Calculate an average color by averaging the minimum and maximum color together (Averaging their color components respectively). +11. If the average color's HSV saturation is less than 32, return the default highlight color. +12. If the average color's HSV value is less than 85, return the default highlight color. +13. Multiply the saturation and value of the average color by 1.5 (clamping it into range [0, 255]), return the resulting color with an alpha value of 200. + +Here are some examples, comparing Windows 7 (top) with SevenTasks (bottom): + + + +### Context menu + +SevenTasks features a complete reimplementation of the context menu found in Vista, 7, and 8/8.1, while retaining KDE specific features. + + + +Internally, the new context menu is based on PlasmaCore.Dialog, with the solid visual appearance. As it is meant to act as a context menu, it needs to fulfill the following criteria: + +- The context menu grabs *all* mouse and key inputs. +- The context menu must disappear if an event outside of it causes it to lose focus. +- The context menu must disappear if a menu item has been activated either with the mouse or the keyboard. +- The context menu must disappear if the user clicks away from it or the Escape key is pressed on the keyboard. + +The current implementation accomplishes all of these except for grabbing all inputs from the keyboard, as that isn't necessary for the context menu to work properly. As such, the context menu is more forgiving when it comes to performing actions such as pressing global keyboard shortcuts. Note that this only applies when the main context menu is in focus, as child context menus are just regular Qt context menus which do grab every kind of input. + +Additional notes: + +- Getting the dialog window to grab mouse events will only work when either no mouse event is currently being handled, or if there is, it has to be the released or clicked event. +- The code makes a few redundant function calls to ensure the context menu really does grab the mouse, most notably with a timer that runs shortly after the context menu is shown. +- Despite the context menu being initialized, most of its visual properties are not well behaved until the visible property is set to true. Most notably, the x position may sometimes be reset to 0. As such, the code makes a few redundant calls in order to correctly set the x position and ensure it isn't reset. +- Certain actions (unpinning, closing tasks, activities) are delayed in order to prevent the context menu from being immediately removed, instead letting the menu fade out as it is freed from memory gracefully. +- Blur behind the window is only active once all animations are finished and the context menu is fully visible. +- PlasmaComponents.MenuItem elements are not renderable or interactable outside of PlasmaComponents.ContextMenu. As such, menu items visible in the context menu are made from a wrapper item, which consists of the PlasmaComponents.MenuItem and a child TasksMenuItem which does the actual rendering. +- The original ContextMenu file is still available in the source code, and can still be activated by commenting out and editing the necessary code. The regular context menu is deprecated, and will be removed in the future. (TODO) + +## File structure + +This section lists the locations of modified files and a short description of their roles. +
+ +|Name |Location |Description | +|--------------------------|------------------|-------------------------------------------------------------------| +|seventasks.cpp |src/ |Implementation of the dominant color algorithm.| +|seventasks.h |src/ |Header file of the C++ source file.| +|main.xml |src/package/contents/config/|Contains the default settings for the plasmoid configuration.| +|ConfigBehavior.qml|src/package/contents/ui/ |Defines the plasmoid settings' graphical interface.| +|main.qml |src/package/contents/ui/ |The main file of the plasmoid.| +|Task.qml|src/package/contents/ui/ |The base task item.| +|TasksMenu.qml|src/package/contents/ui/|Reimplemented context menu.| +|TasksMenuItem.qml|src/package/contents/ui/|Renderable and interactable part of the context menu item.| +|TasksMenuItemSeparator.qml|src/package/contents/ui/|Separator items for the context menu.| +|TasksMenuItemWrapper.qml|src/package/contents/ui/|PlasmaComponents.MenuItem with an embedded TasksMenuItem element and shortcut component.| +|ToolTipDelegate.qml|src/package/contents/ui/ |An item that strings together grouped task previews.| +|ToolTipInstance.qml|src/package/contents/ui/ |A single instance of a task preview.| +|ToolTipWindowMouseArea.qml|src/package/contents/ui/|Highlight that appears on a task preview.| + + +## File details + +### main.xml & ConfigBehavior.qml + +Plasmoids with settings make use of the main.xml file to define entries and their default values. Entries are categorized into groups, and each entry has a name and type attribute. Some basic types include: + +- Bool +- Enum +- Int +- String +- StringList +- Url + +While entries can include other additional elements, most of them include a label and default tag. A label describes what the settings entry is for, while the default tag defines the default value for the entry. + +SevenTasks adds the following entry to the settings: + +``` + + + false + +``` + +Every entry needs a matching control to be defined in QML. In ConfigBehavior.qml, the following is added for toggling this entry: + +``` +//... +property alias cfg_labelVisible: labelVisible.checked +//... +CheckBox { + id: labelVisible + Kirigami.FormData.label: i18n("Labels:") + text: i18n("Show labels next to task icons") +} +``` + +### seventasks.h & seventasks.cpp + +Public methods: +
+ +|Type|Name|Description| +|------|------------------------------|-----------| +|void|disableBlurBehind(QWindow*)|Disables the blur behind a window. Used to make the fade out effect of the context menu closing more visually pleasing.| +|QColor|getDominantColor(QVariant src)|Returns the dominant color of the icon. Even though the argument a QVariant, the expected data type is QIcon.| +|QPoint|getPosition(QWindow*)|Gets the local mouse coordinates with respect to the QWindow.| +|bool|isActiveWindow(int wid)|Returns if the window identified by the provided wId is active.| +|void|setMouseGrab(bool arg, QWindow* w)|Makes a QWindow object grab all mouse events from the system. Additionally installs the singleton Applet class to the provided QWindow object as an event filter. More details are in the source code.| + + +Protected methods: +
+ +|Type|Name|Description| +|----|----|-----------| +|bool|eventFilter(QObject* watched, QEvent\* event)|Filters mouse click events in order to notify the context menu that the mouse has been clicked.| + +Signals: +
+ +|Name|Description| +|----|-----------| +|mouseEventDetected()|This signal is emitted when the event filter detects a mouse click event.| + +Functions: +
+ +|Type|Name|Description| +|----|----|-----------| +|QRgb|averageColor(QRgb a, QRgb b)|Mixes the two provided colors by doing an average of every color component.| +|unsigned int|mapColorChannel(int channel)|Transforms the provided integer from the range [0,255] to [0,2] according to the algorithm described above.| +|unsigned char|max(unsigned char a, unsigned char b)|Returns the maximum between the two arguments.| +|unsigned char|min(unsigned char a, unsigned char b)|Returns the minimum between the two arguments.| diff --git a/Documentation/Software/Plasmoids/System-Tray.md b/Documentation/Software/Plasmoids/System-Tray.md new file mode 100755 index 0000000..6ab6f61 --- /dev/null +++ b/Documentation/Software/Plasmoids/System-Tray.md @@ -0,0 +1,46 @@ +# SYSTEM TRAY + +## TABLE OF CONTENTS +1. [Detailed description](#description) +2. [File structure](#files) +3. [File details](#details) + +## Detailed description + +The system tray is a special plasmoid in KDE Plasma that essentially contains a collection of other widgets and displays them within the popup panel. This plasmoid also features third party tray icons from other programs, which is standard across many desktop environments. + +Because of the complexity of this plasmoid, this document won't explain everything in detail (as it would be out of scope for this project), instead only showing and explaining the changes done to the source code. Additionally, the source code of this fork hasn't been regularly synchronised with the upstream, so any noticeable differences in the source code not specified here are the result of that. The modifications featured in this fork are purely visual, without altering the core functionality. + +Here is the list of visual changes done to the plasmoid: + +**Compact representation:** + +- The "Show hidden icons" button has been moved to the left, and features a button texture for the hover, press and active states. +- The "small" icon size has been reduced even more to the resolution of 16x16 pixels. +- Each tray icon has an animated hover and press state, removing the transition animation when the user clicks from one tray icon to another. +- Additionally, the indicator texture no longer gets rendered when the user clicks on the "Show hidden icons" button. +- The "pop" animation has been removed from the tray icon (the PulseAnimation that happens when a tray icon needs attention is retained). + +**Expanded representation:** + +- The popup panel is now a floating panel that has is slightly padded from the bottom. +- The popup panel now uses the solid dialog panel SVG texture. +- The popup panel is now smaller in both width and height. +- The header text is smaller and more consistent in size. +- The internal plasmoid also has some additional small padding between itself and the panel borders. +- In the "Status and Notifications" view, the item highlight no longer lingers when no item is highlighted by the mouse. + +## File structure + +This section lists the locations of modified files and a short description of their roles. Further documentation is provided in each source file. +
+ +|Name |Location |Description | +|--------------------------|------------------|-------------------------------------------------------------------| +|AbstractItem.qml |contents/ui/items/|Skeleton code for all tray icons. | +|CurrentItemHighLight.qml |contents/ui/ |The texture that appears around a tray icon when it's pressed. | +|ExpanderArrow.qml |contents/ui/ |The "Show hidden items" button in the compact representation. | +|ExpandedRepresentation.qml|contents/ui/ |The floating dialog panel that appears when expanding the plasmoid.| +|main.qml |contents/ui/ |The main file of the plasmoid. | + + diff --git a/Documentation/Software/img/contextmenu.png b/Documentation/Software/img/contextmenu.png new file mode 100755 index 0000000..02c4bdb Binary files /dev/null and b/Documentation/Software/img/contextmenu.png differ diff --git a/Documentation/Software/img/reflection_mockup.png b/Documentation/Software/img/reflection_mockup.png new file mode 100755 index 0000000..4b195ea Binary files /dev/null and b/Documentation/Software/img/reflection_mockup.png differ diff --git a/Documentation/Software/img/tasks.png b/Documentation/Software/img/tasks.png new file mode 100755 index 0000000..c715814 Binary files /dev/null and b/Documentation/Software/img/tasks.png differ diff --git a/Documentation/Themes/Seven-Black.md b/Documentation/Themes/Seven-Black.md new file mode 100755 index 0000000..bc7bbe6 --- /dev/null +++ b/Documentation/Themes/Seven-Black.md @@ -0,0 +1,226 @@ +# SEVEN-BLACK KDE PLASMA THEME + +## TABLE OF CONTENTS + +1. [Detailed description](#description) +2. [File structure](#files) +3. [Nonstandard SVGs](#svgs) + +## Detailed description + +Seven-Black is the theme for KDE Plasma's shell, responsible for defining the appearance of panels, plasmoids, dialog windows, tooltips, etc. This includes almost all components written in QML that make use of KDE's API (PlasmaComponents, PlasmaExtras). + +KDE Plasma styles consist of SVG files which define the appearance of shell components and basic graphical elements. The program **Plasma Theme Explorer** can be used to examine the theme and to get a description of where each SVG file is used. The color scheme of the style can also be examined. A more detailed explanation on Plasma styles can be seen [here](https://develop.kde.org/docs/plasma/theme/theme-details/). More documentation about KDE Plasma in general can be seen [here](https://develop.kde.org/docs/plasma/). + +Windows following Plasma's API can have three general appearances depending on certain system settings: + +1. Default - Compositing is enabled and background contrast is disabled +2. Transparent - Compositing is enabled and background contrast is enabled +3. Opaque - Compositing is disabled, background contrast doesn't matter here + +KDE Plasma will read different SVG files depending on which appearance is currently active. This theme completely ignores the transparent appearance state, so it's recommended to keep the background contrast setting off. + +### Solid appearance + +The solid appearance is a fourth appearance state that doesn't depend on how the system is configured, instead it is used on demand by plasmoids. Going by KDE's official documentation, this appearance state should be used for completely opaque elements, and in practice, most other themes don't include any kind of dedicated SVG here, simply letting Plasma render solid elements with a single color. + +However, compositing effects are still applied to these elements, and more importantly, any SVG file can be provided for the solid appearance state, regardless if the texture is detailed, transparent or opaque. This theme takes advantage of that at the cost of using this state in an unintended, nonstandard way. Being a relatively rare method of rendering things, it's considered a worthy tradeoff. + + + +This project uses solid textures for the system tray, as well as DigitalClockLite. The design of the solid panel texture is meant to replicate the floating panels from the system tray as seen in Windows 7. However, due to certain limitations in the way Plasma handles theming, the text in these dialog windows cannot be drawn with a black color (or at least, definitely not easily), hence why a stylized blue background has been placed instead, to provide readability while keeping in line with Aero's aesthetics. + +Regular textures are used for all other windows (plasmoids, OSD popups, task switchers, side menus and notification popups). + +The opaque appearance state aims to be a recreation of Aero Basic (WIP). Currently, only plasmoids using solid textures and the window manager don't comply with the aesthetic, but everything else does. A potential solution is to detect a change in compositing in plasmoids that use solid textures, change the dialog type to ```NoBackground``` and display a custom texture as the background while compositing is disabled. A similar solution can also be applied to the window manager. + +### Icons + +This theme also features a small set of icons used mainly by plasmoids like the system tray. Most of these icons are simply just scaled down variants of icons taken from Breeze, while other icons are taken directly from the main icon theme of this project. + +Following the release of KDE Plasma 6, this part of the Plasma theme will become deprecated. + +## File structure + +This section will focus on files that are affected by the colorization effect, files that represent the Aero Basic style, as well as files that are used only by this project. It should be noted that these nonstandard files are now decoupled from Seven-Black and are located in their respective plasmoids' source code, so that they can be used without having to rely on this specific Plasma style. As such, these nonstandard files will be removed completely from Seven-Black in future releases. + +The "Unique" column describes if the file itself is exclusive to Seven-Black. + +
+ +|Name |Location |Description |Has accent color|Standard|Unique| +|----------------------|---------------|----------------------------------------------------|----------------|--------|------| +|background.svg |dialogs/ |Default dialog texture. |Y |Y |N | +|panel-background.svg |widgets/ |Default taskbar texture. |Y |Y |N | +|tooltip.svg |widgets/ |Default tooltip texture. |Y |Y |N | +|button-close.svg |widgets/ |Close button icon used in SevenTasks. |N |N |Y | +|menuitem.svg |widgets/ |Texture used for menu items in SevenStart and SevenTasks|N |N |Y | +|showdesktop.svg |widgets/ |Texture used for the Show desktop plasmoid. |N |N |Y | +|sidebaritem.svg |widgets/ |Texture used for sidebar entries in SevenStart. |N |N |Y | +|startmenu-buttons.svg |widgets/ |Texture used for the shut down button in SevenStart.|N |N |Y | +|system-lock-screen.svg|widgets/ |Lock icon used in SevenStart. |N |N |Y | +|systray.svgs |widgets/ |Texture used for the expander arrow button in the system tray.|N |N |Y | +|taskbarhover.svg |widgets/ |Texture used for hovered tooltips in SevenTasks. |N |N |Y | +|arrows.svgz |widgets/ |Used mainly by SevenStart and the system tray. |N |N |N | +|button.svg |widgets/ |Used by the keyboard layout switcher plasmoid. |N |N |N | +|tabbar.svgz |widgets/ |Used mainly by SevenTasks and the system tray. |N |N |N | +|tasks.svg |widgets/ |Used by SevenTasks for custom grouped tasks. |N |N |N | +|viewitem.svgs |widgets/ |Used by the desktop containment. |N |N |N | +|background.svg |opaque/dialogs/|Used when compositing is disabled. |N |Y |N | +|panel-background.svg |opaque/widgets/|Used when compositing is disabled. |N |Y |N | +|tooltip.svg |opaque/widgets/|Used when compositing is disabled. |N |Y |N | +|background.svg |solid/dialogs/ |Used by the system tray and date and time plasmoid. |Y |Y |N | + +## Nonstandard SVGs + +This section will go through every nonstandard SVG file used by various plasmoids featured by AeroThemePlasma. As these files have now been relocated, for every file listed here there will be a list of plasmoids from this project that use the file. + +### system-lock-screen.svg + +Used in: SevenStart (io.gitgud.wackyideas.SevenStart) + +Used for displaying the lock button next to the Shut Down button. The SVG itself has two elements - "dark-lock" and "light-lock", so that SevenStart can toggle between them as the user enters or exits the search view. + + + +### button-close.svg + +Used in: SevenTasks (io.gitgud.wackyideas.seventasks) + +It has three prefix states: + +- Default (no prefix) +- Hovered (hover-) +- Pressed (pressed-) + +Used in the tooltip popup when a task is hovered over with the mouse. + + + +### showdesktop.svg + +Used in: Show Desktop (Aero) (io.gitgud.wackyideas.win7showdesktop) + +It has three prefix states: + +- Normal (normal-) +- Hovered (hover-) +- Selected (selected-) + +Used to give the button a scalable texture. + + + +### sidebaritem.svg + +Used in: SevenStart (io.gitgud.wackyideas.SevenStart) + +It doesn't have any states other than the default, as it is only visible when hovered over or focused during keyboard navigation. It is used in SevenStart as a texture for the sidebar menu entires. + + + +### startmenu-buttons.svg + +Used in: SevenStart (io.gitgud.wackyideas.SevenStart) + +This is a set of two 9 segment textures used as FrameSvgItems. Both textures have the following states, with the right-oriented button additionally having a ```rtl-``` prefix: + +- Normal (normal-) +- Hovered (hover-) +- Pressed (pressed-) + +Used for the shut down and lock screen buttons. + + + +### taskbarhover.svg + +Used in: SevenTasks (io.gitgud.wackyideas.seventasks) + +It has two states: + +- Normal (normal-) +- Active (active-) + +It is used as a tooltip hover indicator. It will appear in its active state when the task's window is active. Otherwise, the tooltip is in its normal state and invisible by default. The texture is rendered with different opacities, depending on the mouse state (hovered and clicked states). + + + +### arrows.svgz + +Used in: SevenStart (io.gitgud.wackyideas.SevenStart) + +Apart from the standard four oriented arrows, two variants have been added: + +- Hovered (with a hover- prefix) +- Black (with a -black suffix) + +Used in the application view and in other minor graphical elements. + + + +### button.svg + +Used in: Keyboard Layout (org.kde.plasma.keyboardlayout) + +A 9 segment button texture has been added with two states: + +- Hover (keyboard-hover-) +- Pressed (keyboard-pressed-) + +Used to give the layout switcher a button appearance. + + + +### tabbar.svgz + +Used in: SevenTasks (io.gitgud.wackyideas.seventasks), DigitalClockLite (io.gitgud.wackyideas.digitalclocklite) + +This SVG contains 9 segment textures with three states: + +- Active (active-) +- Pressed (pressed-) +- North active (north-active-) + +The north active state is typically used for actual tabs, which is why it has a distinct look from the other two states. The regular active state is used when the user hovers over an element. + + + + +### tasks.svg + +Used in: SevenTasks (io.gitgud.wackyideas.seventasks) + +The biggest modification to this SVG file is the addition of a stacked modifier to each state, defined with the "stacked+" suffix. These are mostly blank 9 segment textures with the right borders kept visible. Used for grouping multiple tasks together, achieving a graphical effect of "stacking" multiple elements on top of each other. + + + +### viewitem.svg + +Used in: Desktop containment (org.kde.desktopcontainment) + +It has three states: + +- Hover (hover-) +- Selected (selected-) +- Selected+Hover (selected+hover-) + +Used for signifying the highlight and selected state for icons on the desktop. + + + +### menuitem.svg + +Used in: SevenStart (io.gitgud.wackyideas.SevenStart), SevenTasks (io.gitgud.wackyideas.seventasks) + +It has three states: + +- Hover (hover-) +- Selected (selected-) +- Selected+Hover (selected+hover-) + +Used for all menu items in the start menu, as well as menu items in the context menu for SevenTasks. + + + + diff --git a/Documentation/Themes/Smaragd-Theme.md b/Documentation/Themes/Smaragd-Theme.md new file mode 100755 index 0000000..91dc793 --- /dev/null +++ b/Documentation/Themes/Smaragd-Theme.md @@ -0,0 +1,74 @@ +# SMARAGD SEVEN WINDOW DECORATION THEME + +## TABLE OF CONTENTS + +1. [Detailed description](#description) +2. [Theme configuration](#theme) +3. [File structure](#files) + +## Detailed description + +This is the theme component of Smaragd Seven based on Emerald, the window decorator for Compiz. For a basic introduction on Emerald in the context of Compiz and regular Smaragd, click [here](http://wiki.compiz.org/Decorators/Emerald). + +Despite the use of non-standard textures, this theme is still compatible with regular Compiz, which just ignores the files specific to Smaragd Seven. When used with Smaragd Seven, the theme provides additional textures for the following elements: + +- Side gradients +- Left side glow +- Right side glow + + + +One element that is rendered by Smaragd Seven independently of the Emerald theme is the glowing effect behind the text of the window. Changing settings related to this effect in the theme configuration file will not alter its behavior. It should also be pointed out that reflections are not rendered by Smaragd Seven, but rather the Reflection KWin effect. + +One notable difference compared to the default Windows 7 look is that the titlebar height and window buttons are sized differently. The sizing has been set to look more like Windows Vista's default settings instead. (Top - Vista, Bottom - 7) + + + +One last important detail is that the window decoration itself is fully transparent. Instead, the decoration is colored by the reflection effect, while Smaragd Seven provides the transparent texture that is rendered on top of the reflections. + +## Theme configuration + +Certain details about the theme are dictated by the `theme.ini` configuration file. It's not recommended to edit this file, either manually or through the Emerald Theme Manager, as most values don't have an effect anymore when using Smaragd Seven, some are configured with non-standard values, and most other values are already configured to achieve this specific look. Some relevant settings include: + +``` +[engine] +# Tells the decorator to use the vrunner engine for rendering the window decoration texture. +engine=vrunner + +[vrunner_settings] +... +# Windows will have rounded corners with the radius of 6 pixels. +radius=6 + +[buttons] +... +# Caption buttons will be offset by 2 pixels to the right, to align them with +# the right window border. Negative values here are not supported, as opening up Emerald Theme Manager +# will simply reset this value back to 0, not allowing negative values. +horizontal_offset=-2 + +[titlebar] +min_titlebar_height=21 +# This defines the standard item layout for the titlebar (Icon, window title, minimize, maximize and close) +title_object_layout=I(2)T::NXC:Normal Layout +``` + +## File structure + +|Name |Description |Standard| +|-------------------------|-------------------------------------------------------------------------------|--------| +|buttons.close.png |Contains textures for the close button for both active and inactive windows. |Y | +|buttons.glow.png |Contains glow textures for all the buttons when the window is active. |Y | +|buttons.inactive_glow.png|Contains glow textures for all the buttons when the window is inactive. |Y | +|buttons.max.png |Contains textures for the maximize button for both active and inactive windows.|Y | +|buttons.min.png |Contains textures for the minimize button for both active and inactive windows.|Y | +|buttons.restore.png |Contains textures for the restore button for both active and inactive windows. |Y | +|reflection.png |The default reflection texture for the Reflection KWin effect. |N | +|sidebar.png |Texture for the side border gradients when the window is active. |N | +|sidebar_unfocus.png |Texture for the side border gradients when the window is inactive. |N | +|sideglow_left.png |Texture for the left side glow effect of the window. |N | +|sideglow_right.png |Texture for the right side glow effect of the window. |N | + + + + diff --git a/Documentation/Themes/img/arrows.png b/Documentation/Themes/img/arrows.png new file mode 100755 index 0000000..d7350ad Binary files /dev/null and b/Documentation/Themes/img/arrows.png differ diff --git a/Documentation/Themes/img/close.png b/Documentation/Themes/img/close.png new file mode 100755 index 0000000..d264cf0 Binary files /dev/null and b/Documentation/Themes/img/close.png differ diff --git a/Documentation/Themes/img/desktop_icons.png b/Documentation/Themes/img/desktop_icons.png new file mode 100755 index 0000000..af78f18 Binary files /dev/null and b/Documentation/Themes/img/desktop_icons.png differ diff --git a/Documentation/Themes/img/lock.png b/Documentation/Themes/img/lock.png new file mode 100755 index 0000000..f7908e6 Binary files /dev/null and b/Documentation/Themes/img/lock.png differ diff --git a/Documentation/Themes/img/menuitem.png b/Documentation/Themes/img/menuitem.png new file mode 100755 index 0000000..9ef601e Binary files /dev/null and b/Documentation/Themes/img/menuitem.png differ diff --git a/Documentation/Themes/img/menuitem2.png b/Documentation/Themes/img/menuitem2.png new file mode 100755 index 0000000..577db05 Binary files /dev/null and b/Documentation/Themes/img/menuitem2.png differ diff --git a/Documentation/Themes/img/showdesktop.png b/Documentation/Themes/img/showdesktop.png new file mode 100755 index 0000000..6232e88 Binary files /dev/null and b/Documentation/Themes/img/showdesktop.png differ diff --git a/Documentation/Themes/img/shutdown.png b/Documentation/Themes/img/shutdown.png new file mode 100755 index 0000000..48cdc81 Binary files /dev/null and b/Documentation/Themes/img/shutdown.png differ diff --git a/Documentation/Themes/img/sidebar.png b/Documentation/Themes/img/sidebar.png new file mode 100755 index 0000000..698b7fd Binary files /dev/null and b/Documentation/Themes/img/sidebar.png differ diff --git a/Documentation/Themes/img/solid.png b/Documentation/Themes/img/solid.png new file mode 100755 index 0000000..5031ae5 Binary files /dev/null and b/Documentation/Themes/img/solid.png differ diff --git a/Documentation/Themes/img/switcher.png b/Documentation/Themes/img/switcher.png new file mode 100755 index 0000000..923903d Binary files /dev/null and b/Documentation/Themes/img/switcher.png differ diff --git a/Documentation/Themes/img/tabbar.png b/Documentation/Themes/img/tabbar.png new file mode 100755 index 0000000..0ce8f45 Binary files /dev/null and b/Documentation/Themes/img/tabbar.png differ diff --git a/Documentation/Themes/img/tabbar2.png b/Documentation/Themes/img/tabbar2.png new file mode 100755 index 0000000..cd09543 Binary files /dev/null and b/Documentation/Themes/img/tabbar2.png differ diff --git a/Documentation/Themes/img/taskbarhover.png b/Documentation/Themes/img/taskbarhover.png new file mode 100755 index 0000000..42972b5 Binary files /dev/null and b/Documentation/Themes/img/taskbarhover.png differ diff --git a/Documentation/Themes/img/tasks.png b/Documentation/Themes/img/tasks.png new file mode 100755 index 0000000..442bd8c Binary files /dev/null and b/Documentation/Themes/img/tasks.png differ diff --git a/Documentation/Themes/img/window.png b/Documentation/Themes/img/window.png new file mode 100755 index 0000000..44ba723 Binary files /dev/null and b/Documentation/Themes/img/window.png differ diff --git a/Documentation/Themes/img/winver.png b/Documentation/Themes/img/winver.png new file mode 100755 index 0000000..86eb643 Binary files /dev/null and b/Documentation/Themes/img/winver.png differ diff --git a/INSTALL.md b/INSTALL.md old mode 100644 new mode 100755 index 062bfe2..056847b --- a/INSTALL.md +++ b/INSTALL.md @@ -3,72 +3,61 @@ ## TABLE OF CONTENTS 1. [Prerequisites](#preq) -2. [KDE Plasma Settings](#plasma-settings) -3. [KDE Plasma Theme](#plasma-theme) -4. [Icons and cursors](#icons) -5. [Aero Color Mixer](#aeromixer) -6. [Qt Visual Style](#application-theme) -7. [Fonts](#fonts) -8. [Window Manager](#wm) -9. [Plasma Widgets](#widgets) -10. [Task Switcher](#task-switcher) -11. [Sounds](#sounds) -12. [Wine](#wine) -13. [Video Guide](#video-guide) +1. [KDE Plasma Settings](#plasma-settings) +1. [KDE Plasma Theme](#plasma-theme) +1. [Icons and cursors](#icons) +1. [Qt Visual Style](#application-theme) +1. [Fonts](#fonts) +1. [Window Manager](#wm) +1. [Reflection Effect](#reflection) +1. [Plasma Widgets](#widgets) +1. [Task Switcher](#task-switcher) +1. [Splash Screen](#splash-screen) +1. [Sounds](#sounds) +1. [Wine](#wine) +1. [Terminal](#terminal) + ### Prerequisites The following software is required for this project: - KDE Plasma -- KWinFT/KWin with compositing support enabled -- Kvantum/QGtkStyle/Both (QGtkStyle is included in the package ```qt5-styleplugins```) - - If using QGtkStyle, ```gtk-chtheme``` is recommended for switching between GTK2 themes -- Qt5 Graphicaleffects package (```qt5-graphicaleffects``` on Arch and derivatives) +- KWinFT/KWin with compositing support for blur and other effects +- Kvantum +- Some program to change the GTK2 theme, like ```gtk-chtheme```. +- Qt5 GraphicalEffects package (```qt5-graphicaleffects``` on Arch) Optional programs: -- KMix -- Wine - -Optional components which are deprecated and/or not supported: - -- Compiz with Emerald -- QtCurve - -**Detailed explanation:** - -This project looks best when used with sofware which uses the Qt framework. - -The Qt visual style can be set to either Kvantum or QGtkStyle. Kvantum offers a simple to customise SVG-based theme of Aero with perks such as animated transitions, scaling support and better Qt integration, while QGtkStyle renders Qt as if it were a GTK2 style, which makes GTK2 and Qt programs look more unified. It is up to the user's personal preference to choose between either visual style. - -**NOTE: From now on, paths starting with a period (```.```) will refer to paths within this git repository.** +- KMix, for a volume menu that looks more like Windows 7. For Pipewire users it might be better to just use the default volume plasmoid KDE provides. ### KDE Plasma Settings -Starting off with the simplest modifications, this is a list of recommended settings which are configurable in System Settings, to make Plasma behave closely like Windows 7. Of course, these settings are optional and simply personal preference. - +Starting off with the simplest modifications, this is a list of recommended settings which are configurable in the system settings, to make Plasma behave more like Windows 7: - Under Workspace Behaviour: - - Under General Behaviour: - Clicking files or folders: Selects them - Under Desktop Effects: - - Disable Background contrast *(This theme does not make use of this option #9)* - - Blur, set Blur strength to 2, and Noise strength to 0 - - Desaturate Unresponsive Applications - - Fading popups - - Login - - Logout - - Morphing popups - - Translucency (Turn this off if it makes moving windows transparent) - - Glide: - - Duration: 300ms + - Disable 'Background contrast' *(This theme does not make use of this option #9)* + - Enable 'Blur', set Blur strength to 2, and Noise strength to 0 + - Enable 'Desaturate unresponsive applications' + - Enable 'Fading popups' + - Enable 'Login', check 'Fade to black' *(Apparently this effect is currently broken? It won't actually fade to black.)* + - Enable 'Logout' + - Enable 'Morphing popups' + - Disable 'Sliding Popups' + - Disable 'Translucency' + - Enable 'Glide': + - Duration: 200ms - Window Open Animation: Top, 8, 20 - Window Close Animation: Bottom, 15, 30 - - Window Aperture - - If using KWinFT, enable Flip Switch; Set Flip animation duration to 200, and Angle to 45°. - - Scale (Window Open/Close Animation) + - Enable 'Window Aperture' + - If using KWinFT, enable 'Flip Switch': + - Flip animation duration: 200 + - Angle: 45°. + - Enable 'Scale' (Appearance) - Under Screen Edges: - Turn off all 8 screen edges - Under Touch Screen: @@ -81,214 +70,231 @@ Starting off with the simplest modifications, this is a list of recommended sett - Under Window Actions: - Modifier key: Meta - Under KWin Scripts: - - Enable MinimizeAll script + - Enable 'MinimizeAll' When editing Plasma's bottom panel, make sure its width is set to 40 pixels. ### KDE Plasma Theme -The Seven-Black Plasma theme is the main theme for KDE Plasma's shell. Put it in the following directory: -```~/.local/share/plasma/desktoptheme/Seven-Black``` +Seven-Black is the theme for Plasma's shell. To install it, put it in the following directory (create it if it doesn't exist): +``` +$ ~/.local/share/plasma/desktoptheme/ +``` To apply it, go to ```System Settings -> Appearance -> Plasma Style``` to find it and select it. ### Icons and cursors -The folder ```windowsicon``` is the icon theme, while ```aero-cursors``` is the cursor theme. Both of these belong in -the following directory: -```/usr/share/icons``` (Requires root privileges) +The icon theme is ```windowsicon```, while ```aero-cursors``` is the cursor theme. Extract the tar archives and move the folders in the following directory: +``` +$ ~/.local/share/icons/ +``` -To apply them, go to ```System Settings -> Appearance -> Icons``` and ```System Settings -> Appearance -> Cursors``` respectively. +To apply them, go to ```System Settings -> Appearance -> Icons``` and ```System Settings -> Appearance -> Cursors``` respectively to select them. -### Aero Color Mixer - -AeroColorMixer is a configuration utility meant for customising this Aero theme to your liking. It is built based on the Personalisation features from Windows 7, with the ability to change the accent color of the glassy visual effects. The colors and names features within the program are taken from Windows 7, while it is also possible to adjust the color to your own liking. - -The binary for AeroColorMixer is located in the build folder of the source code: - -```./Plasma/KDE Plasma Theme/AeroColorMixer/build``` - -No installation is required, however it is advised to place the binary in a path listed in the user's PATH, like: - -```/usr/bin``` (Requires root privileges) - -A few notes regarding AeroColorMixer: - -- The configuration file is stored in: ```~/.config/.aerorc``` and it stores information regarding the custom color, transparency settings, and which color is currently applied. -- Directly editing this configuration file DOES NOT change your theme's colors, instead it is used for the utility to load itself into a known state. -- Toggling the transparency setting inside this program does not affect compositing settings on your window manager. - -Both the source code and binaries are provided, and the binary is compiled with Qt version 5.15.5, glibc 2.36 and on the x86_64 architecture. - -**NOTE: This program is meant to work only with this theme, and it assumes that you have both the Plasma theme and the Emerald theme installed on your system.** +It is also strongly recommended to install the [Oxygen](https://invent.kde.org/frameworks/oxygen-icons5) icon theme if it's not already installed on your system, as this project's icon theme optionally depends on it. ### Qt Visual Style -Installing QGtkStyle requires installing the package ```qt5-styleplugins``` which is available in the AUR for Arch users and the galaxy repository for Artix users. - -Installing Kvantum requires installing the package ```kvantum``` which is available in the community repository. +Installing Kvantum requires installing the package ```kvantum``` which is available in the community repository for Arch, and is available on most other Linux distributions as well. To install the GTK2 theme, locate and move the following directory: -```./Qt/Application Theme/QGtkStyle/win27pixmap``` +``` +$ ./Qt/Application_Theme/QGtkStyle/win27pixmap/ +``` -to the following directory: +to this directory (create it if it doesn't exist): -```~/.themes``` +``` +$ ~/.themes/ +``` -If this directory does not exist, simply make it. - -Installing the Kvantum theme is simply done through Kvantum Manager. +Installing the Kvantum theme is simply done through Kvantum's settings. Afterwards, Kvantum can be set as the visual style in ```System Settings -> Appearance -> Application Style```. **Applying the GTK2 theme:** -To use the GTK2 theme for Qt programs, it must be selected in ```System Settings -> Appearance -> Application Style```, and it must be applied as a regular GTK2 theme as well. To do this, use a program like ```gtk-chtheme``` to set it for all GTK2 programs. Be sure to set the font to Segoe UI, size 9. +Through a utility program like ```gtk-chtheme```, set the GTK2 theme to Win2-7. When configuring GTK2, make sure to set the font to the same font as configured in the system settings (for this theme, the default is Segoe UI, size 9). In case the GTK2 theme isn't persistent throughout sessions, in order to keep it applied, add the following line: -```GTK2_RC_FILES=/home/[username]/.themes/win27pixmap/gtk-2.0/gtkrc``` +``` +GTK2_RC_FILES=/home/[username]/.themes/win27pixmap/gtk-2.0/gtkrc +``` -in ```/etc/environment```. This requires root privileges. Replace ```[username]``` with your own user name. Restart your Plasma session to see the effect. +in + +``` +# /etc/environment +``` + +Replace ```[username]``` with your own user name. Restart the Plasma session to see the effect. **Installing the color scheme:** -To install the color scheme, go to ```System Settings -> Appearance -> Colors```, and click "Install from file.". Locate the following file and select it: +To install the color scheme, go to ```System Settings -> Appearance -> Colors``` and click "Install from file". Locate the following file and select it: -```./Plasma/Color Scheme/KvCurvesLight.colors``` +``` +./Plasma/Color_Scheme/AeroColorScheme.colors +``` Select the color scheme and apply it. ### Fonts -For the sake of keeping this theme pack relatively compact, and due to licensing issues, this project won't include the Microsoft Windows fonts, but you can get them if you have a Windows installation. -Windows fonts are stored in the following directory: +For the sake of keeping this theme pack relatively compact, and to avoid potential licensing issues, this repository won't include Windows fonts, but acquiring them from an already present Windows installation is easy. +On Windows, fonts are stored in the following directory: -```C:\Windows\Fonts\``` +``` +C:\Windows\Fonts\ +``` -If you have an existing Windows installation, you can simply copy them over to the following directory: +If you have an existing Windows installation, you can simply copy the fonts over to the following directory (note that this will install the fonts across the entire system): -```/usr/share/fonts/windows``` (Requires root privileges) +``` +# /usr/share/fonts/windows/ +``` -Make sure to keep them all tidy in a separate folder from the rest. -As for the actual font configurations, in System settings, go to ```Appearance -> Fonts```, and then apply the following -settings: +It might be necessary to also update the fontconfig cache: + +``` +$ fc-cache +``` + +As for the actual font rendering configuration, in ```System Settings -> Appearance -> Fonts``` apply the following settings: - General: Segoe UI 9pt -- Fixed width: Fixedsys 11pt (Can be any monospace font) +- Fixed width: Fixedsys 11pt - Small: Segoe UI 8pt - Toolbar: Segoe UI 9pt - Menu: Segoe UI 9pt - Window title: Segoe UI 9pt
- Anti-aliasing: Enable -- Sub-pixel rendering: RGB +- Sub-pixel rendering: RGB *(This may vary depending on the monitor, choose the setting that looks best for your monitor and eyes.)* - Hinting: Slight -Tweak these settings around as you'd like. -Since KDE isn't that stable you may have to restart it in order to actually see the real results - KDE tends to -butcher font rendering upon changing settings. I don't know why. +Relog into a new Plasma session to see the results. -Note: [Font rendering on Linux is largely broken now and has been for several years](https://www.phoronix.com/news/HarfBuzz-Hinting-Woe). This is because Pango no longer uses FreeType for font rendering, using HarfBuzz instead. As a result, **all** font hinting options are broken except for slight font hinting, and HiDPI rendering. Despite the backlash, the developers arrogantly suggest using only HiDPI screens from now on, or "to get used to it". This regression has taken away the aggressive font hinting which was nearly identical to ClearType on Windows 7. +Note: Font rendering on Linux is [largely broken now](https://gitlab.gnome.org/GNOME/pango/-/issues/656) [and has been](https://gitlab.gnome.org/GNOME/pango/-/issues/463) [for](https://gitlab.gnome.org/GNOME/pango/-/issues/404) [several](https://github.com/harfbuzz/harfbuzz/issues/2394) [years](https://www.phoronix.com/news/HarfBuzz-Hinting-Woe). As a result, **pretty much all** font hinting options are broken except for **slight** font hinting and HiDPI rendering (because at that point, subpixel rendering isn't even needed). This regression has taken away the aggressive font hinting which made rendering nearly identical to ClearType on Windows 7. Currently, full font hinting _should technically work again_, but certain glyphs aren't horizontally aligned correctly, which still makes text unreadable. Until this issue is resolved, the only viable choice is to use slight font hinting. ### Window Manager -To install Smaragd, move the file: +To install the window decoration, move the file: -```./KWin/bin/kwin_smaragd.so``` +``` +$ ./KWin/smaragd_bin/kwin_smaragd.so +``` to: -```/usr/lib/qt/plugins/org.kde.kdecoration2/kwin_smaragd.so``` (Requires root privileges) +``` +# /usr/lib/qt/plugins/org.kde.kdecoration2/ +``` -To install the theme in question, move the following directory: +The window decoration requires an Emerald theme to be present as well. To install the theme, move the following directory (If it doesn't appear, enable viewing hidden files): -```./KWin/.emerald``` (If it doesn't appear, turn on 'Show hidden files') +``` +$ ./KWin/.emerald/ +``` -to: +to the home directory. -```~/.emerald``` - -To apply Smaragd, select it in ```System settings -> Appearance -> Window Decorations```. - -Any changes made to the theme will be nearly instant. The changes are applied as soon as the window is updated (resizing, maximizing/restoring the window). It is not recommended to edit the theme file by hand. +To apply the window decoration, go to ```System settings -> Appearance -> Window Decorations``` and select Smaragd. #### Compiling instructions -Compiling on Arch Linux requires a few dependencies to be present on your system: +Compiling Smaragd on Arch Linux requires a few dependencies to be installed on the system: - cmake - cairo - glib2 - kdebase-runtime -- kdelibs 4.14.X +- kdelibs 4.14.x -The last two dependencies are available as prebuilt packages in this repository. The package `kdebase-runtime` doesn't exist anymore for Arch, not even the AUR, and so the only place to find it outside of this repository is through [this](https://archive.org/details/archlinux_pkg_kdebase-runtime) link. The package `kdelibs` can be installed through the AUR, however I recommend against it as compiling the package takes very long, and as of right now, building the package seems impossible. Other distributions will likely be better in terms of offering legacy packages. +The last two dependencies are provided in this repository as prebuilt Arch packages. The package `kdebase-runtime` doesn't exist anymore for Arch, not even the AUR, so the only place to find it outside of this repository is through [this](https://archive.org/details/archlinux_pkg_kdebase-runtime) link. The package `kdelibs` can be installed through the AUR, however it isn't recommended as compiling the package takes very long, and as of right now, building the package seems to fail. Distributions like Debian might be better in terms of offering legacy packages. -To compile Smaragd, do the following in the terminal: +To compile Smaragd from the terminal: -1. `cd smaragd-0.1.1` -2. `mkdir build` (You can delete the build directory that already exists, or use a different name) -3. `cd build` -4. ```cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..``` -5. `make` -6. `sudo make install` +```bash +cd smaragd-0.1.1 +mkdir build #You can delete the build directory that already exists, or use a different name +cd build +cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` .. +make +sudo make install +``` If compiling multiple times, only the last step is required. Steps 1-4. are for setting the environment up for the first time. -To see new changes, restart KWin (Assuming Smaragd has been installed for the first time, and has been selected in the settings). +To see the changes after compiling and setting Smaragd in the System Settings, simply restart KWin. + +### Reflection Effect + +To install the reflection effect, it's recommended to build it from source. The required dependencies are: + +- cmake +- extra-cmake-modules + +Then, go to the folder: + +``` +cd ./KWin/kwin_reflect/ +sh install.sh +``` + +After it has been compiled, you can log out or restart plasma and kwin, then go to ```System settings -> Workspace Behavior -> Desktop Effects``` and enable the effect. + ### Plasma widgets ### User plasmoids -These plasmoids do not require root privileges or editing system files to install. Installing them can be done by moving the plasmoid folders found in the following directory: +These plasmoids do not require root privileges or editing system files to install. Installing them can be done by moving the plasmoid folder found in the following directory: -```./Plasma/Plasma Widgets/User``` +``` +$ ./Plasma/Plasma_Widgets/User/ +``` to: -```~/.local/share/plasma/plasmoids``` +``` +$ ~/.local/share/plasma/plasmoids/ +``` Example: To install Seven Start, move the directory: -```./Plasma/Plasma Widgets/User/Start Menu/SevenStart``` +``` +$ ./Plasma/Plasma_Widgets/User/io.wackyideas.SevenStart/ +``` to: -```~/.local/share/plasma/plasmoids/SevenStart``` - -Also, it is necessary to have the KDE Plasma theme installed and applied beforehand, or else the plasmoids will not display correctly. - -The following segments will explain how to configure these widgets. - - -#### Seven Start - -After installing and adding this widget to the main panel, you will notice that it has no icon. It is necessary to open the configuration window and set the icons as shown in the screenshot below: - - - -The icons are located in: - -```./Plasma/Plasma Widgets/User/Start Menu/Orbs``` +``` +$ ~/.local/share/plasma/plasmoids/ +``` #### Seven Tasks -Seven Tasks requires an additional install step which requires root privileges. It is necessary to complete this step first before installing and using this plasmoid. To complete the installation, move the following file: +Before installing this plasmoid normally, it requires moving a file to a directory which requires root privileges. Move this file: -```./Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so``` +``` +$ ./Plasma/Plasma_Widgets/User/plasma_applet_seventasks.so +``` to: -```/usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so``` (Requires root privileges) +``` +# /usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so +``` -This library is used to create the hot tracking glow effect. +This library is used to create [this effect](https://superuser.com/questions/730804/how-does-windows-7-calculate-the-color-to-use-for-taskbar-color-hot-tracking) from Windows 7. -It is possible to toggle showing labels on the fly by checking the "Show labels on taskbar buttons" option in the configuration window like this: +It is possible to toggle showing labels by toggling the "Show labels on taskbar buttons" option in the configuration window like this: @@ -297,93 +303,104 @@ It is possible to toggle showing labels on the fly by checking the "Show labels This plasmoid doesn't require additional configuration after installation if other steps have been completed. If for some reason the font and size do not look appropriate, set them to the following: - Font size px: 9 -- Font style: Segoe UI - -You can tweak the other settings to your liking. - -#### Show Desktop (Win7, custom) - -Set the following properties to the following values: - -In Look: - -- Size: 13px; - -In Click: - - - Run Command: ```qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "MinimizeAll"```
- (Note: in order for this to work, the ```MinimizeAll``` KWin script must be installed and enabled) - -In Peek: - -- Show desktop on hover: Enable -- Peek threshold: 750ms - -Other properties can be configured to your liking. +- Font style: Segoe UI Light, bold ### System modifications -These plasmoids and QML modifications require root privileges to install, as well as replacing/modifying system files which may or may not break KDE as a result. **Be sure to make backups before replacing system files on your computer. A simple rename of the files or directories that would be modified is enough.** +These plasmoids and QML modifications require root privileges to install. It's recommended to move the original files somewhere safe as a backup, instead of replacing them directly. **Always make backups before replacing system files.** -Another thing to note is that these changes will be reset after each system update, meaning that it is necessary to reinstall these modifications after every update. +An important thing to keep in mind is that these changes will be reset everytime KDE is updated, meaning that it is necessary to perform this part of the installation after every update. #### Modified System Tray -To install, move or copy the following directory: +To install, move the following directory: -```./Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray``` +``` +$ ./Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/ +``` to: -```/usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray``` (Requires root privileges) +``` +# /usr/share/plasma/plasmoids/ +``` Restart plasma to apply changes. If necessary, set the icon size to "Small" in the configuration window. #### Modified Keyboard Layout Switcher -To install, move or copy the following directory: +To install, move the following directory: -```./Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout``` +``` +$ ./Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout +``` to: -```/usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout``` (Requires root privileges) +``` +# /usr/share/plasma/plasmoids/ +``` -Restart plasma to apply changes. No further configuration is needed. +Restart plasma to apply changes. #### Desktop icons -To install, move or copy the following directory: +To install, move the following directory: -```./Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment``` +``` +$ ./Plasma/Plasma_Widgets/System/org.kde.desktopcontainment +``` to: -```/usr/share/plasma/plasmoids/org.kde.desktopcontainment``` (Requires root privileges) +``` +# /usr/share/plasma/plasmoids/ +``` -Restart plasma to apply changes. No further configuration is needed. +Restart plasma to apply changes. + +To make the desktop look more like Windows 7 by default, right click on the desktop and click "Configure Desktop and Wallpaper...", change the following settings: + +- Icons: + - Icon size: 2 + - Label width: Narrow + - Features: All checked except for "Folder preview popups" #### Plasma tooltips -To install, move or copy the following file: +To install, move the following file: -```./Plasma/Plasma Widgets/System/Tooltips/DefaultTooltip.qml``` +``` +$ ./Plasma/Plasma_Widgets/System/Tooltips/DefaultTooltip.qml +``` to: -```/usr/lib/qt/qml/org/kde/plasma/core/private/DefaultTooltip.qml``` +``` +# /usr/lib/qt/qml/org/kde/plasma/core/private/ +``` -Restart plasma to apply changes. No further configuration is needed. +Restart plasma to apply changes. ### Task Switcher - +To install, move the following folder: + +``` +$ ./KWin/thumbnail_seven +``` + +to: + +``` +$ ~/.local/share/kwin/tabbox/ +``` In ```System Settings -> Window Management -> Task Switcher```, set the following: In Main: -- Visualization: Set "Thumbnails" as the visualization style. +- Visualization: Set "Thumbnail Seven" as the visualization style. - Shortcuts (for All Windows): - Forward: Alt + Tab - Backward: Alt + Shift + Tab @@ -397,62 +414,92 @@ In Alternative: - Backward: Meta + Shift + Tab - Check "Include "Show Desktop" icon" -Configuration options for the Flip Switch style are described in [KDE Plasma Settings](#plasma-settings). +### Splash Screen + +To install the splash screen, move the folder: + +``` +$ ./Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen +``` + +To the following directory: + +``` +$ ~/.local/share/plasma/look-and-feel/ +``` + +Create the directory in case it doesn't exist. + +Set the splash screen in ```System Settings -> Appearance -> Splash Screen```. ### Sounds -On Windows, the full set of sound files is located in the following directory: +On Windows, system sound files are located in: -```C:\Windows\Media``` +``` +C:\Windows\Media +``` To install the sound files bundled with this project, move the two following directories: -```./Plasma/Sounds/media_windows``` - and -```./Plasma/Sounds/stereo_windows``` +``` +$ ./Plasma/Sounds/media_windows +$ ./Plasma/Sounds/stereo_windows +``` to: -```/usr/share/sounds/media_windows``` -and - ```/usr/share/sounds/stereo_windows``` +``` +# /usr/share/sounds/ +``` -respectively. - -To select and apply them, go to ```System Settings -> Notifications```. There, click on the ```Configure...``` -button on the bottom. Scroll down to ```Plasma Workspace```, and click on the ```Configure Events...``` button. +To apply them, go to ```System Settings -> Notifications```. There, click on the 'Configure' +button. Scroll down to ```Plasma Workspace```, and click on the 'Configure Events' button. Set the sounds for the following notifications: - - Notification: ```/usr/share/sounds/stereo_windows/dialog-information.ogg``` - - Warning Message: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` - - Fatal Error, Catastrophe: ```/usr/share/sounds/stereo_windows/dialog-error.ogg``` - - Logout: ```/usr/share/sounds/stereo_windows/desktop-logout.ogg``` - - Question: ```/usr/share/sounds/stereo_windows/dialog-question.ogg``` - - Login: ```/usr/share/sounds/stereo_windows/desktop-login.ogg``` - - Warning: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` - - Trash: Emptied: ```/usr/share/sounds/media_windows/Windows Recycle.wav``` - - Critical Message: ```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` - - Information Message: ```/usr/share/sounds/stereo_windows/dialog-information.ogg``` - - Beep: ```/usr/share/sounds/stereo_windows/button-pressed.ogg``` +|Sound |File | +|-------------------------|-------------------------------------------------------------| +|Notification |```/usr/share/sounds/stereo_windows/dialog-information.ogg```| +|Warning Message |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` | +|Fatal Error, Catastrophe |```/usr/share/sounds/stereo_windows/dialog-error.ogg``` | +|Logout |```/usr/share/sounds/stereo_windows/desktop-logout.ogg``` | +|Question |```/usr/share/sounds/stereo_windows/dialog-question.ogg``` | +|Login |```/usr/share/sounds/stereo_windows/desktop-login.ogg``` | +|Warning |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` | +|Trash, Emptied |```/usr/share/sounds/media_windows/Windows Recycle.wav``` | +|Critical Message |```/usr/share/sounds/stereo_windows/dialog-warning.ogg``` | +|Information Message |```/usr/share/sounds/stereo_windows/dialog-information.ogg```| +|Beep |```/usr/share/sounds/stereo_windows/button-pressed.ogg``` | -Then, under ```Power Management```, click on the ```Configure Events...``` button. Set the sounds for the following +Then, under ```Power Management```, click on the 'Configure Events' button. Set the sounds for the following notifications: - - Battery Low, Peripheral Battery Low: ```/usr/share/sounds/media_windows/Windows Battery Low.wav``` - - Battery Critical: ```/usr/share/sounds/media_windows/Windows Battery Critical.wav``` +|Sound |File | +|-----------------------------------|------------------------------------------------------------------| +|Battery Low, Peripheral Battery Low|```/usr/share/sounds/media_windows/Windows Battery Low.wav``` | +|Battery Critical |```/usr/share/sounds/media_windows/Windows Battery Critical.wav```| ### Wine -To install and configure, run ```winecfg```, and under the ```Desktop Integration``` tab, click ```Install theme...``` and choose the following file: +To install the msstyle for Wine applications, run ```winecfg```, and under the 'Desktop Integration' tab, click 'Install theme' and choose the following file: -```./Wine/VistaVG Ultimate/VistaVG Ultimate.msstyles``` +``` +$ ./Wine/VistaVG Ultimate/vistavg_ultimate.msstyles +``` -After that, go through all elements in the "Item" list, and change the font everywhere to match: +After that, go through the entire 'Item' list, and change the font everywhere to: - Font: Segoe UI - Size: 9pt -### Video Guide +### Terminal -Video created by Bleeplo: +To make your terminal emulator of choice look a bit more like the command prompt from Windows, do the following: -[![Video guide](https://i.ytimg.com/vi/KFr4tqk7Mvg/mqdefault.jpg)](https://youtu.be/KFr4tqk7Mvg) +- Hide the menu bar +- Hide the tab bar if there's only one tab available +- Set the terminal font to Fixedsys (Excelsior 3.01), 11pt. +- Add the following line to `~/.bashrc`: + +```printf 'Microsoft Windows [Version 6.1.7601] \nCopyright 2009 Microsoft Corporation. All rights reserved.\n\n'``` + +The last part will print the provided string every time a new bash session is started. diff --git a/Icons and cursors/aero-cursors.tar.gz b/Icons and cursors/aero-cursors.tar.gz new file mode 100755 index 0000000..19c1b1d Binary files /dev/null and b/Icons and cursors/aero-cursors.tar.gz differ diff --git a/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102 b/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102 deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/00008160000006810000408080010102 +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140 b/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140 deleted file mode 120000 index ab27933..0000000 --- a/Icons and cursors/aero-cursors/cursors/028006030e0e7ebffc7f7070c0600140 +++ /dev/null @@ -1 +0,0 @@ -14fef782d02440884392942c11205230 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 b/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 deleted file mode 100644 index 2b2b04d..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd deleted file mode 120000 index 54e2199..0000000 --- a/Icons and cursors/aero-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +++ /dev/null @@ -1 +0,0 @@ -3ecb610c1bf2410f44200f48c40d3599 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230 b/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230 deleted file mode 100644 index 7ce655a..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/14fef782d02440884392942c11205230 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204 b/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204 deleted file mode 100644 index ae4e9da..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/2870a09082c103050810ffdffffe0204 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 b/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 deleted file mode 100644 index 55826c4..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 b/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 deleted file mode 100644 index 526ecfd..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822 b/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822 deleted file mode 120000 index 1e0d357..0000000 --- a/Icons and cursors/aero-cursors/cursors/9d800788f1b08800ae810202380a0822 +++ /dev/null @@ -1 +0,0 @@ -e29285e634086352946a0e7090d73106 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/X_cursor b/Icons and cursors/aero-cursors/cursors/X_cursor deleted file mode 120000 index 8f6590c..0000000 --- a/Icons and cursors/aero-cursors/cursors/X_cursor +++ /dev/null @@ -1 +0,0 @@ -4498f0e0c1937ffe01fd06f973665830 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/bd_double_arrow b/Icons and cursors/aero-cursors/cursors/bd_double_arrow deleted file mode 120000 index f25eda0..0000000 --- a/Icons and cursors/aero-cursors/cursors/bd_double_arrow +++ /dev/null @@ -1 +0,0 @@ -c7088f0f3e6c8088236ef8e1e3e70000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/bottom_left_corner b/Icons and cursors/aero-cursors/cursors/bottom_left_corner deleted file mode 120000 index c3414f5..0000000 --- a/Icons and cursors/aero-cursors/cursors/bottom_left_corner +++ /dev/null @@ -1 +0,0 @@ -fcf1c3c7cd4491d801f1e1c78f100000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/bottom_right_corner b/Icons and cursors/aero-cursors/cursors/bottom_right_corner deleted file mode 120000 index f25eda0..0000000 --- a/Icons and cursors/aero-cursors/cursors/bottom_right_corner +++ /dev/null @@ -1 +0,0 @@ -c7088f0f3e6c8088236ef8e1e3e70000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/bottom_side b/Icons and cursors/aero-cursors/cursors/bottom_side deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/bottom_side +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000 deleted file mode 100644 index e5a79f0..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/c7088f0f3e6c8088236ef8e1e3e70000 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/center_ptr b/Icons and cursors/aero-cursors/cursors/center_ptr deleted file mode 100644 index 2134006..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/center_ptr and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/cross b/Icons and cursors/aero-cursors/cursors/cross deleted file mode 120000 index 8ea8796..0000000 --- a/Icons and cursors/aero-cursors/cursors/cross +++ /dev/null @@ -1 +0,0 @@ -draped_box \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/cross_reverse b/Icons and cursors/aero-cursors/cursors/cross_reverse deleted file mode 120000 index 8ea8796..0000000 --- a/Icons and cursors/aero-cursors/cursors/cross_reverse +++ /dev/null @@ -1 +0,0 @@ -draped_box \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/crossed_circle b/Icons and cursors/aero-cursors/cursors/crossed_circle deleted file mode 120000 index 2f0e526..0000000 --- a/Icons and cursors/aero-cursors/cursors/crossed_circle +++ /dev/null @@ -1 +0,0 @@ -03b6e0fcb3499374a867c041f52298f0 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/crosshair b/Icons and cursors/aero-cursors/cursors/crosshair deleted file mode 120000 index 8ea8796..0000000 --- a/Icons and cursors/aero-cursors/cursors/crosshair +++ /dev/null @@ -1 +0,0 @@ -draped_box \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b b/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b deleted file mode 100644 index 91fcd9d..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/d9ce0ab605698f320427677b458ad60b and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/double_arrow b/Icons and cursors/aero-cursors/cursors/double_arrow deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/double_arrow +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/draped_box b/Icons and cursors/aero-cursors/cursors/draped_box deleted file mode 100644 index 59e1314..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/draped_box and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106 b/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106 deleted file mode 100644 index 92edcb3..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/e29285e634086352946a0e7090d73106 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000 deleted file mode 100644 index f033c27..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/fcf1c3c7cd4491d801f1e1c78f100000 and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/fd_double_arrow b/Icons and cursors/aero-cursors/cursors/fd_double_arrow deleted file mode 120000 index c3414f5..0000000 --- a/Icons and cursors/aero-cursors/cursors/fd_double_arrow +++ /dev/null @@ -1 +0,0 @@ -fcf1c3c7cd4491d801f1e1c78f100000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/fleur b/Icons and cursors/aero-cursors/cursors/fleur deleted file mode 100644 index fc66aff..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/fleur and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/h_double_arrow b/Icons and cursors/aero-cursors/cursors/h_double_arrow deleted file mode 120000 index ab27933..0000000 --- a/Icons and cursors/aero-cursors/cursors/h_double_arrow +++ /dev/null @@ -1 +0,0 @@ -14fef782d02440884392942c11205230 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/hand b/Icons and cursors/aero-cursors/cursors/hand deleted file mode 120000 index 1e0d357..0000000 --- a/Icons and cursors/aero-cursors/cursors/hand +++ /dev/null @@ -1 +0,0 @@ -e29285e634086352946a0e7090d73106 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/hand1 b/Icons and cursors/aero-cursors/cursors/hand1 deleted file mode 120000 index 1e0d357..0000000 --- a/Icons and cursors/aero-cursors/cursors/hand1 +++ /dev/null @@ -1 +0,0 @@ -e29285e634086352946a0e7090d73106 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/hand2 b/Icons and cursors/aero-cursors/cursors/hand2 deleted file mode 120000 index 1e0d357..0000000 --- a/Icons and cursors/aero-cursors/cursors/hand2 +++ /dev/null @@ -1 +0,0 @@ -e29285e634086352946a0e7090d73106 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/left_ptr b/Icons and cursors/aero-cursors/cursors/left_ptr deleted file mode 120000 index 8f6590c..0000000 --- a/Icons and cursors/aero-cursors/cursors/left_ptr +++ /dev/null @@ -1 +0,0 @@ -4498f0e0c1937ffe01fd06f973665830 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/left_ptr_watch b/Icons and cursors/aero-cursors/cursors/left_ptr_watch deleted file mode 120000 index 54e2199..0000000 --- a/Icons and cursors/aero-cursors/cursors/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -3ecb610c1bf2410f44200f48c40d3599 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/left_side b/Icons and cursors/aero-cursors/cursors/left_side deleted file mode 120000 index ab27933..0000000 --- a/Icons and cursors/aero-cursors/cursors/left_side +++ /dev/null @@ -1 +0,0 @@ -14fef782d02440884392942c11205230 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/ll_angle b/Icons and cursors/aero-cursors/cursors/ll_angle deleted file mode 120000 index c3414f5..0000000 --- a/Icons and cursors/aero-cursors/cursors/ll_angle +++ /dev/null @@ -1 +0,0 @@ -fcf1c3c7cd4491d801f1e1c78f100000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/lr_angle b/Icons and cursors/aero-cursors/cursors/lr_angle deleted file mode 120000 index f25eda0..0000000 --- a/Icons and cursors/aero-cursors/cursors/lr_angle +++ /dev/null @@ -1 +0,0 @@ -c7088f0f3e6c8088236ef8e1e3e70000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/move b/Icons and cursors/aero-cursors/cursors/move deleted file mode 120000 index 8f6590c..0000000 --- a/Icons and cursors/aero-cursors/cursors/move +++ /dev/null @@ -1 +0,0 @@ -4498f0e0c1937ffe01fd06f973665830 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/pencil b/Icons and cursors/aero-cursors/cursors/pencil deleted file mode 100644 index 72e0226..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/pencil and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/question_arrow b/Icons and cursors/aero-cursors/cursors/question_arrow deleted file mode 120000 index 97fd420..0000000 --- a/Icons and cursors/aero-cursors/cursors/question_arrow +++ /dev/null @@ -1 +0,0 @@ -d9ce0ab605698f320427677b458ad60b \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/right_ptr b/Icons and cursors/aero-cursors/cursors/right_ptr deleted file mode 120000 index 8f6590c..0000000 --- a/Icons and cursors/aero-cursors/cursors/right_ptr +++ /dev/null @@ -1 +0,0 @@ -4498f0e0c1937ffe01fd06f973665830 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/right_side b/Icons and cursors/aero-cursors/cursors/right_side deleted file mode 120000 index ab27933..0000000 --- a/Icons and cursors/aero-cursors/cursors/right_side +++ /dev/null @@ -1 +0,0 @@ -14fef782d02440884392942c11205230 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow b/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow deleted file mode 120000 index ab27933..0000000 --- a/Icons and cursors/aero-cursors/cursors/sb_h_double_arrow +++ /dev/null @@ -1 +0,0 @@ -14fef782d02440884392942c11205230 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow b/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/sb_v_double_arrow +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/tcross b/Icons and cursors/aero-cursors/cursors/tcross deleted file mode 120000 index 8ea8796..0000000 --- a/Icons and cursors/aero-cursors/cursors/tcross +++ /dev/null @@ -1 +0,0 @@ -draped_box \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/top_left_arrow b/Icons and cursors/aero-cursors/cursors/top_left_arrow deleted file mode 120000 index 8f6590c..0000000 --- a/Icons and cursors/aero-cursors/cursors/top_left_arrow +++ /dev/null @@ -1 +0,0 @@ -4498f0e0c1937ffe01fd06f973665830 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/top_left_corner b/Icons and cursors/aero-cursors/cursors/top_left_corner deleted file mode 120000 index f25eda0..0000000 --- a/Icons and cursors/aero-cursors/cursors/top_left_corner +++ /dev/null @@ -1 +0,0 @@ -c7088f0f3e6c8088236ef8e1e3e70000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/top_right_corner b/Icons and cursors/aero-cursors/cursors/top_right_corner deleted file mode 120000 index c3414f5..0000000 --- a/Icons and cursors/aero-cursors/cursors/top_right_corner +++ /dev/null @@ -1 +0,0 @@ -fcf1c3c7cd4491d801f1e1c78f100000 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/top_side b/Icons and cursors/aero-cursors/cursors/top_side deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/top_side +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/v_double_arrow b/Icons and cursors/aero-cursors/cursors/v_double_arrow deleted file mode 120000 index da1a989..0000000 --- a/Icons and cursors/aero-cursors/cursors/v_double_arrow +++ /dev/null @@ -1 +0,0 @@ -2870a09082c103050810ffdffffe0204 \ No newline at end of file diff --git a/Icons and cursors/aero-cursors/cursors/watch b/Icons and cursors/aero-cursors/cursors/watch deleted file mode 100644 index a1f6438..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/watch and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/xterm b/Icons and cursors/aero-cursors/cursors/xterm deleted file mode 100644 index 78643a2..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/xterm and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/zoom-in b/Icons and cursors/aero-cursors/cursors/zoom-in deleted file mode 100644 index 312ea3d..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/zoom-in and /dev/null differ diff --git a/Icons and cursors/aero-cursors/cursors/zoom-out b/Icons and cursors/aero-cursors/cursors/zoom-out deleted file mode 100644 index 86264f3..0000000 Binary files a/Icons and cursors/aero-cursors/cursors/zoom-out and /dev/null differ diff --git a/Icons and cursors/aero-cursors/index.theme b/Icons and cursors/aero-cursors/index.theme deleted file mode 100644 index 56a92c7..0000000 --- a/Icons and cursors/aero-cursors/index.theme +++ /dev/null @@ -1,5 +0,0 @@ -[Icon Theme] -Name=aero-drop -Comment= Converted with ms2sd - Converted by sd2xc-2.3.pl -Example=left_ptr -Inherits=core diff --git a/Icons and cursors/windowsicon.tar.gz b/Icons and cursors/windowsicon.tar.gz new file mode 100644 index 0000000..0bdca5c Binary files /dev/null and b/Icons and cursors/windowsicon.tar.gz differ diff --git a/Icons and cursors/windowsicon/128x128/actions/application-menu.png b/Icons and cursors/windowsicon/128x128/actions/application-menu.png deleted file mode 100644 index 84f2b09..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/button_cancel.png b/Icons and cursors/windowsicon/128x128/actions/button_cancel.png deleted file mode 100644 index c19a37c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/cancel.png b/Icons and cursors/windowsicon/128x128/actions/cancel.png deleted file mode 100644 index c19a37c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png b/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png deleted file mode 100644 index a054b70..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/configure.png b/Icons and cursors/windowsicon/128x128/actions/configure.png deleted file mode 100644 index a054b70..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/configure_kile.png b/Icons and cursors/windowsicon/128x128/actions/configure_kile.png deleted file mode 100644 index a054b70..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/configure_project.png b/Icons and cursors/windowsicon/128x128/actions/configure_project.png deleted file mode 100644 index a054b70..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png b/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png deleted file mode 100644 index c19a37c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/edit-clear.png b/Icons and cursors/windowsicon/128x128/actions/edit-clear.png deleted file mode 100644 index f42a936..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/editclear.png b/Icons and cursors/windowsicon/128x128/actions/editclear.png deleted file mode 100644 index f42a936..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/filter.png b/Icons and cursors/windowsicon/128x128/actions/filter.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/menu_new.png b/Icons and cursors/windowsicon/128x128/actions/menu_new.png deleted file mode 100644 index 84f2b09..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/pin.png b/Icons and cursors/windowsicon/128x128/actions/pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/settings-configure.png b/Icons and cursors/windowsicon/128x128/actions/settings-configure.png deleted file mode 100644 index a054b70..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/actions/window-pin.png b/Icons and cursors/windowsicon/128x128/actions/window-pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/128x128/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/gnome-help.png b/Icons and cursors/windowsicon/128x128/apps/gnome-help.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/help-browser.png b/Icons and cursors/windowsicon/128x128/apps/help-browser.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png b/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png deleted file mode 100644 index d59caa6..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-base.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png deleted file mode 100644 index a528e53..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png deleted file mode 100644 index d0f9282..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png deleted file mode 100644 index 712d4ca..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png deleted file mode 100644 index 2537c6b..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-main.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png deleted file mode 100644 index 3d47af3..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-math.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png deleted file mode 100644 index 2537c6b..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-startcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png deleted file mode 100644 index 8fe30fe..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/libreoffice-writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png b/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/user-info.png b/Icons and cursors/windowsicon/128x128/apps/user-info.png deleted file mode 100644 index 900f326..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/waiting.png b/Icons and cursors/windowsicon/128x128/apps/waiting.png deleted file mode 100644 index f42a936..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/apps/xfce-man.png b/Icons and cursors/windowsicon/128x128/apps/xfce-man.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png deleted file mode 100644 index 57252fc..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index b9d5c56..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index 4159828..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png deleted file mode 100644 index b972149..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh b/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh deleted file mode 100644 index f81ff5d..0000000 --- a/Icons and cursors/windowsicon/128x128/mimetypes/copy.sh +++ /dev/null @@ -1,9 +0,0 @@ -sudo cp zip.png application-gzip.png -sudo cp zip.png application-x-bzip-compressed-tar.png -sudo cp zip.png application-x-bzip -sudo cp zip.png application-x-gzip -sudo cp zip.png application-x-zip-compressed-fb2.png -sudo cp zip.png application-zip -sudo cp zip.png application-vnd.rar.png -sudo cp zip.png application-x-rar.png - diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/document.png b/Icons and cursors/windowsicon/128x128/mimetypes/document.png deleted file mode 100644 index af18b40..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png deleted file mode 100644 index 462ed10..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png deleted file mode 100644 index 4802e2e..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png deleted file mode 100644 index 4802e2e..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png deleted file mode 100644 index 3d47af3..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png deleted file mode 100644 index 2537c6b..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png deleted file mode 100644 index 0c28a01..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png deleted file mode 100644 index 7889f55..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png deleted file mode 100644 index d550f38..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png deleted file mode 100644 index 577a087..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png deleted file mode 100644 index 2cbf4d3..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png deleted file mode 100644 index 423397a..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png deleted file mode 100644 index 4e5c01d..0000000 Binary files a/Icons and cursors/windowsicon/128x128/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/avatar-default.png b/Icons and cursors/windowsicon/128x128/status/avatar-default.png deleted file mode 100644 index 900f326..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/dialog-information.png b/Icons and cursors/windowsicon/128x128/status/dialog-information.png deleted file mode 100644 index 307f7d9..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/dialog-question.png b/Icons and cursors/windowsicon/128x128/status/dialog-question.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png deleted file mode 100644 index 307f7d9..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/info.png b/Icons and cursors/windowsicon/128x128/status/info.png deleted file mode 100644 index 307f7d9..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/messagebox_info.png b/Icons and cursors/windowsicon/128x128/status/messagebox_info.png deleted file mode 100644 index 307f7d9..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/software-update-available.png b/Icons and cursors/windowsicon/128x128/status/software-update-available.png deleted file mode 100644 index fc3d9ae..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png b/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png deleted file mode 100644 index 99bf37e..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png b/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png deleted file mode 100644 index 307f7d9..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png b/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png deleted file mode 100644 index ad339ff..0000000 Binary files a/Icons and cursors/windowsicon/128x128/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png b/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png deleted file mode 100755 index 8d0f342..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/account-logged-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/add.png b/Icons and cursors/windowsicon/16x16/actions/add.png deleted file mode 120000 index 7d4c878..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/add.png +++ /dev/null @@ -1 +0,0 @@ -list-add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/address-book-new.png b/Icons and cursors/windowsicon/16x16/actions/address-book-new.png deleted file mode 100644 index b962d67..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/address-book-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/application-exit.png b/Icons and cursors/windowsicon/16x16/actions/application-exit.png deleted file mode 100755 index 1faef5d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/application-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/application-menu.png b/Icons and cursors/windowsicon/16x16/actions/application-menu.png deleted file mode 100644 index 7ff23ee..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/appointment-new.png b/Icons and cursors/windowsicon/16x16/actions/appointment-new.png deleted file mode 100644 index 7d97539..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/appointment-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/back.png b/Icons and cursors/windowsicon/16x16/actions/back.png deleted file mode 100755 index c4dcd25..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/back.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/back1.png b/Icons and cursors/windowsicon/16x16/actions/back1.png deleted file mode 100755 index 6c5b5b0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/back1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png b/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/bookmark-new.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark.png b/Icons and cursors/windowsicon/16x16/actions/bookmark.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/bookmark.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png b/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png deleted file mode 100755 index 50612e0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/bookmark_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmarks.png b/Icons and cursors/windowsicon/16x16/actions/bookmarks.png deleted file mode 100755 index 67bbfcc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/bookmarks_list_add.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/browser-download.png b/Icons and cursors/windowsicon/16x16/actions/browser-download.png deleted file mode 120000 index 35f8a40..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/browser-download.png +++ /dev/null @@ -1 +0,0 @@ -go-download.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/button_cancel.png b/Icons and cursors/windowsicon/16x16/actions/button_cancel.png deleted file mode 120000 index acf5b5e..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/button_cancel.png +++ /dev/null @@ -1 +0,0 @@ -dialog-cancel.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/call-stop.png b/Icons and cursors/windowsicon/16x16/actions/call-stop.png deleted file mode 100644 index 712059e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/call-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/cancel.png b/Icons and cursors/windowsicon/16x16/actions/cancel.png deleted file mode 120000 index acf5b5e..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/cancel.png +++ /dev/null @@ -1 +0,0 @@ -dialog-cancel.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png b/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png deleted file mode 100644 index b893074..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/configure.png b/Icons and cursors/windowsicon/16x16/actions/configure.png deleted file mode 100644 index b893074..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/configure_kile.png b/Icons and cursors/windowsicon/16x16/actions/configure_kile.png deleted file mode 100644 index b893074..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/configure_project.png b/Icons and cursors/windowsicon/16x16/actions/configure_project.png deleted file mode 100644 index b893074..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/contact-new.png b/Icons and cursors/windowsicon/16x16/actions/contact-new.png deleted file mode 100644 index 0310d4b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/contact-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png b/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png deleted file mode 100755 index 8d0f342..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/dialog-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png b/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png deleted file mode 100755 index 7fd4f96..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-new.png b/Icons and cursors/windowsicon/16x16/actions/document-new.png deleted file mode 100755 index 5240ca5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png b/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png deleted file mode 100755 index de8d32e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open-recent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open.png b/Icons and cursors/windowsicon/16x16/actions/document-open.png deleted file mode 100755 index 239778a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png b/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png deleted file mode 100755 index 239778a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-open_normal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png b/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png deleted file mode 100755 index 1c4bee3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-page-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png b/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png deleted file mode 100755 index 9ec5d95..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-print.png b/Icons and cursors/windowsicon/16x16/actions/document-print.png deleted file mode 100755 index 538dc08..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-properties.png b/Icons and cursors/windowsicon/16x16/actions/document-properties.png deleted file mode 100755 index 7b8d614..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png deleted file mode 100644 index 4284d9d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-revert-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-revert.png b/Icons and cursors/windowsicon/16x16/actions/document-revert.png deleted file mode 100644 index 8a57db5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-save-as.png b/Icons and cursors/windowsicon/16x16/actions/document-save-as.png deleted file mode 100755 index 69f69c3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-save.png b/Icons and cursors/windowsicon/16x16/actions/document-save.png deleted file mode 100755 index 7f628c9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/document-send.png b/Icons and cursors/windowsicon/16x16/actions/document-send.png deleted file mode 100755 index f8cb324..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/document-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/download.png b/Icons and cursors/windowsicon/16x16/actions/download.png deleted file mode 120000 index 35f8a40..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/download.png +++ /dev/null @@ -1 +0,0 @@ -go-download.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-clear.png b/Icons and cursors/windowsicon/16x16/actions/edit-clear.png deleted file mode 100644 index 3e3131b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-copy.png b/Icons and cursors/windowsicon/16x16/actions/edit-copy.png deleted file mode 100755 index 76463c4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-cut.png b/Icons and cursors/windowsicon/16x16/actions/edit-cut.png deleted file mode 100755 index b70405c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-delete.png b/Icons and cursors/windowsicon/16x16/actions/edit-delete.png deleted file mode 100755 index 7a2dab2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png b/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png deleted file mode 100755 index c548d5f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-find-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-find.png b/Icons and cursors/windowsicon/16x16/actions/edit-find.png deleted file mode 100755 index ce58812..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-paste.png b/Icons and cursors/windowsicon/16x16/actions/edit-paste.png deleted file mode 100755 index d0d4284..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png b/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png deleted file mode 100644 index 88fb713..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png deleted file mode 100644 index aeda7ba..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-undo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/edit-undo.png b/Icons and cursors/windowsicon/16x16/actions/edit-undo.png deleted file mode 100644 index d93d4ce..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/edit-undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/editclear.png b/Icons and cursors/windowsicon/16x16/actions/editclear.png deleted file mode 100644 index 3e3131b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/editcopy.png b/Icons and cursors/windowsicon/16x16/actions/editcopy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/editcopy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/editcut.png b/Icons and cursors/windowsicon/16x16/actions/editcut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/editcut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/editdelete.png b/Icons and cursors/windowsicon/16x16/actions/editdelete.png deleted file mode 120000 index bb0a74a..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/editdelete.png +++ /dev/null @@ -1 +0,0 @@ -edit-delete.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/editpaste.png b/Icons and cursors/windowsicon/16x16/actions/editpaste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/editpaste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png b/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png deleted file mode 120000 index 35f8a40..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/emblem-downloads.png +++ /dev/null @@ -1 +0,0 @@ -go-download.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/emblem-new.png b/Icons and cursors/windowsicon/16x16/actions/emblem-new.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/emblem-new.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png b/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/empathy-starred.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png b/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png deleted file mode 100755 index 4cb8505..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/empathy-unstarred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/exit.png b/Icons and cursors/windowsicon/16x16/actions/exit.png deleted file mode 120000 index 0ecb0b9..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/exit.png +++ /dev/null @@ -1 +0,0 @@ -application-exit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/favorites.png b/Icons and cursors/windowsicon/16x16/actions/favorites.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/favorites.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filefind.png b/Icons and cursors/windowsicon/16x16/actions/filefind.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/filefind.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filenew.png b/Icons and cursors/windowsicon/16x16/actions/filenew.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/filenew.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/fileopen.png b/Icons and cursors/windowsicon/16x16/actions/fileopen.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/fileopen.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/fileprint.png b/Icons and cursors/windowsicon/16x16/actions/fileprint.png deleted file mode 120000 index 863a49f..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/fileprint.png +++ /dev/null @@ -1 +0,0 @@ -document-print.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filequickprint.png b/Icons and cursors/windowsicon/16x16/actions/filequickprint.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/filequickprint.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filesave.png b/Icons and cursors/windowsicon/16x16/actions/filesave.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/filesave.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filesaveas.png b/Icons and cursors/windowsicon/16x16/actions/filesaveas.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/filesaveas.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/filter.png b/Icons and cursors/windowsicon/16x16/actions/filter.png deleted file mode 100644 index 77434c0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/find.png b/Icons and cursors/windowsicon/16x16/actions/find.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/find.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/folder-new.png b/Icons and cursors/windowsicon/16x16/actions/folder-new.png deleted file mode 100755 index b23f5a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/folder-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/folder_new.png b/Icons and cursors/windowsicon/16x16/actions/folder_new.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/folder_new.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png deleted file mode 100644 index 81b267a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-less-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png deleted file mode 100644 index 4c6d541..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-less.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png deleted file mode 100644 index 4c6d541..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-more-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png b/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png deleted file mode 100644 index 81b267a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-indent-more.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png deleted file mode 100644 index 802e1fb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png deleted file mode 100644 index b7c15aa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png b/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png deleted file mode 100644 index c8e359d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png b/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png deleted file mode 100644 index 133941e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png deleted file mode 100644 index 92dec16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png deleted file mode 100644 index b5f80db..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-direction-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png b/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png deleted file mode 100644 index ec7852d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png b/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png deleted file mode 100644 index 92e15ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/format-text-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/forward.png b/Icons and cursors/windowsicon/16x16/actions/forward.png deleted file mode 100755 index be092ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/forward1.png b/Icons and cursors/windowsicon/16x16/actions/forward1.png deleted file mode 100755 index a795d5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/forward1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png b/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gnome-app-install-star.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gnome-searchtool.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/go-bottom.png b/Icons and cursors/windowsicon/16x16/actions/go-bottom.png deleted file mode 100644 index d69e3cb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-down.png b/Icons and cursors/windowsicon/16x16/actions/go-down.png deleted file mode 100644 index 0a0cd9c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-download.png b/Icons and cursors/windowsicon/16x16/actions/go-download.png deleted file mode 100755 index 1e76954..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-first.png b/Icons and cursors/windowsicon/16x16/actions/go-first.png deleted file mode 100644 index 7e3e806..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-home.png b/Icons and cursors/windowsicon/16x16/actions/go-home.png deleted file mode 120000 index f31e777..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/go-home.png +++ /dev/null @@ -1 +0,0 @@ -gohome.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/go-jump.png b/Icons and cursors/windowsicon/16x16/actions/go-jump.png deleted file mode 100644 index da21a35..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-jump.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-last.png b/Icons and cursors/windowsicon/16x16/actions/go-last.png deleted file mode 100644 index fa01069..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png b/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png deleted file mode 100644 index af552de..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-next.png b/Icons and cursors/windowsicon/16x16/actions/go-next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/go-next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png deleted file mode 100644 index 93628a0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/go-previous.png b/Icons and cursors/windowsicon/16x16/actions/go-previous.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/go-previous.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/go-up.png b/Icons and cursors/windowsicon/16x16/actions/go-up.png deleted file mode 100644 index 55b103c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/gohome.png b/Icons and cursors/windowsicon/16x16/actions/gohome.png deleted file mode 100755 index c9bd5b6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/gohome.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-about.png b/Icons and cursors/windowsicon/16x16/actions/gtk-about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-close.png b/Icons and cursors/windowsicon/16x16/actions/gtk-close.png deleted file mode 120000 index 0ecb0b9..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-close.png +++ /dev/null @@ -1 +0,0 @@ -application-exit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png b/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-download.png b/Icons and cursors/windowsicon/16x16/actions/gtk-download.png deleted file mode 120000 index 35f8a40..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-download.png +++ /dev/null @@ -1 +0,0 @@ -go-download.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-ltr.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back-rtl.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-back.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-ltr.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward-rtl.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png b/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-go-forward.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-home.png b/Icons and cursors/windowsicon/16x16/actions/gtk-home.png deleted file mode 100755 index 0bef8b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/gtk-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png b/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-new-tab.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-new.png b/Icons and cursors/windowsicon/16x16/actions/gtk-new.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-new.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-open.png b/Icons and cursors/windowsicon/16x16/actions/gtk-open.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-open.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png b/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-print-preview.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-print.png b/Icons and cursors/windowsicon/16x16/actions/gtk-print.png deleted file mode 120000 index 863a49f..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-print.png +++ /dev/null @@ -1 +0,0 @@ -document-print.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png b/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png b/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/gtk-refresh.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png b/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png deleted file mode 100755 index 88c5984..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/gtk-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/help-about.png b/Icons and cursors/windowsicon/16x16/actions/help-about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/help-about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/help-contents.png b/Icons and cursors/windowsicon/16x16/actions/help-contents.png deleted file mode 100644 index 6ec1411..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/help-contents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-image.png b/Icons and cursors/windowsicon/16x16/actions/insert-image.png deleted file mode 100644 index 1fce978..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-link.png b/Icons and cursors/windowsicon/16x16/actions/insert-link.png deleted file mode 100644 index c69fe55..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-object.png b/Icons and cursors/windowsicon/16x16/actions/insert-object.png deleted file mode 100644 index e520ccf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-object.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/insert-text.png b/Icons and cursors/windowsicon/16x16/actions/insert-text.png deleted file mode 100644 index 79dee94..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/insert-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/list-add.png b/Icons and cursors/windowsicon/16x16/actions/list-add.png deleted file mode 100755 index c9a2182..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/list-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/list-remove.png b/Icons and cursors/windowsicon/16x16/actions/list-remove.png deleted file mode 100755 index 12cd067..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/list-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png b/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png deleted file mode 100755 index 23673bd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/lpi-translate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-forward.png b/Icons and cursors/windowsicon/16x16/actions/mail-forward.png deleted file mode 100755 index 5c5da91..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png deleted file mode 100644 index abf6cbe..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png deleted file mode 100755 index e59bfc7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-junk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png deleted file mode 100644 index 56296d7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-notjunk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png deleted file mode 100644 index 11ebed9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png deleted file mode 100644 index 1f54403..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-mark-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png b/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png deleted file mode 100755 index 01539bd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png b/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png deleted file mode 100644 index 0686fbb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-reply-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png deleted file mode 100644 index 2c7afed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-reply-sender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png b/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png deleted file mode 100644 index 3b020e1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail-send.png b/Icons and cursors/windowsicon/16x16/actions/mail-send.png deleted file mode 100644 index 8c10f08..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail.png b/Icons and cursors/windowsicon/16x16/actions/mail.png deleted file mode 100755 index cd742d6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail_forward.png b/Icons and cursors/windowsicon/16x16/actions/mail_forward.png deleted file mode 100755 index 5c5da91..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail_forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mail_new.png b/Icons and cursors/windowsicon/16x16/actions/mail_new.png deleted file mode 100755 index 01539bd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mail_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/mailappt.png b/Icons and cursors/windowsicon/16x16/actions/mailappt.png deleted file mode 100755 index cd742d6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/mailappt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-eject.png b/Icons and cursors/windowsicon/16x16/actions/media-eject.png deleted file mode 100644 index b40793b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png deleted file mode 100644 index f20b381..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png deleted file mode 100644 index 8eb32dd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-start-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png deleted file mode 100644 index 8d920ba..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png b/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png deleted file mode 100644 index 9f18a93..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-playback-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-record.png b/Icons and cursors/windowsicon/16x16/actions/media-record.png deleted file mode 100644 index 04a2ead..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png deleted file mode 100644 index 452210b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png deleted file mode 100644 index be72fd5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png deleted file mode 100644 index be72fd5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png b/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png deleted file mode 100644 index 452210b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-seek-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png deleted file mode 100644 index cedd6ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png deleted file mode 100644 index ecd71fd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png deleted file mode 100644 index ecd71fd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png b/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png deleted file mode 100644 index cedd6ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/media-skip-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/menu_new.png b/Icons and cursors/windowsicon/16x16/actions/menu_new.png deleted file mode 100644 index 7ff23ee..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/network-connect.png b/Icons and cursors/windowsicon/16x16/actions/network-connect.png deleted file mode 100755 index 948bbf4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/network-connect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png b/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png deleted file mode 100755 index cc4bb0d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/network-disconnect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/next.png b/Icons and cursors/windowsicon/16x16/actions/next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png deleted file mode 100755 index 66192fb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/object-flip-horizontal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png deleted file mode 100755 index c236499..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/object-flip-vertical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png deleted file mode 100755 index 5871b2e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-180.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png deleted file mode 100755 index 551dcd0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png b/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png deleted file mode 100755 index 6ca7543..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/object-rotate-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/pin.png b/Icons and cursors/windowsicon/16x16/actions/pin.png deleted file mode 100644 index a3b6de1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/process-stop.png b/Icons and cursors/windowsicon/16x16/actions/process-stop.png deleted file mode 120000 index a3ced3a..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/process-stop.png +++ /dev/null @@ -1 +0,0 @@ -gtk-close.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/redhat-home.png b/Icons and cursors/windowsicon/16x16/actions/redhat-home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/redhat-home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png b/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/rhythmbox-set-star.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/rightjust.png b/Icons and cursors/windowsicon/16x16/actions/rightjust.png deleted file mode 100755 index 2411b1f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/rightjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/search.png b/Icons and cursors/windowsicon/16x16/actions/search.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/search.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png b/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/setroubleshoot_icon.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/settings-configure.png b/Icons and cursors/windowsicon/16x16/actions/settings-configure.png deleted file mode 100644 index b893074..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_about.png b/Icons and cursors/windowsicon/16x16/actions/stock_about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_add-bookmark.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png b/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png deleted file mode 120000 index a3ced3a..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_calc-cancel.png +++ /dev/null @@ -1 +0,0 @@ -gtk-close.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_copy.png b/Icons and cursors/windowsicon/16x16/actions/stock_copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_cut.png b/Icons and cursors/windowsicon/16x16/actions/stock_cut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_cut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png b/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_file-properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index 77434c0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png deleted file mode 100644 index 77434c0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_help-add-bookmark.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_home.png b/Icons and cursors/windowsicon/16x16/actions/stock_home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_left.png b/Icons and cursors/windowsicon/16x16/actions/stock_left.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_left.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png deleted file mode 100644 index 77434c0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png b/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_navigator.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png deleted file mode 100755 index 9dde296..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_new-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png deleted file mode 100755 index e5f8d72..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_new-bcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_new-dir.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_new-tab.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_new-text.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png b/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_new-window.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_next.png b/Icons and cursors/windowsicon/16x16/actions/stock_next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_paste.png b/Icons and cursors/windowsicon/16x16/actions/stock_paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_previous.png b/Icons and cursors/windowsicon/16x16/actions/stock_previous.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_previous.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png b/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png deleted file mode 100755 index 7441695..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png b/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png deleted file mode 120000 index 68a9613..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_print-setup.png +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_print.png b/Icons and cursors/windowsicon/16x16/actions/stock_print.png deleted file mode 100755 index 9fdc4d6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_properties.png b/Icons and cursors/windowsicon/16x16/actions/stock_properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png b/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_refresh.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_right.png b/Icons and cursors/windowsicon/16x16/actions/stock_right.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_right.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png b/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_save-as.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_save.png b/Icons and cursors/windowsicon/16x16/actions/stock_save.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_save.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png deleted file mode 120000 index e4057af..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_search-and-replace.png +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_search.png b/Icons and cursors/windowsicon/16x16/actions/stock_search.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stock_search.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png b/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png deleted file mode 100755 index 386f77a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_task.png b/Icons and cursors/windowsicon/16x16/actions/stock_task.png deleted file mode 100755 index ea213f7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_task.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png deleted file mode 100755 index 1196e53..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png deleted file mode 100755 index 24c8094..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png deleted file mode 100755 index 7548cb7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_justify.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png deleted file mode 100755 index 7fbdb0f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png b/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png deleted file mode 100755 index 2411b1f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/stock_text_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/stop.png b/Icons and cursors/windowsicon/16x16/actions/stop.png deleted file mode 120000 index a3ced3a..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/stop.png +++ /dev/null @@ -1 +0,0 @@ -gtk-close.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png b/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png deleted file mode 100755 index cd83391..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-lock-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-log-out.png b/Icons and cursors/windowsicon/16x16/actions/system-log-out.png deleted file mode 100644 index 2ce7965..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-log-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-run.png b/Icons and cursors/windowsicon/16x16/actions/system-run.png deleted file mode 100644 index 5a7d057..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-search.png b/Icons and cursors/windowsicon/16x16/actions/system-search.png deleted file mode 100755 index e91d24c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png deleted file mode 100755 index c2fa3ab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel-restart.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png deleted file mode 100755 index c2fa3ab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png b/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png deleted file mode 100755 index c2fa3ab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/system-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/tab-new.png b/Icons and cursors/windowsicon/16x16/actions/tab-new.png deleted file mode 100755 index 4daa2e6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/tab-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/tab.png b/Icons and cursors/windowsicon/16x16/actions/tab.png deleted file mode 100755 index 5a1e697..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/tab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/tab_new.png b/Icons and cursors/windowsicon/16x16/actions/tab_new.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/tab_new.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png deleted file mode 100644 index 5a05a85..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/tools-check-spelling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png b/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png deleted file mode 100755 index 05e4f24..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-file-columns.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png deleted file mode 100755 index 51a6723..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-left-close.png b/Icons and cursors/windowsicon/16x16/actions/view-left-close.png deleted file mode 100755 index 39f9379..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-left-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-list-details.png b/Icons and cursors/windowsicon/16x16/actions/view-list-details.png deleted file mode 100755 index 09091bb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-list-details.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png b/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png deleted file mode 100755 index 711d996..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-list-icons.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-presentation.png b/Icons and cursors/windowsicon/16x16/actions/view-presentation.png deleted file mode 100755 index a4a3a13..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-preview.png b/Icons and cursors/windowsicon/16x16/actions/view-preview.png deleted file mode 100755 index 2dbf623..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-refresh.png b/Icons and cursors/windowsicon/16x16/actions/view-refresh.png deleted file mode 100755 index f1274f0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png b/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png deleted file mode 100755 index 123dba6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-refresh1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-restore.png b/Icons and cursors/windowsicon/16x16/actions/view-restore.png deleted file mode 100644 index 0c19b99..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-restore.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-right-close.png b/Icons and cursors/windowsicon/16x16/actions/view-right-close.png deleted file mode 100755 index 02b6cbd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-right-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-right-new.png b/Icons and cursors/windowsicon/16x16/actions/view-right-new.png deleted file mode 100755 index 6d96968..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-right-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png b/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png deleted file mode 100755 index 75e04f1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sidetree.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png deleted file mode 100644 index c3e0049..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png b/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png deleted file mode 100644 index 191074d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/view-window-new.png b/Icons and cursors/windowsicon/16x16/actions/view-window-new.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/view-window-new.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/view-window_new.png b/Icons and cursors/windowsicon/16x16/actions/view-window_new.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/view-window_new.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png deleted file mode 100755 index a6e428b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/view_fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/window-close.png b/Icons and cursors/windowsicon/16x16/actions/window-close.png deleted file mode 100644 index db10d27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/window-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/window-new.png b/Icons and cursors/windowsicon/16x16/actions/window-new.png deleted file mode 100755 index ce61fa1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/window-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/window-pin.png b/Icons and cursors/windowsicon/16x16/actions/window-pin.png deleted file mode 100644 index a3b6de1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/window.png b/Icons and cursors/windowsicon/16x16/actions/window.png deleted file mode 100755 index 0cdc4b1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/window.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png b/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/window_fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/window_new.png b/Icons and cursors/windowsicon/16x16/actions/window_new.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/16x16/actions/window_new.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png deleted file mode 100644 index 49b6da5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-fit-best.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-in.png b/Icons and cursors/windowsicon/16x16/actions/zoom-in.png deleted file mode 100644 index 9a4538d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-original.png b/Icons and cursors/windowsicon/16x16/actions/zoom-original.png deleted file mode 100644 index 1ebcd8a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-original.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/actions/zoom-out.png b/Icons and cursors/windowsicon/16x16/actions/zoom-out.png deleted file mode 100644 index e7a0136..0000000 Binary files a/Icons and cursors/windowsicon/16x16/actions/zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working0.png b/Icons and cursors/windowsicon/16x16/animations/hb-working0.png deleted file mode 100644 index 8d4ac66..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working1.png b/Icons and cursors/windowsicon/16x16/animations/hb-working1.png deleted file mode 100644 index 5e80f97..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working2.png b/Icons and cursors/windowsicon/16x16/animations/hb-working2.png deleted file mode 100644 index 0757bf5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working3.png b/Icons and cursors/windowsicon/16x16/animations/hb-working3.png deleted file mode 100644 index 516f01a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working4.png b/Icons and cursors/windowsicon/16x16/animations/hb-working4.png deleted file mode 100644 index c9b725f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/hb-working5.png b/Icons and cursors/windowsicon/16x16/animations/hb-working5.png deleted file mode 100644 index 6d4c112..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/hb-working5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/animations/process-working.png b/Icons and cursors/windowsicon/16x16/animations/process-working.png deleted file mode 100644 index 6e646e5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/animations/process-working.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/access.png b/Icons and cursors/windowsicon/16x16/apps/access.png deleted file mode 100644 index 084e44f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png b/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png deleted file mode 100644 index 084e44f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/accessibility-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png b/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png deleted file mode 100644 index 8171bb3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png b/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png deleted file mode 100644 index 56c28a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png deleted file mode 100644 index e3bfeb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-dictionary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png deleted file mode 100644 index 5453e7f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/accessories-text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/alacarte.png b/Icons and cursors/windowsicon/16x16/apps/alacarte.png deleted file mode 100644 index 356b1f8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/alacarte.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png deleted file mode 100644 index 0e43519..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/applets-screenshooter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/apport.png b/Icons and cursors/windowsicon/16x16/apps/apport.png deleted file mode 100644 index a55d95b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/apport.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/arts.png b/Icons and cursors/windowsicon/16x16/apps/arts.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/arts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/background.png b/Icons and cursors/windowsicon/16x16/apps/background.png deleted file mode 100644 index a60ffb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/baobab.png b/Icons and cursors/windowsicon/16x16/apps/baobab.png deleted file mode 100644 index a7db6b7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/baobab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/bleachbit.png b/Icons and cursors/windowsicon/16x16/apps/bleachbit.png deleted file mode 100644 index 1348c7e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/bleachbit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/bluetooth.png b/Icons and cursors/windowsicon/16x16/apps/bluetooth.png deleted file mode 100644 index dc12960..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/brasero.png b/Icons and cursors/windowsicon/16x16/apps/brasero.png deleted file mode 100644 index 3eddcf6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/brasero.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/calc.png b/Icons and cursors/windowsicon/16x16/apps/calc.png deleted file mode 100644 index 8171bb3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cheese.png b/Icons and cursors/windowsicon/16x16/apps/cheese.png deleted file mode 100644 index b05981b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cheese.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/config-language.png b/Icons and cursors/windowsicon/16x16/apps/config-language.png deleted file mode 100644 index f77f053..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/config-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/config-users.png b/Icons and cursors/windowsicon/16x16/apps/config-users.png deleted file mode 100644 index f748815..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-applets.png b/Icons and cursors/windowsicon/16x16/apps/cs-applets.png deleted file mode 100644 index b4f62af..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-applets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png deleted file mode 100644 index 71a711d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-backgrounds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png deleted file mode 100644 index 2a35748..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png deleted file mode 100644 index 650368a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-admin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png deleted file mode 100644 index 3dedf3d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-appearance.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png deleted file mode 100644 index c4e44f4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-hardware.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png deleted file mode 100644 index e57c9a7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-prefs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png deleted file mode 100644 index 3dedf3d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-cat-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-color.png b/Icons and cursors/windowsicon/16x16/apps/cs-color.png deleted file mode 100644 index 6036bd3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png b/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png deleted file mode 100644 index 9fdee7e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-date-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png b/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png deleted file mode 100644 index ad9ade1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-default-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png b/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png deleted file mode 100644 index b4f62af..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desklets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png deleted file mode 100644 index 71a711d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desktop-effects.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png b/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png deleted file mode 100644 index 71a711d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-details.png b/Icons and cursors/windowsicon/16x16/apps/cs-details.png deleted file mode 100644 index 64bea1a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-details.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-display.png b/Icons and cursors/windowsicon/16x16/apps/cs-display.png deleted file mode 100644 index 8da96b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png b/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png deleted file mode 100644 index c4e44f4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-drivers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png b/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png deleted file mode 100644 index c1253b0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-extensions.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png b/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png deleted file mode 100644 index 4a5c55b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-firewall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png b/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png deleted file mode 100644 index 00e5f2d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-general.png b/Icons and cursors/windowsicon/16x16/apps/cs-general.png deleted file mode 100644 index 6bd0bad..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-general.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png b/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png deleted file mode 100644 index 3e86814..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-language.png b/Icons and cursors/windowsicon/16x16/apps/cs-language.png deleted file mode 100644 index 1f2fd7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-login.png b/Icons and cursors/windowsicon/16x16/apps/cs-login.png deleted file mode 100644 index a67aa73..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-login.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png b/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png deleted file mode 100644 index 82167e6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-network.png b/Icons and cursors/windowsicon/16x16/apps/cs-network.png deleted file mode 100644 index 05c9210..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png b/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png deleted file mode 100644 index 17e65b2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-overview.png b/Icons and cursors/windowsicon/16x16/apps/cs-overview.png deleted file mode 100644 index 5cf5a16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-overview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-panel.png b/Icons and cursors/windowsicon/16x16/apps/cs-panel.png deleted file mode 100644 index c1253b0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-power.png b/Icons and cursors/windowsicon/16x16/apps/cs-power.png deleted file mode 100644 index f71bab1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-power.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-printer.png b/Icons and cursors/windowsicon/16x16/apps/cs-printer.png deleted file mode 100644 index c1ef654..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png b/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png deleted file mode 100644 index ebbe149..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-region.png b/Icons and cursors/windowsicon/16x16/apps/cs-region.png deleted file mode 100644 index 1f2fd7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-region.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-screen.png b/Icons and cursors/windowsicon/16x16/apps/cs-screen.png deleted file mode 100644 index 5cf5a16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png b/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png deleted file mode 100644 index 972630a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png b/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png deleted file mode 100644 index 85dc635..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-sound.png b/Icons and cursors/windowsicon/16x16/apps/cs-sound.png deleted file mode 100644 index 46cf65d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-sources.png b/Icons and cursors/windowsicon/16x16/apps/cs-sources.png deleted file mode 100644 index 85dc635..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-sources.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png deleted file mode 100644 index 0f2e13c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-startup-programs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png b/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png deleted file mode 100644 index 7fe956b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-themes.png b/Icons and cursors/windowsicon/16x16/apps/cs-themes.png deleted file mode 100644 index 2ab5d58..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png b/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png deleted file mode 100644 index 5cf5a16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-tiling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png b/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png deleted file mode 100644 index 9471139..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-universal-access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png deleted file mode 100644 index a67aa73..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-user-accounts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-user.png b/Icons and cursors/windowsicon/16x16/apps/cs-user.png deleted file mode 100644 index 48afbef..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-user.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-windows.png b/Icons and cursors/windowsicon/16x16/apps/cs-windows.png deleted file mode 100644 index 0f2e13c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png b/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png deleted file mode 100644 index 0f2e13c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/cs-workspaces.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png b/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png deleted file mode 100644 index 35b3508..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/dconf-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/deja-dup.png b/Icons and cursors/windowsicon/16x16/apps/deja-dup.png deleted file mode 100644 index a57dfcb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/deja-dup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/empathy.png b/Icons and cursors/windowsicon/16x16/apps/empathy.png deleted file mode 100644 index 1460120..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/empathy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/eog.png b/Icons and cursors/windowsicon/16x16/apps/eog.png deleted file mode 100644 index b35d7af..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/eog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/epiphany.png b/Icons and cursors/windowsicon/16x16/apps/epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/evince.png b/Icons and cursors/windowsicon/16x16/apps/evince.png deleted file mode 100644 index a359cd8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/evince.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/evolution.png b/Icons and cursors/windowsicon/16x16/apps/evolution.png deleted file mode 100644 index dd226c3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/evolution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/file-manager.png b/Icons and cursors/windowsicon/16x16/apps/file-manager.png deleted file mode 100644 index fca71be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/file-roller.png b/Icons and cursors/windowsicon/16x16/apps/file-roller.png deleted file mode 100644 index e0242c9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/file-roller.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/fonts.png b/Icons and cursors/windowsicon/16x16/apps/fonts.png deleted file mode 100644 index 38109dc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gedit.png b/Icons and cursors/windowsicon/16x16/apps/gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png deleted file mode 100644 index e298bf3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-aisleriot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png b/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png deleted file mode 100644 index 8171bb3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png b/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png deleted file mode 100644 index 56c28a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png b/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png deleted file mode 100644 index 42427cd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-disks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png b/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png deleted file mode 100644 index 2e58e1b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-help.png b/Icons and cursors/windowsicon/16x16/apps/gnome-help.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png deleted file mode 100644 index debbec3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mahjongg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png deleted file mode 100644 index 1f49e8d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mines.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png b/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png b/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png deleted file mode 100644 index 5b91efa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png deleted file mode 100644 index 17e1e48..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-power-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png deleted file mode 100644 index e731d52..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png deleted file mode 100644 index 084e44f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-accessibility-technologies.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png deleted file mode 100644 index a60ffb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png deleted file mode 100644 index 38109dc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png deleted file mode 100644 index 852b809..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-keybindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png deleted file mode 100644 index 2bd6ea4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-settings-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png deleted file mode 100644 index 2a53f24..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-sound-recorder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-sudoku.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png b/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png deleted file mode 100644 index 2e3fff4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-tweak-tool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png deleted file mode 100644 index 21302c1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gnome-window-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/goa-panel.png b/Icons and cursors/windowsicon/16x16/apps/goa-panel.png deleted file mode 100644 index f04a61d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/goa-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gp.png b/Icons and cursors/windowsicon/16x16/apps/gp.png deleted file mode 100644 index f5afe2b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/gucharmap.png b/Icons and cursors/windowsicon/16x16/apps/gucharmap.png deleted file mode 100644 index 56c28a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/gucharmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/help-browser.png b/Icons and cursors/windowsicon/16x16/apps/help-browser.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/jockey.png b/Icons and cursors/windowsicon/16x16/apps/jockey.png deleted file mode 100644 index 99dddd7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/jockey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kcalc.png b/Icons and cursors/windowsicon/16x16/apps/kcalc.png deleted file mode 100644 index 8171bb3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kcalc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kcharselect.png b/Icons and cursors/windowsicon/16x16/apps/kcharselect.png deleted file mode 100644 index 56c28a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kcharselect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png b/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png deleted file mode 100644 index 21302c1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kcmkwm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kcmsound.png b/Icons and cursors/windowsicon/16x16/apps/kcmsound.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kcmsound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kedit.png b/Icons and cursors/windowsicon/16x16/apps/kedit.png deleted file mode 100644 index 5453e7f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kedit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/key_bindings.png b/Icons and cursors/windowsicon/16x16/apps/key_bindings.png deleted file mode 100644 index 852b809..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/key_bindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kfm.png b/Icons and cursors/windowsicon/16x16/apps/kfm.png deleted file mode 100644 index fca71be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kfm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png b/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/konsole.png b/Icons and cursors/windowsicon/16x16/apps/konsole.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/konsole.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/krfb.png b/Icons and cursors/windowsicon/16x16/apps/krfb.png deleted file mode 100644 index e731d52..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/krfb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png b/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png deleted file mode 100644 index dedeaab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/ksysguard.png b/Icons and cursors/windowsicon/16x16/apps/ksysguard.png deleted file mode 100644 index 5b91efa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/ksysguard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kuser.png b/Icons and cursors/windowsicon/16x16/apps/kuser.png deleted file mode 100644 index f748815..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kuser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/kwin.png b/Icons and cursors/windowsicon/16x16/apps/kwin.png deleted file mode 100644 index 21302c1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/kwin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png deleted file mode 100644 index 989ebd0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-base.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png deleted file mode 100644 index b43024e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png deleted file mode 100644 index af88891..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png deleted file mode 100644 index 55b1fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png deleted file mode 100644 index 50765a2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-main.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png deleted file mode 100644 index 307e0db..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-math.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png deleted file mode 100644 index 50765a2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-startcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png deleted file mode 100644 index 02c9761..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/libreoffice-writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/locale.png b/Icons and cursors/windowsicon/16x16/apps/locale.png deleted file mode 100644 index f77f053..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/logview.png b/Icons and cursors/windowsicon/16x16/apps/logview.png deleted file mode 100644 index c23cc4a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/logview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/multimedia-volume-control.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/multimedia.png b/Icons and cursors/windowsicon/16x16/apps/multimedia.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/nautilus.png b/Icons and cursors/windowsicon/16x16/apps/nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/openshot.png b/Icons and cursors/windowsicon/16x16/apps/openshot.png deleted file mode 100644 index e2a2df3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/openshot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/openterm.png b/Icons and cursors/windowsicon/16x16/apps/openterm.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/openterm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/orca.png b/Icons and cursors/windowsicon/16x16/apps/orca.png deleted file mode 100644 index 084e44f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/orca.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.Tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/16x16/apps/org.gnome.tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-color.png b/Icons and cursors/windowsicon/16x16/apps/preferences-color.png deleted file mode 100644 index 58addaf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png deleted file mode 100644 index 084e44f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png deleted file mode 100644 index 52b99ff..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png deleted file mode 100644 index 38109dc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index 852b809..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png deleted file mode 100644 index 315f68c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png deleted file mode 100644 index f77f053..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index e731d52..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dedeaab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png deleted file mode 100644 index 2bd6ea4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index a60ffb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png deleted file mode 100644 index 90694b9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png deleted file mode 100644 index ae52bf9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png deleted file mode 100644 index 3d8bf8b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png deleted file mode 100644 index ae202f3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-sharing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png deleted file mode 100644 index df8704a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png deleted file mode 100644 index 21302c1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/preferences-system-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png deleted file mode 100644 index fca71be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/redhat-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/remmina.png b/Icons and cursors/windowsicon/16x16/apps/remmina.png deleted file mode 100644 index e731d52..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/remmina.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png b/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png deleted file mode 100644 index 537fced..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/rhythmbox.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/screensaver.png b/Icons and cursors/windowsicon/16x16/apps/screensaver.png deleted file mode 100644 index dedeaab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/seahorse.png b/Icons and cursors/windowsicon/16x16/apps/seahorse.png deleted file mode 100644 index f5983f2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/seahorse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/session-properties.png b/Icons and cursors/windowsicon/16x16/apps/session-properties.png deleted file mode 100644 index 21e73a2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/session-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/shotwell.png b/Icons and cursors/windowsicon/16x16/apps/shotwell.png deleted file mode 100644 index 4a2967f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/shotwell.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/software-properties.png b/Icons and cursors/windowsicon/16x16/apps/software-properties.png deleted file mode 100644 index bcf2c6e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png b/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png deleted file mode 100644 index fb8e499..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/softwarecenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/style.png b/Icons and cursors/windowsicon/16x16/apps/style.png deleted file mode 100644 index 2bd6ea4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/style.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png b/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/system-config-users.png b/Icons and cursors/windowsicon/16x16/apps/system-config-users.png deleted file mode 100644 index f748815..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/system-config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png b/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png deleted file mode 100644 index fca71be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/system-file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/system-software-install.png b/Icons and cursors/windowsicon/16x16/apps/system-software-install.png deleted file mode 100644 index 5b5d699..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/system-software-install.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/system-software-update.png b/Icons and cursors/windowsicon/16x16/apps/system-software-update.png deleted file mode 100644 index 70034fc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/system-software-update.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/system-users.png b/Icons and cursors/windowsicon/16x16/apps/system-users.png deleted file mode 100644 index f748815..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/system-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/terminal.png b/Icons and cursors/windowsicon/16x16/apps/terminal.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/text-editor.png b/Icons and cursors/windowsicon/16x16/apps/text-editor.png deleted file mode 100644 index 5453e7f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/totem.png b/Icons and cursors/windowsicon/16x16/apps/totem.png deleted file mode 100644 index c52d76b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/totem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/transmission.png b/Icons and cursors/windowsicon/16x16/apps/transmission.png deleted file mode 100644 index 2898139..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/transmission.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/update-manager.png b/Icons and cursors/windowsicon/16x16/apps/update-manager.png deleted file mode 100644 index 70034fc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/update-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png deleted file mode 100644 index 7eaf978..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/usb-creator-gtk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/user-info.png b/Icons and cursors/windowsicon/16x16/apps/user-info.png deleted file mode 100644 index 90ce05a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png deleted file mode 100644 index 5b91efa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/utilities-system-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png b/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/utilities-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/volume-knob.png b/Icons and cursors/windowsicon/16x16/apps/volume-knob.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/volume-knob.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/waiting.png b/Icons and cursors/windowsicon/16x16/apps/waiting.png deleted file mode 100644 index 3e3131b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/wallpaper.png b/Icons and cursors/windowsicon/16x16/apps/wallpaper.png deleted file mode 100644 index a60ffb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/web-browser.png b/Icons and cursors/windowsicon/16x16/apps/web-browser.png deleted file mode 100644 index e84c36a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/web-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png b/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png deleted file mode 100644 index 1af2506..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xdiagnose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png b/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png deleted file mode 100644 index 5453e7f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png deleted file mode 100644 index fca71be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-man.png b/Icons and cursors/windowsicon/16x16/apps/xfce-man.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png b/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png deleted file mode 100644 index 2c64f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png deleted file mode 100644 index a60ffb9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-backdrop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png b/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png deleted file mode 100644 index 2bd6ea4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfce4-ui.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xfwm4.png b/Icons and cursors/windowsicon/16x16/apps/xfwm4.png deleted file mode 100644 index 21302c1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xfwm4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png b/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png deleted file mode 100644 index dedeaab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/xterm-color.png b/Icons and cursors/windowsicon/16x16/apps/xterm-color.png deleted file mode 100644 index 47c92e6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/xterm-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/apps/zen-icon.png b/Icons and cursors/windowsicon/16x16/apps/zen-icon.png deleted file mode 100644 index 70034fc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/apps/zen-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png b/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png deleted file mode 100644 index ff44f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-development.png b/Icons and cursors/windowsicon/16x16/categories/applications-development.png deleted file mode 100644 index 875c4d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png b/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png deleted file mode 100644 index 99dddd7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-electronics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png b/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png deleted file mode 100644 index 05e8c7b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-engineering.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-games.png b/Icons and cursors/windowsicon/16x16/categories/applications-games.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png b/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png deleted file mode 100644 index 36ae11b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-internet.png b/Icons and cursors/windowsicon/16x16/categories/applications-internet.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png deleted file mode 100644 index 6715019..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-office.png b/Icons and cursors/windowsicon/16x16/categories/applications-office.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-other.png b/Icons and cursors/windowsicon/16x16/categories/applications-other.png deleted file mode 100644 index a167b28..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-science.png b/Icons and cursors/windowsicon/16x16/categories/applications-science.png deleted file mode 100644 index 9598e3e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-science.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-system.png b/Icons and cursors/windowsicon/16x16/categories/applications-system.png deleted file mode 100644 index e22f813..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png b/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png deleted file mode 100644 index 43593d2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/applications-utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png b/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png b/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-control-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png b/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png deleted file mode 100644 index 875c4d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png b/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-globe.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png b/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png deleted file mode 100644 index 36ae11b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png b/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png deleted file mode 100644 index 6715019..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-other.png b/Icons and cursors/windowsicon/16x16/categories/gnome-other.png deleted file mode 100644 index a167b28..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png b/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-system.png b/Icons and cursors/windowsicon/16x16/categories/gnome-system.png deleted file mode 100644 index e22f813..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gnome-util.png b/Icons and cursors/windowsicon/16x16/categories/gnome-util.png deleted file mode 100644 index ff44f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gnome-util.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png b/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/gtk-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png b/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png deleted file mode 100644 index d7daa29..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/input_devices_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/kcontrol.png b/Icons and cursors/windowsicon/16x16/categories/kcontrol.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/kcontrol.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_development.png b/Icons and cursors/windowsicon/16x16/categories/package_development.png deleted file mode 100644 index 875c4d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_games.png b/Icons and cursors/windowsicon/16x16/categories/package_games.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_graphics.png b/Icons and cursors/windowsicon/16x16/categories/package_graphics.png deleted file mode 100644 index 36ae11b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png b/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png deleted file mode 100644 index 6715019..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_network.png b/Icons and cursors/windowsicon/16x16/categories/package_network.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_office.png b/Icons and cursors/windowsicon/16x16/categories/package_office.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_settings.png b/Icons and cursors/windowsicon/16x16/categories/package_settings.png deleted file mode 100644 index 3aa29ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_system.png b/Icons and cursors/windowsicon/16x16/categories/package_system.png deleted file mode 100644 index e22f813..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/package_utilities.png b/Icons and cursors/windowsicon/16x16/categories/package_utilities.png deleted file mode 100644 index ff44f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/package_utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png deleted file mode 100644 index d7daa29..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png deleted file mode 100644 index 11df2b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop-personal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png b/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-other.png b/Icons and cursors/windowsicon/16x16/categories/preferences-other.png deleted file mode 100644 index 57ac6c4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png b/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png deleted file mode 100644 index 427fcc9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-system-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/preferences-system.png b/Icons and cursors/windowsicon/16x16/categories/preferences-system.png deleted file mode 100644 index 3aa29ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/preferences-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png b/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png deleted file mode 100644 index ff44f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-games.png b/Icons and cursors/windowsicon/16x16/categories/redhat-games.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png b/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png deleted file mode 100644 index 36ae11b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png b/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-office.png b/Icons and cursors/windowsicon/16x16/categories/redhat-office.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png b/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png b/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png deleted file mode 100644 index 875c4d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-programming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png deleted file mode 100644 index 6715019..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-sound_video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png deleted file mode 100644 index 3aa29ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-system_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png deleted file mode 100644 index e22f813..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/redhat-system_tools.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/stock_internet.png b/Icons and cursors/windowsicon/16x16/categories/stock_internet.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/stock_internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/system-help.png b/Icons and cursors/windowsicon/16x16/categories/system-help.png deleted file mode 100644 index e2c329a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/system-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png b/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png deleted file mode 100644 index 875c4d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-games.png b/Icons and cursors/windowsicon/16x16/categories/xfce-games.png deleted file mode 100644 index 29448bf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png b/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png deleted file mode 100644 index 36ae11b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png b/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png deleted file mode 100644 index 2e1b725..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png deleted file mode 100644 index 6715019..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-office.png b/Icons and cursors/windowsicon/16x16/categories/xfce-office.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png deleted file mode 100644 index 3aa29ed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-system-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-system.png b/Icons and cursors/windowsicon/16x16/categories/xfce-system.png deleted file mode 100644 index e22f813..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png b/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png deleted file mode 100644 index ff44f4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce-utils.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png b/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png deleted file mode 100644 index d5e22a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/categories/xfce4-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png deleted file mode 100644 index 77829b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/3floppy_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png b/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png deleted file mode 100644 index e89d3c9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/ac-adapter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-card.png b/Icons and cursors/windowsicon/16x16/devices/audio-card.png deleted file mode 100644 index 99dddd7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-card.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png b/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png deleted file mode 100644 index 280c10b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-headphones.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-headset.png b/Icons and cursors/windowsicon/16x16/devices/audio-headset.png deleted file mode 100644 index 82d09c8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-headset.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png deleted file mode 100644 index 3f7c464..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-input-microphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png b/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png deleted file mode 100644 index 7fce727..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/audio-speakers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/battery.png b/Icons and cursors/windowsicon/16x16/devices/battery.png deleted file mode 100644 index 479afdf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-photo.png b/Icons and cursors/windowsicon/16x16/devices/camera-photo.png deleted file mode 100644 index 0e43519..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-photo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-video.png b/Icons and cursors/windowsicon/16x16/devices/camera-video.png deleted file mode 100644 index 5d179c0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/camera-web.png b/Icons and cursors/windowsicon/16x16/devices/camera-web.png deleted file mode 100644 index b05981b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/camera-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/camera.png b/Icons and cursors/windowsicon/16x16/devices/camera.png deleted file mode 100644 index 0e43519..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/camera.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png b/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png deleted file mode 100644 index 0e43519..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/camera_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/cdrom_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/cdwriter_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/chardevice.png b/Icons and cursors/windowsicon/16x16/devices/chardevice.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/chardevice.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png deleted file mode 100644 index dfef979..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/colorimeter-colorhug.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png deleted file mode 100644 index eac3df3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/computer-apple-ipad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/computer.png b/Icons and cursors/windowsicon/16x16/devices/computer.png deleted file mode 100644 index ceb1eda..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/display.png b/Icons and cursors/windowsicon/16x16/devices/display.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png deleted file mode 100644 index e0c8bb5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png deleted file mode 100644 index 274f3de..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-ieee1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png deleted file mode 100644 index 70a4889..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png deleted file mode 100644 index 8c21a0d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png deleted file mode 100644 index 4a4000b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png deleted file mode 100644 index 83f4297..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png b/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png deleted file mode 100644 index 0b2e459..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-multidisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-optical.png b/Icons and cursors/windowsicon/16x16/devices/drive-optical.png deleted file mode 100644 index e0c8bb5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png b/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png deleted file mode 100644 index ab3773b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/drive-removable-media.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png b/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/dvd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png deleted file mode 100644 index 479afdf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png deleted file mode 100644 index e0c8bb5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png deleted file mode 100644 index ceb1eda..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-cdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdram.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-disc-dvdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png deleted file mode 100644 index e0c8bb5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png deleted file mode 100644 index 112ecc4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ethernet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png deleted file mode 100644 index 77829b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png deleted file mode 100644 index 8a341f4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-ipod.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png deleted file mode 100644 index 2c9e5ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png deleted file mode 100644 index 721c90c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-cf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png deleted file mode 100644 index 721c90c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-ms.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png deleted file mode 100644 index 721c90c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sdmmc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png deleted file mode 100644 index 721c90c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-media-sm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-ball.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-mouse-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png deleted file mode 100644 index ab3773b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png deleted file mode 100644 index ab3773b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png deleted file mode 100644 index ab3773b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png deleted file mode 100644 index d6b01f8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-dev-wavelan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png deleted file mode 100644 index ceb1eda..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-fs-client.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png b/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png deleted file mode 100644 index 3fb060d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png deleted file mode 100644 index 3f7c464..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gnome-stock-mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png b/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png deleted file mode 100644 index 77829b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/gtk-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/harddrive.png b/Icons and cursors/windowsicon/16x16/devices/harddrive.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/harddrive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png b/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/hdd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png b/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png deleted file mode 100644 index 9d26eda..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-dialpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-gaming.png b/Icons and cursors/windowsicon/16x16/devices/input-gaming.png deleted file mode 100644 index 37056a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-gaming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png deleted file mode 100644 index 2c9e5ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-mouse.png b/Icons and cursors/windowsicon/16x16/devices/input-mouse.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-tablet.png b/Icons and cursors/windowsicon/16x16/devices/input-tablet.png deleted file mode 100644 index c0f24a9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png b/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png deleted file mode 100644 index b0871ad..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/input-touchpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png b/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png deleted file mode 100644 index 8a341f4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/ipod_mount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/joystick.png b/Icons and cursors/windowsicon/16x16/devices/joystick.png deleted file mode 100644 index 37056a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/keyboard.png b/Icons and cursors/windowsicon/16x16/devices/keyboard.png deleted file mode 100644 index 2c9e5ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png b/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/kjobviewer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/kxkb.png b/Icons and cursors/windowsicon/16x16/devices/kxkb.png deleted file mode 100644 index 2c9e5ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/kxkb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png b/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-flash.png b/Icons and cursors/windowsicon/16x16/devices/media-flash.png deleted file mode 100644 index 721c90c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-floppy.png b/Icons and cursors/windowsicon/16x16/devices/media-floppy.png deleted file mode 100644 index 77829b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png deleted file mode 100644 index c220c3b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-bd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png deleted file mode 100644 index fe560d0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-cd-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png deleted file mode 100644 index c220c3b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-optical.png b/Icons and cursors/windowsicon/16x16/devices/media-optical.png deleted file mode 100644 index fcde63f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-removable.png b/Icons and cursors/windowsicon/16x16/devices/media-removable.png deleted file mode 100644 index b6c19f9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-tape.png b/Icons and cursors/windowsicon/16x16/devices/media-tape.png deleted file mode 100644 index b1563f5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-tape.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/media-zip.png b/Icons and cursors/windowsicon/16x16/devices/media-zip.png deleted file mode 100644 index 269df57..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/media-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/modem.png b/Icons and cursors/windowsicon/16x16/devices/modem.png deleted file mode 100644 index 3fb060d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/mouse.png b/Icons and cursors/windowsicon/16x16/devices/mouse.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png deleted file mode 100644 index a9e9faf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png b/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png deleted file mode 100644 index 8a341f4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/multimedia-player.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/network-vpn.png b/Icons and cursors/windowsicon/16x16/devices/network-vpn.png deleted file mode 100644 index 4d1816f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/network-vpn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/network-wired.png b/Icons and cursors/windowsicon/16x16/devices/network-wired.png deleted file mode 100644 index 112ecc4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/network-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/network-wireless.png b/Icons and cursors/windowsicon/16x16/devices/network-wireless.png deleted file mode 100644 index d6b01f8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/network-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png b/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png deleted file mode 100644 index d6b01f8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-adhoc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png b/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png deleted file mode 100644 index 112ecc4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-device-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png deleted file mode 100644 index d6b01f8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/nm-device-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/pda.png b/Icons and cursors/windowsicon/16x16/devices/pda.png deleted file mode 100644 index c493ea8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/pda.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png deleted file mode 100644 index 377fa39..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-apple-iphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png deleted file mode 100644 index 2c47b63..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-google-nexus-one.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png deleted file mode 100644 index 6c0a024..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-htc-g1-white.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png deleted file mode 100644 index 97f02b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-palm-pre.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png deleted file mode 100644 index 284ed89..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone-samsung-galaxy-s.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/phone.png b/Icons and cursors/windowsicon/16x16/devices/phone.png deleted file mode 100644 index 8d38320..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/printer-network.png b/Icons and cursors/windowsicon/16x16/devices/printer-network.png deleted file mode 100644 index 2308ffb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/printer-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/printer-remote.png b/Icons and cursors/windowsicon/16x16/devices/printer-remote.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/printer-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/printer.png b/Icons and cursors/windowsicon/16x16/devices/printer.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/printer1.png b/Icons and cursors/windowsicon/16x16/devices/printer1.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/printer1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/printmgr.png b/Icons and cursors/windowsicon/16x16/devices/printmgr.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/printmgr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/scanner.png b/Icons and cursors/windowsicon/16x16/devices/scanner.png deleted file mode 100644 index 85a85a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/scanner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png deleted file mode 100644 index 8d38320..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_cell-phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_mic.png b/Icons and cursors/windowsicon/16x16/devices/stock_mic.png deleted file mode 100644 index 3f7c464..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/stock_printers.png b/Icons and cursors/windowsicon/16x16/devices/stock_printers.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/stock_printers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/system-floppy.png b/Icons and cursors/windowsicon/16x16/devices/system-floppy.png deleted file mode 100644 index 77829b8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/system-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/system.png b/Icons and cursors/windowsicon/16x16/devices/system.png deleted file mode 100644 index ceb1eda..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png deleted file mode 100644 index d22b87b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/uninterruptible-power-supply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png deleted file mode 100644 index ab3773b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/usbpendrive_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/video-display.png b/Icons and cursors/windowsicon/16x16/devices/video-display.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/video-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png b/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png deleted file mode 100644 index 2c9e5ac..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/xfce4-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_HD.png b/Icons and cursors/windowsicon/16x16/devices/yast_HD.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_HD.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png b/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png deleted file mode 100644 index 243ef27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_idetude.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png b/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png deleted file mode 100644 index 37056a8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png b/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png deleted file mode 100644 index a66427f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_printer.png b/Icons and cursors/windowsicon/16x16/devices/yast_printer.png deleted file mode 100644 index 64a3d56..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png b/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png deleted file mode 100644 index 99dddd7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/devices/yast_soundcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png deleted file mode 100644 index cf1197d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png deleted file mode 100644 index c04abab..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png deleted file mode 100644 index 3e8fa2e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-downloads.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png deleted file mode 100644 index bfd0266..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-favorite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png deleted file mode 100644 index 1eb727f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png deleted file mode 100644 index af7a5ae..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png deleted file mode 100644 index 4579577..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-noread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png deleted file mode 100644 index 187c0b2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-nowrite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png deleted file mode 100644 index e0242c9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png deleted file mode 100644 index 9dfa8d6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-photos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png deleted file mode 100644 index 187c0b2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png deleted file mode 100644 index f7ff3b1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-shared.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png deleted file mode 100644 index 7795895..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png deleted file mode 100644 index 42aa318..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png deleted file mode 100644 index a6700a6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png deleted file mode 100644 index 36fcff0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png b/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png deleted file mode 100644 index 20d8d64..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emblems/emblem-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-angel.png b/Icons and cursors/windowsicon/16x16/emotes/face-angel.png deleted file mode 100644 index ced0ab8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-angel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-angry.png b/Icons and cursors/windowsicon/16x16/emotes/face-angry.png deleted file mode 100644 index 50da21f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-angry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-cool.png b/Icons and cursors/windowsicon/16x16/emotes/face-cool.png deleted file mode 100644 index b2f24e6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-cool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-crying.png b/Icons and cursors/windowsicon/16x16/emotes/face-crying.png deleted file mode 100644 index 59d8c07..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-crying.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png b/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png deleted file mode 100644 index d09172d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-devilish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png deleted file mode 100644 index 0df7c0b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-embarrassed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png b/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png deleted file mode 100644 index 4b3e418..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-glasses.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png b/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png deleted file mode 100644 index 574f1fa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-kiss.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png b/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png deleted file mode 100644 index 95dbefe..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-laugh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png b/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png deleted file mode 100644 index 74b7216..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-monkey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-plain.png b/Icons and cursors/windowsicon/16x16/emotes/face-plain.png deleted file mode 100644 index 72d3ccb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-plain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png b/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png deleted file mode 100644 index 69bc618..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-raspberry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-sad.png b/Icons and cursors/windowsicon/16x16/emotes/face-sad.png deleted file mode 100644 index f07d7b6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-sad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-sick.png b/Icons and cursors/windowsicon/16x16/emotes/face-sick.png deleted file mode 100644 index 5857a2a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-sick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png b/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png deleted file mode 100644 index 96ede78..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smile-big.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smile.png b/Icons and cursors/windowsicon/16x16/emotes/face-smile.png deleted file mode 100644 index e5dab5a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png b/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png deleted file mode 100644 index 6ae38d2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-smirk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png b/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png deleted file mode 100644 index 8852f2d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-surprise.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-tired.png b/Icons and cursors/windowsicon/16x16/emotes/face-tired.png deleted file mode 100644 index 799114e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-tired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png b/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png deleted file mode 100644 index cd9aa5f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-uncertain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-wink.png b/Icons and cursors/windowsicon/16x16/emotes/face-wink.png deleted file mode 100644 index 5c28048..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-wink.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/face-worried.png b/Icons and cursors/windowsicon/16x16/emotes/face-worried.png deleted file mode 100644 index f13fa27..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/face-worried.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png deleted file mode 100644 index e5dab5a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png deleted file mode 100644 index 69bc618..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-10.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png deleted file mode 100644 index 59d8c07..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-11.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png deleted file mode 100644 index 574f1fa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-13.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png deleted file mode 100644 index b2f24e6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-15.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png deleted file mode 100644 index ced0ab8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-18.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png deleted file mode 100644 index e5dab5a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png deleted file mode 100644 index 74b7216..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-22.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png deleted file mode 100644 index 5c28048..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png deleted file mode 100644 index f07d7b6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png deleted file mode 100644 index 8852f2d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png deleted file mode 100644 index 96ede78..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-6.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png deleted file mode 100644 index e5dab5a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-7.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png deleted file mode 100644 index 72d3ccb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/emotes/stock_smiley-8.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png deleted file mode 100644 index 9b71718..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png deleted file mode 100644 index bd6353f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png deleted file mode 100644 index a0af88e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-rss.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png deleted file mode 100644 index 281e3a3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png deleted file mode 100644 index 1ea9d7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png deleted file mode 100644 index 0a56702..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png deleted file mode 100644 index b5a7ee9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-vnd.rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index d0a10ce..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png deleted file mode 100644 index 3cc7392..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-addon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png deleted file mode 100644 index 831333b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-blender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png deleted file mode 100644 index 0946a80..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-cd-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index 5808dad..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png deleted file mode 100644 index 9dced4f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png deleted file mode 100644 index 64933c4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-mono-develop-xib.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png b/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png deleted file mode 100644 index 767530f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/binary.png b/Icons and cursors/windowsicon/16x16/mimetypes/binary.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/binary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png b/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png deleted file mode 100644 index ae679a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/contents2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh b/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh deleted file mode 100644 index 8f70cec..0000000 --- a/Icons and cursors/windowsicon/16x16/mimetypes/copy.sh +++ /dev/null @@ -1,4 +0,0 @@ -sudo mv application-x-bzip application-x-bzip.png -sudo mv application-x-gzip application-x-gzip.png -sudo mv application-zip application-zip.png - diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/deb.png b/Icons and cursors/windowsicon/16x16/mimetypes/deb.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/document.png b/Icons and cursors/windowsicon/16x16/mimetypes/document.png deleted file mode 100644 index b40fd4b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/empty.png b/Icons and cursors/windowsicon/16x16/mimetypes/empty.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/exec.png b/Icons and cursors/windowsicon/16x16/mimetypes/exec.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/exec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/folder_tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font.png b/Icons and cursors/windowsicon/16x16/mimetypes/font.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_bitmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_truetype.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png b/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/font_type1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png deleted file mode 100644 index 0cce08a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-fs-regular.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-msword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png deleted file mode 100644 index 767530f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-ogg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-pdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-postscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-rtf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png deleted file mode 100644 index 1ea9d7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png deleted file mode 100644 index 0a56702..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png deleted file mode 100644 index b5a7ee9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png deleted file mode 100644 index 0a56702..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png deleted file mode 100644 index 1ea9d7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png deleted file mode 100644 index b5a7ee9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-php.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png deleted file mode 100644 index 767530f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-python.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png deleted file mode 100644 index f8b0dea..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png deleted file mode 100644 index ae679a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png deleted file mode 100644 index eaae287..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gnome-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png deleted file mode 100644 index 0cce08a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/gtk-file.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/html.png b/Icons and cursors/windowsicon/16x16/mimetypes/html.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/image-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/image.png b/Icons and cursors/windowsicon/16x16/mimetypes/image.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/kpresenter_kpr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png deleted file mode 100644 index a1844a5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png deleted file mode 100644 index 1e0bf11..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png deleted file mode 100644 index 936f97f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png deleted file mode 100644 index 915c625..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png deleted file mode 100644 index 3f11af3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png deleted file mode 100644 index 417a2d1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png deleted file mode 100644 index 4419120..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png deleted file mode 100644 index 307e0db..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png deleted file mode 100644 index 28417be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png deleted file mode 100644 index 1ea9d7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png deleted file mode 100644 index 0a56702..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png deleted file mode 100644 index b5a7ee9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png deleted file mode 100644 index 3d5f008..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png deleted file mode 100644 index e652110..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png deleted file mode 100644 index 48ba173..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png deleted file mode 100644 index 793a33d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png deleted file mode 100644 index da7f0fa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png deleted file mode 100644 index 232794e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png deleted file mode 100644 index 4e7bc87..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/libreoffice-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/mime_ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/misc.png b/Icons and cursors/windowsicon/16x16/mimetypes/misc.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/misc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package.png b/Icons and cursors/windowsicon/16x16/mimetypes/package.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png b/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package_editors.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/package_wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/plan.png b/Icons and cursors/windowsicon/16x16/mimetypes/plan.png deleted file mode 100644 index f8b0dea..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/plan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png b/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png b/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/sound.png b/Icons and cursors/windowsicon/16x16/mimetypes/sound.png deleted file mode 100644 index 767530f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png deleted file mode 100644 index ae679a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_addressbook.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png deleted file mode 100644 index f8b0dea..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png deleted file mode 100644 index 9b71718..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png b/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/stock_script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/tar.png b/Icons and cursors/windowsicon/16x16/mimetypes/tar.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png b/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png deleted file mode 100644 index 8f566d9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/template_source.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png deleted file mode 100644 index 8f566d9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png deleted file mode 100644 index dbb9751..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-opml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png deleted file mode 100644 index 0cce08a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png deleted file mode 100644 index bd43ecf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/text-x-script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png b/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/tgz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/txt.png b/Icons and cursors/windowsicon/16x16/mimetypes/txt.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/txt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png b/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/txt2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png b/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png deleted file mode 100644 index 6647c4e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/unknown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png deleted file mode 100644 index f8b0dea..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png b/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png deleted file mode 100644 index ae679a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/video-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/video.png b/Icons and cursors/windowsicon/16x16/mimetypes/video.png deleted file mode 100644 index cdbf84f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/www.png b/Icons and cursors/windowsicon/16x16/mimetypes/www.png deleted file mode 100644 index 9c8fa62..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/www.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png deleted file mode 100644 index ae679a4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png deleted file mode 100644 index f8b0dea..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png deleted file mode 100644 index b5a7ee9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png deleted file mode 100644 index 88f42cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png deleted file mode 100644 index 5ade518..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 1ea9d7d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png deleted file mode 100644 index 45ee800..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index 0a56702..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index a5aee47..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png deleted file mode 100644 index 81f12e3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/x-package-repository.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png b/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png deleted file mode 100644 index d7af263..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/xorg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/mimetypes/zip.png b/Icons and cursors/windowsicon/16x16/mimetypes/zip.png deleted file mode 100644 index 266d8be..0000000 Binary files a/Icons and cursors/windowsicon/16x16/mimetypes/zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png deleted file mode 100644 index 2580a7a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/application-x-gnome-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/debian-swirl.png b/Icons and cursors/windowsicon/16x16/places/debian-swirl.png deleted file mode 100644 index 607c6d5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/debian-swirl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/desktop.png b/Icons and cursors/windowsicon/16x16/places/desktop.png deleted file mode 100644 index 0fa4f16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/emptytrash.png b/Icons and cursors/windowsicon/16x16/places/emptytrash.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/emptytrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-documents.png b/Icons and cursors/windowsicon/16x16/places/folder-documents.png deleted file mode 100644 index 5aacc4c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-download.png b/Icons and cursors/windowsicon/16x16/places/folder-download.png deleted file mode 100644 index de75a74..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-music.png b/Icons and cursors/windowsicon/16x16/places/folder-music.png deleted file mode 100644 index 9c86179..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-music.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-pictures.png b/Icons and cursors/windowsicon/16x16/places/folder-pictures.png deleted file mode 100644 index 5bc2c8a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-pictures.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png b/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png deleted file mode 100644 index 2b5c594..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-publicshare.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-remote.png b/Icons and cursors/windowsicon/16x16/places/folder-remote.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png b/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png deleted file mode 100644 index 2580a7a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-templates.png b/Icons and cursors/windowsicon/16x16/places/folder-templates.png deleted file mode 100644 index d81a2c8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-templates.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder-videos.png b/Icons and cursors/windowsicon/16x16/places/folder-videos.png deleted file mode 100644 index f43bbdd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder-videos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder.png b/Icons and cursors/windowsicon/16x16/places/folder.png deleted file mode 100644 index 31019e4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/folder_home.png b/Icons and cursors/windowsicon/16x16/places/folder_home.png deleted file mode 100644 index 6f38ffb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/folder_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-foot.png b/Icons and cursors/windowsicon/16x16/places/gnome-foot.png deleted file mode 100644 index eee495f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-foot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png deleted file mode 100644 index 0fa4f16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png deleted file mode 100644 index 31019e4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ftp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png deleted file mode 100644 index 6f38ffb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png deleted file mode 100644 index 74347c7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-nfs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-smb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-ssh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-fs-trash-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png deleted file mode 100644 index 74347c7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gnome-stock-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gtk-directory.png b/Icons and cursors/windowsicon/16x16/places/gtk-directory.png deleted file mode 100644 index 31019e4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/gtk-network.png b/Icons and cursors/windowsicon/16x16/places/gtk-network.png deleted file mode 100644 index 74347c7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/gtk-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/inode-directory.png b/Icons and cursors/windowsicon/16x16/places/inode-directory.png deleted file mode 100644 index 31019e4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/inode-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/network-server.png b/Icons and cursors/windowsicon/16x16/places/network-server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/network-workgroup.png b/Icons and cursors/windowsicon/16x16/places/network-workgroup.png deleted file mode 100644 index 74347c7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/network-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/network.png b/Icons and cursors/windowsicon/16x16/places/network.png deleted file mode 100644 index 8da8e5e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/network_local.png b/Icons and cursors/windowsicon/16x16/places/network_local.png deleted file mode 100644 index 74347c7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/network_local.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png b/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/redhat-network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/server.png b/Icons and cursors/windowsicon/16x16/places/server.png deleted file mode 100644 index 94fdea1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/stock_folder.png b/Icons and cursors/windowsicon/16x16/places/stock_folder.png deleted file mode 100644 index 31019e4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/stock_folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png b/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/trashcan_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png b/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png deleted file mode 100644 index 697badc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/ubuntu-logo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png b/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png deleted file mode 100644 index a3da091..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/user-bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/user-desktop.png b/Icons and cursors/windowsicon/16x16/places/user-desktop.png deleted file mode 100644 index 0fa4f16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/user-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/user-home.png b/Icons and cursors/windowsicon/16x16/places/user-home.png deleted file mode 100644 index 6f38ffb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/user-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/user-trash.png b/Icons and cursors/windowsicon/16x16/places/user-trash.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/user-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png deleted file mode 100644 index 4f9d3b5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/places/xfce-trash_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/appointment-missed.png b/Icons and cursors/windowsicon/16x16/status/appointment-missed.png deleted file mode 100644 index 1ab1dc1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/appointment-missed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/appointment-soon.png b/Icons and cursors/windowsicon/16x16/status/appointment-soon.png deleted file mode 100644 index f818fe0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/appointment-soon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png deleted file mode 100644 index 701b17c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png deleted file mode 100644 index 789c612..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png deleted file mode 100644 index 6a03d37..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png b/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png deleted file mode 100644 index 45e1af1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/audio-volume-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/avatar-default.png b/Icons and cursors/windowsicon/16x16/status/avatar-default.png deleted file mode 100644 index 90ce05a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png deleted file mode 100644 index 3305394..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-caution-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-caution.png b/Icons and cursors/windowsicon/16x16/status/battery-caution.png deleted file mode 100644 index 36963ef..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-caution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png deleted file mode 100644 index 29a770f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-empty-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-empty.png b/Icons and cursors/windowsicon/16x16/status/battery-empty.png deleted file mode 100644 index 90e342e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png b/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png deleted file mode 100644 index 271400d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full-charged.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png deleted file mode 100644 index 271400d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-full.png b/Icons and cursors/windowsicon/16x16/status/battery-full.png deleted file mode 100644 index 35e9026..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png deleted file mode 100644 index b207fd8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-good-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-good.png b/Icons and cursors/windowsicon/16x16/status/battery-good.png deleted file mode 100644 index a9a919b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-good.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png b/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png deleted file mode 100644 index 67e38eb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-low-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-low.png b/Icons and cursors/windowsicon/16x16/status/battery-low.png deleted file mode 100644 index 9fc0bcb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/battery-missing.png b/Icons and cursors/windowsicon/16x16/status/battery-missing.png deleted file mode 100644 index 17a8810..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/battery-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/changes-allow.png b/Icons and cursors/windowsicon/16x16/status/changes-allow.png deleted file mode 100644 index 19b6161..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/changes-allow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/changes-prevent.png b/Icons and cursors/windowsicon/16x16/status/changes-prevent.png deleted file mode 100644 index 0a3379a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/changes-prevent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/computer-fail.png b/Icons and cursors/windowsicon/16x16/status/computer-fail.png deleted file mode 100644 index da217f9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/computer-fail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/connect_creating.png b/Icons and cursors/windowsicon/16x16/status/connect_creating.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/connect_creating.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/connect_established.png b/Icons and cursors/windowsicon/16x16/status/connect_established.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/connect_established.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/connect_no.png b/Icons and cursors/windowsicon/16x16/status/connect_no.png deleted file mode 100644 index 1df2fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/connect_no.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-error.png b/Icons and cursors/windowsicon/16x16/status/dialog-error.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-information.png b/Icons and cursors/windowsicon/16x16/status/dialog-information.png deleted file mode 100644 index dc14d68..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-password.png b/Icons and cursors/windowsicon/16x16/status/dialog-password.png deleted file mode 100644 index 759761e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-password.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-question.png b/Icons and cursors/windowsicon/16x16/status/dialog-question.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/dialog-warning.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/edittrash.png b/Icons and cursors/windowsicon/16x16/status/edittrash.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/edittrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/error.png b/Icons and cursors/windowsicon/16x16/status/error.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png b/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/folder-drag-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/folder-open.png b/Icons and cursors/windowsicon/16x16/status/folder-open.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/folder-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/folder-visiting.png b/Icons and cursors/windowsicon/16x16/status/folder-visiting.png deleted file mode 100644 index 0dfdcb8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/folder-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/folder_open.png b/Icons and cursors/windowsicon/16x16/status/folder_open.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/folder_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png b/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png deleted file mode 100644 index 34358cb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-dev-wavelan-encrypted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png deleted file mode 100644 index 0dfdcb8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-directory-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png deleted file mode 100644 index 902aedb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-loading-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-fs-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png deleted file mode 100644 index 1df2fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-disconn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png deleted file mode 100644 index 1541859..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-rx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-tx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-netstatus-txrx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gnome-stock-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png deleted file mode 100644 index 759761e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-authentication.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png deleted file mode 100644 index dc14d68..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-directory.png b/Icons and cursors/windowsicon/16x16/status/gtk-directory.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png b/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/gtk-missing-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/image-loading.png b/Icons and cursors/windowsicon/16x16/status/image-loading.png deleted file mode 100644 index 902aedb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/image-loading.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/image-missing.png b/Icons and cursors/windowsicon/16x16/status/image-missing.png deleted file mode 100644 index 06bd467..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/image-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/important.png b/Icons and cursors/windowsicon/16x16/status/important.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/info.png b/Icons and cursors/windowsicon/16x16/status/info.png deleted file mode 100644 index dc14d68..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-attachment.png b/Icons and cursors/windowsicon/16x16/status/mail-attachment.png deleted file mode 100644 index 10d81b4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-attachment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-read.png b/Icons and cursors/windowsicon/16x16/status/mail-read.png deleted file mode 100644 index 11ebed9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-replied.png b/Icons and cursors/windowsicon/16x16/status/mail-replied.png deleted file mode 100644 index 2c7afed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png b/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png deleted file mode 100644 index 2baeae5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-signed-verified.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-signed.png b/Icons and cursors/windowsicon/16x16/status/mail-signed.png deleted file mode 100644 index 2baeae5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-signed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/mail-unread.png b/Icons and cursors/windowsicon/16x16/status/mail-unread.png deleted file mode 100644 index 1f54403..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png deleted file mode 100644 index fcb217e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/media-playlist-repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png deleted file mode 100644 index b6e9a45..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/media-playlist-shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png b/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_critical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_info.png b/Icons and cursors/windowsicon/16x16/status/messagebox_info.png deleted file mode 100644 index dc14d68..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png b/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/messagebox_warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png deleted file mode 100644 index c64a1f0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png deleted file mode 100644 index 0678b16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png deleted file mode 100644 index 787dfa7..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png deleted file mode 100644 index 88d98cd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/microphone-sensitivity-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png b/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png deleted file mode 100644 index 6667fec..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-cellular-connected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-error.png b/Icons and cursors/windowsicon/16x16/status/network-error.png deleted file mode 100644 index 1541859..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-idle.png b/Icons and cursors/windowsicon/16x16/status/network-idle.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-offline.png b/Icons and cursors/windowsicon/16x16/status/network-offline.png deleted file mode 100644 index 1df2fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-receive.png b/Icons and cursors/windowsicon/16x16/status/network-receive.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png b/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-transmit-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-transmit.png b/Icons and cursors/windowsicon/16x16/status/network-transmit.png deleted file mode 100644 index 6672740..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-transmit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png deleted file mode 100644 index 1df2fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-wired-disconnected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png b/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png deleted file mode 100644 index 34358cb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/network-wireless-encrypted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png b/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png deleted file mode 100644 index 1df2fa4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/nm-no-connection.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/non-starred.png b/Icons and cursors/windowsicon/16x16/status/non-starred.png deleted file mode 100644 index c8e8e64..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/non-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/printer-error.png b/Icons and cursors/windowsicon/16x16/status/printer-error.png deleted file mode 100644 index e2bedbd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/printer-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/printer-printing.png b/Icons and cursors/windowsicon/16x16/status/printer-printing.png deleted file mode 100644 index baeecbf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/printer-printing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/security-high.png b/Icons and cursors/windowsicon/16x16/status/security-high.png deleted file mode 100644 index 004a5e5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/security-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/security-low.png b/Icons and cursors/windowsicon/16x16/status/security-low.png deleted file mode 100644 index 3983df6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/security-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/security-medium.png b/Icons and cursors/windowsicon/16x16/status/security-medium.png deleted file mode 100644 index f27249b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/security-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png deleted file mode 100644 index 7601210..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/semi-starred-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/semi-starred.png b/Icons and cursors/windowsicon/16x16/status/semi-starred.png deleted file mode 100644 index a0b69a1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/semi-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/software-update-available.png b/Icons and cursors/windowsicon/16x16/status/software-update-available.png deleted file mode 100644 index d221400..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png b/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png deleted file mode 100644 index 0f48b45..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/starred.png b/Icons and cursors/windowsicon/16x16/status/starred.png deleted file mode 100644 index f58a308..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png deleted file mode 100644 index 1ab1dc1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder-excl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png deleted file mode 100644 index f818fe0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_appointment-reminder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_attach.png b/Icons and cursors/windowsicon/16x16/status/stock_attach.png deleted file mode 100644 index 10d81b4..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_attach.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png deleted file mode 100644 index 3b4ce92..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png deleted file mode 100644 index dc14d68..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png deleted file mode 100644 index 4fb4181..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png deleted file mode 100644 index 30ab791..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png deleted file mode 100644 index 3983df6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-broken.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png deleted file mode 100644 index 004a5e5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-ok.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png b/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png deleted file mode 100644 index 3983df6..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_lock.png b/Icons and cursors/windowsicon/16x16/status/stock_lock.png deleted file mode 100644 index f27249b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png deleted file mode 100644 index 11ebed9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png deleted file mode 100644 index 2c7afed..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png b/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png deleted file mode 100644 index 1f54403..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_open.png b/Icons and cursors/windowsicon/16x16/status/stock_open.png deleted file mode 100644 index 2199239..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_repeat.png b/Icons and cursors/windowsicon/16x16/status/stock_repeat.png deleted file mode 100644 index f354e3f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png b/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png deleted file mode 100644 index 197b5fe..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png b/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png deleted file mode 100644 index 789c612..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png deleted file mode 100644 index 701b17c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-max.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png deleted file mode 100644 index 6a03d37..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-med.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png deleted file mode 100644 index 789c612..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-min.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png b/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png deleted file mode 100644 index 45e1af1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume-mute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_volume.png b/Icons and cursors/windowsicon/16x16/status/stock_volume.png deleted file mode 100644 index 701b17c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_volume.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png deleted file mode 100644 index 53a05a0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-cloudy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png deleted file mode 100644 index 9652fbf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png deleted file mode 100644 index 73ac79d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png deleted file mode 100644 index 1634589..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png deleted file mode 100644 index 405ea51..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-night-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png deleted file mode 100644 index 609f187..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png deleted file mode 100644 index ccee1e5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png deleted file mode 100644 index 897765e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png deleted file mode 100644 index 88dc46a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/stock_weather-sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/sunny.png b/Icons and cursors/windowsicon/16x16/status/sunny.png deleted file mode 100644 index 88dc46a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/task-due.png b/Icons and cursors/windowsicon/16x16/status/task-due.png deleted file mode 100644 index f60bbe2..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/task-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/task-past-due.png b/Icons and cursors/windowsicon/16x16/status/task-past-due.png deleted file mode 100644 index c8d2959..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/task-past-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/trashcan_full.png b/Icons and cursors/windowsicon/16x16/status/trashcan_full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/trashcan_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png b/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png deleted file mode 100644 index 2fd756b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-bronze.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-gold.png b/Icons and cursors/windowsicon/16x16/status/trophy-gold.png deleted file mode 100644 index cb68f0e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-gold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/trophy-silver.png b/Icons and cursors/windowsicon/16x16/status/trophy-silver.png deleted file mode 100644 index 0d7f7cc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/trophy-silver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-available.png b/Icons and cursors/windowsicon/16x16/status/user-available.png deleted file mode 100644 index d91a094..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-away.png b/Icons and cursors/windowsicon/16x16/status/user-away.png deleted file mode 100644 index d1f4438..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-busy.png b/Icons and cursors/windowsicon/16x16/status/user-busy.png deleted file mode 100644 index 5fa1ce9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-idle.png b/Icons and cursors/windowsicon/16x16/status/user-idle.png deleted file mode 100644 index fd66947..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-invisible.png b/Icons and cursors/windowsicon/16x16/status/user-invisible.png deleted file mode 100644 index 3002b09..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-invisible.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-offline.png b/Icons and cursors/windowsicon/16x16/status/user-offline.png deleted file mode 100644 index 8feb941..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/user-trash-full.png b/Icons and cursors/windowsicon/16x16/status/user-trash-full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/user-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png deleted file mode 100644 index 1f23b42..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png deleted file mode 100644 index 77a2aaa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png deleted file mode 100644 index c53539f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png deleted file mode 100644 index 8546a5f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png deleted file mode 100644 index f5dfda5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png deleted file mode 100644 index 7e50d81..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png deleted file mode 100644 index c6e5e16..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png deleted file mode 100644 index 0bba49d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png deleted file mode 100644 index 1ef6bff..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png deleted file mode 100644 index 09b7d51..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png deleted file mode 100644 index c62b925..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png deleted file mode 100644 index a8bee3b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png deleted file mode 100644 index 2a9f008..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png deleted file mode 100644 index 3337e86..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png deleted file mode 100644 index c91b249..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png deleted file mode 100644 index ae2fc77..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png deleted file mode 100644 index 2678aca..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png deleted file mode 100644 index b0b67dd..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-170.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png deleted file mode 100644 index 12cae39..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-190.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png deleted file mode 100644 index 9187205..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png deleted file mode 100644 index 8da2dc3..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png deleted file mode 100644 index ba89b2b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png deleted file mode 100644 index 58e424f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png deleted file mode 100644 index a477930..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png deleted file mode 100644 index 770439a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png deleted file mode 100644 index 57a06d9..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png deleted file mode 100644 index ca66f73..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png deleted file mode 100644 index bc68334..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png deleted file mode 100644 index 68ebb55..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png deleted file mode 100644 index c2b8328..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png deleted file mode 100644 index e4ac2de..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png deleted file mode 100644 index ebc9edc..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png deleted file mode 100644 index 1ea499e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png deleted file mode 100644 index 881c26b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png deleted file mode 100644 index 673e5a1..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png b/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png deleted file mode 100644 index 1634589..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-clear.png b/Icons and cursors/windowsicon/16x16/status/weather-clear.png deleted file mode 100644 index 88dc46a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png deleted file mode 100644 index 1ccc9da..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png deleted file mode 100644 index aff0855..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png deleted file mode 100644 index 457a4e8..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png deleted file mode 100644 index d66497f..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png deleted file mode 100644 index c086059..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png deleted file mode 100644 index 8cead00..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png deleted file mode 100644 index 60525af..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png deleted file mode 100644 index c0c4b06..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png deleted file mode 100644 index 61f9825..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png deleted file mode 100644 index e9a7438..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png deleted file mode 100644 index 0a87807..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png deleted file mode 100644 index ce432fa..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png deleted file mode 100644 index f769b87..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png deleted file mode 100644 index f4384ce..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png deleted file mode 100644 index f0ecbb5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png deleted file mode 100644 index 87df25d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png deleted file mode 100644 index 6a4cafb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png deleted file mode 100644 index e208005..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png deleted file mode 100644 index 6c9cb77..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png deleted file mode 100644 index 1fa0d43..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png deleted file mode 100644 index d52bb0b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png deleted file mode 100644 index 9952d01..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png deleted file mode 100644 index e3e098a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png deleted file mode 100644 index 86e1c22..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png deleted file mode 100644 index 49de98c..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png deleted file mode 100644 index 5b4de33..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png deleted file mode 100644 index 30c0946..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png deleted file mode 100644 index 858153a..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png deleted file mode 100644 index 1ac11fb..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png deleted file mode 100644 index f581ef5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png deleted file mode 100644 index 9b276ca..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png deleted file mode 100644 index 8ccc0af..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png deleted file mode 100644 index 405ea51..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png b/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png deleted file mode 100644 index 9652fbf..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-fog.png b/Icons and cursors/windowsicon/16x16/status/weather-fog.png deleted file mode 100644 index 73ac79d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-overcast.png b/Icons and cursors/windowsicon/16x16/status/weather-overcast.png deleted file mode 100644 index 53a05a0..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-overcast.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png b/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png deleted file mode 100644 index 84ffb6b..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-severe-alert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png deleted file mode 100644 index 865173e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-showers-scattered.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-showers.png b/Icons and cursors/windowsicon/16x16/status/weather-showers.png deleted file mode 100644 index 609f187..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-snow.png b/Icons and cursors/windowsicon/16x16/status/weather-snow.png deleted file mode 100644 index ccee1e5..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/weather-storm.png b/Icons and cursors/windowsicon/16x16/status/weather-storm.png deleted file mode 100644 index 897765e..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png b/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png deleted file mode 100644 index e361e4d..0000000 Binary files a/Icons and cursors/windowsicon/16x16/status/xfce-trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/add.png b/Icons and cursors/windowsicon/22x22/actions/add.png deleted file mode 100644 index 910ff84..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/address-book-new.png b/Icons and cursors/windowsicon/22x22/actions/address-book-new.png deleted file mode 100644 index f89ca4d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/address-book-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/application-exit.png b/Icons and cursors/windowsicon/22x22/actions/application-exit.png deleted file mode 100644 index 6954a43..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/application-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/application-menu.png b/Icons and cursors/windowsicon/22x22/actions/application-menu.png deleted file mode 100644 index b3b5fe4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/appointment-new.png b/Icons and cursors/windowsicon/22x22/actions/appointment-new.png deleted file mode 100644 index aa2c033..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/appointment-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/appointment.png b/Icons and cursors/windowsicon/22x22/actions/appointment.png deleted file mode 100644 index aa2c033..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/back.png b/Icons and cursors/windowsicon/22x22/actions/back.png deleted file mode 100644 index b984c5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/back.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png b/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png deleted file mode 100644 index f40b6f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmark-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png b/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png deleted file mode 100644 index f40b6f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmark_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png deleted file mode 100644 index f40b6f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/bookmarks_list_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/bottom.png b/Icons and cursors/windowsicon/22x22/actions/bottom.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/button_cancel.png b/Icons and cursors/windowsicon/22x22/actions/button_cancel.png deleted file mode 100644 index 6d765d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/call-start.png b/Icons and cursors/windowsicon/22x22/actions/call-start.png deleted file mode 100644 index d89f30e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/call-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/call-stop.png b/Icons and cursors/windowsicon/22x22/actions/call-stop.png deleted file mode 100644 index 08d369f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/call-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/cancel.png b/Icons and cursors/windowsicon/22x22/actions/cancel.png deleted file mode 100644 index 6d765d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/centrejust.png b/Icons and cursors/windowsicon/22x22/actions/centrejust.png deleted file mode 100644 index 76b06b9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/centrejust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png b/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png deleted file mode 100644 index 9f96d7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/configure.png b/Icons and cursors/windowsicon/22x22/actions/configure.png deleted file mode 100644 index 9f96d7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/configure_kile.png b/Icons and cursors/windowsicon/22x22/actions/configure_kile.png deleted file mode 100644 index 9f96d7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/configure_project.png b/Icons and cursors/windowsicon/22x22/actions/configure_project.png deleted file mode 100644 index 9f96d7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/contact-new.png b/Icons and cursors/windowsicon/22x22/actions/contact-new.png deleted file mode 100644 index a68c482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/contact-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png b/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png deleted file mode 100644 index 6d765d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-new.png b/Icons and cursors/windowsicon/22x22/actions/document-new.png deleted file mode 100644 index 89498c3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png b/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png deleted file mode 100644 index f9952e4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-open-recent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-open.png b/Icons and cursors/windowsicon/22x22/actions/document-open.png deleted file mode 100644 index 375b2b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png b/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png deleted file mode 100644 index e98b716..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-page-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png b/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png deleted file mode 100644 index cf47520..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-print.png b/Icons and cursors/windowsicon/22x22/actions/document-print.png deleted file mode 100644 index f0a5a7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-properties.png b/Icons and cursors/windowsicon/22x22/actions/document-properties.png deleted file mode 100644 index 50b827d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png deleted file mode 100644 index f324117..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-revert-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-revert.png b/Icons and cursors/windowsicon/22x22/actions/document-revert.png deleted file mode 100644 index 5cdadba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-save-as.png b/Icons and cursors/windowsicon/22x22/actions/document-save-as.png deleted file mode 100644 index 91bfca0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-save.png b/Icons and cursors/windowsicon/22x22/actions/document-save.png deleted file mode 100644 index 5d08ae0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/document-send.png b/Icons and cursors/windowsicon/22x22/actions/document-send.png deleted file mode 100644 index c22bfee..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/document-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/down.png b/Icons and cursors/windowsicon/22x22/actions/down.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-clear.png b/Icons and cursors/windowsicon/22x22/actions/edit-clear.png deleted file mode 100644 index 1949036..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-copy.png b/Icons and cursors/windowsicon/22x22/actions/edit-copy.png deleted file mode 100644 index 5257482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-cut.png b/Icons and cursors/windowsicon/22x22/actions/edit-cut.png deleted file mode 100644 index cf13875..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-delete.png b/Icons and cursors/windowsicon/22x22/actions/edit-delete.png deleted file mode 100644 index 013cbb6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png b/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png deleted file mode 100644 index 9edf9e7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-find-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-find.png b/Icons and cursors/windowsicon/22x22/actions/edit-find.png deleted file mode 100644 index da7672f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-paste.png b/Icons and cursors/windowsicon/22x22/actions/edit-paste.png deleted file mode 100644 index aa70503..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png deleted file mode 100644 index 538358d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-redo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-redo.png b/Icons and cursors/windowsicon/22x22/actions/edit-redo.png deleted file mode 100644 index a8deedb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png b/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png deleted file mode 100644 index 18d9b30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png deleted file mode 100644 index a8deedb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-undo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/edit-undo.png b/Icons and cursors/windowsicon/22x22/actions/edit-undo.png deleted file mode 100644 index 538358d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/edit-undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/editclear.png b/Icons and cursors/windowsicon/22x22/actions/editclear.png deleted file mode 100644 index 1949036..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/editcopy.png b/Icons and cursors/windowsicon/22x22/actions/editcopy.png deleted file mode 100644 index 5257482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/editcopy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/editcut.png b/Icons and cursors/windowsicon/22x22/actions/editcut.png deleted file mode 100644 index cf13875..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/editcut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/editdelete.png b/Icons and cursors/windowsicon/22x22/actions/editdelete.png deleted file mode 100644 index 013cbb6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/editdelete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/editpaste.png b/Icons and cursors/windowsicon/22x22/actions/editpaste.png deleted file mode 100644 index aa70503..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/editpaste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/exit.png b/Icons and cursors/windowsicon/22x22/actions/exit.png deleted file mode 100644 index 6954a43..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filefind.png b/Icons and cursors/windowsicon/22x22/actions/filefind.png deleted file mode 100644 index da7672f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filefind.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filenew.png b/Icons and cursors/windowsicon/22x22/actions/filenew.png deleted file mode 100644 index 89498c3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filenew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/fileopen.png b/Icons and cursors/windowsicon/22x22/actions/fileopen.png deleted file mode 100644 index 375b2b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/fileopen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/fileprint.png b/Icons and cursors/windowsicon/22x22/actions/fileprint.png deleted file mode 100644 index f0a5a7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/fileprint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filequickprint.png b/Icons and cursors/windowsicon/22x22/actions/filequickprint.png deleted file mode 100644 index cf47520..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filequickprint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filesave.png b/Icons and cursors/windowsicon/22x22/actions/filesave.png deleted file mode 100644 index 5d08ae0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filesave.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filesaveas.png b/Icons and cursors/windowsicon/22x22/actions/filesaveas.png deleted file mode 100644 index 91bfca0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filesaveas.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/filter.png b/Icons and cursors/windowsicon/22x22/actions/filter.png deleted file mode 100644 index f9d8586..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/find.png b/Icons and cursors/windowsicon/22x22/actions/find.png deleted file mode 100644 index da7672f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/finish.png b/Icons and cursors/windowsicon/22x22/actions/finish.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/finish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/folder-new.png b/Icons and cursors/windowsicon/22x22/actions/folder-new.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/folder-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/folder_new.png b/Icons and cursors/windowsicon/22x22/actions/folder_new.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/folder_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-less-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-less.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-more-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png b/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-indent-more.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png deleted file mode 100644 index 76b06b9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png deleted file mode 100644 index 9c12619..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png deleted file mode 100644 index b41fa5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png b/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png deleted file mode 100644 index 3084a15..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png b/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png deleted file mode 100644 index 977da5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png deleted file mode 100644 index 12fd96c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png deleted file mode 100644 index f251e61..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-direction-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png b/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png deleted file mode 100644 index 1e479d9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png deleted file mode 100644 index 612bcb1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png b/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png deleted file mode 100644 index 1b4cd29..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/format-text-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/forward.png b/Icons and cursors/windowsicon/22x22/actions/forward.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png deleted file mode 100644 index 16ba3b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-lockscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png b/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png deleted file mode 100644 index 098c844..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-run.png b/Icons and cursors/windowsicon/22x22/actions/gnome-run.png deleted file mode 100644 index 9dbb174..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png deleted file mode 100644 index ac230e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-searchtool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png deleted file mode 100644 index 098c844..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-session-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png deleted file mode 100644 index 5697bf2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png deleted file mode 100644 index 290214a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png deleted file mode 100644 index 476a159..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-rpl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png deleted file mode 100644 index 025ca47..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-mail-snd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gnome-stock-text-unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-bottom.png b/Icons and cursors/windowsicon/22x22/actions/go-bottom.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-down.png b/Icons and cursors/windowsicon/22x22/actions/go-down.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-first.png b/Icons and cursors/windowsicon/22x22/actions/go-first.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-home.png b/Icons and cursors/windowsicon/22x22/actions/go-home.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-jump.png b/Icons and cursors/windowsicon/22x22/actions/go-jump.png deleted file mode 100644 index 2137915..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-jump.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-last.png b/Icons and cursors/windowsicon/22x22/actions/go-last.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-next.png b/Icons and cursors/windowsicon/22x22/actions/go-next.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-previous.png b/Icons and cursors/windowsicon/22x22/actions/go-previous.png deleted file mode 100644 index 40a842b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-top.png b/Icons and cursors/windowsicon/22x22/actions/go-top.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/go-up.png b/Icons and cursors/windowsicon/22x22/actions/go-up.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gohome.png b/Icons and cursors/windowsicon/22x22/actions/gohome.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gohome.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-about.png b/Icons and cursors/windowsicon/22x22/actions/gtk-about.png deleted file mode 100644 index e75a94c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-add.png b/Icons and cursors/windowsicon/22x22/actions/gtk-add.png deleted file mode 100644 index 910ff84..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png b/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png deleted file mode 100644 index 977da5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png b/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png b/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png deleted file mode 100644 index 7631627..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-close.png b/Icons and cursors/windowsicon/22x22/actions/gtk-close.png deleted file mode 100644 index 7221472..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png b/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png deleted file mode 100644 index 5257482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png b/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png deleted file mode 100644 index cf13875..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png b/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png deleted file mode 100644 index 013cbb6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png b/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png deleted file mode 100644 index 9dbb174..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-execute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png deleted file mode 100644 index 9edf9e7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-find-and-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-find.png b/Icons and cursors/windowsicon/22x22/actions/gtk-find.png deleted file mode 100644 index da7672f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png deleted file mode 100644 index 643bb26..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png deleted file mode 100644 index 40a842b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-back-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png deleted file mode 100644 index 40a842b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png b/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-goto-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-help.png b/Icons and cursors/windowsicon/22x22/actions/gtk-help.png deleted file mode 100644 index 4ed7d8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-home.png b/Icons and cursors/windowsicon/22x22/actions/gtk-home.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-indent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png b/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png deleted file mode 100644 index 1e479d9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png deleted file mode 100644 index 2137915..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png deleted file mode 100644 index 2137915..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-jump-to-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png deleted file mode 100644 index 76b06b9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png deleted file mode 100644 index 9c12619..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png deleted file mode 100644 index b41fa5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png deleted file mode 100644 index 3084a15..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png deleted file mode 100644 index bceb999..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png deleted file mode 100644 index 9e1a52d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png deleted file mode 100644 index c5edb59..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-play-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png deleted file mode 100644 index eff3077..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-rewind-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png deleted file mode 100644 index 8ceadbd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-new.png b/Icons and cursors/windowsicon/22x22/actions/gtk-new.png deleted file mode 100644 index 89498c3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-open.png b/Icons and cursors/windowsicon/22x22/actions/gtk-open.png deleted file mode 100644 index 375b2b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png b/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png deleted file mode 100644 index aa70503..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png deleted file mode 100644 index cf47520..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-print.png b/Icons and cursors/windowsicon/22x22/actions/gtk-print.png deleted file mode 100644 index f0a5a7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png b/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png deleted file mode 100644 index 50b827d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png b/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png deleted file mode 100644 index 6954a43..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-quit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png deleted file mode 100644 index a8deedb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-redo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png b/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png b/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png deleted file mode 100644 index a83b010..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png deleted file mode 100644 index 5cdadba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png deleted file mode 100644 index 5cdadba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-revert-to-saved-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png b/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png deleted file mode 100644 index 91bfca0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-save.png b/Icons and cursors/windowsicon/22x22/actions/gtk-save.png deleted file mode 100644 index 5d08ae0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png b/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png deleted file mode 100644 index 18d9b30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png deleted file mode 100644 index 36bf1cd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png deleted file mode 100644 index 94649c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png deleted file mode 100644 index 545c3e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-spell-check.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png b/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png deleted file mode 100644 index 612bcb1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png b/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png deleted file mode 100644 index 1b4cd29..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png deleted file mode 100644 index 538358d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-undo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-unindent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png deleted file mode 100644 index b3f628c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png deleted file mode 100644 index 38fde94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-fit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png deleted file mode 100644 index b47b7a1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png deleted file mode 100644 index b0fc621..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/gtk-zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/help-about.png b/Icons and cursors/windowsicon/22x22/actions/help-about.png deleted file mode 100644 index e75a94c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/help-about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/help-contents.png b/Icons and cursors/windowsicon/22x22/actions/help-contents.png deleted file mode 100644 index 4ed7d8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/help-contents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/help-faq.png b/Icons and cursors/windowsicon/22x22/actions/help-faq.png deleted file mode 100644 index 90cbabe..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/help-faq.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/help.png b/Icons and cursors/windowsicon/22x22/actions/help.png deleted file mode 100644 index 4ed7d8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-image.png b/Icons and cursors/windowsicon/22x22/actions/insert-image.png deleted file mode 100644 index a2fa323..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-link.png b/Icons and cursors/windowsicon/22x22/actions/insert-link.png deleted file mode 100644 index e139ef5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-object.png b/Icons and cursors/windowsicon/22x22/actions/insert-object.png deleted file mode 100644 index e9ef0e3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-object.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/insert-text.png b/Icons and cursors/windowsicon/22x22/actions/insert-text.png deleted file mode 100644 index f423282..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/insert-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/kfind.png b/Icons and cursors/windowsicon/22x22/actions/kfind.png deleted file mode 100644 index ac230e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/kfind.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/kfm_home.png b/Icons and cursors/windowsicon/22x22/actions/kfm_home.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/kfm_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/leftjust.png b/Icons and cursors/windowsicon/22x22/actions/leftjust.png deleted file mode 100644 index b41fa5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/leftjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/list-add.png b/Icons and cursors/windowsicon/22x22/actions/list-add.png deleted file mode 100644 index 910ff84..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/list-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/list-remove.png b/Icons and cursors/windowsicon/22x22/actions/list-remove.png deleted file mode 100644 index a83b010..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/list-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/lock.png b/Icons and cursors/windowsicon/22x22/actions/lock.png deleted file mode 100644 index 16ba3b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-forward.png b/Icons and cursors/windowsicon/22x22/actions/mail-forward.png deleted file mode 100644 index 290214a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png deleted file mode 100644 index db2de6a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png deleted file mode 100644 index a2da7e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-junk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png deleted file mode 100644 index 3dfb54d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-notjunk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png deleted file mode 100644 index 77baf6a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png deleted file mode 100644 index a4f65d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-mark-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png b/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png deleted file mode 100644 index 476a159..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png b/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png deleted file mode 100644 index 2bdf369..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-reply-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-reply-sender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png b/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png deleted file mode 100644 index 2928dda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail-send.png b/Icons and cursors/windowsicon/22x22/actions/mail-send.png deleted file mode 100644 index 025ca47..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_forward.png b/Icons and cursors/windowsicon/22x22/actions/mail_forward.png deleted file mode 100644 index 290214a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_new.png b/Icons and cursors/windowsicon/22x22/actions/mail_new.png deleted file mode 100644 index 476a159..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_reply.png b/Icons and cursors/windowsicon/22x22/actions/mail_reply.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_reply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png b/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png deleted file mode 100644 index 2bdf369..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_replyall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_send.png b/Icons and cursors/windowsicon/22x22/actions/mail_send.png deleted file mode 100644 index 025ca47..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/mail_spam.png b/Icons and cursors/windowsicon/22x22/actions/mail_spam.png deleted file mode 100644 index a2da7e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/mail_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-eject.png b/Icons and cursors/windowsicon/22x22/actions/media-eject.png deleted file mode 100644 index d654458..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png deleted file mode 100644 index 9e1a52d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png deleted file mode 100644 index ca5fe55..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-start-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png deleted file mode 100644 index c5edb59..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png b/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png deleted file mode 100644 index 8ceadbd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-playback-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-record.png b/Icons and cursors/windowsicon/22x22/actions/media-record.png deleted file mode 100644 index eff3077..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png b/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-seek-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png b/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/media-skip-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/menu_new.png b/Icons and cursors/windowsicon/22x22/actions/menu_new.png deleted file mode 100644 index b3b5fe4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/next.png b/Icons and cursors/windowsicon/22x22/actions/next.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png deleted file mode 100644 index 111e4bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/object-flip-horizontal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png deleted file mode 100644 index 9ba8935..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/object-flip-vertical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png b/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png deleted file mode 100644 index bd5756e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/object-rotate-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png b/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png deleted file mode 100644 index 9f93e69..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/object-rotate-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/pin.png b/Icons and cursors/windowsicon/22x22/actions/pin.png deleted file mode 100644 index fb0e664..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_eject.png b/Icons and cursors/windowsicon/22x22/actions/player_eject.png deleted file mode 100644 index d654458..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_end.png b/Icons and cursors/windowsicon/22x22/actions/player_end.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_end.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_fwd.png b/Icons and cursors/windowsicon/22x22/actions/player_fwd.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_pause.png b/Icons and cursors/windowsicon/22x22/actions/player_pause.png deleted file mode 100644 index 9e1a52d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_play.png b/Icons and cursors/windowsicon/22x22/actions/player_play.png deleted file mode 100644 index c5edb59..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_record.png b/Icons and cursors/windowsicon/22x22/actions/player_record.png deleted file mode 100644 index eff3077..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_rew.png b/Icons and cursors/windowsicon/22x22/actions/player_rew.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_start.png b/Icons and cursors/windowsicon/22x22/actions/player_start.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/player_stop.png b/Icons and cursors/windowsicon/22x22/actions/player_stop.png deleted file mode 100644 index 8ceadbd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/player_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/previous.png b/Icons and cursors/windowsicon/22x22/actions/previous.png deleted file mode 100644 index 40a842b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/process-stop.png b/Icons and cursors/windowsicon/22x22/actions/process-stop.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/process-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/redhat-home.png b/Icons and cursors/windowsicon/22x22/actions/redhat-home.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/redhat-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/redo.png b/Icons and cursors/windowsicon/22x22/actions/redo.png deleted file mode 100644 index a8deedb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/reload.png b/Icons and cursors/windowsicon/22x22/actions/reload.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/reload.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/reload3.png b/Icons and cursors/windowsicon/22x22/actions/reload3.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/reload3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/reload_all_tabs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/reload_page.png b/Icons and cursors/windowsicon/22x22/actions/reload_page.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/reload_page.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/remove.png b/Icons and cursors/windowsicon/22x22/actions/remove.png deleted file mode 100644 index a83b010..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/revert.png b/Icons and cursors/windowsicon/22x22/actions/revert.png deleted file mode 100644 index 5cdadba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/rightjust.png b/Icons and cursors/windowsicon/22x22/actions/rightjust.png deleted file mode 100644 index 3084a15..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/rightjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/search.png b/Icons and cursors/windowsicon/22x22/actions/search.png deleted file mode 100644 index ac230e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/settings-configure.png b/Icons and cursors/windowsicon/22x22/actions/settings-configure.png deleted file mode 100644 index 9f96d7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/start.png b/Icons and cursors/windowsicon/22x22/actions/start.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png b/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png deleted file mode 100755 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_about.png b/Icons and cursors/windowsicon/22x22/actions/stock_about.png deleted file mode 100644 index e75a94c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png deleted file mode 100644 index f40b6f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_add-bookmark.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png b/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_close.png b/Icons and cursors/windowsicon/22x22/actions/stock_close.png deleted file mode 100644 index 7221472..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_copy.png b/Icons and cursors/windowsicon/22x22/actions/stock_copy.png deleted file mode 100644 index 5257482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_cut.png b/Icons and cursors/windowsicon/22x22/actions/stock_cut.png deleted file mode 100644 index cf13875..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_delete.png b/Icons and cursors/windowsicon/22x22/actions/stock_delete.png deleted file mode 100644 index 013cbb6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_down.png b/Icons and cursors/windowsicon/22x22/actions/stock_down.png deleted file mode 100644 index 5520b8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png b/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png deleted file mode 100644 index 50b827d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_file-properites.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index f9d8586..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png deleted file mode 100644 index f9d8586..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_first.png b/Icons and cursors/windowsicon/22x22/actions/stock_first.png deleted file mode 100644 index 55063bc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png deleted file mode 100644 index 643bb26..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png deleted file mode 100644 index f40b6f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_help-add-bookmark.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_help.png b/Icons and cursors/windowsicon/22x22/actions/stock_help.png deleted file mode 100644 index 4ed7d8e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_home.png b/Icons and cursors/windowsicon/22x22/actions/stock_home.png deleted file mode 100644 index deff24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_last.png b/Icons and cursors/windowsicon/22x22/actions/stock_last.png deleted file mode 100644 index 3d6db4a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png deleted file mode 100644 index bceb999..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_left.png b/Icons and cursors/windowsicon/22x22/actions/stock_left.png deleted file mode 100644 index 40a842b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png deleted file mode 100644 index 476a159..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-compose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png deleted file mode 100644 index f9d8586..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png deleted file mode 100644 index 290214a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png deleted file mode 100644 index 2bdf369..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply-to-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-reply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png deleted file mode 100644 index 2928dda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png b/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png deleted file mode 100644 index 025ca47..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_mail-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png deleted file mode 100644 index 4be2656..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png deleted file mode 100644 index 153c991..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png deleted file mode 100644 index 9e1a52d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png deleted file mode 100644 index c5edb59..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png deleted file mode 100644 index 20019d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-prev.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png deleted file mode 100644 index eff3077..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-rec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png deleted file mode 100644 index 93dd4a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png b/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png deleted file mode 100644 index 8ceadbd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png deleted file mode 100644 index f89ca4d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png deleted file mode 100644 index aa2c033..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png deleted file mode 100644 index a68c482..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-bcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-dir.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png deleted file mode 100644 index 2f2bad4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-tab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png deleted file mode 100644 index 89498c3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png b/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png deleted file mode 100644 index 152052e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_new-window.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_paste.png b/Icons and cursors/windowsicon/22x22/actions/stock_paste.png deleted file mode 100644 index aa70503..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png b/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png deleted file mode 100644 index cf47520..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png b/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png deleted file mode 100644 index e98b716..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_print.png b/Icons and cursors/windowsicon/22x22/actions/stock_print.png deleted file mode 100644 index f0a5a7d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_properties.png b/Icons and cursors/windowsicon/22x22/actions/stock_properties.png deleted file mode 100644 index 50b827d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_redo.png b/Icons and cursors/windowsicon/22x22/actions/stock_redo.png deleted file mode 100644 index a8deedb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png b/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_right.png b/Icons and cursors/windowsicon/22x22/actions/stock_right.png deleted file mode 100644 index 51e1b52..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png b/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png deleted file mode 100644 index 91bfca0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_save.png b/Icons and cursors/windowsicon/22x22/actions/stock_save.png deleted file mode 100644 index 5d08ae0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png deleted file mode 100644 index 9edf9e7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_search-and-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_search.png b/Icons and cursors/windowsicon/22x22/actions/stock_search.png deleted file mode 100644 index da7672f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png b/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png deleted file mode 100644 index 18d9b30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_spam.png b/Icons and cursors/windowsicon/22x22/actions/stock_spam.png deleted file mode 100644 index a2da7e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png deleted file mode 100644 index 545c3e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_spellcheck.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_stop.png b/Icons and cursors/windowsicon/22x22/actions/stock_stop.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png deleted file mode 100644 index 612bcb1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png deleted file mode 100644 index 977da5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png deleted file mode 100644 index 76b06b9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png deleted file mode 100644 index 33163f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png deleted file mode 100644 index 1e479d9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png deleted file mode 100644 index 9c12619..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_justify.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png deleted file mode 100644 index b41fa5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png deleted file mode 100644 index 3084a15..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png deleted file mode 100644 index 1b4cd29..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_underlined.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png deleted file mode 100644 index ac32349..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_text_unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_top.png b/Icons and cursors/windowsicon/22x22/actions/stock_top.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_undo.png b/Icons and cursors/windowsicon/22x22/actions/stock_undo.png deleted file mode 100644 index 538358d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_up.png b/Icons and cursors/windowsicon/22x22/actions/stock_up.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png deleted file mode 100644 index b3f628c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png deleted file mode 100644 index b47b7a1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png deleted file mode 100644 index b0fc621..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png deleted file mode 100644 index 38fde94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stock_zoom-page.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/stop.png b/Icons and cursors/windowsicon/22x22/actions/stop.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png b/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png deleted file mode 100644 index 16ba3b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/system-lock-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/system-log-out.png b/Icons and cursors/windowsicon/22x22/actions/system-log-out.png deleted file mode 100644 index 098c844..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/system-log-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/system-run.png b/Icons and cursors/windowsicon/22x22/actions/system-run.png deleted file mode 100644 index 9dbb174..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/system-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/system-search.png b/Icons and cursors/windowsicon/22x22/actions/system-search.png deleted file mode 100644 index ac230e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png b/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png deleted file mode 100644 index 5697bf2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/system-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/tab-new.png b/Icons and cursors/windowsicon/22x22/actions/tab-new.png deleted file mode 100644 index 2f2bad4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/tab-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/tab_new.png b/Icons and cursors/windowsicon/22x22/actions/tab_new.png deleted file mode 100644 index 2f2bad4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/tab_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/text_bold.png b/Icons and cursors/windowsicon/22x22/actions/text_bold.png deleted file mode 100644 index 977da5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/text_bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/text_italic.png b/Icons and cursors/windowsicon/22x22/actions/text_italic.png deleted file mode 100644 index 1e479d9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/text_italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/text_strike.png b/Icons and cursors/windowsicon/22x22/actions/text_strike.png deleted file mode 100644 index 612bcb1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/text_strike.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/text_under.png b/Icons and cursors/windowsicon/22x22/actions/text_under.png deleted file mode 100644 index 1b4cd29..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/text_under.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png deleted file mode 100644 index 545c3e9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/tools-check-spelling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/top.png b/Icons and cursors/windowsicon/22x22/actions/top.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/undo.png b/Icons and cursors/windowsicon/22x22/actions/undo.png deleted file mode 100644 index 538358d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/up.png b/Icons and cursors/windowsicon/22x22/actions/up.png deleted file mode 100644 index 87a5c03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png deleted file mode 100644 index 643bb26..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/view-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/view-refresh.png b/Icons and cursors/windowsicon/22x22/actions/view-refresh.png deleted file mode 100644 index 3bf8f8c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/view-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/view-restore.png b/Icons and cursors/windowsicon/22x22/actions/view-restore.png deleted file mode 100644 index bceb999..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/view-restore.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png deleted file mode 100644 index 36bf1cd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/view-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png b/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png deleted file mode 100644 index 94649c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/view-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag-.png b/Icons and cursors/windowsicon/22x22/actions/viewmag-.png deleted file mode 100644 index b0fc621..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag-.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag.png b/Icons and cursors/windowsicon/22x22/actions/viewmag.png deleted file mode 100644 index b47b7a1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmag1.png b/Icons and cursors/windowsicon/22x22/actions/viewmag1.png deleted file mode 100644 index b3f628c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmag1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png b/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png deleted file mode 100644 index 38fde94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/viewmagfit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window-close.png b/Icons and cursors/windowsicon/22x22/actions/window-close.png deleted file mode 100644 index 577492e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window-new.png b/Icons and cursors/windowsicon/22x22/actions/window-new.png deleted file mode 100644 index 152052e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window-pin.png b/Icons and cursors/windowsicon/22x22/actions/window-pin.png deleted file mode 100644 index fb0e664..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png b/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png deleted file mode 100644 index 643bb26..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window_fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window_new.png b/Icons and cursors/windowsicon/22x22/actions/window_new.png deleted file mode 100644 index 152052e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png deleted file mode 100644 index bceb999..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/window_nofullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png deleted file mode 100644 index 6954a43..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/xfce-system-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png deleted file mode 100644 index 16ba3b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/xfce-system-lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png deleted file mode 100644 index 38fde94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-best-fit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png deleted file mode 100644 index 38fde94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-fit-best.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-in.png b/Icons and cursors/windowsicon/22x22/actions/zoom-in.png deleted file mode 100644 index b47b7a1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-original.png b/Icons and cursors/windowsicon/22x22/actions/zoom-original.png deleted file mode 100644 index b3f628c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-original.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/actions/zoom-out.png b/Icons and cursors/windowsicon/22x22/actions/zoom-out.png deleted file mode 100644 index b0fc621..0000000 Binary files a/Icons and cursors/windowsicon/22x22/actions/zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg deleted file mode 100644 index c919f3d..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting01-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg deleted file mode 100644 index 123118f..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting02-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg deleted file mode 100644 index ef01e67..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting03-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg deleted file mode 100644 index c64cc22..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting04-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg deleted file mode 100644 index 3eba134..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting05-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg deleted file mode 100644 index 342bc04..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting06-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg deleted file mode 100644 index 44ac4fa..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting07-symbolic.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg deleted file mode 100644 index ae312c2..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting08-symbolic.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg deleted file mode 100644 index c22f6cf..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting09-symbolic.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg deleted file mode 100644 index c312302..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting10-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg deleted file mode 100644 index bd69769..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage01-connecting11-symbolic.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg deleted file mode 120000 index 13b5ab8..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting01-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting01-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg deleted file mode 120000 index bef534b..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting02-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting02-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg deleted file mode 120000 index 9f2e2a1..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting03-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting03-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg deleted file mode 120000 index 50630b1..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting04-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting04-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg deleted file mode 120000 index 43f18a6..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting05-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting05-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg deleted file mode 120000 index f0bd31d..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting06-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting06-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg deleted file mode 120000 index 5368e0e..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting07-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting07-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg deleted file mode 120000 index 53dbdb3..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting08-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting08-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg deleted file mode 120000 index 0503b92..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting09-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting09-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg deleted file mode 120000 index c207166..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting10-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting10-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg deleted file mode 120000 index dfca8a3..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage02-connecting11-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting11-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg deleted file mode 120000 index 13b5ab8..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting01-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting01-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg deleted file mode 120000 index bef534b..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting02-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting02-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg deleted file mode 120000 index 9f2e2a1..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting03-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting03-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg deleted file mode 120000 index 50630b1..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting04-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting04-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg deleted file mode 120000 index 43f18a6..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting05-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting05-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg deleted file mode 120000 index f0bd31d..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting06-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting06-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg deleted file mode 120000 index 5368e0e..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting07-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting07-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg deleted file mode 120000 index 53dbdb3..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting08-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting08-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg deleted file mode 120000 index 0503b92..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting09-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting09-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg deleted file mode 120000 index c207166..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting10-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting10-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg deleted file mode 120000 index dfca8a3..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-stage03-connecting11-symbolic.svg +++ /dev/null @@ -1 +0,0 @@ -status-nm-stage01-connecting11-symbolic.svg \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg deleted file mode 100644 index 92a69dc..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting01-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg deleted file mode 100644 index d4bf4ab..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting02-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg deleted file mode 100644 index 68de30e..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting03-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg deleted file mode 100644 index 1f87b04..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting04-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg deleted file mode 100644 index f95bd0f..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting05-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg deleted file mode 100644 index 83ffa8c..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting06-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg deleted file mode 100644 index 5ee7da7..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting07-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg deleted file mode 100644 index df95eb7..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting08-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg deleted file mode 100644 index fde13c3..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting09-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg deleted file mode 100644 index 9eb411e..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting10-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg deleted file mode 100644 index eaeee8d..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting11-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg deleted file mode 100644 index f5e2de7..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting12-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg deleted file mode 100644 index 9c46c65..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting13-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg b/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg deleted file mode 100644 index 03a639f..0000000 --- a/Icons and cursors/windowsicon/22x22/animations/status-nm-vpn-connecting14-symbolic.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/22x22/apps/access.png b/Icons and cursors/windowsicon/22x22/apps/access.png deleted file mode 100644 index f974cec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png b/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png deleted file mode 100644 index f974cec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/accessibility-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png b/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png deleted file mode 100644 index 6b14bc1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png b/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png deleted file mode 100644 index bf539b7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png deleted file mode 100644 index 3aa027c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-dictionary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png deleted file mode 100644 index 7963f54..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/accessories-text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/alacarte.png b/Icons and cursors/windowsicon/22x22/apps/alacarte.png deleted file mode 100644 index d4734e3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/alacarte.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png deleted file mode 100644 index 60a4c6d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/applets-screenshooter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/arts.png b/Icons and cursors/windowsicon/22x22/apps/arts.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/arts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/background.png b/Icons and cursors/windowsicon/22x22/apps/background.png deleted file mode 100644 index 8dbb18d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/calc.png b/Icons and cursors/windowsicon/22x22/apps/calc.png deleted file mode 100644 index 6b14bc1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cheese.png b/Icons and cursors/windowsicon/22x22/apps/cheese.png deleted file mode 100644 index 2428426..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cheese.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/color-picker.png b/Icons and cursors/windowsicon/22x22/apps/color-picker.png deleted file mode 100644 index 2110e5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/color-picker.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/config-language.png b/Icons and cursors/windowsicon/22x22/apps/config-language.png deleted file mode 100644 index 678254a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/config-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/config-users.png b/Icons and cursors/windowsicon/22x22/apps/config-users.png deleted file mode 100644 index f9c33ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-applets.png b/Icons and cursors/windowsicon/22x22/apps/cs-applets.png deleted file mode 100644 index da33147..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-applets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png deleted file mode 100644 index 26f48fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-backgrounds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png deleted file mode 100644 index 4ea0901..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png deleted file mode 100644 index 15be3e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-admin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png deleted file mode 100644 index 98696b5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-appearance.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png deleted file mode 100644 index 1f04101..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-hardware.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png deleted file mode 100644 index 29c2a81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-prefs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png deleted file mode 100644 index 98696b5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-cat-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-color.png b/Icons and cursors/windowsicon/22x22/apps/cs-color.png deleted file mode 100644 index 7b4341e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png b/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png deleted file mode 100644 index 5712d03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-date-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png b/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png deleted file mode 100644 index dc9644f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-default-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png b/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png deleted file mode 100644 index da33147..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desklets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png deleted file mode 100644 index 26f48fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desktop-effects.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png b/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png deleted file mode 100644 index 26f48fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-details.png b/Icons and cursors/windowsicon/22x22/apps/cs-details.png deleted file mode 100644 index 3f03dcb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-details.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-display.png b/Icons and cursors/windowsicon/22x22/apps/cs-display.png deleted file mode 100644 index d5b08a2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png b/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png deleted file mode 100644 index 1f04101..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-drivers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png b/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png deleted file mode 100644 index 905f237..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-extensions.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png b/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png deleted file mode 100644 index b2cfe7c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-firewall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png b/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png deleted file mode 100644 index 5b4e145..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-general.png b/Icons and cursors/windowsicon/22x22/apps/cs-general.png deleted file mode 100644 index 61223d8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-general.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png b/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png deleted file mode 100644 index f0aa2e3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-language.png b/Icons and cursors/windowsicon/22x22/apps/cs-language.png deleted file mode 100644 index bfac1f8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-login.png b/Icons and cursors/windowsicon/22x22/apps/cs-login.png deleted file mode 100644 index c5946b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-login.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png b/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png deleted file mode 100644 index 11500d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-network.png b/Icons and cursors/windowsicon/22x22/apps/cs-network.png deleted file mode 100644 index 4301fd1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png b/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png deleted file mode 100644 index d4ed40c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-overview.png b/Icons and cursors/windowsicon/22x22/apps/cs-overview.png deleted file mode 100644 index 0cb794b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-overview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-panel.png b/Icons and cursors/windowsicon/22x22/apps/cs-panel.png deleted file mode 100644 index 905f237..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-power.png b/Icons and cursors/windowsicon/22x22/apps/cs-power.png deleted file mode 100644 index 9e089e0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-power.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-printer.png b/Icons and cursors/windowsicon/22x22/apps/cs-printer.png deleted file mode 100644 index 687f8e2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png b/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png deleted file mode 100644 index 10d5d44..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-region.png b/Icons and cursors/windowsicon/22x22/apps/cs-region.png deleted file mode 100644 index bfac1f8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-region.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-screen.png b/Icons and cursors/windowsicon/22x22/apps/cs-screen.png deleted file mode 100644 index 0cb794b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png b/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png deleted file mode 100644 index 080443b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png b/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png deleted file mode 100644 index 7bf8e36..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-sound.png b/Icons and cursors/windowsicon/22x22/apps/cs-sound.png deleted file mode 100644 index 712fe58..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-sources.png b/Icons and cursors/windowsicon/22x22/apps/cs-sources.png deleted file mode 100644 index 7bf8e36..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-sources.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png deleted file mode 100644 index d43ddd7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-startup-programs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png b/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png deleted file mode 100644 index b76c009..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-themes.png b/Icons and cursors/windowsicon/22x22/apps/cs-themes.png deleted file mode 100644 index 85a4cbb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png b/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png deleted file mode 100644 index 0cb794b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-tiling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png b/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png deleted file mode 100644 index 31714b1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-universal-access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png deleted file mode 100644 index c5946b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-user-accounts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-user.png b/Icons and cursors/windowsicon/22x22/apps/cs-user.png deleted file mode 100644 index d2c16c1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-user.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-windows.png b/Icons and cursors/windowsicon/22x22/apps/cs-windows.png deleted file mode 100644 index d43ddd7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png b/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png deleted file mode 100644 index d43ddd7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/cs-workspaces.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png b/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png deleted file mode 100644 index 47c24c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/dconf-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/epiphany.png b/Icons and cursors/windowsicon/22x22/apps/epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/file-manager.png b/Icons and cursors/windowsicon/22x22/apps/file-manager.png deleted file mode 100644 index ca03d81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/fonts.png b/Icons and cursors/windowsicon/22x22/apps/fonts.png deleted file mode 100644 index 8bd2940..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gedit.png b/Icons and cursors/windowsicon/22x22/apps/gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png deleted file mode 100644 index 1a5ef37..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-aisleriot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png b/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png deleted file mode 100644 index 6b14bc1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png b/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png deleted file mode 100644 index bf539b7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png b/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png deleted file mode 100644 index ef0471a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-help.png b/Icons and cursors/windowsicon/22x22/apps/gnome-help.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png deleted file mode 100644 index 69adefe..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mahjongg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png deleted file mode 100644 index a4159b8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mines.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png b/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png b/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png deleted file mode 100644 index d21e82a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png deleted file mode 100644 index eb520b3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png deleted file mode 100644 index f974cec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-accessibility-technologies.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png deleted file mode 100644 index 8dbb18d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png deleted file mode 100644 index 8bd2940..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png deleted file mode 100644 index e0db1c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-keybindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png deleted file mode 100644 index a3d4a94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-settings-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png deleted file mode 100644 index baac90b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-sound-recorder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-sudoku.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png b/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png deleted file mode 100644 index ef56f2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gnome-window-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/goa-panel.png b/Icons and cursors/windowsicon/22x22/apps/goa-panel.png deleted file mode 100644 index 37835bd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/goa-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/gucharmap.png b/Icons and cursors/windowsicon/22x22/apps/gucharmap.png deleted file mode 100644 index bf539b7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/gucharmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/help-browser.png b/Icons and cursors/windowsicon/22x22/apps/help-browser.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/jockey.png b/Icons and cursors/windowsicon/22x22/apps/jockey.png deleted file mode 100644 index b9ec6c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/jockey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kcalc.png b/Icons and cursors/windowsicon/22x22/apps/kcalc.png deleted file mode 100644 index 6b14bc1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kcalc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kcharselect.png b/Icons and cursors/windowsicon/22x22/apps/kcharselect.png deleted file mode 100644 index bf539b7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kcharselect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png b/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png deleted file mode 100644 index ef56f2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kcmkwm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kcmsound.png b/Icons and cursors/windowsicon/22x22/apps/kcmsound.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kcmsound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kedit.png b/Icons and cursors/windowsicon/22x22/apps/kedit.png deleted file mode 100644 index 7963f54..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kedit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/key_bindings.png b/Icons and cursors/windowsicon/22x22/apps/key_bindings.png deleted file mode 100644 index e0db1c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/key_bindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kfm.png b/Icons and cursors/windowsicon/22x22/apps/kfm.png deleted file mode 100644 index ca03d81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kfm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png b/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/konsole.png b/Icons and cursors/windowsicon/22x22/apps/konsole.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/konsole.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/krfb.png b/Icons and cursors/windowsicon/22x22/apps/krfb.png deleted file mode 100644 index eb520b3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/krfb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png b/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png deleted file mode 100644 index 72f1f17..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/ksysguard.png b/Icons and cursors/windowsicon/22x22/apps/ksysguard.png deleted file mode 100644 index d21e82a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/ksysguard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kuser.png b/Icons and cursors/windowsicon/22x22/apps/kuser.png deleted file mode 100644 index f9c33ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kuser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/kwin.png b/Icons and cursors/windowsicon/22x22/apps/kwin.png deleted file mode 100644 index ef56f2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/kwin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/locale.png b/Icons and cursors/windowsicon/22x22/apps/locale.png deleted file mode 100644 index 678254a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/multimedia-volume-control.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/multimedia.png b/Icons and cursors/windowsicon/22x22/apps/multimedia.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/nautilus.png b/Icons and cursors/windowsicon/22x22/apps/nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/openterm.png b/Icons and cursors/windowsicon/22x22/apps/openterm.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/openterm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/orca.png b/Icons and cursors/windowsicon/22x22/apps/orca.png deleted file mode 100644 index f974cec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/orca.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.Nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/22x22/apps/org.gnome.gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png deleted file mode 100644 index f974cec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png deleted file mode 100644 index 0ab6f90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png deleted file mode 100644 index 8bd2940..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index e0db1c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png deleted file mode 100644 index a958d65..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png deleted file mode 100644 index 678254a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index eb520b3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png deleted file mode 100644 index 72f1f17..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png deleted file mode 100644 index a3d4a94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 8dbb18d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png deleted file mode 100644 index f39197d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png deleted file mode 100644 index 3bc65f6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png deleted file mode 100644 index ac230e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png deleted file mode 100644 index d44ba7f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-sharing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png deleted file mode 100644 index ef56f2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/preferences-system-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png deleted file mode 100644 index ca03d81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/redhat-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/remmina.png b/Icons and cursors/windowsicon/22x22/apps/remmina.png deleted file mode 100644 index eb520b3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/remmina.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/screensaver.png b/Icons and cursors/windowsicon/22x22/apps/screensaver.png deleted file mode 100644 index 72f1f17..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png b/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png deleted file mode 100644 index 7f4b3a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/softwarecenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/style.png b/Icons and cursors/windowsicon/22x22/apps/style.png deleted file mode 100644 index a3d4a94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/style.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png b/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/system-config-users.png b/Icons and cursors/windowsicon/22x22/apps/system-config-users.png deleted file mode 100644 index f9c33ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/system-config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png b/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png deleted file mode 100644 index ca03d81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/system-file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/system-software-install.png b/Icons and cursors/windowsicon/22x22/apps/system-software-install.png deleted file mode 100644 index 9d333cd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/system-software-install.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/system-software-update.png b/Icons and cursors/windowsicon/22x22/apps/system-software-update.png deleted file mode 100644 index 874bd67..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/system-software-update.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/system-users.png b/Icons and cursors/windowsicon/22x22/apps/system-users.png deleted file mode 100644 index f9c33ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/system-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/terminal.png b/Icons and cursors/windowsicon/22x22/apps/terminal.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/text-editor.png b/Icons and cursors/windowsicon/22x22/apps/text-editor.png deleted file mode 100644 index 7963f54..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/transmission.png b/Icons and cursors/windowsicon/22x22/apps/transmission.png deleted file mode 100644 index f781e3c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/transmission.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/update-manager.png b/Icons and cursors/windowsicon/22x22/apps/update-manager.png deleted file mode 100644 index 874bd67..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/update-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/user-info.png b/Icons and cursors/windowsicon/22x22/apps/user-info.png deleted file mode 100644 index fffd7e2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png deleted file mode 100644 index d21e82a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/utilities-system-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png b/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/utilities-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/volume-knob.png b/Icons and cursors/windowsicon/22x22/apps/volume-knob.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/volume-knob.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/waiting.png b/Icons and cursors/windowsicon/22x22/apps/waiting.png deleted file mode 100644 index 1949036..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/wallpaper.png b/Icons and cursors/windowsicon/22x22/apps/wallpaper.png deleted file mode 100644 index 8dbb18d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/web-browser.png b/Icons and cursors/windowsicon/22x22/apps/web-browser.png deleted file mode 100644 index 0adb861..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/web-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png b/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png deleted file mode 100644 index c2f1a08..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xdiagnose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png b/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png deleted file mode 100644 index 7963f54..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png deleted file mode 100644 index ca03d81..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-man.png b/Icons and cursors/windowsicon/22x22/apps/xfce-man.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png b/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png deleted file mode 100644 index a4e2a30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png deleted file mode 100644 index 8dbb18d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-backdrop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png deleted file mode 100644 index 4742f73..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png b/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png deleted file mode 100644 index a3d4a94..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfce4-ui.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xfwm4.png b/Icons and cursors/windowsicon/22x22/apps/xfwm4.png deleted file mode 100644 index ef56f2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xfwm4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png b/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png deleted file mode 100644 index 72f1f17..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/xterm-color.png b/Icons and cursors/windowsicon/22x22/apps/xterm-color.png deleted file mode 100644 index 640aa00..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/xterm-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/apps/zen-icon.png b/Icons and cursors/windowsicon/22x22/apps/zen-icon.png deleted file mode 100644 index 874bd67..0000000 Binary files a/Icons and cursors/windowsicon/22x22/apps/zen-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png b/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png deleted file mode 100644 index 06eaa5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-development.png b/Icons and cursors/windowsicon/22x22/categories/applications-development.png deleted file mode 100644 index 989648e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png b/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png deleted file mode 100644 index b9ec6c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-electronics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png b/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png deleted file mode 100644 index c427898..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-engineering.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-games.png b/Icons and cursors/windowsicon/22x22/categories/applications-games.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png b/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png deleted file mode 100644 index b519e09..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-internet.png b/Icons and cursors/windowsicon/22x22/categories/applications-internet.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png deleted file mode 100644 index f82a22e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-office.png b/Icons and cursors/windowsicon/22x22/categories/applications-office.png deleted file mode 100644 index 8a2e706..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-other.png b/Icons and cursors/windowsicon/22x22/categories/applications-other.png deleted file mode 100644 index 9ce0792..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-science.png b/Icons and cursors/windowsicon/22x22/categories/applications-science.png deleted file mode 100644 index e1805ae..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-science.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-system.png b/Icons and cursors/windowsicon/22x22/categories/applications-system.png deleted file mode 100644 index c254d7e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png b/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png deleted file mode 100644 index 62c3ed5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/applications-utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png b/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png deleted file mode 100644 index 8a2e706..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png b/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-control-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png b/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png deleted file mode 100644 index 989648e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png b/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-globe.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png b/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png deleted file mode 100644 index b519e09..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png b/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png deleted file mode 100644 index f82a22e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-other.png b/Icons and cursors/windowsicon/22x22/categories/gnome-other.png deleted file mode 100644 index 9ce0792..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png b/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-system.png b/Icons and cursors/windowsicon/22x22/categories/gnome-system.png deleted file mode 100644 index c254d7e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gnome-util.png b/Icons and cursors/windowsicon/22x22/categories/gnome-util.png deleted file mode 100644 index 06eaa5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gnome-util.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png b/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/gtk-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png b/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png deleted file mode 100644 index 75221b4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/input_devices_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/kcontrol.png b/Icons and cursors/windowsicon/22x22/categories/kcontrol.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/kcontrol.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_development.png b/Icons and cursors/windowsicon/22x22/categories/package_development.png deleted file mode 100644 index 989648e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_games.png b/Icons and cursors/windowsicon/22x22/categories/package_games.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_graphics.png b/Icons and cursors/windowsicon/22x22/categories/package_graphics.png deleted file mode 100644 index b519e09..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png b/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png deleted file mode 100644 index f82a22e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_network.png b/Icons and cursors/windowsicon/22x22/categories/package_network.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_office.png b/Icons and cursors/windowsicon/22x22/categories/package_office.png deleted file mode 100644 index 8a2e706..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_settings.png b/Icons and cursors/windowsicon/22x22/categories/package_settings.png deleted file mode 100644 index 021c19e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_system.png b/Icons and cursors/windowsicon/22x22/categories/package_system.png deleted file mode 100644 index c254d7e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/package_utilities.png b/Icons and cursors/windowsicon/22x22/categories/package_utilities.png deleted file mode 100644 index 06eaa5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/package_utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 75221b4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png deleted file mode 100644 index 1d6ab57..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop-personal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png b/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-other.png b/Icons and cursors/windowsicon/22x22/categories/preferences-other.png deleted file mode 100644 index cf8cd1b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png b/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png deleted file mode 100644 index 1daf692..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-system-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/preferences-system.png b/Icons and cursors/windowsicon/22x22/categories/preferences-system.png deleted file mode 100644 index 021c19e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/preferences-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png b/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png deleted file mode 100644 index 06eaa5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-games.png b/Icons and cursors/windowsicon/22x22/categories/redhat-games.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png b/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png deleted file mode 100644 index b519e09..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png b/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-office.png b/Icons and cursors/windowsicon/22x22/categories/redhat-office.png deleted file mode 100644 index 8a2e706..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png b/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png b/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png deleted file mode 100644 index 989648e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-programming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png deleted file mode 100644 index f82a22e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-sound_video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png deleted file mode 100644 index 021c19e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-system_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png deleted file mode 100644 index c254d7e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/redhat-system_tools.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/stock_internet.png b/Icons and cursors/windowsicon/22x22/categories/stock_internet.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/stock_internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/system-help.png b/Icons and cursors/windowsicon/22x22/categories/system-help.png deleted file mode 100644 index 8fc1444..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/system-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png b/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png deleted file mode 100644 index 989648e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-games.png b/Icons and cursors/windowsicon/22x22/categories/xfce-games.png deleted file mode 100644 index a3c62c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png b/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png deleted file mode 100644 index b519e09..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png b/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png deleted file mode 100644 index ebf405a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png deleted file mode 100644 index f82a22e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-office.png b/Icons and cursors/windowsicon/22x22/categories/xfce-office.png deleted file mode 100644 index 8a2e706..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png deleted file mode 100644 index 021c19e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-system-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-system.png b/Icons and cursors/windowsicon/22x22/categories/xfce-system.png deleted file mode 100644 index c254d7e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png b/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png deleted file mode 100644 index 06eaa5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce-utils.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png b/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png deleted file mode 100644 index 2600d51..0000000 Binary files a/Icons and cursors/windowsicon/22x22/categories/xfce4-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png deleted file mode 100644 index 260dc8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/3floppy_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png b/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png deleted file mode 100644 index 83b8f65..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/ac-adapter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-card.png b/Icons and cursors/windowsicon/22x22/devices/audio-card.png deleted file mode 100644 index b9ec6c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-card.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png b/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png deleted file mode 100644 index 309f5ab..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-headphones.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-headset.png b/Icons and cursors/windowsicon/22x22/devices/audio-headset.png deleted file mode 100644 index 31231db..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-headset.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png deleted file mode 100644 index 2e4fb93..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-input-microphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png b/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png deleted file mode 100644 index 7e13b40..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/audio-speakers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/battery.png b/Icons and cursors/windowsicon/22x22/devices/battery.png deleted file mode 100644 index fda8c5e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-photo.png b/Icons and cursors/windowsicon/22x22/devices/camera-photo.png deleted file mode 100644 index ca01c35..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-photo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-video.png b/Icons and cursors/windowsicon/22x22/devices/camera-video.png deleted file mode 100644 index ea5bd8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/camera-web.png b/Icons and cursors/windowsicon/22x22/devices/camera-web.png deleted file mode 100644 index 2428426..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/camera-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/camera.png b/Icons and cursors/windowsicon/22x22/devices/camera.png deleted file mode 100644 index ca01c35..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/camera.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png b/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png deleted file mode 100644 index ca01c35..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/camera_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/cdrom_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/cdwriter_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/chardevice.png b/Icons and cursors/windowsicon/22x22/devices/chardevice.png deleted file mode 100644 index 67a5170..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/chardevice.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png deleted file mode 100644 index d931163..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/colorimeter-colorhug.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png deleted file mode 100644 index 5ee603e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/computer-apple-ipad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/computer.png b/Icons and cursors/windowsicon/22x22/devices/computer.png deleted file mode 100644 index da71517..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/display.png b/Icons and cursors/windowsicon/22x22/devices/display.png deleted file mode 100644 index 67a5170..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png deleted file mode 100644 index b10b465..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png deleted file mode 100644 index 4dea471..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-ieee1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png deleted file mode 100644 index a240b21..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png deleted file mode 100644 index bd4cfda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png deleted file mode 100644 index ae26a21..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png deleted file mode 100644 index dd27151..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png b/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png deleted file mode 100644 index 23103f0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-multidisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-optical.png b/Icons and cursors/windowsicon/22x22/devices/drive-optical.png deleted file mode 100644 index b10b465..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png b/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png deleted file mode 100644 index 20eb215..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/drive-removable-media.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png b/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/dvd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png deleted file mode 100644 index fda8c5e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png deleted file mode 100644 index b10b465..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png deleted file mode 100644 index da71517..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-cdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdram.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-disc-dvdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png deleted file mode 100644 index b10b465..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png deleted file mode 100644 index 270e43e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ethernet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png deleted file mode 100644 index 260dc8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png deleted file mode 100644 index adee7f8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-ipod.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png deleted file mode 100644 index 0647b97..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png deleted file mode 100644 index f11deda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-cf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png deleted file mode 100644 index f11deda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-ms.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png deleted file mode 100644 index f11deda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sdmmc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png deleted file mode 100644 index f11deda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-media-sm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-ball.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-mouse-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png deleted file mode 100644 index 20eb215..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png deleted file mode 100644 index 20eb215..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png deleted file mode 100644 index 20eb215..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png deleted file mode 100644 index d08a24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-dev-wavelan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png deleted file mode 100644 index da71517..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-fs-client.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png b/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png deleted file mode 100644 index c3593dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png deleted file mode 100644 index 2e4fb93..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gnome-stock-mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png b/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png deleted file mode 100644 index 260dc8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/gtk-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/harddrive.png b/Icons and cursors/windowsicon/22x22/devices/harddrive.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/harddrive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png b/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/hdd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png b/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png deleted file mode 100644 index 43141a4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-dialpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-gaming.png b/Icons and cursors/windowsicon/22x22/devices/input-gaming.png deleted file mode 100644 index e2b197d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-gaming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png deleted file mode 100644 index 0647b97..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-mouse.png b/Icons and cursors/windowsicon/22x22/devices/input-mouse.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-tablet.png b/Icons and cursors/windowsicon/22x22/devices/input-tablet.png deleted file mode 100644 index 6d44ed4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png b/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png deleted file mode 100644 index 2a1352d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/input-touchpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png b/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png deleted file mode 100644 index adee7f8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/ipod_mount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/joystick.png b/Icons and cursors/windowsicon/22x22/devices/joystick.png deleted file mode 100644 index e2b197d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/keyboard.png b/Icons and cursors/windowsicon/22x22/devices/keyboard.png deleted file mode 100644 index 0647b97..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png b/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/kjobviewer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/kxkb.png b/Icons and cursors/windowsicon/22x22/devices/kxkb.png deleted file mode 100644 index 0647b97..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/kxkb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png b/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-flash.png b/Icons and cursors/windowsicon/22x22/devices/media-flash.png deleted file mode 100644 index f11deda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-floppy.png b/Icons and cursors/windowsicon/22x22/devices/media-floppy.png deleted file mode 100644 index 260dc8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png deleted file mode 100644 index 2c4bbfd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-bd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png deleted file mode 100644 index 2cd6347..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-cd-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png deleted file mode 100644 index a27e9ed..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-optical.png b/Icons and cursors/windowsicon/22x22/devices/media-optical.png deleted file mode 100644 index e9fb22d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-removable.png b/Icons and cursors/windowsicon/22x22/devices/media-removable.png deleted file mode 100644 index 93545c9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-tape.png b/Icons and cursors/windowsicon/22x22/devices/media-tape.png deleted file mode 100644 index 44a412a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-tape.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/media-zip.png b/Icons and cursors/windowsicon/22x22/devices/media-zip.png deleted file mode 100644 index 778e9be..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/media-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/modem.png b/Icons and cursors/windowsicon/22x22/devices/modem.png deleted file mode 100644 index c3593dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/mouse.png b/Icons and cursors/windowsicon/22x22/devices/mouse.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png deleted file mode 100644 index 9ac7801..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png b/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png deleted file mode 100644 index adee7f8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/multimedia-player.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/network-vpn.png b/Icons and cursors/windowsicon/22x22/devices/network-vpn.png deleted file mode 100644 index 70876ca..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/network-vpn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/network-wired.png b/Icons and cursors/windowsicon/22x22/devices/network-wired.png deleted file mode 100644 index 270e43e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/network-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/network-wireless.png b/Icons and cursors/windowsicon/22x22/devices/network-wireless.png deleted file mode 100644 index d08a24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/network-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png b/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png deleted file mode 100644 index d08a24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-adhoc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png b/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png deleted file mode 100644 index 270e43e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-device-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png deleted file mode 100644 index d08a24e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/nm-device-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/pda.png b/Icons and cursors/windowsicon/22x22/devices/pda.png deleted file mode 100644 index b4d6d06..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/pda.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png deleted file mode 100644 index 32e31e4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-apple-iphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png deleted file mode 100644 index 2b2e9fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-google-nexus-one.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png deleted file mode 100644 index ce46579..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-htc-g1-white.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png deleted file mode 100644 index f589902..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-palm-pre.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png deleted file mode 100644 index 8251cb3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone-samsung-galaxy-s.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/phone.png b/Icons and cursors/windowsicon/22x22/devices/phone.png deleted file mode 100644 index fbe7da1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/printer-network.png b/Icons and cursors/windowsicon/22x22/devices/printer-network.png deleted file mode 100644 index ef08f01..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/printer-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/printer-remote.png b/Icons and cursors/windowsicon/22x22/devices/printer-remote.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/printer-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/printer.png b/Icons and cursors/windowsicon/22x22/devices/printer.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/printer1.png b/Icons and cursors/windowsicon/22x22/devices/printer1.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/printer1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/printmgr.png b/Icons and cursors/windowsicon/22x22/devices/printmgr.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/printmgr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/scanner.png b/Icons and cursors/windowsicon/22x22/devices/scanner.png deleted file mode 100644 index 6b33e15..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/scanner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png deleted file mode 100644 index fbe7da1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_cell-phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_mic.png b/Icons and cursors/windowsicon/22x22/devices/stock_mic.png deleted file mode 100644 index 2e4fb93..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/stock_printers.png b/Icons and cursors/windowsicon/22x22/devices/stock_printers.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/stock_printers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/system-floppy.png b/Icons and cursors/windowsicon/22x22/devices/system-floppy.png deleted file mode 100644 index 260dc8b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/system-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/system.png b/Icons and cursors/windowsicon/22x22/devices/system.png deleted file mode 100644 index da71517..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png deleted file mode 100644 index 3d5a0dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/uninterruptible-power-supply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png deleted file mode 100644 index 20eb215..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/usbpendrive_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/video-display.png b/Icons and cursors/windowsicon/22x22/devices/video-display.png deleted file mode 100644 index 67a5170..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/video-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png b/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png deleted file mode 100644 index 67a5170..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png deleted file mode 100644 index 0647b97..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/xfce4-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_HD.png b/Icons and cursors/windowsicon/22x22/devices/yast_HD.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_HD.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png b/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png deleted file mode 100644 index 06a8ece..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_idetude.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png b/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png deleted file mode 100644 index e2b197d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png b/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png deleted file mode 100644 index 7636d10..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_printer.png b/Icons and cursors/windowsicon/22x22/devices/yast_printer.png deleted file mode 100644 index 91677d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png b/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png deleted file mode 100644 index b9ec6c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/devices/yast_soundcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png deleted file mode 100644 index b4d8f62..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png deleted file mode 100644 index 24a25fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png deleted file mode 100644 index 52bce3b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-downloads.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png deleted file mode 100644 index 4e0a1ee..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-favorite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png deleted file mode 100644 index 640b892..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png deleted file mode 100644 index c22bfee..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png deleted file mode 100644 index 3a6c6e7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-noread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png deleted file mode 100644 index 7d280ba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-nowrite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png deleted file mode 100644 index bfddb3f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-photos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png deleted file mode 100644 index 7d280ba..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png deleted file mode 100644 index 2a38e64..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-shared.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png deleted file mode 100644 index 0601a54..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png deleted file mode 100644 index 83c1452..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png deleted file mode 100644 index e1843b6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png deleted file mode 100644 index 7a6c799..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png b/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png deleted file mode 100644 index 2606240..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emblems/emblem-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-angel.png b/Icons and cursors/windowsicon/22x22/emotes/face-angel.png deleted file mode 100644 index aec0767..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-angel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-angry.png b/Icons and cursors/windowsicon/22x22/emotes/face-angry.png deleted file mode 100644 index afd9c8a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-angry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-cool.png b/Icons and cursors/windowsicon/22x22/emotes/face-cool.png deleted file mode 100644 index ddc5938..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-cool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-crying.png b/Icons and cursors/windowsicon/22x22/emotes/face-crying.png deleted file mode 100644 index d867400..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-crying.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png b/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png deleted file mode 100644 index 5c3502c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-devilish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png deleted file mode 100644 index 89ddff6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-embarrassed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png b/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png deleted file mode 100644 index 99780ee..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-glasses.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png b/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png deleted file mode 100644 index 77e3422..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-kiss.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png b/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png deleted file mode 100644 index 9cb4d36..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-laugh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png b/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png deleted file mode 100644 index ee377a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-monkey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-plain.png b/Icons and cursors/windowsicon/22x22/emotes/face-plain.png deleted file mode 100644 index 0c6d244..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-plain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png b/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png deleted file mode 100644 index 52d0644..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-raspberry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-sad.png b/Icons and cursors/windowsicon/22x22/emotes/face-sad.png deleted file mode 100644 index 7fa9941..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-sad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-sick.png b/Icons and cursors/windowsicon/22x22/emotes/face-sick.png deleted file mode 100644 index 86fda3e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-sick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png b/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png deleted file mode 100644 index 8e05523..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smile-big.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smile.png b/Icons and cursors/windowsicon/22x22/emotes/face-smile.png deleted file mode 100644 index 3202a3c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png b/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png deleted file mode 100644 index 68b07ed..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-smirk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png b/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png deleted file mode 100644 index bb09d5a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-surprise.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-tired.png b/Icons and cursors/windowsicon/22x22/emotes/face-tired.png deleted file mode 100644 index cb8f6ff..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-tired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png b/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png deleted file mode 100644 index 7a2cc22..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-uncertain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-wink.png b/Icons and cursors/windowsicon/22x22/emotes/face-wink.png deleted file mode 100644 index 348f383..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-wink.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/face-worried.png b/Icons and cursors/windowsicon/22x22/emotes/face-worried.png deleted file mode 100644 index 5ebe163..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/face-worried.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png deleted file mode 100644 index 3202a3c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png deleted file mode 100644 index 52d0644..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-10.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png deleted file mode 100644 index d867400..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-11.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png deleted file mode 100644 index 77e3422..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-13.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png deleted file mode 100644 index ddc5938..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-15.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png deleted file mode 100644 index aec0767..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-18.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png deleted file mode 100644 index 3202a3c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png deleted file mode 100644 index ee377a9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-22.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png deleted file mode 100644 index 348f383..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png deleted file mode 100644 index 7fa9941..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png deleted file mode 100644 index bb09d5a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png deleted file mode 100644 index 8e05523..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-6.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png deleted file mode 100644 index 3202a3c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-7.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png deleted file mode 100644 index 0c6d244..0000000 Binary files a/Icons and cursors/windowsicon/22x22/emotes/stock_smiley-8.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png deleted file mode 100644 index 4c1a1c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png deleted file mode 100644 index 9b2fa53..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png deleted file mode 100644 index 031abe5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-rss.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png deleted file mode 100644 index 0082c02..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png deleted file mode 100644 index eb903ac..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png deleted file mode 100644 index 3b86657..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png deleted file mode 100644 index d63480f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-vnd.rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index d28dbc5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png deleted file mode 100644 index 86ff724..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-addon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png deleted file mode 100644 index 9645475..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-blender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png deleted file mode 100644 index 54e5e1b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-cd-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index c7e0f02..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png deleted file mode 100644 index 594103e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png deleted file mode 100644 index c68d3b2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-mono-develop-xib.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png b/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png deleted file mode 100644 index a6d8611..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/binary.png b/Icons and cursors/windowsicon/22x22/mimetypes/binary.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/binary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png b/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png deleted file mode 100644 index 09ab39e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/contents2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/deb.png b/Icons and cursors/windowsicon/22x22/mimetypes/deb.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/document.png b/Icons and cursors/windowsicon/22x22/mimetypes/document.png deleted file mode 100644 index 338b55b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/empty.png b/Icons and cursors/windowsicon/22x22/mimetypes/empty.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/exec.png b/Icons and cursors/windowsicon/22x22/mimetypes/exec.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/exec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/folder_tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font.png b/Icons and cursors/windowsicon/22x22/mimetypes/font.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_bitmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_truetype.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png b/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/font_type1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png deleted file mode 100644 index 55ef4c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-fs-regular.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-msword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png deleted file mode 100644 index a6d8611..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-ogg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-pdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-postscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-rtf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png deleted file mode 100644 index eb903ac..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png deleted file mode 100644 index 3b86657..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png deleted file mode 100644 index d63480f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png deleted file mode 100644 index 3b86657..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png deleted file mode 100644 index eb903ac..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png deleted file mode 100644 index d63480f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-php.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png deleted file mode 100644 index a6d8611..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-python.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png deleted file mode 100644 index 83f83de..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png deleted file mode 100644 index 09ab39e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png deleted file mode 100644 index b8db2e5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gnome-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png deleted file mode 100644 index 55ef4c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/gtk-file.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/html.png b/Icons and cursors/windowsicon/22x22/mimetypes/html.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/image-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/image.png b/Icons and cursors/windowsicon/22x22/mimetypes/image.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/kpresenter_kpr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/mime_ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/misc.png b/Icons and cursors/windowsicon/22x22/mimetypes/misc.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/misc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package.png b/Icons and cursors/windowsicon/22x22/mimetypes/package.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png b/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package_editors.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/package_wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/plan.png b/Icons and cursors/windowsicon/22x22/mimetypes/plan.png deleted file mode 100644 index 83f83de..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/plan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png b/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png b/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/sound.png b/Icons and cursors/windowsicon/22x22/mimetypes/sound.png deleted file mode 100644 index a6d8611..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png deleted file mode 100644 index 09ab39e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_addressbook.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png deleted file mode 100644 index 83f83de..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png deleted file mode 100644 index 4c1a1c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png b/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/stock_script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/tar.png b/Icons and cursors/windowsicon/22x22/mimetypes/tar.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png b/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png deleted file mode 100644 index 522bc9b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/template_source.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png deleted file mode 100644 index 522bc9b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png deleted file mode 100644 index 2c46bdf..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-opml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png deleted file mode 100644 index 55ef4c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png deleted file mode 100644 index 913f28f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/text-x-script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png b/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/tgz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/txt.png b/Icons and cursors/windowsicon/22x22/mimetypes/txt.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/txt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png b/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/txt2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png b/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png deleted file mode 100644 index 6ec89af..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/unknown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png deleted file mode 100644 index 83f83de..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png b/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png deleted file mode 100644 index 09ab39e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/video-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/video.png b/Icons and cursors/windowsicon/22x22/mimetypes/video.png deleted file mode 100644 index 897bd5c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/www.png b/Icons and cursors/windowsicon/22x22/mimetypes/www.png deleted file mode 100644 index 02b1fe0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/www.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png deleted file mode 100644 index 09ab39e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png deleted file mode 100644 index 83f83de..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png deleted file mode 100644 index d63480f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png deleted file mode 100644 index ee4bc90..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png deleted file mode 100644 index 1f68b6b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png deleted file mode 100644 index eb903ac..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png deleted file mode 100644 index b5922fa..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index 3b86657..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index 4bcc7a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png deleted file mode 100644 index dd1ea84..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/x-package-repository.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png b/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png deleted file mode 100644 index c689f0f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/xorg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/mimetypes/zip.png b/Icons and cursors/windowsicon/22x22/mimetypes/zip.png deleted file mode 100644 index 807e2ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/mimetypes/zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png deleted file mode 100644 index b934fd7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/application-x-gnome-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/debian-swirl.png b/Icons and cursors/windowsicon/22x22/places/debian-swirl.png deleted file mode 100644 index c3de767..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/debian-swirl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/desktop.png b/Icons and cursors/windowsicon/22x22/places/desktop.png deleted file mode 100644 index b5f6812..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/emptytrash.png b/Icons and cursors/windowsicon/22x22/places/emptytrash.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/emptytrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-documents.png b/Icons and cursors/windowsicon/22x22/places/folder-documents.png deleted file mode 100644 index 08241d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-download.png b/Icons and cursors/windowsicon/22x22/places/folder-download.png deleted file mode 100644 index f1c5f68..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-music.png b/Icons and cursors/windowsicon/22x22/places/folder-music.png deleted file mode 100644 index 50e9d65..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-music.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-pictures.png b/Icons and cursors/windowsicon/22x22/places/folder-pictures.png deleted file mode 100644 index 6049d3f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-pictures.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png b/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png deleted file mode 100644 index 91eb585..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-publicshare.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-remote.png b/Icons and cursors/windowsicon/22x22/places/folder-remote.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png b/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png deleted file mode 100644 index b934fd7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-templates.png b/Icons and cursors/windowsicon/22x22/places/folder-templates.png deleted file mode 100644 index 944df84..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-templates.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder-videos.png b/Icons and cursors/windowsicon/22x22/places/folder-videos.png deleted file mode 100644 index 0c55353..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder-videos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder.png b/Icons and cursors/windowsicon/22x22/places/folder.png deleted file mode 100644 index bcd8228..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/folder_home.png b/Icons and cursors/windowsicon/22x22/places/folder_home.png deleted file mode 100644 index a3b0e96..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/folder_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-foot.png b/Icons and cursors/windowsicon/22x22/places/gnome-foot.png deleted file mode 100644 index 9b6e71b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-foot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png deleted file mode 100644 index b5f6812..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png deleted file mode 100644 index bcd8228..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ftp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png deleted file mode 100644 index a3b0e96..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png deleted file mode 100644 index 6550176..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-nfs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-smb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-ssh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-fs-trash-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png deleted file mode 100644 index 6550176..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gnome-stock-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gtk-directory.png b/Icons and cursors/windowsicon/22x22/places/gtk-directory.png deleted file mode 100644 index bcd8228..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/gtk-network.png b/Icons and cursors/windowsicon/22x22/places/gtk-network.png deleted file mode 100644 index 6550176..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/gtk-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/inode-directory.png b/Icons and cursors/windowsicon/22x22/places/inode-directory.png deleted file mode 100644 index bcd8228..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/inode-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/network-server.png b/Icons and cursors/windowsicon/22x22/places/network-server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/network-workgroup.png b/Icons and cursors/windowsicon/22x22/places/network-workgroup.png deleted file mode 100644 index 6550176..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/network-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/network.png b/Icons and cursors/windowsicon/22x22/places/network.png deleted file mode 100644 index 1398e79..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/network_local.png b/Icons and cursors/windowsicon/22x22/places/network_local.png deleted file mode 100644 index 6550176..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/network_local.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png b/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/redhat-network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/server.png b/Icons and cursors/windowsicon/22x22/places/server.png deleted file mode 100644 index 8a1ba80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/stock_folder.png b/Icons and cursors/windowsicon/22x22/places/stock_folder.png deleted file mode 100644 index bcd8228..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/stock_folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png b/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/trashcan_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png b/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png deleted file mode 100644 index 9b6e71b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/ubuntu-logo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png b/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png deleted file mode 100644 index dacf94a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/user-bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/user-desktop.png b/Icons and cursors/windowsicon/22x22/places/user-desktop.png deleted file mode 100644 index b5f6812..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/user-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/user-home.png b/Icons and cursors/windowsicon/22x22/places/user-home.png deleted file mode 100644 index a3b0e96..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/user-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/user-trash.png b/Icons and cursors/windowsicon/22x22/places/user-trash.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/user-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png deleted file mode 100644 index cd59ac8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/places/xfce-trash_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/appointment-missed.png b/Icons and cursors/windowsicon/22x22/status/appointment-missed.png deleted file mode 100644 index 3d6252c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/appointment-missed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/appointment-soon.png b/Icons and cursors/windowsicon/22x22/status/appointment-soon.png deleted file mode 100644 index 26666f9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/appointment-soon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png deleted file mode 100644 index f86f06f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png deleted file mode 100644 index 18fa81c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png deleted file mode 100644 index 259f7ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png b/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png deleted file mode 100644 index 0a875d3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/audio-volume-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/avatar-default.png b/Icons and cursors/windowsicon/22x22/status/avatar-default.png deleted file mode 100644 index fffd7e2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png deleted file mode 100644 index 2f7039a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-caution-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-caution.png b/Icons and cursors/windowsicon/22x22/status/battery-caution.png deleted file mode 100644 index 711e9cd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-caution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png deleted file mode 100644 index eaf8ea8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-empty-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-empty.png b/Icons and cursors/windowsicon/22x22/status/battery-empty.png deleted file mode 100644 index 62a601f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png b/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png deleted file mode 100644 index 4c66cc0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full-charged.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png deleted file mode 100644 index 4c66cc0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-full.png b/Icons and cursors/windowsicon/22x22/status/battery-full.png deleted file mode 100644 index d7dfc3f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png deleted file mode 100644 index 7832c2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-good-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-good.png b/Icons and cursors/windowsicon/22x22/status/battery-good.png deleted file mode 100644 index dc3687b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-good.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png b/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png deleted file mode 100644 index 247ee9a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-low-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-low.png b/Icons and cursors/windowsicon/22x22/status/battery-low.png deleted file mode 100644 index 4c0b0d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/battery-missing.png b/Icons and cursors/windowsicon/22x22/status/battery-missing.png deleted file mode 100644 index 7242ccc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/battery-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/changes-allow.png b/Icons and cursors/windowsicon/22x22/status/changes-allow.png deleted file mode 100644 index 91f84c8..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/changes-allow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/changes-prevent.png b/Icons and cursors/windowsicon/22x22/status/changes-prevent.png deleted file mode 100644 index 1986e2a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/changes-prevent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/computer-fail.png b/Icons and cursors/windowsicon/22x22/status/computer-fail.png deleted file mode 100644 index ffda84f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/computer-fail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/connect_creating.png b/Icons and cursors/windowsicon/22x22/status/connect_creating.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/connect_creating.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/connect_established.png b/Icons and cursors/windowsicon/22x22/status/connect_established.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/connect_established.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/connect_no.png b/Icons and cursors/windowsicon/22x22/status/connect_no.png deleted file mode 100644 index a87d6c2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/connect_no.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-error.png b/Icons and cursors/windowsicon/22x22/status/dialog-error.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-information.png b/Icons and cursors/windowsicon/22x22/status/dialog-information.png deleted file mode 100644 index 7c8f008..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-password.png b/Icons and cursors/windowsicon/22x22/status/dialog-password.png deleted file mode 100644 index 041860a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-password.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-question.png b/Icons and cursors/windowsicon/22x22/status/dialog-question.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/dialog-warning.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/edittrash.png b/Icons and cursors/windowsicon/22x22/status/edittrash.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/edittrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/error.png b/Icons and cursors/windowsicon/22x22/status/error.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png b/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/folder-drag-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/folder-open.png b/Icons and cursors/windowsicon/22x22/status/folder-open.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/folder-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/folder-visiting.png b/Icons and cursors/windowsicon/22x22/status/folder-visiting.png deleted file mode 100644 index 76f4add..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/folder-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/folder_open.png b/Icons and cursors/windowsicon/22x22/status/folder_open.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/folder_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png b/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png deleted file mode 100644 index e407786..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-dev-wavelan-encrypted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png deleted file mode 100644 index 76f4add..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-directory-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png deleted file mode 100644 index 3416eb3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-loading-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-fs-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png deleted file mode 100644 index a87d6c2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-disconn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png deleted file mode 100644 index ed4062f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-rx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-tx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-netstatus-txrx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gnome-stock-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png deleted file mode 100644 index 041860a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-authentication.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png deleted file mode 100644 index 7c8f008..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-directory.png b/Icons and cursors/windowsicon/22x22/status/gtk-directory.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png b/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/gtk-missing-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/image-loading.png b/Icons and cursors/windowsicon/22x22/status/image-loading.png deleted file mode 100644 index 3416eb3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/image-loading.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/image-missing.png b/Icons and cursors/windowsicon/22x22/status/image-missing.png deleted file mode 100644 index cbfe2e1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/image-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/important.png b/Icons and cursors/windowsicon/22x22/status/important.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/info.png b/Icons and cursors/windowsicon/22x22/status/info.png deleted file mode 100644 index 7c8f008..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-attachment.png b/Icons and cursors/windowsicon/22x22/status/mail-attachment.png deleted file mode 100644 index 5ae13dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-attachment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-read.png b/Icons and cursors/windowsicon/22x22/status/mail-read.png deleted file mode 100644 index 77baf6a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-replied.png b/Icons and cursors/windowsicon/22x22/status/mail-replied.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png b/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png deleted file mode 100644 index 0e1f8c9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-signed-verified.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-signed.png b/Icons and cursors/windowsicon/22x22/status/mail-signed.png deleted file mode 100644 index 0e1f8c9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-signed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/mail-unread.png b/Icons and cursors/windowsicon/22x22/status/mail-unread.png deleted file mode 100644 index a4f65d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png deleted file mode 100644 index 3beec91..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/media-playlist-repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png deleted file mode 100644 index f697834..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/media-playlist-shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png b/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_critical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_info.png b/Icons and cursors/windowsicon/22x22/status/messagebox_info.png deleted file mode 100644 index 7c8f008..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png b/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/messagebox_warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png deleted file mode 100644 index 3c69925..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png deleted file mode 100644 index 7329d03..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png deleted file mode 100644 index e574e92..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png deleted file mode 100644 index a8b4875..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/microphone-sensitivity-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png b/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png deleted file mode 100644 index 1eb4958..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-cellular-connected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-error.png b/Icons and cursors/windowsicon/22x22/status/network-error.png deleted file mode 100644 index ed4062f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-idle.png b/Icons and cursors/windowsicon/22x22/status/network-idle.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-offline.png b/Icons and cursors/windowsicon/22x22/status/network-offline.png deleted file mode 100644 index a87d6c2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-receive.png b/Icons and cursors/windowsicon/22x22/status/network-receive.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png b/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-transmit-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-transmit.png b/Icons and cursors/windowsicon/22x22/status/network-transmit.png deleted file mode 100644 index 4efe0bb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-transmit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png deleted file mode 100644 index a87d6c2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-wired-disconnected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png b/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png deleted file mode 100644 index e407786..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/network-wireless-encrypted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png b/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png deleted file mode 100644 index a87d6c2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/nm-no-connection.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/non-starred.png b/Icons and cursors/windowsicon/22x22/status/non-starred.png deleted file mode 100644 index 707a85d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/non-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/printer-error.png b/Icons and cursors/windowsicon/22x22/status/printer-error.png deleted file mode 100644 index 86672c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/printer-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/printer-printing.png b/Icons and cursors/windowsicon/22x22/status/printer-printing.png deleted file mode 100644 index 6c0f3db..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/printer-printing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/security-high.png b/Icons and cursors/windowsicon/22x22/status/security-high.png deleted file mode 100644 index 82aaad7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/security-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/security-low.png b/Icons and cursors/windowsicon/22x22/status/security-low.png deleted file mode 100644 index 72a2f5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/security-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/security-medium.png b/Icons and cursors/windowsicon/22x22/status/security-medium.png deleted file mode 100644 index 8eb767b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/security-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png deleted file mode 100644 index 9ee82df..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/semi-starred-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/semi-starred.png b/Icons and cursors/windowsicon/22x22/status/semi-starred.png deleted file mode 100644 index da3d8ad..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/semi-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/software-update-available.png b/Icons and cursors/windowsicon/22x22/status/software-update-available.png deleted file mode 100644 index 93c528d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png b/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png deleted file mode 100644 index 18faed7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/starred.png b/Icons and cursors/windowsicon/22x22/status/starred.png deleted file mode 100644 index 39ec00f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png deleted file mode 100644 index 3d6252c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder-excl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png deleted file mode 100644 index 26666f9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_appointment-reminder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_attach.png b/Icons and cursors/windowsicon/22x22/status/stock_attach.png deleted file mode 100644 index 5ae13dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_attach.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png deleted file mode 100644 index 0f2715d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png deleted file mode 100644 index 7c8f008..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png deleted file mode 100644 index b7c3003..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png deleted file mode 100644 index b4515d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png deleted file mode 100644 index 72a2f5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-broken.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png deleted file mode 100644 index 82aaad7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-ok.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png b/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png deleted file mode 100644 index 72a2f5f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_lock.png b/Icons and cursors/windowsicon/22x22/status/stock_lock.png deleted file mode 100644 index 8eb767b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png deleted file mode 100644 index 77baf6a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png deleted file mode 100644 index a71841f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png b/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png deleted file mode 100644 index a4f65d7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_open.png b/Icons and cursors/windowsicon/22x22/status/stock_open.png deleted file mode 100644 index a88eb5d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_repeat.png b/Icons and cursors/windowsicon/22x22/status/stock_repeat.png deleted file mode 100644 index 3beec91..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png b/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png deleted file mode 100644 index f697834..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png b/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png deleted file mode 100644 index 18fa81c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png deleted file mode 100644 index f86f06f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-max.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png deleted file mode 100644 index 259f7ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-med.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png deleted file mode 100644 index 18fa81c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-min.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png b/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png deleted file mode 100644 index 0a875d3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume-mute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_volume.png b/Icons and cursors/windowsicon/22x22/status/stock_volume.png deleted file mode 100644 index f86f06f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_volume.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png deleted file mode 100644 index 7746ad4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-cloudy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png deleted file mode 100644 index 391a130..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png deleted file mode 100644 index 2bdc127..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png deleted file mode 100644 index 724ee32..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png deleted file mode 100644 index b6f64ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-night-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png deleted file mode 100644 index 7015a87..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png deleted file mode 100644 index 0460ea9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png deleted file mode 100644 index e1e3300..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png deleted file mode 100644 index ae594ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/stock_weather-sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/sunny.png b/Icons and cursors/windowsicon/22x22/status/sunny.png deleted file mode 100644 index ae594ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/task-due.png b/Icons and cursors/windowsicon/22x22/status/task-due.png deleted file mode 100644 index 18f3e80..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/task-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/task-past-due.png b/Icons and cursors/windowsicon/22x22/status/task-past-due.png deleted file mode 100644 index a07c0fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/task-past-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/trashcan_full.png b/Icons and cursors/windowsicon/22x22/status/trashcan_full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/trashcan_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png b/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png deleted file mode 100644 index 594d2f5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-bronze.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-gold.png b/Icons and cursors/windowsicon/22x22/status/trophy-gold.png deleted file mode 100644 index d7babd3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-gold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/trophy-silver.png b/Icons and cursors/windowsicon/22x22/status/trophy-silver.png deleted file mode 100644 index 50f42be..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/trophy-silver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-available.png b/Icons and cursors/windowsicon/22x22/status/user-available.png deleted file mode 100644 index 12f43ff..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-away.png b/Icons and cursors/windowsicon/22x22/status/user-away.png deleted file mode 100644 index e0f91fd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-busy.png b/Icons and cursors/windowsicon/22x22/status/user-busy.png deleted file mode 100644 index 8a0a8eb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-idle.png b/Icons and cursors/windowsicon/22x22/status/user-idle.png deleted file mode 100644 index a975379..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-invisible.png b/Icons and cursors/windowsicon/22x22/status/user-invisible.png deleted file mode 100644 index fe148f3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-invisible.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-offline.png b/Icons and cursors/windowsicon/22x22/status/user-offline.png deleted file mode 100644 index f78f8fb..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/user-trash-full.png b/Icons and cursors/windowsicon/22x22/status/user-trash-full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/user-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png deleted file mode 100644 index b21eee2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png deleted file mode 100644 index b09a001..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png deleted file mode 100644 index 7a169ea..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png deleted file mode 100644 index 3474462..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png deleted file mode 100644 index 26be481..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png deleted file mode 100644 index 096fdcf..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png deleted file mode 100644 index bdead9c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png deleted file mode 100644 index ef21acc..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png deleted file mode 100644 index e9968b1..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png deleted file mode 100644 index b8d69f5..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png deleted file mode 100644 index ccde842..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png deleted file mode 100644 index b7e9f30..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png deleted file mode 100644 index d0a6806..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png deleted file mode 100644 index e7e70c7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png deleted file mode 100644 index a893387..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png deleted file mode 100644 index e4382a0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png deleted file mode 100644 index b413a2e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png deleted file mode 100644 index 16b8eda..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-170.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png deleted file mode 100644 index 9d09830..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-190.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png deleted file mode 100644 index 587559e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png deleted file mode 100644 index 887355f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png deleted file mode 100644 index f8f12da..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png deleted file mode 100644 index d35472b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png deleted file mode 100644 index cbec3db..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png deleted file mode 100644 index f900de2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png deleted file mode 100644 index b39b8dd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png deleted file mode 100644 index d0f24e4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png deleted file mode 100644 index 4afa8e3..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png deleted file mode 100644 index 2a42910..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png deleted file mode 100644 index 58906c6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png deleted file mode 100644 index 712dcd4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png deleted file mode 100644 index ca0575a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png deleted file mode 100644 index 7b140c4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png deleted file mode 100644 index a74c3d4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png deleted file mode 100644 index 429e42b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png b/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png deleted file mode 100644 index 724ee32..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-clear.png b/Icons and cursors/windowsicon/22x22/status/weather-clear.png deleted file mode 100644 index ae594ec..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png deleted file mode 100644 index 1acf2b7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png deleted file mode 100644 index ee18994..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png deleted file mode 100644 index 2a8680b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png deleted file mode 100644 index 503878e..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png deleted file mode 100644 index 2ab3624..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png deleted file mode 100644 index 5074ec4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png deleted file mode 100644 index 43558a7..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png deleted file mode 100644 index 7737127..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png deleted file mode 100644 index e0a64d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png deleted file mode 100644 index 9139dcf..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png deleted file mode 100644 index c513226..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png deleted file mode 100644 index efb4f17..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png deleted file mode 100644 index 76fe478..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png deleted file mode 100644 index 755b21d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png deleted file mode 100644 index a732d56..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png deleted file mode 100644 index 2e9c695..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png deleted file mode 100644 index 14ddf63..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png deleted file mode 100644 index a75980c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-170.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png deleted file mode 100644 index 8d1497a..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-190.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png deleted file mode 100644 index 110b0d6..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png deleted file mode 100644 index 32a7000..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png deleted file mode 100644 index b1610d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png deleted file mode 100644 index 38e4a7f..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png deleted file mode 100644 index 14575e0..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png deleted file mode 100644 index edf2e00..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png deleted file mode 100644 index 23c0b76..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png deleted file mode 100644 index 393fe96..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png deleted file mode 100644 index 02f04f9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png deleted file mode 100644 index 6b2a262..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png deleted file mode 100644 index a76627b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png deleted file mode 100644 index 9c3f99c..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png deleted file mode 100644 index af14dcd..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png deleted file mode 100644 index 9beacef..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png deleted file mode 100644 index 893dae2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png deleted file mode 100644 index aeae063..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png deleted file mode 100644 index b6f64ce..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png b/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png deleted file mode 100644 index 391a130..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-fog.png b/Icons and cursors/windowsicon/22x22/status/weather-fog.png deleted file mode 100644 index 2bdc127..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-overcast.png b/Icons and cursors/windowsicon/22x22/status/weather-overcast.png deleted file mode 100644 index 7746ad4..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-overcast.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png b/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png deleted file mode 100644 index 2ebaa0d..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-severe-alert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png deleted file mode 100644 index 57b6e0b..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-showers-scattered.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-showers.png b/Icons and cursors/windowsicon/22x22/status/weather-showers.png deleted file mode 100644 index 7015a87..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-snow.png b/Icons and cursors/windowsicon/22x22/status/weather-snow.png deleted file mode 100644 index 0460ea9..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/weather-storm.png b/Icons and cursors/windowsicon/22x22/status/weather-storm.png deleted file mode 100644 index e1e3300..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png b/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png deleted file mode 100644 index e9a82d2..0000000 Binary files a/Icons and cursors/windowsicon/22x22/status/xfce-trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/address-book-new.png b/Icons and cursors/windowsicon/256x256/actions/address-book-new.png deleted file mode 100644 index 4e44212..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/address-book-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/application-exit.png b/Icons and cursors/windowsicon/256x256/actions/application-exit.png deleted file mode 100644 index 061c088..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/application-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/application-menu.png b/Icons and cursors/windowsicon/256x256/actions/application-menu.png deleted file mode 100644 index bf57a1e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/appointment-new.png b/Icons and cursors/windowsicon/256x256/actions/appointment-new.png deleted file mode 100644 index ebda100..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/appointment-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/appointment.png b/Icons and cursors/windowsicon/256x256/actions/appointment.png deleted file mode 100644 index ebda100..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/back.png b/Icons and cursors/windowsicon/256x256/actions/back.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/back.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/button_cancel.png b/Icons and cursors/windowsicon/256x256/actions/button_cancel.png deleted file mode 100644 index 339c338..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/cancel.png b/Icons and cursors/windowsicon/256x256/actions/cancel.png deleted file mode 100644 index 339c338..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png b/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png deleted file mode 100644 index e3eb02c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/configure.png b/Icons and cursors/windowsicon/256x256/actions/configure.png deleted file mode 100644 index e3eb02c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/configure_kile.png b/Icons and cursors/windowsicon/256x256/actions/configure_kile.png deleted file mode 100644 index e3eb02c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/configure_project.png b/Icons and cursors/windowsicon/256x256/actions/configure_project.png deleted file mode 100644 index e3eb02c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png b/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png deleted file mode 100644 index 339c338..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-new.png b/Icons and cursors/windowsicon/256x256/actions/document-new.png deleted file mode 100644 index 4a0cfb9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png b/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png deleted file mode 100644 index ec76f75..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-open-recent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-open.png b/Icons and cursors/windowsicon/256x256/actions/document-open.png deleted file mode 100644 index f816a1a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png b/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png deleted file mode 100644 index 3b75756..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-page-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png b/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png deleted file mode 100644 index b3739fb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-print.png b/Icons and cursors/windowsicon/256x256/actions/document-print.png deleted file mode 100644 index 3dc7618..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-properties.png b/Icons and cursors/windowsicon/256x256/actions/document-properties.png deleted file mode 100644 index 37f571b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png deleted file mode 100644 index f014ae7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-revert-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-revert.png b/Icons and cursors/windowsicon/256x256/actions/document-revert.png deleted file mode 100644 index c96b165..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-save-as.png b/Icons and cursors/windowsicon/256x256/actions/document-save-as.png deleted file mode 100644 index 3dfbb5a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/document-save.png b/Icons and cursors/windowsicon/256x256/actions/document-save.png deleted file mode 100644 index 5850b12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/document-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-clear.png b/Icons and cursors/windowsicon/256x256/actions/edit-clear.png deleted file mode 100644 index 93bf15f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-delete.png b/Icons and cursors/windowsicon/256x256/actions/edit-delete.png deleted file mode 100644 index 51363b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png b/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png deleted file mode 100644 index e404b65..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-find-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-find.png b/Icons and cursors/windowsicon/256x256/actions/edit-find.png deleted file mode 100644 index 3c74e71..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png b/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png deleted file mode 100644 index f51a38c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/edit-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/editclear.png b/Icons and cursors/windowsicon/256x256/actions/editclear.png deleted file mode 100644 index 93bf15f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/editdelete.png b/Icons and cursors/windowsicon/256x256/actions/editdelete.png deleted file mode 100644 index 51363b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/editdelete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/exit.png b/Icons and cursors/windowsicon/256x256/actions/exit.png deleted file mode 100644 index f89099f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filefind.png b/Icons and cursors/windowsicon/256x256/actions/filefind.png deleted file mode 100644 index 3c74e71..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filefind.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filenew.png b/Icons and cursors/windowsicon/256x256/actions/filenew.png deleted file mode 100644 index 4a0cfb9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filenew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/fileopen.png b/Icons and cursors/windowsicon/256x256/actions/fileopen.png deleted file mode 100644 index f816a1a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/fileopen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/fileprint.png b/Icons and cursors/windowsicon/256x256/actions/fileprint.png deleted file mode 100644 index 3dc7618..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/fileprint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filequickprint.png b/Icons and cursors/windowsicon/256x256/actions/filequickprint.png deleted file mode 100644 index d96d2c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filequickprint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filesave.png b/Icons and cursors/windowsicon/256x256/actions/filesave.png deleted file mode 100644 index 5850b12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filesave.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filesaveas.png b/Icons and cursors/windowsicon/256x256/actions/filesaveas.png deleted file mode 100644 index 3dfbb5a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filesaveas.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/filter.png b/Icons and cursors/windowsicon/256x256/actions/filter.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/find.png b/Icons and cursors/windowsicon/256x256/actions/find.png deleted file mode 100644 index 3c74e71..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/finish.png b/Icons and cursors/windowsicon/256x256/actions/finish.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/finish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/folder-new.png b/Icons and cursors/windowsicon/256x256/actions/folder-new.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/folder-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/folder_new.png b/Icons and cursors/windowsicon/256x256/actions/folder_new.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/folder_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/forward.png b/Icons and cursors/windowsicon/256x256/actions/forward.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png deleted file mode 100644 index f8acbce..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-lockscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png b/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png deleted file mode 100644 index f89099f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-run.png b/Icons and cursors/windowsicon/256x256/actions/gnome-run.png deleted file mode 100644 index 2b8c46b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png deleted file mode 100644 index d7fb867..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-searchtool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png deleted file mode 100644 index f89099f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-session-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png deleted file mode 100644 index 1fa1e68..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png deleted file mode 100644 index 36ccbba..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gnome-stock-mail-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-down.png b/Icons and cursors/windowsicon/256x256/actions/go-down.png deleted file mode 100644 index 411ca1b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-first.png b/Icons and cursors/windowsicon/256x256/actions/go-first.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-jump.png b/Icons and cursors/windowsicon/256x256/actions/go-jump.png deleted file mode 100644 index 18d3710..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-jump.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-last.png b/Icons and cursors/windowsicon/256x256/actions/go-last.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png deleted file mode 100644 index 858d2aa..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-next.png b/Icons and cursors/windowsicon/256x256/actions/go-next.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png deleted file mode 100644 index fe66aa5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-previous.png b/Icons and cursors/windowsicon/256x256/actions/go-previous.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/go-up.png b/Icons and cursors/windowsicon/256x256/actions/go-up.png deleted file mode 100644 index dc2cb21..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png b/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png b/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png deleted file mode 100644 index 51363b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png b/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png deleted file mode 100644 index 2b8c46b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-execute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png deleted file mode 100644 index e404b65..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-find-and-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-find.png b/Icons and cursors/windowsicon/256x256/actions/gtk-find.png deleted file mode 100644 index 3c74e71..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-back-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-go-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-goto-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png deleted file mode 100644 index 18d3710..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png deleted file mode 100644 index 18d3710..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-jump-to-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-new.png b/Icons and cursors/windowsicon/256x256/actions/gtk-new.png deleted file mode 100644 index 4a0cfb9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-open.png b/Icons and cursors/windowsicon/256x256/actions/gtk-open.png deleted file mode 100644 index f816a1a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png deleted file mode 100644 index b3739fb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-print.png b/Icons and cursors/windowsicon/256x256/actions/gtk-print.png deleted file mode 100644 index 3dc7618..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png b/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png deleted file mode 100644 index 37f571b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png b/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png deleted file mode 100644 index c96b165..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png deleted file mode 100644 index c96b165..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-revert-to-saved-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png b/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png deleted file mode 100644 index 3dfbb5a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-save.png b/Icons and cursors/windowsicon/256x256/actions/gtk-save.png deleted file mode 100644 index 5850b12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png b/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png deleted file mode 100644 index f51a38c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png b/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/gtk-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/kfind.png b/Icons and cursors/windowsicon/256x256/actions/kfind.png deleted file mode 100644 index d7fb867..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/kfind.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/lock.png b/Icons and cursors/windowsicon/256x256/actions/lock.png deleted file mode 100644 index f8acbce..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png b/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png deleted file mode 100644 index 36ccbba..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/mail-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/mail_new.png b/Icons and cursors/windowsicon/256x256/actions/mail_new.png deleted file mode 100644 index 36ccbba..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/mail_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/menu_new.png b/Icons and cursors/windowsicon/256x256/actions/menu_new.png deleted file mode 100644 index bf57a1e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/next.png b/Icons and cursors/windowsicon/256x256/actions/next.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/pin.png b/Icons and cursors/windowsicon/256x256/actions/pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/previous.png b/Icons and cursors/windowsicon/256x256/actions/previous.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/process-stop.png b/Icons and cursors/windowsicon/256x256/actions/process-stop.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/process-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/reload.png b/Icons and cursors/windowsicon/256x256/actions/reload.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/reload.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/reload3.png b/Icons and cursors/windowsicon/256x256/actions/reload3.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/reload3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/reload_all_tabs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/reload_page.png b/Icons and cursors/windowsicon/256x256/actions/reload_page.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/reload_page.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/revert.png b/Icons and cursors/windowsicon/256x256/actions/revert.png deleted file mode 100644 index c96b165..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/search.png b/Icons and cursors/windowsicon/256x256/actions/search.png deleted file mode 100644 index d7fb867..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/settings-configure.png b/Icons and cursors/windowsicon/256x256/actions/settings-configure.png deleted file mode 100644 index e3eb02c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/start.png b/Icons and cursors/windowsicon/256x256/actions/start.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_delete.png b/Icons and cursors/windowsicon/256x256/actions/stock_delete.png deleted file mode 100644 index 51363b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png b/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png deleted file mode 100644 index 37f571b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_file-properites.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_first.png b/Icons and cursors/windowsicon/256x256/actions/stock_first.png deleted file mode 100644 index 33b7245..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_last.png b/Icons and cursors/windowsicon/256x256/actions/stock_last.png deleted file mode 100644 index 5ec3661..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_left.png b/Icons and cursors/windowsicon/256x256/actions/stock_left.png deleted file mode 100644 index b275997..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png deleted file mode 100644 index 36ccbba..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_mail-compose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png deleted file mode 100644 index 4e44212..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png deleted file mode 100644 index ebda100..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-dir.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png b/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png deleted file mode 100644 index 4a0cfb9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_new-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png b/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png deleted file mode 100644 index b3739fb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png b/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png deleted file mode 100644 index 3b75756..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_print.png b/Icons and cursors/windowsicon/256x256/actions/stock_print.png deleted file mode 100644 index 3dc7618..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_properties.png b/Icons and cursors/windowsicon/256x256/actions/stock_properties.png deleted file mode 100644 index 37f571b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png b/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png deleted file mode 100644 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_right.png b/Icons and cursors/windowsicon/256x256/actions/stock_right.png deleted file mode 100644 index f430e93..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png b/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png deleted file mode 100644 index 3dfbb5a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_save.png b/Icons and cursors/windowsicon/256x256/actions/stock_save.png deleted file mode 100644 index 5850b12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png deleted file mode 100644 index e404b65..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_search-and-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_search.png b/Icons and cursors/windowsicon/256x256/actions/stock_search.png deleted file mode 100644 index 3c74e71..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png b/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png deleted file mode 100644 index f51a38c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stock_stop.png b/Icons and cursors/windowsicon/256x256/actions/stock_stop.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stock_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/stop.png b/Icons and cursors/windowsicon/256x256/actions/stop.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png b/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png deleted file mode 100644 index f8acbce..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/system-lock-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/system-log-out.png b/Icons and cursors/windowsicon/256x256/actions/system-log-out.png deleted file mode 100644 index f89099f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/system-log-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/system-run.png b/Icons and cursors/windowsicon/256x256/actions/system-run.png deleted file mode 100644 index 2b8c46b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/system-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/system-search.png b/Icons and cursors/windowsicon/256x256/actions/system-search.png deleted file mode 100644 index d7fb867..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png b/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png deleted file mode 100644 index 1fa1e68..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/system-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/view-refresh.png b/Icons and cursors/windowsicon/256x256/actions/view-refresh.png deleted file mode 100644 index 2963579..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/view-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/window-pin.png b/Icons and cursors/windowsicon/256x256/actions/window-pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png deleted file mode 100644 index f8acbce..0000000 Binary files a/Icons and cursors/windowsicon/256x256/actions/xfce-system-lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/access.png b/Icons and cursors/windowsicon/256x256/apps/access.png deleted file mode 100644 index 6d00747..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png b/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png deleted file mode 100644 index 6d00747..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/accessibility-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png b/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png deleted file mode 100644 index a51bf50..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png b/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png deleted file mode 100644 index 9a9aebc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png deleted file mode 100644 index 4d91e58..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-dictionary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png deleted file mode 100644 index cc0caf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/accessories-text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/alacarte.png b/Icons and cursors/windowsicon/256x256/apps/alacarte.png deleted file mode 100644 index 4fb4993..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/alacarte.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png deleted file mode 100644 index b961e46..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/applets-screenshooter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/apport.png b/Icons and cursors/windowsicon/256x256/apps/apport.png deleted file mode 100644 index 4f18308..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/apport.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/arts.png b/Icons and cursors/windowsicon/256x256/apps/arts.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/arts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/background.png b/Icons and cursors/windowsicon/256x256/apps/background.png deleted file mode 100644 index 20a69d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/baobab.png b/Icons and cursors/windowsicon/256x256/apps/baobab.png deleted file mode 100644 index 42418c7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/baobab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/bleachbit.png b/Icons and cursors/windowsicon/256x256/apps/bleachbit.png deleted file mode 100644 index a8c84b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/bleachbit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/bluetooth.png b/Icons and cursors/windowsicon/256x256/apps/bluetooth.png deleted file mode 100644 index 2d87a77..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/brasero.png b/Icons and cursors/windowsicon/256x256/apps/brasero.png deleted file mode 100644 index eae2516..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/brasero.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/calc.png b/Icons and cursors/windowsicon/256x256/apps/calc.png deleted file mode 100644 index a51bf50..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/cheese.png b/Icons and cursors/windowsicon/256x256/apps/cheese.png deleted file mode 100644 index cb85bf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/cheese.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/config-language.png b/Icons and cursors/windowsicon/256x256/apps/config-language.png deleted file mode 100644 index bc949d4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/config-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/config-users.png b/Icons and cursors/windowsicon/256x256/apps/config-users.png deleted file mode 100644 index 2686858..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png b/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png deleted file mode 100644 index 8ed53ad..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/dconf-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/deja-dup.png b/Icons and cursors/windowsicon/256x256/apps/deja-dup.png deleted file mode 100644 index e5324d2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/deja-dup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/empathy.png b/Icons and cursors/windowsicon/256x256/apps/empathy.png deleted file mode 100644 index 7a01688..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/empathy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/eog.png b/Icons and cursors/windowsicon/256x256/apps/eog.png deleted file mode 100644 index 95098c7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/eog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/epiphany.png b/Icons and cursors/windowsicon/256x256/apps/epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/evolution.png b/Icons and cursors/windowsicon/256x256/apps/evolution.png deleted file mode 100644 index 992ae91..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/evolution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/file-manager.png b/Icons and cursors/windowsicon/256x256/apps/file-manager.png deleted file mode 100644 index 12cb4e7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/file-roller.png b/Icons and cursors/windowsicon/256x256/apps/file-roller.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/file-roller.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/fonts.png b/Icons and cursors/windowsicon/256x256/apps/fonts.png deleted file mode 100644 index 2d052fa..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gedit.png b/Icons and cursors/windowsicon/256x256/apps/gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png deleted file mode 100644 index b4db8ce..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-aisleriot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png b/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png deleted file mode 100644 index a51bf50..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png b/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png deleted file mode 100644 index 9a9aebc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png b/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png deleted file mode 100644 index ec7cbad..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-disks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png b/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png deleted file mode 100644 index 38b7c15..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-help.png b/Icons and cursors/windowsicon/256x256/apps/gnome-help.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png deleted file mode 100644 index a4e3ab8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mahjongg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png deleted file mode 100644 index 8675d12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mines.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png b/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png b/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png deleted file mode 100644 index adec868..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png deleted file mode 100644 index 56b065f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-power-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png deleted file mode 100644 index ae6f714..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png deleted file mode 100644 index 6d00747..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-accessibility-technologies.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png deleted file mode 100644 index 20a69d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png deleted file mode 100644 index 2d052fa..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png deleted file mode 100644 index a2a827a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-keybindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png deleted file mode 100644 index 9198df4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-settings-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png deleted file mode 100644 index 6ddb520..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-sound-recorder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png deleted file mode 100644 index 93b4424..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-sudoku.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png b/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png deleted file mode 100644 index 38522cf..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gnome-tweak-tool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/goa-panel.png b/Icons and cursors/windowsicon/256x256/apps/goa-panel.png deleted file mode 100644 index 745d9e1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/goa-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gp.png b/Icons and cursors/windowsicon/256x256/apps/gp.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/gucharmap.png b/Icons and cursors/windowsicon/256x256/apps/gucharmap.png deleted file mode 100644 index 9a9aebc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/gucharmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/help-browser.png b/Icons and cursors/windowsicon/256x256/apps/help-browser.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kcalc.png b/Icons and cursors/windowsicon/256x256/apps/kcalc.png deleted file mode 100644 index a51bf50..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kcalc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kcharselect.png b/Icons and cursors/windowsicon/256x256/apps/kcharselect.png deleted file mode 100644 index 9a9aebc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kcharselect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kcmsound.png b/Icons and cursors/windowsicon/256x256/apps/kcmsound.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kcmsound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kedit.png b/Icons and cursors/windowsicon/256x256/apps/kedit.png deleted file mode 100644 index cc0caf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kedit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/key_bindings.png b/Icons and cursors/windowsicon/256x256/apps/key_bindings.png deleted file mode 100644 index a2a827a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/key_bindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kfm.png b/Icons and cursors/windowsicon/256x256/apps/kfm.png deleted file mode 100644 index 12cb4e7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kfm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png b/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/konsole.png b/Icons and cursors/windowsicon/256x256/apps/konsole.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/konsole.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/krfb.png b/Icons and cursors/windowsicon/256x256/apps/krfb.png deleted file mode 100644 index ae6f714..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/krfb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png b/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png deleted file mode 100644 index 64047a2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/ksysguard.png b/Icons and cursors/windowsicon/256x256/apps/ksysguard.png deleted file mode 100644 index adec868..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/ksysguard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/kuser.png b/Icons and cursors/windowsicon/256x256/apps/kuser.png deleted file mode 100644 index 2686858..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/kuser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png deleted file mode 100644 index 709b01d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-base.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png deleted file mode 100644 index 4267851..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png deleted file mode 100644 index 2afabb5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png deleted file mode 100644 index 9adf937..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-main.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png deleted file mode 100644 index 07b53fc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-math.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-startcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png deleted file mode 100644 index 2e02375..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/libreoffice-writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/locale.png b/Icons and cursors/windowsicon/256x256/apps/locale.png deleted file mode 100644 index bc949d4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/logview.png b/Icons and cursors/windowsicon/256x256/apps/logview.png deleted file mode 100644 index 31199a5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/logview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/midori.png b/Icons and cursors/windowsicon/256x256/apps/midori.png deleted file mode 100644 index 12e36a9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/midori.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/multimedia-volume-control.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/multimedia.png b/Icons and cursors/windowsicon/256x256/apps/multimedia.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/nautilus.png b/Icons and cursors/windowsicon/256x256/apps/nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/openshot.png b/Icons and cursors/windowsicon/256x256/apps/openshot.png deleted file mode 100644 index 30fdc5a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/openshot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/openterm.png b/Icons and cursors/windowsicon/256x256/apps/openterm.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/openterm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/orca.png b/Icons and cursors/windowsicon/256x256/apps/orca.png deleted file mode 100644 index 6d00747..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/orca.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.Tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/256x256/apps/org.gnome.tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-color.png b/Icons and cursors/windowsicon/256x256/apps/preferences-color.png deleted file mode 100644 index 84e7224..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png deleted file mode 100644 index 6d00747..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png deleted file mode 100644 index e88668e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png deleted file mode 100644 index 2d052fa..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index a2a827a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png deleted file mode 100644 index 3b82842..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png deleted file mode 100644 index bc949d4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index ae6f714..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png deleted file mode 100644 index 64047a2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png deleted file mode 100644 index 9198df4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 20a69d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png deleted file mode 100644 index 752d562..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png deleted file mode 100644 index 723fbe0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png deleted file mode 100644 index 4f61b16..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png deleted file mode 100644 index 05d38a5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-sharing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png b/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png deleted file mode 100644 index e39894c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/preferences-system-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png deleted file mode 100644 index 12cb4e7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/redhat-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/remmina.png b/Icons and cursors/windowsicon/256x256/apps/remmina.png deleted file mode 100644 index ae6f714..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/remmina.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png b/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png deleted file mode 100644 index 85bdf53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/rhythmbox.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/screensaver.png b/Icons and cursors/windowsicon/256x256/apps/screensaver.png deleted file mode 100644 index 64047a2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/seahorse.png b/Icons and cursors/windowsicon/256x256/apps/seahorse.png deleted file mode 100644 index 35ab090..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/seahorse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/session-properties.png b/Icons and cursors/windowsicon/256x256/apps/session-properties.png deleted file mode 100644 index 741601c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/session-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/shotwell.png b/Icons and cursors/windowsicon/256x256/apps/shotwell.png deleted file mode 100644 index d609e48..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/shotwell.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/software-properties.png b/Icons and cursors/windowsicon/256x256/apps/software-properties.png deleted file mode 100644 index 11b233a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png b/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png deleted file mode 100644 index 1559352..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/softwarecenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/style.png b/Icons and cursors/windowsicon/256x256/apps/style.png deleted file mode 100644 index 9198df4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/style.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png b/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-config-users.png b/Icons and cursors/windowsicon/256x256/apps/system-config-users.png deleted file mode 100644 index 2686858..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png b/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png deleted file mode 100644 index 12cb4e7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-installer.png b/Icons and cursors/windowsicon/256x256/apps/system-installer.png deleted file mode 100644 index e476072..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-installer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-software-install.png b/Icons and cursors/windowsicon/256x256/apps/system-software-install.png deleted file mode 100644 index 251cedb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-software-install.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-software-update.png b/Icons and cursors/windowsicon/256x256/apps/system-software-update.png deleted file mode 100644 index 268aed2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-software-update.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/system-users.png b/Icons and cursors/windowsicon/256x256/apps/system-users.png deleted file mode 100644 index 2686858..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/system-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/terminal.png b/Icons and cursors/windowsicon/256x256/apps/terminal.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/text-editor.png b/Icons and cursors/windowsicon/256x256/apps/text-editor.png deleted file mode 100644 index cc0caf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/totem.png b/Icons and cursors/windowsicon/256x256/apps/totem.png deleted file mode 100644 index 9e4d976..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/totem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/transmission.png b/Icons and cursors/windowsicon/256x256/apps/transmission.png deleted file mode 100644 index 65b08c1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/transmission.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/ubiquity.png b/Icons and cursors/windowsicon/256x256/apps/ubiquity.png deleted file mode 100644 index e476072..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/ubiquity.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/update-manager.png b/Icons and cursors/windowsicon/256x256/apps/update-manager.png deleted file mode 100644 index 268aed2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/update-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png deleted file mode 100644 index febdc1a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/usb-creator-gtk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/user-info.png b/Icons and cursors/windowsicon/256x256/apps/user-info.png deleted file mode 100644 index 7a3f96d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png deleted file mode 100644 index adec868..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/utilities-system-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png b/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/utilities-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/volume-knob.png b/Icons and cursors/windowsicon/256x256/apps/volume-knob.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/volume-knob.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/waiting.png b/Icons and cursors/windowsicon/256x256/apps/waiting.png deleted file mode 100644 index 93bf15f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/wallpaper.png b/Icons and cursors/windowsicon/256x256/apps/wallpaper.png deleted file mode 100644 index 20a69d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/web-browser.png b/Icons and cursors/windowsicon/256x256/apps/web-browser.png deleted file mode 100644 index 12e36a9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/web-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png b/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png deleted file mode 100644 index 8e37f4e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xdiagnose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png b/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png deleted file mode 100644 index cc0caf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png deleted file mode 100644 index 12cb4e7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-man.png b/Icons and cursors/windowsicon/256x256/apps/xfce-man.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png b/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png deleted file mode 100644 index 39b0399..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png deleted file mode 100644 index 20a69d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-backdrop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png deleted file mode 100644 index fdb79bc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png b/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png deleted file mode 100644 index 9198df4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xfce4-ui.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png b/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png deleted file mode 100644 index 64047a2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/xscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/apps/zen-icon.png b/Icons and cursors/windowsicon/256x256/apps/zen-icon.png deleted file mode 100644 index 268aed2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/apps/zen-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-development.png b/Icons and cursors/windowsicon/256x256/categories/applications-development.png deleted file mode 100644 index 497c25d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-games.png b/Icons and cursors/windowsicon/256x256/categories/applications-games.png deleted file mode 100644 index 93b4424..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png b/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-internet.png b/Icons and cursors/windowsicon/256x256/categories/applications-internet.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-office.png b/Icons and cursors/windowsicon/256x256/categories/applications-office.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/applications-system.png b/Icons and cursors/windowsicon/256x256/categories/applications-system.png deleted file mode 100644 index a19ff4a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/applications-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png b/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png b/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png deleted file mode 100644 index 497c25d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png b/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-globe.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png b/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/gnome-system.png b/Icons and cursors/windowsicon/256x256/categories/gnome-system.png deleted file mode 100644 index a19ff4a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/gnome-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_development.png b/Icons and cursors/windowsicon/256x256/categories/package_development.png deleted file mode 100644 index 497c25d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_graphics.png b/Icons and cursors/windowsicon/256x256/categories/package_graphics.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_network.png b/Icons and cursors/windowsicon/256x256/categories/package_network.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_office.png b/Icons and cursors/windowsicon/256x256/categories/package_office.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_settings.png b/Icons and cursors/windowsicon/256x256/categories/package_settings.png deleted file mode 100644 index 844b03d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/package_system.png b/Icons and cursors/windowsicon/256x256/categories/package_system.png deleted file mode 100644 index a19ff4a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/package_system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png b/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png deleted file mode 100644 index 38522cf..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png b/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png deleted file mode 100644 index a13e242..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-system-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/preferences-system.png b/Icons and cursors/windowsicon/256x256/categories/preferences-system.png deleted file mode 100644 index 844b03d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/preferences-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png b/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png b/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-office.png b/Icons and cursors/windowsicon/256x256/categories/redhat-office.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png b/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png deleted file mode 100644 index 497c25d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-programming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png deleted file mode 100644 index 844b03d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-system_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png deleted file mode 100644 index a19ff4a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/redhat-system_tools.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/stock_internet.png b/Icons and cursors/windowsicon/256x256/categories/stock_internet.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/stock_internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png b/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png deleted file mode 100644 index 497c25d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png b/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png deleted file mode 100644 index 861f53c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png b/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png deleted file mode 100644 index 002a697..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-office.png b/Icons and cursors/windowsicon/256x256/categories/xfce-office.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png deleted file mode 100644 index 844b03d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-system-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/categories/xfce-system.png b/Icons and cursors/windowsicon/256x256/categories/xfce-system.png deleted file mode 100644 index a19ff4a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/categories/xfce-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png deleted file mode 100644 index bc217b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/3floppy_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png b/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png deleted file mode 100644 index ad194a7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/ac-adapter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png b/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png deleted file mode 100644 index aaf5667..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-headphones.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-headset.png b/Icons and cursors/windowsicon/256x256/devices/audio-headset.png deleted file mode 100644 index 575c839..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-headset.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png deleted file mode 100644 index 18da26c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-input-microphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png b/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png deleted file mode 100644 index 84c27a5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/audio-speakers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/battery.png b/Icons and cursors/windowsicon/256x256/devices/battery.png deleted file mode 100644 index 019c3c0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-photo.png b/Icons and cursors/windowsicon/256x256/devices/camera-photo.png deleted file mode 100644 index b961e46..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-photo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-video.png b/Icons and cursors/windowsicon/256x256/devices/camera-video.png deleted file mode 100644 index 84188d1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/camera-web.png b/Icons and cursors/windowsicon/256x256/devices/camera-web.png deleted file mode 100644 index cb85bf6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/camera-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/camera.png b/Icons and cursors/windowsicon/256x256/devices/camera.png deleted file mode 100644 index b961e46..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/camera.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png b/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png deleted file mode 100644 index b961e46..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/camera_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/cdrom_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/cdwriter_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/chardevice.png b/Icons and cursors/windowsicon/256x256/devices/chardevice.png deleted file mode 100644 index ddbe96b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/chardevice.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png deleted file mode 100644 index a9c6deb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/colorimeter-colorhug.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png deleted file mode 100644 index 863cd78..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/computer-apple-ipad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/computer.png b/Icons and cursors/windowsicon/256x256/devices/computer.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/display.png b/Icons and cursors/windowsicon/256x256/devices/display.png deleted file mode 100644 index ddbe96b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png deleted file mode 100644 index 32cad03..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png deleted file mode 100644 index e230478..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-ieee1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png deleted file mode 100644 index 80b5218..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png deleted file mode 100644 index 1237dbb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png deleted file mode 100644 index fcaff45..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png deleted file mode 100644 index e913a16..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png b/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png deleted file mode 100644 index b77b571..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-multidisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-optical.png b/Icons and cursors/windowsicon/256x256/devices/drive-optical.png deleted file mode 100644 index 32cad03..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png b/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/drive-removable-media.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png b/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/dvd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png deleted file mode 100644 index 019c3c0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png deleted file mode 100644 index 32cad03..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-cdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdram.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-disc-dvdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png deleted file mode 100644 index 32cad03..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png deleted file mode 100644 index bc217b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png deleted file mode 100644 index 766020a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-ipod.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png deleted file mode 100644 index cdea18e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png deleted file mode 100644 index 678bcc6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-cf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png deleted file mode 100644 index 678bcc6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-ms.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png deleted file mode 100644 index 678bcc6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sdmmc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png deleted file mode 100644 index 678bcc6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-media-sm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-ball.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-mouse-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-dev-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-fs-client.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png deleted file mode 100644 index 18da26c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gnome-stock-mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png b/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png deleted file mode 100644 index bc217b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/gtk-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/harddrive.png b/Icons and cursors/windowsicon/256x256/devices/harddrive.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/harddrive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png b/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/hdd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png b/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png deleted file mode 100644 index 40b9d56..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/input-dialpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/input-gaming.png b/Icons and cursors/windowsicon/256x256/devices/input-gaming.png deleted file mode 100644 index c5c452e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/input-gaming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png deleted file mode 100644 index cdea18e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/input-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/input-mouse.png b/Icons and cursors/windowsicon/256x256/devices/input-mouse.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/input-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/input-tablet.png b/Icons and cursors/windowsicon/256x256/devices/input-tablet.png deleted file mode 100644 index 4c2101f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/input-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png b/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png deleted file mode 100644 index 766020a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/ipod_mount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/keyboard.png b/Icons and cursors/windowsicon/256x256/devices/keyboard.png deleted file mode 100644 index cdea18e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png b/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/kjobviewer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/kxkb.png b/Icons and cursors/windowsicon/256x256/devices/kxkb.png deleted file mode 100644 index cdea18e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/kxkb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png b/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-flash.png b/Icons and cursors/windowsicon/256x256/devices/media-flash.png deleted file mode 100644 index 678bcc6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-floppy.png b/Icons and cursors/windowsicon/256x256/devices/media-floppy.png deleted file mode 100644 index bc217b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png deleted file mode 100644 index 2e7c29b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-bd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png deleted file mode 100644 index b881528..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-cd-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png deleted file mode 100644 index 3b3c90f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-optical.png b/Icons and cursors/windowsicon/256x256/devices/media-optical.png deleted file mode 100644 index d38403b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-removable.png b/Icons and cursors/windowsicon/256x256/devices/media-removable.png deleted file mode 100644 index abc7696..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/media-tape.png b/Icons and cursors/windowsicon/256x256/devices/media-tape.png deleted file mode 100644 index e025a00..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/media-tape.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/modem.png b/Icons and cursors/windowsicon/256x256/devices/modem.png deleted file mode 100644 index 3719040..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/mouse.png b/Icons and cursors/windowsicon/256x256/devices/mouse.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png deleted file mode 100644 index c92046d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png b/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png deleted file mode 100644 index 766020a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/multimedia-player.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/pda.png b/Icons and cursors/windowsicon/256x256/devices/pda.png deleted file mode 100644 index 5b48551..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/pda.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png deleted file mode 100644 index b2f13d2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-apple-iphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png deleted file mode 100644 index c7d22fe..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-google-nexus-one.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png deleted file mode 100644 index 4ed2496..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-htc-g1-white.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png deleted file mode 100644 index 2ee8c9d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-palm-pre.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png deleted file mode 100644 index 338f5d8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone-samsung-galaxy-s.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/phone.png b/Icons and cursors/windowsicon/256x256/devices/phone.png deleted file mode 100644 index 7740d75..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/printer-network.png b/Icons and cursors/windowsicon/256x256/devices/printer-network.png deleted file mode 100644 index 73f17b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/printer-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/printer-remote.png b/Icons and cursors/windowsicon/256x256/devices/printer-remote.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/printer-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/printer.png b/Icons and cursors/windowsicon/256x256/devices/printer.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/printer1.png b/Icons and cursors/windowsicon/256x256/devices/printer1.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/printer1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/printmgr.png b/Icons and cursors/windowsicon/256x256/devices/printmgr.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/printmgr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/scanner.png b/Icons and cursors/windowsicon/256x256/devices/scanner.png deleted file mode 100644 index 78e4bdb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/scanner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png deleted file mode 100644 index 7740d75..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_cell-phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_mic.png b/Icons and cursors/windowsicon/256x256/devices/stock_mic.png deleted file mode 100644 index 18da26c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/stock_printers.png b/Icons and cursors/windowsicon/256x256/devices/stock_printers.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/stock_printers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/system-floppy.png b/Icons and cursors/windowsicon/256x256/devices/system-floppy.png deleted file mode 100644 index bc217b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/system-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/system.png b/Icons and cursors/windowsicon/256x256/devices/system.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png deleted file mode 100644 index 67d0e87..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/uninterruptible-power-supply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/usbpendrive_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/video-display.png b/Icons and cursors/windowsicon/256x256/devices/video-display.png deleted file mode 100644 index ddbe96b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/video-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png b/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png deleted file mode 100644 index ddbe96b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png deleted file mode 100644 index cdea18e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/xfce4-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_HD.png b/Icons and cursors/windowsicon/256x256/devices/yast_HD.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_HD.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png b/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png deleted file mode 100644 index 126a660..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_idetude.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png b/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png deleted file mode 100644 index 0f75141..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/devices/yast_printer.png b/Icons and cursors/windowsicon/256x256/devices/yast_printer.png deleted file mode 100644 index c408e22..0000000 Binary files a/Icons and cursors/windowsicon/256x256/devices/yast_printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png deleted file mode 100644 index 0bac807..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-noread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png deleted file mode 100644 index 0de3d89..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-nowrite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png deleted file mode 100644 index 0de3d89..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png deleted file mode 100644 index 17e86b6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-shared.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png deleted file mode 100644 index f99123a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png deleted file mode 100644 index 818a7bb..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-angel.png b/Icons and cursors/windowsicon/256x256/emotes/face-angel.png deleted file mode 100644 index 34bfcac..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-angel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-angry.png b/Icons and cursors/windowsicon/256x256/emotes/face-angry.png deleted file mode 100644 index abfe634..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-angry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-cool.png b/Icons and cursors/windowsicon/256x256/emotes/face-cool.png deleted file mode 100644 index 90be8e5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-cool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-crying.png b/Icons and cursors/windowsicon/256x256/emotes/face-crying.png deleted file mode 100644 index 771acb0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-crying.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png b/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png deleted file mode 100644 index de9bbf4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-devilish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png deleted file mode 100644 index 3cd9ffa..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-embarrassed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png b/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png deleted file mode 100644 index 45c46fe..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-glasses.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png b/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png deleted file mode 100644 index 7dbc481..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-laugh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-plain.png b/Icons and cursors/windowsicon/256x256/emotes/face-plain.png deleted file mode 100644 index 1e99e16..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-plain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-sad.png b/Icons and cursors/windowsicon/256x256/emotes/face-sad.png deleted file mode 100644 index 6e10f20..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-sad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-sick.png b/Icons and cursors/windowsicon/256x256/emotes/face-sick.png deleted file mode 100644 index 89e2ae4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-sick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png b/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png deleted file mode 100644 index 2673f02..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smile-big.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smile.png b/Icons and cursors/windowsicon/256x256/emotes/face-smile.png deleted file mode 100644 index 9b100b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png b/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png deleted file mode 100644 index 34df918..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-smirk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png b/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png deleted file mode 100644 index dfaa9b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-surprise.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-tired.png b/Icons and cursors/windowsicon/256x256/emotes/face-tired.png deleted file mode 100644 index b628588..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-tired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png b/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png deleted file mode 100644 index 53230ea..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-uncertain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/face-wink.png b/Icons and cursors/windowsicon/256x256/emotes/face-wink.png deleted file mode 100644 index f990e5e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/face-wink.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png deleted file mode 100644 index 9b100b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png deleted file mode 100644 index 771acb0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-11.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png deleted file mode 100644 index 90be8e5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-15.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png deleted file mode 100644 index 34bfcac..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-18.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png deleted file mode 100644 index 9b100b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png deleted file mode 100644 index f990e5e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png deleted file mode 100644 index 6e10f20..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png deleted file mode 100644 index dfaa9b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png deleted file mode 100644 index 2673f02..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-6.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png deleted file mode 100644 index 9b100b7..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-7.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png deleted file mode 100644 index 1e99e16..0000000 Binary files a/Icons and cursors/windowsicon/256x256/emotes/stock_smiley-8.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png deleted file mode 100644 index 82d7205..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png deleted file mode 100644 index 3020813..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-rss.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png deleted file mode 100644 index 4b91ae4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png deleted file mode 100644 index 24fbe40..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png deleted file mode 100644 index cc23365..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png deleted file mode 100644 index 934ffc4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-vnd.rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index e78060c..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png deleted file mode 100644 index 9a89f96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-addon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png deleted file mode 100644 index b992a39..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-blender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png deleted file mode 100644 index 7ebabbf..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-cd-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index a26fdc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png deleted file mode 100644 index b259b38..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png deleted file mode 100644 index d453c41..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-mono-develop-xib.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png b/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png deleted file mode 100644 index 9430dff..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/binary.png b/Icons and cursors/windowsicon/256x256/mimetypes/binary.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/binary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png b/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png deleted file mode 100644 index ed0495d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/contents2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh b/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh deleted file mode 100644 index f81ff5d..0000000 --- a/Icons and cursors/windowsicon/256x256/mimetypes/copy.sh +++ /dev/null @@ -1,9 +0,0 @@ -sudo cp zip.png application-gzip.png -sudo cp zip.png application-x-bzip-compressed-tar.png -sudo cp zip.png application-x-bzip -sudo cp zip.png application-x-gzip -sudo cp zip.png application-x-zip-compressed-fb2.png -sudo cp zip.png application-zip -sudo cp zip.png application-vnd.rar.png -sudo cp zip.png application-x-rar.png - diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/deb.png b/Icons and cursors/windowsicon/256x256/mimetypes/deb.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/document.png b/Icons and cursors/windowsicon/256x256/mimetypes/document.png deleted file mode 100644 index 097f3cd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/empty.png b/Icons and cursors/windowsicon/256x256/mimetypes/empty.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/exec.png b/Icons and cursors/windowsicon/256x256/mimetypes/exec.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/exec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/folder_tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font.png b/Icons and cursors/windowsicon/256x256/mimetypes/font.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_bitmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_truetype.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png b/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/font_type1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png deleted file mode 100644 index 79e5ae8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-fs-regular.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-msword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png deleted file mode 100644 index 9430dff..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-ogg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-pdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-postscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-rtf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png deleted file mode 100644 index 24fbe40..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png deleted file mode 100644 index cc23365..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png deleted file mode 100644 index 934ffc4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png deleted file mode 100644 index cc23365..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png deleted file mode 100644 index 24fbe40..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png deleted file mode 100644 index 934ffc4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-php.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png deleted file mode 100644 index 9430dff..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-python.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png deleted file mode 100644 index ed0495d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png deleted file mode 100644 index d6221f5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gnome-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png deleted file mode 100644 index 79e5ae8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/gtk-file.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/html.png b/Icons and cursors/windowsicon/256x256/mimetypes/html.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/image-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/image.png b/Icons and cursors/windowsicon/256x256/mimetypes/image.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/kpresenter_kpr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png deleted file mode 100644 index b0944ca..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png deleted file mode 100644 index 07b53fc..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png deleted file mode 100644 index 5bc21b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png deleted file mode 100644 index 24fbe40..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png deleted file mode 100644 index cc23365..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png deleted file mode 100644 index 934ffc4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png deleted file mode 100644 index 0db7b98..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/mime_ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/misc.png b/Icons and cursors/windowsicon/256x256/mimetypes/misc.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/misc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package.png b/Icons and cursors/windowsicon/256x256/mimetypes/package.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png b/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package_editors.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/package_wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png b/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png b/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/sound.png b/Icons and cursors/windowsicon/256x256/mimetypes/sound.png deleted file mode 100644 index 9430dff..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png deleted file mode 100644 index ed0495d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/stock_addressbook.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png b/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/stock_script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/tar.png b/Icons and cursors/windowsicon/256x256/mimetypes/tar.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png b/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png deleted file mode 100644 index 9c9428f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/template_source.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png deleted file mode 100644 index 9c9428f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png deleted file mode 100644 index 819ce39..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-opml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png deleted file mode 100644 index 79e5ae8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png deleted file mode 100644 index d1f88c4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/text-x-script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png b/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/tgz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/txt.png b/Icons and cursors/windowsicon/256x256/mimetypes/txt.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/txt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png b/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/txt2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png b/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png deleted file mode 100644 index 29c1bc1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/unknown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png b/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png deleted file mode 100644 index ed0495d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/video-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/video.png b/Icons and cursors/windowsicon/256x256/mimetypes/video.png deleted file mode 100644 index 22633b2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/www.png b/Icons and cursors/windowsicon/256x256/mimetypes/www.png deleted file mode 100644 index 0e4f246..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/www.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png deleted file mode 100644 index ed0495d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png deleted file mode 100644 index 934ffc4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png deleted file mode 100644 index 24ce856..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png deleted file mode 100644 index ab406e4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 24fbe40..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png deleted file mode 100644 index 5fb8477..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index cc23365..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index 6c3d3b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png deleted file mode 100644 index dd2ab7a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/x-package-repository.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png b/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png deleted file mode 100644 index a42df96..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/xorg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/mimetypes/zip.png b/Icons and cursors/windowsicon/256x256/mimetypes/zip.png deleted file mode 100644 index e952c53..0000000 Binary files a/Icons and cursors/windowsicon/256x256/mimetypes/zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png deleted file mode 100644 index c76d8a6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/application-x-gnome-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/debian-swirl.png b/Icons and cursors/windowsicon/256x256/places/debian-swirl.png deleted file mode 100644 index fcf065f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/debian-swirl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/desktop.png b/Icons and cursors/windowsicon/256x256/places/desktop.png deleted file mode 100644 index fb7be4e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/emptytrash.png b/Icons and cursors/windowsicon/256x256/places/emptytrash.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/emptytrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-documents.png b/Icons and cursors/windowsicon/256x256/places/folder-documents.png deleted file mode 100644 index 3d390c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-download.png b/Icons and cursors/windowsicon/256x256/places/folder-download.png deleted file mode 100644 index 00f19c9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-music.png b/Icons and cursors/windowsicon/256x256/places/folder-music.png deleted file mode 100644 index 4cf0aa4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-music.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-pictures.png b/Icons and cursors/windowsicon/256x256/places/folder-pictures.png deleted file mode 100644 index 993ccb0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-pictures.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png b/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png deleted file mode 100644 index d3e1953..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-publicshare.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-remote.png b/Icons and cursors/windowsicon/256x256/places/folder-remote.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png b/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png deleted file mode 100644 index c76d8a6..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-templates.png b/Icons and cursors/windowsicon/256x256/places/folder-templates.png deleted file mode 100644 index 757e919..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-templates.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder-videos.png b/Icons and cursors/windowsicon/256x256/places/folder-videos.png deleted file mode 100644 index 8d27a2a..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder-videos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder.png b/Icons and cursors/windowsicon/256x256/places/folder.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/folder_home.png b/Icons and cursors/windowsicon/256x256/places/folder_home.png deleted file mode 100644 index 383cfc8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/folder_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png deleted file mode 100644 index fb7be4e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ftp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png deleted file mode 100644 index 383cfc8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png deleted file mode 100644 index 997526e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-nfs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-smb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-ssh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-fs-trash-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png deleted file mode 100644 index 997526e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gnome-stock-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gtk-directory.png b/Icons and cursors/windowsicon/256x256/places/gtk-directory.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/gtk-network.png b/Icons and cursors/windowsicon/256x256/places/gtk-network.png deleted file mode 100644 index 997526e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/gtk-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/inode-directory.png b/Icons and cursors/windowsicon/256x256/places/inode-directory.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/inode-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/network-server.png b/Icons and cursors/windowsicon/256x256/places/network-server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/network-workgroup.png b/Icons and cursors/windowsicon/256x256/places/network-workgroup.png deleted file mode 100644 index 997526e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/network-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/network.png b/Icons and cursors/windowsicon/256x256/places/network.png deleted file mode 100644 index 430d116..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/network_local.png b/Icons and cursors/windowsicon/256x256/places/network_local.png deleted file mode 100644 index 997526e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/network_local.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png b/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/redhat-network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/server.png b/Icons and cursors/windowsicon/256x256/places/server.png deleted file mode 100644 index 74415b1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/stock_folder.png b/Icons and cursors/windowsicon/256x256/places/stock_folder.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/stock_folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png b/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/trashcan_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png b/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png deleted file mode 100644 index a819b92..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/user-bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/user-desktop.png b/Icons and cursors/windowsicon/256x256/places/user-desktop.png deleted file mode 100644 index fb7be4e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/user-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/user-home.png b/Icons and cursors/windowsicon/256x256/places/user-home.png deleted file mode 100644 index 383cfc8..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/user-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/user-trash.png b/Icons and cursors/windowsicon/256x256/places/user-trash.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/user-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png deleted file mode 100644 index e3b0bbd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/places/xfce-trash_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/appointment-missed.png b/Icons and cursors/windowsicon/256x256/status/appointment-missed.png deleted file mode 100644 index c563467..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/appointment-missed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/appointment-soon.png b/Icons and cursors/windowsicon/256x256/status/appointment-soon.png deleted file mode 100644 index 1fd7b29..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/appointment-soon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png deleted file mode 100644 index f71d7a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png deleted file mode 100644 index eac825d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png deleted file mode 100644 index 6985d12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png b/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png deleted file mode 100644 index d087689..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/audio-volume-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/avatar-default.png b/Icons and cursors/windowsicon/256x256/status/avatar-default.png deleted file mode 100644 index 7a3f96d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png deleted file mode 100644 index 9619ca1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-caution-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-caution.png b/Icons and cursors/windowsicon/256x256/status/battery-caution.png deleted file mode 100644 index f4fc2c0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-caution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png deleted file mode 100644 index 8d80d47..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-empty-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-empty.png b/Icons and cursors/windowsicon/256x256/status/battery-empty.png deleted file mode 100644 index b18e9d2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png b/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png deleted file mode 100644 index f908e8e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full-charged.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png deleted file mode 100644 index f908e8e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-full.png b/Icons and cursors/windowsicon/256x256/status/battery-full.png deleted file mode 100644 index 0589066..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png deleted file mode 100644 index bd9fd0d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-good-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-good.png b/Icons and cursors/windowsicon/256x256/status/battery-good.png deleted file mode 100644 index 2922bf2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-good.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png b/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png deleted file mode 100644 index 692fa43..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-low-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-low.png b/Icons and cursors/windowsicon/256x256/status/battery-low.png deleted file mode 100644 index 63e4ad0..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/battery-missing.png b/Icons and cursors/windowsicon/256x256/status/battery-missing.png deleted file mode 100644 index 7eb3646..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/battery-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/computer-fail.png b/Icons and cursors/windowsicon/256x256/status/computer-fail.png deleted file mode 100644 index 55df603..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/computer-fail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/connect_creating.png b/Icons and cursors/windowsicon/256x256/status/connect_creating.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/connect_creating.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/connect_established.png b/Icons and cursors/windowsicon/256x256/status/connect_established.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/connect_established.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/connect_no.png b/Icons and cursors/windowsicon/256x256/status/connect_no.png deleted file mode 100644 index dbd9a10..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/connect_no.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-error.png b/Icons and cursors/windowsicon/256x256/status/dialog-error.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-information.png b/Icons and cursors/windowsicon/256x256/status/dialog-information.png deleted file mode 100644 index 5aee3c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-password.png b/Icons and cursors/windowsicon/256x256/status/dialog-password.png deleted file mode 100644 index 229f9dd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-password.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-question.png b/Icons and cursors/windowsicon/256x256/status/dialog-question.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/dialog-warning.png deleted file mode 100644 index ba17317..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/edittrash.png b/Icons and cursors/windowsicon/256x256/status/edittrash.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/edittrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/error.png b/Icons and cursors/windowsicon/256x256/status/error.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png b/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/folder-drag-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/folder-open.png b/Icons and cursors/windowsicon/256x256/status/folder-open.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/folder-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/folder-visiting.png b/Icons and cursors/windowsicon/256x256/status/folder-visiting.png deleted file mode 100644 index efa1889..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/folder-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/folder_open.png b/Icons and cursors/windowsicon/256x256/status/folder_open.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/folder_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png deleted file mode 100644 index efa1889..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-directory-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png deleted file mode 100644 index bc9c5d9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-loading-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-fs-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png deleted file mode 100644 index dbd9a10..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-disconn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png deleted file mode 100644 index 8a021cf..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-rx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-tx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-netstatus-txrx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gnome-stock-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png deleted file mode 100644 index 229f9dd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-authentication.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png deleted file mode 100644 index 5aee3c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png deleted file mode 100644 index ba17317..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-directory.png b/Icons and cursors/windowsicon/256x256/status/gtk-directory.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png b/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/gtk-missing-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/image-loading.png b/Icons and cursors/windowsicon/256x256/status/image-loading.png deleted file mode 100644 index bc9c5d9..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/image-loading.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/image-missing.png b/Icons and cursors/windowsicon/256x256/status/image-missing.png deleted file mode 100644 index 7cb7b94..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/image-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/important.png b/Icons and cursors/windowsicon/256x256/status/important.png deleted file mode 100644 index ba17317..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/info.png b/Icons and cursors/windowsicon/256x256/status/info.png deleted file mode 100644 index 5aee3c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/mail-read.png b/Icons and cursors/windowsicon/256x256/status/mail-read.png deleted file mode 100644 index 22dd09b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/mail-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png b/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_critical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_info.png b/Icons and cursors/windowsicon/256x256/status/messagebox_info.png deleted file mode 100644 index 5aee3c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png b/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png deleted file mode 100644 index ba17317..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/messagebox_warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png b/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png deleted file mode 100644 index 6640d47..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-cellular-connected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-error.png b/Icons and cursors/windowsicon/256x256/status/network-error.png deleted file mode 100644 index 8a021cf..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-idle.png b/Icons and cursors/windowsicon/256x256/status/network-idle.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-offline.png b/Icons and cursors/windowsicon/256x256/status/network-offline.png deleted file mode 100644 index dbd9a10..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-receive.png b/Icons and cursors/windowsicon/256x256/status/network-receive.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png b/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-transmit-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-transmit.png b/Icons and cursors/windowsicon/256x256/status/network-transmit.png deleted file mode 100644 index 52604a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-transmit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png deleted file mode 100644 index dbd9a10..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/network-wired-disconnected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png b/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png deleted file mode 100644 index dbd9a10..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/nm-no-connection.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/non-starred.png b/Icons and cursors/windowsicon/256x256/status/non-starred.png deleted file mode 100644 index 94f8eda..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/non-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/printer-error.png b/Icons and cursors/windowsicon/256x256/status/printer-error.png deleted file mode 100644 index 136993f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/printer-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/printer-printing.png b/Icons and cursors/windowsicon/256x256/status/printer-printing.png deleted file mode 100644 index 82bf39d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/printer-printing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/security-high.png b/Icons and cursors/windowsicon/256x256/status/security-high.png deleted file mode 100644 index ca2a70b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/security-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/security-low.png b/Icons and cursors/windowsicon/256x256/status/security-low.png deleted file mode 100644 index da00c32..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/security-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/security-medium.png b/Icons and cursors/windowsicon/256x256/status/security-medium.png deleted file mode 100644 index d0a242d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/security-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png deleted file mode 100644 index 61988ae..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/semi-starred-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/semi-starred.png b/Icons and cursors/windowsicon/256x256/status/semi-starred.png deleted file mode 100644 index 33ef2ee..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/semi-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/software-update-available.png b/Icons and cursors/windowsicon/256x256/status/software-update-available.png deleted file mode 100644 index 2e1436f..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png b/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png deleted file mode 100644 index 6ae54fd..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/starred.png b/Icons and cursors/windowsicon/256x256/status/starred.png deleted file mode 100644 index aa3808e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png deleted file mode 100644 index c563467..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder-excl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png deleted file mode 100644 index 1fd7b29..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_appointment-reminder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png deleted file mode 100644 index e545227..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png deleted file mode 100644 index 5aee3c5..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png deleted file mode 100644 index 3b37276..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png deleted file mode 100644 index ba17317..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png deleted file mode 100644 index da00c32..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-broken.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png deleted file mode 100644 index ca2a70b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-ok.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png b/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png deleted file mode 100644 index da00c32..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_lock.png b/Icons and cursors/windowsicon/256x256/status/stock_lock.png deleted file mode 100644 index d0a242d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png b/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png deleted file mode 100644 index 22dd09b..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_mail-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_open.png b/Icons and cursors/windowsicon/256x256/status/stock_open.png deleted file mode 100644 index ac751e2..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png b/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png deleted file mode 100644 index eac825d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png deleted file mode 100644 index f71d7a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-max.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png deleted file mode 100644 index 6985d12..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-med.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png deleted file mode 100644 index eac825d..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-min.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png b/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png deleted file mode 100644 index d087689..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume-mute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/stock_volume.png b/Icons and cursors/windowsicon/256x256/status/stock_volume.png deleted file mode 100644 index f71d7a1..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/stock_volume.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/trashcan_full.png b/Icons and cursors/windowsicon/256x256/status/trashcan_full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/trashcan_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png b/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png deleted file mode 100644 index c82e059..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-bronze.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-gold.png b/Icons and cursors/windowsicon/256x256/status/trophy-gold.png deleted file mode 100644 index 2cfdb55..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-gold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/trophy-silver.png b/Icons and cursors/windowsicon/256x256/status/trophy-silver.png deleted file mode 100644 index 0cdbc39..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/trophy-silver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-available.png b/Icons and cursors/windowsicon/256x256/status/user-available.png deleted file mode 100644 index 92eb8f4..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-away.png b/Icons and cursors/windowsicon/256x256/status/user-away.png deleted file mode 100644 index e4d2a17..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-busy.png b/Icons and cursors/windowsicon/256x256/status/user-busy.png deleted file mode 100644 index 2549891..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-idle.png b/Icons and cursors/windowsicon/256x256/status/user-idle.png deleted file mode 100644 index f9d6c63..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-invisible.png b/Icons and cursors/windowsicon/256x256/status/user-invisible.png deleted file mode 100644 index 13f9947..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-invisible.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-offline.png b/Icons and cursors/windowsicon/256x256/status/user-offline.png deleted file mode 100644 index d7aa13e..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/user-trash-full.png b/Icons and cursors/windowsicon/256x256/status/user-trash-full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/user-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png b/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png deleted file mode 100644 index 7f879db..0000000 Binary files a/Icons and cursors/windowsicon/256x256/status/xfce-trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/add.png b/Icons and cursors/windowsicon/32x32/actions/add.png deleted file mode 100644 index 0e33937..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/address-book-new.png b/Icons and cursors/windowsicon/32x32/actions/address-book-new.png deleted file mode 100644 index 3722540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/address-book-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/application-exit.png b/Icons and cursors/windowsicon/32x32/actions/application-exit.png deleted file mode 100644 index 1fca6f7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/application-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/application-menu.png b/Icons and cursors/windowsicon/32x32/actions/application-menu.png deleted file mode 100644 index 090aaeb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png b/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png deleted file mode 120000 index 3e3ae14..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/applications-chat-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-available.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/appointment-new.png b/Icons and cursors/windowsicon/32x32/actions/appointment-new.png deleted file mode 100644 index b72896a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/appointment-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/appointment.png b/Icons and cursors/windowsicon/32x32/actions/appointment.png deleted file mode 100644 index b72896a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/back.png b/Icons and cursors/windowsicon/32x32/actions/back.png deleted file mode 100644 index 05a5540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/back.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png b/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/bookmark-new.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png b/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png deleted file mode 100755 index c40ddc6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/bookmark_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/bookmarks_list_add.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/bottom.png b/Icons and cursors/windowsicon/32x32/actions/bottom.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/button_cancel.png b/Icons and cursors/windowsicon/32x32/actions/button_cancel.png deleted file mode 100644 index d4b4c63..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/call-start.png b/Icons and cursors/windowsicon/32x32/actions/call-start.png deleted file mode 100644 index 9fc38d4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/call-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/call-stop.png b/Icons and cursors/windowsicon/32x32/actions/call-stop.png deleted file mode 100644 index 341a803..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/call-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/cancel.png b/Icons and cursors/windowsicon/32x32/actions/cancel.png deleted file mode 100644 index d4b4c63..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/centrejust.png b/Icons and cursors/windowsicon/32x32/actions/centrejust.png deleted file mode 100644 index 8e110d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/centrejust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png b/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png deleted file mode 100644 index 03427d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/configure.png b/Icons and cursors/windowsicon/32x32/actions/configure.png deleted file mode 100644 index 03427d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/configure_kile.png b/Icons and cursors/windowsicon/32x32/actions/configure_kile.png deleted file mode 100644 index 03427d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/configure_project.png b/Icons and cursors/windowsicon/32x32/actions/configure_project.png deleted file mode 100644 index 03427d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/contact-new.png b/Icons and cursors/windowsicon/32x32/actions/contact-new.png deleted file mode 100644 index 72677c2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/contact-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png b/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png deleted file mode 100644 index d4b4c63..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-new.png b/Icons and cursors/windowsicon/32x32/actions/document-new.png deleted file mode 100755 index 10bc0e9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png b/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png deleted file mode 100755 index ff88b8c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open-recent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open.png b/Icons and cursors/windowsicon/32x32/actions/document-open.png deleted file mode 100755 index e32e992..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png b/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png deleted file mode 100755 index e32e992..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-open_normal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png b/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png deleted file mode 100755 index 567d12a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-page-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png b/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png deleted file mode 100755 index 17d2074..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-print.png b/Icons and cursors/windowsicon/32x32/actions/document-print.png deleted file mode 100755 index f16bd5e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-properties.png b/Icons and cursors/windowsicon/32x32/actions/document-properties.png deleted file mode 100755 index 0a6955a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png deleted file mode 100644 index 6371304..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-revert-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-revert.png b/Icons and cursors/windowsicon/32x32/actions/document-revert.png deleted file mode 100755 index e4f062d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-save-as.png b/Icons and cursors/windowsicon/32x32/actions/document-save-as.png deleted file mode 100755 index c418148..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-save.png b/Icons and cursors/windowsicon/32x32/actions/document-save.png deleted file mode 100755 index fd9d712..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document-send.png b/Icons and cursors/windowsicon/32x32/actions/document-send.png deleted file mode 100755 index 058bb76..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/document.png b/Icons and cursors/windowsicon/32x32/actions/document.png deleted file mode 100755 index 5c133df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/down.png b/Icons and cursors/windowsicon/32x32/actions/down.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-clear.png b/Icons and cursors/windowsicon/32x32/actions/edit-clear.png deleted file mode 100644 index 310544f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-copy.png b/Icons and cursors/windowsicon/32x32/actions/edit-copy.png deleted file mode 100755 index ca3b70a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-cut.png b/Icons and cursors/windowsicon/32x32/actions/edit-cut.png deleted file mode 100755 index f82f43d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-delete.png b/Icons and cursors/windowsicon/32x32/actions/edit-delete.png deleted file mode 100755 index fe4b129..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png b/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png deleted file mode 100755 index cd356b1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find.png b/Icons and cursors/windowsicon/32x32/actions/edit-find.png deleted file mode 100644 index 5c4b70b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-find1.png b/Icons and cursors/windowsicon/32x32/actions/edit-find1.png deleted file mode 100755 index 3a23b9c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-find1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-paste.png b/Icons and cursors/windowsicon/32x32/actions/edit-paste.png deleted file mode 100755 index 38760fd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png deleted file mode 100644 index 045d38b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-redo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-redo.png b/Icons and cursors/windowsicon/32x32/actions/edit-redo.png deleted file mode 100644 index 1912764..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png b/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png deleted file mode 100755 index 857a932..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png deleted file mode 100644 index 1912764..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-undo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit-undo.png b/Icons and cursors/windowsicon/32x32/actions/edit-undo.png deleted file mode 100644 index 045d38b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit-undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/edit.png b/Icons and cursors/windowsicon/32x32/actions/edit.png deleted file mode 100644 index 8cb3ea1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/editclear.png b/Icons and cursors/windowsicon/32x32/actions/editclear.png deleted file mode 100644 index 310544f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/editcopy.png b/Icons and cursors/windowsicon/32x32/actions/editcopy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/editcopy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/editcut.png b/Icons and cursors/windowsicon/32x32/actions/editcut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/editcut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/editdelete.png b/Icons and cursors/windowsicon/32x32/actions/editdelete.png deleted file mode 120000 index bb0a74a..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/editdelete.png +++ /dev/null @@ -1 +0,0 @@ -edit-delete.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/editpaste.png b/Icons and cursors/windowsicon/32x32/actions/editpaste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/editpaste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/emblem-new.png b/Icons and cursors/windowsicon/32x32/actions/emblem-new.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/emblem-new.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-available.png b/Icons and cursors/windowsicon/32x32/actions/empathy-available.png deleted file mode 100755 index 0a5a602..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-away.png b/Icons and cursors/windowsicon/32x32/actions/empathy-away.png deleted file mode 100755 index f20f4e6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png b/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png deleted file mode 100755 index 019724f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png b/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png deleted file mode 100755 index 059b6de..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-extended-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png b/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png deleted file mode 100755 index c836759..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png b/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png deleted file mode 100755 index 515a6ed..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-pending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png b/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/empathy-starred.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png b/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png deleted file mode 100755 index 83db63c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/empathy-unstarred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/encode.png b/Icons and cursors/windowsicon/32x32/actions/encode.png deleted file mode 120000 index 160a77f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/encode.png +++ /dev/null @@ -1 +0,0 @@ -stock-convert.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/exit.png b/Icons and cursors/windowsicon/32x32/actions/exit.png deleted file mode 100644 index 1fca6f7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/favorites.png b/Icons and cursors/windowsicon/32x32/actions/favorites.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/favorites.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/filefind.png b/Icons and cursors/windowsicon/32x32/actions/filefind.png deleted file mode 100644 index 5c4b70b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/filefind.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/filenew.png b/Icons and cursors/windowsicon/32x32/actions/filenew.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/filenew.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/fileopen.png b/Icons and cursors/windowsicon/32x32/actions/fileopen.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/fileopen.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/fileprint.png b/Icons and cursors/windowsicon/32x32/actions/fileprint.png deleted file mode 120000 index 863a49f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/fileprint.png +++ /dev/null @@ -1 +0,0 @@ -document-print.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/filequickprint.png b/Icons and cursors/windowsicon/32x32/actions/filequickprint.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/filequickprint.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/filesave.png b/Icons and cursors/windowsicon/32x32/actions/filesave.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/filesave.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/filesaveas.png b/Icons and cursors/windowsicon/32x32/actions/filesaveas.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/filesaveas.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/filter.png b/Icons and cursors/windowsicon/32x32/actions/filter.png deleted file mode 100755 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/find.png b/Icons and cursors/windowsicon/32x32/actions/find.png deleted file mode 100644 index 5c4b70b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/finish.png b/Icons and cursors/windowsicon/32x32/actions/finish.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/finish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/folder-new.png b/Icons and cursors/windowsicon/32x32/actions/folder-new.png deleted file mode 100755 index 71daca1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/folder-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/folder_new.png b/Icons and cursors/windowsicon/32x32/actions/folder_new.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/folder_new.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-less-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-less.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-more-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png b/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-indent-more.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png deleted file mode 100644 index 8e110d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png deleted file mode 100644 index cabffc8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png deleted file mode 100644 index 089cd1c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png b/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png deleted file mode 100644 index 0b8f8c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png b/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png deleted file mode 100755 index 55959a2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png deleted file mode 100644 index 30ccd08..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png deleted file mode 100644 index f4eadaa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-direction-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png b/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png deleted file mode 100755 index bfa4d25..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png deleted file mode 100755 index 0ad1eba..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png b/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png deleted file mode 100755 index 5815e2e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/format-text-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/forward.png b/Icons and cursors/windowsicon/32x32/actions/forward.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png b/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gnome-app-install-star.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png deleted file mode 100644 index aec49c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-lockscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png b/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png deleted file mode 100644 index 7d37a6c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png b/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png deleted file mode 100755 index 10c17fe..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-power-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-run.png b/Icons and cursors/windowsicon/32x32/actions/gnome-run.png deleted file mode 100644 index 16eb34f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gnome-searchtool.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png deleted file mode 100644 index 7d37a6c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-session-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png deleted file mode 100644 index 1384a2c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png deleted file mode 120000 index c288360..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-fwd.png +++ /dev/null @@ -1 +0,0 @@ -mail_forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png deleted file mode 100644 index 44cabbf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png deleted file mode 100755 index 170f2be..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-rpl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png deleted file mode 100755 index 01bd046..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-mail-snd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gnome-stock-text-unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-bottom.png b/Icons and cursors/windowsicon/32x32/actions/go-bottom.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-down.png b/Icons and cursors/windowsicon/32x32/actions/go-down.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-first.png b/Icons and cursors/windowsicon/32x32/actions/go-first.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-home.png b/Icons and cursors/windowsicon/32x32/actions/go-home.png deleted file mode 100755 index b7ea8b8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-jump.png b/Icons and cursors/windowsicon/32x32/actions/go-jump.png deleted file mode 100644 index 523c156..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-jump.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-last.png b/Icons and cursors/windowsicon/32x32/actions/go-last.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-next.png b/Icons and cursors/windowsicon/32x32/actions/go-next.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-previous.png b/Icons and cursors/windowsicon/32x32/actions/go-previous.png deleted file mode 100644 index 05a5540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-top.png b/Icons and cursors/windowsicon/32x32/actions/go-top.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/go-up.png b/Icons and cursors/windowsicon/32x32/actions/go-up.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gohome.png b/Icons and cursors/windowsicon/32x32/actions/gohome.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gohome.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/goto.png b/Icons and cursors/windowsicon/32x32/actions/goto.png deleted file mode 100755 index 101162f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/goto.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-about.png b/Icons and cursors/windowsicon/32x32/actions/gtk-about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-add.png b/Icons and cursors/windowsicon/32x32/actions/gtk-add.png deleted file mode 100644 index 0e33937..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png b/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png deleted file mode 120000 index ef50053..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-bold.png +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png b/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png b/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png deleted file mode 100644 index 9bf467e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-close.png b/Icons and cursors/windowsicon/32x32/actions/gtk-close.png deleted file mode 100644 index fe4abf9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png b/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png deleted file mode 120000 index 160a77f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-convert.png +++ /dev/null @@ -1 +0,0 @@ -stock-convert.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png b/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png b/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-cut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png b/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png deleted file mode 120000 index bb0a74a..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-delete.png +++ /dev/null @@ -1 +0,0 @@ -edit-delete.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png b/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png deleted file mode 100755 index e99ac9d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-execute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png deleted file mode 120000 index e4057af..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-find-and-replace.png +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-find.png b/Icons and cursors/windowsicon/32x32/actions/gtk-find.png deleted file mode 100644 index 5c4b70b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-font.png b/Icons and cursors/windowsicon/32x32/actions/gtk-font.png deleted file mode 100755 index dcd7e0a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png deleted file mode 100644 index 09577e5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-back-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png deleted file mode 100644 index 09577e5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png b/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-goto-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-help.png b/Icons and cursors/windowsicon/32x32/actions/gtk-help.png deleted file mode 100644 index 88c0b9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-home.png b/Icons and cursors/windowsicon/32x32/actions/gtk-home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-indent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png b/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png deleted file mode 120000 index 1ee2a31..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-italic.png +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png deleted file mode 100644 index 523c156..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png deleted file mode 100644 index 523c156..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-jump-to-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png deleted file mode 100644 index 8e110d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png deleted file mode 100644 index cabffc8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png deleted file mode 100644 index 089cd1c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png deleted file mode 100644 index 0b8f8c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png deleted file mode 100644 index 1cf4442..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png deleted file mode 100644 index 80e3ad7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png deleted file mode 100644 index 3a3710f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-play-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png deleted file mode 100644 index 18a509f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-rewind-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png deleted file mode 100644 index 6bf5704..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-new.png b/Icons and cursors/windowsicon/32x32/actions/gtk-new.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-new.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-open.png b/Icons and cursors/windowsicon/32x32/actions/gtk-open.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-open.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png b/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-print-preview.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-print.png b/Icons and cursors/windowsicon/32x32/actions/gtk-print.png deleted file mode 120000 index 863a49f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-print.png +++ /dev/null @@ -1 +0,0 @@ -document-print.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png b/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png deleted file mode 100644 index c270eee..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png b/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-properties1.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png b/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png deleted file mode 100644 index 1fca6f7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-quit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png deleted file mode 100644 index 1912764..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-redo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png b/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-refresh.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png b/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png deleted file mode 100644 index d548645..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png deleted file mode 120000 index 35c2c00..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-ltr.png +++ /dev/null @@ -1 +0,0 @@ -document-revert.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png deleted file mode 120000 index 35c2c00..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-revert-to-saved-rtl.png +++ /dev/null @@ -1 +0,0 @@ -document-revert.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png b/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-save-as.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-save.png b/Icons and cursors/windowsicon/32x32/actions/gtk-save.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-save.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png b/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png deleted file mode 120000 index 30033c7..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-select-all.png +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png b/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png deleted file mode 120000 index 191b8ae..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-select-font.png +++ /dev/null @@ -1 +0,0 @@ -gtk-font.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png deleted file mode 100644 index 94bf70d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png deleted file mode 100644 index b80f45d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png deleted file mode 100755 index fea3dac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-spell-check.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png b/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png deleted file mode 120000 index 9ff9a37..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-strikethrough.png +++ /dev/null @@ -1 +0,0 @@ -format-text-strikethrough.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png b/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png deleted file mode 120000 index 4f5b154..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/gtk-underline.png +++ /dev/null @@ -1 +0,0 @@ -format-text-underline.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png deleted file mode 100644 index 045d38b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-undo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-unindent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png deleted file mode 100644 index e3950df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png deleted file mode 100644 index 69ff737..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-fit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png deleted file mode 100644 index dac0575..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png deleted file mode 100644 index 7575116..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/gtk-zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/help-about.png b/Icons and cursors/windowsicon/32x32/actions/help-about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/help-about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/help-contents.png b/Icons and cursors/windowsicon/32x32/actions/help-contents.png deleted file mode 100644 index 88c0b9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/help-contents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/help-faq.png b/Icons and cursors/windowsicon/32x32/actions/help-faq.png deleted file mode 100644 index 58ff7f3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/help-faq.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/help.png b/Icons and cursors/windowsicon/32x32/actions/help.png deleted file mode 100644 index 88c0b9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/im-message-new.png b/Icons and cursors/windowsicon/32x32/actions/im-message-new.png deleted file mode 100755 index d14c80c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/im-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/im-msn.png b/Icons and cursors/windowsicon/32x32/actions/im-msn.png deleted file mode 100755 index 830c84b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/im-msn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-image.png b/Icons and cursors/windowsicon/32x32/actions/insert-image.png deleted file mode 100644 index b806a3f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-link.png b/Icons and cursors/windowsicon/32x32/actions/insert-link.png deleted file mode 100644 index 5910999..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-object.png b/Icons and cursors/windowsicon/32x32/actions/insert-object.png deleted file mode 100644 index 9e69318..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-object.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/insert-text.png b/Icons and cursors/windowsicon/32x32/actions/insert-text.png deleted file mode 100644 index bcbbf2e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/insert-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/kfind.png b/Icons and cursors/windowsicon/32x32/actions/kfind.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/kfind.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/kfm_home.png b/Icons and cursors/windowsicon/32x32/actions/kfm_home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/kfm_home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/leftjust.png b/Icons and cursors/windowsicon/32x32/actions/leftjust.png deleted file mode 100644 index 089cd1c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/leftjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/list-add.png b/Icons and cursors/windowsicon/32x32/actions/list-add.png deleted file mode 100644 index 0e33937..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/list-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/list-remove.png b/Icons and cursors/windowsicon/32x32/actions/list-remove.png deleted file mode 100644 index d548645..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/list-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/lock.png b/Icons and cursors/windowsicon/32x32/actions/lock.png deleted file mode 100644 index aec49c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png b/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png deleted file mode 100755 index 10b7dfc..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-attachment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-forward.png b/Icons and cursors/windowsicon/32x32/actions/mail-forward.png deleted file mode 100755 index 85cfef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png deleted file mode 100755 index cf0c147..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png deleted file mode 100644 index 307fff4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-junk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png deleted file mode 100644 index 0ac74da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-notjunk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png deleted file mode 100644 index 62825f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png deleted file mode 100755 index 6d1832e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-mark-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png b/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png deleted file mode 100644 index 44cabbf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png b/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png deleted file mode 100755 index 6f584b8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-reply-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png deleted file mode 100644 index 23f792d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-reply-sender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png b/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png deleted file mode 100755 index e0362d7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail-send.png b/Icons and cursors/windowsicon/32x32/actions/mail-send.png deleted file mode 120000 index f7281a7..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/mail-send.png +++ /dev/null @@ -1 +0,0 @@ -mail_send.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_delete.png b/Icons and cursors/windowsicon/32x32/actions/mail_delete.png deleted file mode 100755 index f66cc05..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_find.png b/Icons and cursors/windowsicon/32x32/actions/mail_find.png deleted file mode 100755 index bae182d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_forward.png b/Icons and cursors/windowsicon/32x32/actions/mail_forward.png deleted file mode 100755 index 85cfef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_generic.png b/Icons and cursors/windowsicon/32x32/actions/mail_generic.png deleted file mode 100755 index 6d1832e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_new.png b/Icons and cursors/windowsicon/32x32/actions/mail_new.png deleted file mode 100644 index 44cabbf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png b/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png deleted file mode 100755 index 51d77e3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_post_to.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_reply.png b/Icons and cursors/windowsicon/32x32/actions/mail_reply.png deleted file mode 100755 index 170f2be..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_reply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png b/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png deleted file mode 100755 index 8a1d3b3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_replyall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png b/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png deleted file mode 100755 index 6f584b8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_replylist.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_send.png b/Icons and cursors/windowsicon/32x32/actions/mail_send.png deleted file mode 100755 index 85cfef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/mail_spam.png b/Icons and cursors/windowsicon/32x32/actions/mail_spam.png deleted file mode 100644 index 307fff4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/mail_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-eject.png b/Icons and cursors/windowsicon/32x32/actions/media-eject.png deleted file mode 100644 index 4232840..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png deleted file mode 100644 index 80e3ad7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png deleted file mode 100644 index 684d840..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-start-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png deleted file mode 100644 index 3a3710f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png b/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png deleted file mode 100644 index 6bf5704..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-playback-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-record.png b/Icons and cursors/windowsicon/32x32/actions/media-record.png deleted file mode 100644 index 18a509f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png b/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-seek-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png b/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/media-skip-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/menu_new.png b/Icons and cursors/windowsicon/32x32/actions/menu_new.png deleted file mode 100644 index 090aaeb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/next.png b/Icons and cursors/windowsicon/32x32/actions/next.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png deleted file mode 100755 index edc32f3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/object-flip-horizontal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png deleted file mode 100755 index 3b7ad68..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/object-flip-vertical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png deleted file mode 100755 index 901d865..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-180.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png deleted file mode 100755 index 28ed600..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png b/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png deleted file mode 100755 index 44e0c47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/object-rotate-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/pin.png b/Icons and cursors/windowsicon/32x32/actions/pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_eject.png b/Icons and cursors/windowsicon/32x32/actions/player_eject.png deleted file mode 100644 index 4232840..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_end.png b/Icons and cursors/windowsicon/32x32/actions/player_end.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_end.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_fwd.png b/Icons and cursors/windowsicon/32x32/actions/player_fwd.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_pause.png b/Icons and cursors/windowsicon/32x32/actions/player_pause.png deleted file mode 100644 index 80e3ad7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_play.png b/Icons and cursors/windowsicon/32x32/actions/player_play.png deleted file mode 100644 index 3a3710f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_record.png b/Icons and cursors/windowsicon/32x32/actions/player_record.png deleted file mode 100644 index 18a509f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_rew.png b/Icons and cursors/windowsicon/32x32/actions/player_rew.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_start.png b/Icons and cursors/windowsicon/32x32/actions/player_start.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/player_stop.png b/Icons and cursors/windowsicon/32x32/actions/player_stop.png deleted file mode 100644 index 6bf5704..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/player_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/previous.png b/Icons and cursors/windowsicon/32x32/actions/previous.png deleted file mode 100644 index 05a5540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/process-stop.png b/Icons and cursors/windowsicon/32x32/actions/process-stop.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/process-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/project_open.png b/Icons and cursors/windowsicon/32x32/actions/project_open.png deleted file mode 100755 index ad60d35..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/project_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/rebuild.png b/Icons and cursors/windowsicon/32x32/actions/rebuild.png deleted file mode 100755 index b987c58..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/rebuild.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/redhat-home.png b/Icons and cursors/windowsicon/32x32/actions/redhat-home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/redhat-home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/redo.png b/Icons and cursors/windowsicon/32x32/actions/redo.png deleted file mode 100644 index 1912764..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/reload.png b/Icons and cursors/windowsicon/32x32/actions/reload.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/reload.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/reload3.png b/Icons and cursors/windowsicon/32x32/actions/reload3.png deleted file mode 100644 index 6bf713a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/reload3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/reload_all_tabs.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/reload_page.png b/Icons and cursors/windowsicon/32x32/actions/reload_page.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/reload_page.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/remove.png b/Icons and cursors/windowsicon/32x32/actions/remove.png deleted file mode 100644 index d548645..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/revert.png b/Icons and cursors/windowsicon/32x32/actions/revert.png deleted file mode 120000 index 35c2c00..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/revert.png +++ /dev/null @@ -1 +0,0 @@ -document-revert.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png b/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/rhythmbox-set-star.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/rightjust.png b/Icons and cursors/windowsicon/32x32/actions/rightjust.png deleted file mode 100644 index 0b8f8c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/rightjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/search.png b/Icons and cursors/windowsicon/32x32/actions/search.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/search.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png b/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/setroubleshoot_icon.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/settings-configure.png b/Icons and cursors/windowsicon/32x32/actions/settings-configure.png deleted file mode 100644 index 03427d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/start.png b/Icons and cursors/windowsicon/32x32/actions/start.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock-convert.png b/Icons and cursors/windowsicon/32x32/actions/stock-convert.png deleted file mode 100755 index a0c278c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock-convert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_about.png b/Icons and cursors/windowsicon/32x32/actions/stock_about.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_about.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_add-bookmark.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_attach.png b/Icons and cursors/windowsicon/32x32/actions/stock_attach.png deleted file mode 120000 index 3115a56..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_attach.png +++ /dev/null @@ -1 +0,0 @@ -mail-attachment.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png b/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_close.png b/Icons and cursors/windowsicon/32x32/actions/stock_close.png deleted file mode 100644 index fe4abf9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_copy.png b/Icons and cursors/windowsicon/32x32/actions/stock_copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_cut.png b/Icons and cursors/windowsicon/32x32/actions/stock_cut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_cut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png b/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png deleted file mode 120000 index a94cb85..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_data-delete-link.png +++ /dev/null @@ -1 +0,0 @@ -editdelete.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_delete.png b/Icons and cursors/windowsicon/32x32/actions/stock_delete.png deleted file mode 120000 index bb0a74a..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_delete.png +++ /dev/null @@ -1 +0,0 @@ -edit-delete.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_down.png b/Icons and cursors/windowsicon/32x32/actions/stock_down.png deleted file mode 100644 index 386b061..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png b/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png deleted file mode 100644 index c270eee..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_file-properites.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png b/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_file-properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png deleted file mode 120000 index 262fce6..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_filter-data-by-criteria.png +++ /dev/null @@ -1 +0,0 @@ -filter.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png deleted file mode 120000 index 262fce6..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_filter-navigator.png +++ /dev/null @@ -1 +0,0 @@ -filter.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_first.png b/Icons and cursors/windowsicon/32x32/actions/stock_first.png deleted file mode 100644 index 3a69e90..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_help-add-bookmark.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_help.png b/Icons and cursors/windowsicon/32x32/actions/stock_help.png deleted file mode 100644 index 88c0b9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_home.png b/Icons and cursors/windowsicon/32x32/actions/stock_home.png deleted file mode 120000 index 718c1b2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_home.png +++ /dev/null @@ -1 +0,0 @@ -go-home.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_last.png b/Icons and cursors/windowsicon/32x32/actions/stock_last.png deleted file mode 100644 index 96e9cd1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png deleted file mode 100755 index bff406c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_left.png b/Icons and cursors/windowsicon/32x32/actions/stock_left.png deleted file mode 100644 index 05a5540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png deleted file mode 100644 index 44cabbf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_mail-compose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png deleted file mode 120000 index 262fce6..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-filters-apply.png +++ /dev/null @@ -1 +0,0 @@ -filter.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png deleted file mode 120000 index c288360..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-forward.png +++ /dev/null @@ -1 +0,0 @@ -mail_forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png deleted file mode 120000 index 24dc4f9..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply-to-all.png +++ /dev/null @@ -1 +0,0 @@ -mail_replyall.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png deleted file mode 120000 index 7e182cc..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-reply.png +++ /dev/null @@ -1 +0,0 @@ -mail_reply.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png deleted file mode 120000 index e36dd71..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send-receive.png +++ /dev/null @@ -1 +0,0 @@ -mail-send-receive.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png b/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png deleted file mode 120000 index f7281a7..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_mail-send.png +++ /dev/null @@ -1 +0,0 @@ -mail_send.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png deleted file mode 100644 index e719f87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png deleted file mode 100644 index 19ea63b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png deleted file mode 100644 index 80e3ad7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png deleted file mode 100644 index 3a3710f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png deleted file mode 100644 index 59eb438..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-prev.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png deleted file mode 100644 index 18a509f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-rec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png deleted file mode 100644 index 644faff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png b/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png deleted file mode 100644 index 6bf5704..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png b/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png deleted file mode 120000 index 03c03e5..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_navigator.png +++ /dev/null @@ -1 +0,0 @@ -bookmark_add.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png deleted file mode 100644 index 3722540..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png deleted file mode 100644 index b72896a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png deleted file mode 100644 index 72677c2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-bcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_new-dir.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_new-tab.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_new-text.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png b/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png deleted file mode 100644 index 0b0b4a3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_new-window.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_paste.png b/Icons and cursors/windowsicon/32x32/actions/stock_paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png b/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_print-preview.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png b/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png deleted file mode 120000 index 68a9613..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_print-setup.png +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_print.png b/Icons and cursors/windowsicon/32x32/actions/stock_print.png deleted file mode 120000 index 863a49f..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_print.png +++ /dev/null @@ -1 +0,0 @@ -document-print.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_properties.png b/Icons and cursors/windowsicon/32x32/actions/stock_properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_redo.png b/Icons and cursors/windowsicon/32x32/actions/stock_redo.png deleted file mode 100644 index 1912764..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png b/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png deleted file mode 120000 index 521b94e..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_refresh.png +++ /dev/null @@ -1 +0,0 @@ -view-refresh.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_right.png b/Icons and cursors/windowsicon/32x32/actions/stock_right.png deleted file mode 100644 index ae4345e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png b/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_save-as.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_save.png b/Icons and cursors/windowsicon/32x32/actions/stock_save.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_save.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png deleted file mode 120000 index e4057af..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_search-and-replace.png +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_search.png b/Icons and cursors/windowsicon/32x32/actions/stock_search.png deleted file mode 100644 index 5c4b70b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png b/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png deleted file mode 120000 index 30033c7..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_select-all.png +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_spam.png b/Icons and cursors/windowsicon/32x32/actions/stock_spam.png deleted file mode 100644 index 307fff4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png deleted file mode 120000 index bdf2c4c..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_spellcheck.png +++ /dev/null @@ -1 +0,0 @@ -gtk-spell-check.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_stop.png b/Icons and cursors/windowsicon/32x32/actions/stock_stop.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png deleted file mode 120000 index 9ff9a37..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_text-strikethrough.png +++ /dev/null @@ -1 +0,0 @@ -format-text-strikethrough.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png deleted file mode 120000 index ef50053..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_text_bold.png +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png deleted file mode 100644 index 8e110d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png deleted file mode 100644 index 2748868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png deleted file mode 120000 index 1ee2a31..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/stock_text_italic.png +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png deleted file mode 100644 index cabffc8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_justify.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png deleted file mode 100644 index 089cd1c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png deleted file mode 100644 index 0b8f8c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png deleted file mode 100644 index c53060b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_underlined.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png deleted file mode 100644 index 2e19edb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_text_unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_top.png b/Icons and cursors/windowsicon/32x32/actions/stock_top.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_undo.png b/Icons and cursors/windowsicon/32x32/actions/stock_undo.png deleted file mode 100644 index 045d38b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_up.png b/Icons and cursors/windowsicon/32x32/actions/stock_up.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png deleted file mode 100644 index e3950df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png deleted file mode 100644 index dac0575..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png deleted file mode 100644 index 7575116..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png deleted file mode 100644 index 69ff737..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stock_zoom-page.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/stop.png b/Icons and cursors/windowsicon/32x32/actions/stop.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png b/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png deleted file mode 100644 index aec49c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/system-lock-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/system-log-out.png b/Icons and cursors/windowsicon/32x32/actions/system-log-out.png deleted file mode 100644 index 7d37a6c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/system-log-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/system-run.png b/Icons and cursors/windowsicon/32x32/actions/system-run.png deleted file mode 100644 index 16eb34f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/system-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/system-search.png b/Icons and cursors/windowsicon/32x32/actions/system-search.png deleted file mode 100755 index 163bf46..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png b/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png deleted file mode 100644 index 1384a2c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/system-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/tab-new.png b/Icons and cursors/windowsicon/32x32/actions/tab-new.png deleted file mode 100755 index 40b3747..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/tab-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/tab.png b/Icons and cursors/windowsicon/32x32/actions/tab.png deleted file mode 100755 index b1d7787..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/tab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/tab_new.png b/Icons and cursors/windowsicon/32x32/actions/tab_new.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/tab_new.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/text_bold.png b/Icons and cursors/windowsicon/32x32/actions/text_bold.png deleted file mode 120000 index ef50053..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/text_bold.png +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/text_italic.png b/Icons and cursors/windowsicon/32x32/actions/text_italic.png deleted file mode 120000 index 1ee2a31..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/text_italic.png +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/text_strike.png b/Icons and cursors/windowsicon/32x32/actions/text_strike.png deleted file mode 120000 index 9ff9a37..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/text_strike.png +++ /dev/null @@ -1 +0,0 @@ -format-text-strikethrough.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/text_under.png b/Icons and cursors/windowsicon/32x32/actions/text_under.png deleted file mode 120000 index 4f5b154..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/text_under.png +++ /dev/null @@ -1 +0,0 @@ -format-text-underline.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png deleted file mode 120000 index bdf2c4c..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/tools-check-spelling.png +++ /dev/null @@ -1 +0,0 @@ -gtk-spell-check.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/top.png b/Icons and cursors/windowsicon/32x32/actions/top.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/undo.png b/Icons and cursors/windowsicon/32x32/actions/undo.png deleted file mode 100644 index 045d38b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/up.png b/Icons and cursors/windowsicon/32x32/actions/up.png deleted file mode 100644 index 1a5224a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png deleted file mode 120000 index 3e3ae14..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-available-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-available.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-available.png b/Icons and cursors/windowsicon/32x32/actions/user-available.png deleted file mode 120000 index 3e3ae14..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-available.png +++ /dev/null @@ -1 +0,0 @@ -empathy-available.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png deleted file mode 120000 index 9efb107..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-away-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-away.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-away.png b/Icons and cursors/windowsicon/32x32/actions/user-away.png deleted file mode 120000 index 9efb107..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-away.png +++ /dev/null @@ -1 +0,0 @@ -empathy-away.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png deleted file mode 120000 index 626136b..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-busy-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-busy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-busy.png b/Icons and cursors/windowsicon/32x32/actions/user-busy.png deleted file mode 120000 index 626136b..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-busy.png +++ /dev/null @@ -1 +0,0 @@ -empathy-busy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png b/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png deleted file mode 100755 index a52eec6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/user-group-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/user-group-new.png b/Icons and cursors/windowsicon/32x32/actions/user-group-new.png deleted file mode 100755 index 465d538..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/user-group-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png deleted file mode 120000 index 3947ab4..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-idle-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-extended-away.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-idle.png b/Icons and cursors/windowsicon/32x32/actions/user-idle.png deleted file mode 120000 index 3947ab4..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-idle.png +++ /dev/null @@ -1 +0,0 @@ -empathy-extended-away.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png deleted file mode 120000 index d51e23b..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-invisible-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-pending.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-invisible.png b/Icons and cursors/windowsicon/32x32/actions/user-invisible.png deleted file mode 120000 index d51e23b..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-invisible.png +++ /dev/null @@ -1 +0,0 @@ -empathy-pending.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png b/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png deleted file mode 120000 index 3e64196..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-offline-panel.png +++ /dev/null @@ -1 +0,0 @@ -empathy-offline.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/user-offline.png b/Icons and cursors/windowsicon/32x32/actions/user-offline.png deleted file mode 120000 index 3e64196..0000000 --- a/Icons and cursors/windowsicon/32x32/actions/user-offline.png +++ /dev/null @@ -1 +0,0 @@ -empathy-offline.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png deleted file mode 100755 index 87661aa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/view-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/view-refresh.png b/Icons and cursors/windowsicon/32x32/actions/view-refresh.png deleted file mode 100755 index 6bf713a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/view-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/view-restore.png b/Icons and cursors/windowsicon/32x32/actions/view-restore.png deleted file mode 100644 index 1cf4442..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/view-restore.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png deleted file mode 100644 index 94bf70d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/view-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png b/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png deleted file mode 100644 index b80f45d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/view-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag-.png b/Icons and cursors/windowsicon/32x32/actions/viewmag-.png deleted file mode 100644 index 7575116..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag-.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag.png b/Icons and cursors/windowsicon/32x32/actions/viewmag.png deleted file mode 100644 index dac0575..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmag1.png b/Icons and cursors/windowsicon/32x32/actions/viewmag1.png deleted file mode 100644 index e3950df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmag1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png b/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png deleted file mode 100644 index 69ff737..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/viewmagfit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window-close.png b/Icons and cursors/windowsicon/32x32/actions/window-close.png deleted file mode 100644 index 0f30e0a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window-new.png b/Icons and cursors/windowsicon/32x32/actions/window-new.png deleted file mode 100644 index 0b0b4a3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window-pin.png b/Icons and cursors/windowsicon/32x32/actions/window-pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png b/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png deleted file mode 100644 index 20b1224..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window_fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window_new.png b/Icons and cursors/windowsicon/32x32/actions/window_new.png deleted file mode 100644 index 0b0b4a3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png deleted file mode 100644 index 1cf4442..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/window_nofullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png deleted file mode 100644 index 1fca6f7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/xfce-system-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png deleted file mode 100644 index aec49c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/xfce-system-lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png deleted file mode 100644 index 69ff737..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-best-fit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png deleted file mode 100644 index 69ff737..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-fit-best.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-in.png b/Icons and cursors/windowsicon/32x32/actions/zoom-in.png deleted file mode 100644 index dac0575..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-in.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-original.png b/Icons and cursors/windowsicon/32x32/actions/zoom-original.png deleted file mode 100644 index e3950df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-original.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/actions/zoom-out.png b/Icons and cursors/windowsicon/32x32/actions/zoom-out.png deleted file mode 100644 index 7575116..0000000 Binary files a/Icons and cursors/windowsicon/32x32/actions/zoom-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png b/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png deleted file mode 100644 index 8d43164..0000000 Binary files a/Icons and cursors/windowsicon/32x32/animations/gnome-spinner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/animations/process-working.png b/Icons and cursors/windowsicon/32x32/animations/process-working.png deleted file mode 100644 index 8d43164..0000000 Binary files a/Icons and cursors/windowsicon/32x32/animations/process-working.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/access.png b/Icons and cursors/windowsicon/32x32/apps/access.png deleted file mode 100644 index d892614..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png b/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png deleted file mode 100644 index d892614..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/accessibility-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png b/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png deleted file mode 100644 index 20009eb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png b/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png deleted file mode 100644 index fbdf63d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png deleted file mode 100644 index 481e605..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-dictionary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png deleted file mode 100644 index 77ae4c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/accessories-text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/alacarte.png b/Icons and cursors/windowsicon/32x32/apps/alacarte.png deleted file mode 100644 index 69db28a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/alacarte.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png deleted file mode 100644 index 1ea7e81..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/applets-screenshooter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/apport.png b/Icons and cursors/windowsicon/32x32/apps/apport.png deleted file mode 100644 index 982368a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/apport.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/arts.png b/Icons and cursors/windowsicon/32x32/apps/arts.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/arts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/background.png b/Icons and cursors/windowsicon/32x32/apps/background.png deleted file mode 100644 index 51b1773..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/baobab.png b/Icons and cursors/windowsicon/32x32/apps/baobab.png deleted file mode 100644 index bc6c3e3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/baobab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/bleachbit.png b/Icons and cursors/windowsicon/32x32/apps/bleachbit.png deleted file mode 100644 index ab5d84d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/bleachbit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/bluetooth.png b/Icons and cursors/windowsicon/32x32/apps/bluetooth.png deleted file mode 100644 index 8a7ed3c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/brasero.png b/Icons and cursors/windowsicon/32x32/apps/brasero.png deleted file mode 100644 index 3ce3b65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/brasero.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/calc.png b/Icons and cursors/windowsicon/32x32/apps/calc.png deleted file mode 100644 index 20009eb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cheese.png b/Icons and cursors/windowsicon/32x32/apps/cheese.png deleted file mode 100644 index 8e80784..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cheese.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/color-picker.png b/Icons and cursors/windowsicon/32x32/apps/color-picker.png deleted file mode 100644 index 14d542e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/color-picker.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/config-language.png b/Icons and cursors/windowsicon/32x32/apps/config-language.png deleted file mode 100644 index ad431f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/config-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/config-users.png b/Icons and cursors/windowsicon/32x32/apps/config-users.png deleted file mode 100644 index aa0ec47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-applets.png b/Icons and cursors/windowsicon/32x32/apps/cs-applets.png deleted file mode 100644 index 452dcae..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-applets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png deleted file mode 100644 index 9f9ee92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-backgrounds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png deleted file mode 100644 index 73a6aa7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png deleted file mode 100644 index 34a2513..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-admin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png deleted file mode 100644 index 6f48f83..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-appearance.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png deleted file mode 100644 index 8f43235..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-hardware.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png deleted file mode 100644 index 5e4d239..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-prefs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png deleted file mode 100644 index 6f48f83..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-cat-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-color.png b/Icons and cursors/windowsicon/32x32/apps/cs-color.png deleted file mode 100644 index 98c4f6b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png b/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png deleted file mode 100644 index 8320e0b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-date-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png b/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png deleted file mode 100644 index 9f62141..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-default-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png b/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png deleted file mode 100644 index 452dcae..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desklets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png deleted file mode 100644 index 9f9ee92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desktop-effects.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png b/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png deleted file mode 100644 index 9f9ee92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-details.png b/Icons and cursors/windowsicon/32x32/apps/cs-details.png deleted file mode 100644 index fde545a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-details.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-display.png b/Icons and cursors/windowsicon/32x32/apps/cs-display.png deleted file mode 100644 index 00ab42a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png b/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png deleted file mode 100644 index 8f43235..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-drivers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png b/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png deleted file mode 100644 index e4e7259..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-extensions.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png b/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png deleted file mode 100644 index 71e84ef..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-firewall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png b/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png deleted file mode 100644 index bc09bc2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-general.png b/Icons and cursors/windowsicon/32x32/apps/cs-general.png deleted file mode 100644 index 135bfa7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-general.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png b/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png deleted file mode 100644 index 2f8c962..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-language.png b/Icons and cursors/windowsicon/32x32/apps/cs-language.png deleted file mode 100644 index 8edc71a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-login.png b/Icons and cursors/windowsicon/32x32/apps/cs-login.png deleted file mode 100644 index 356ba8c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-login.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png b/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png deleted file mode 100644 index 5ad2c8a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-network.png b/Icons and cursors/windowsicon/32x32/apps/cs-network.png deleted file mode 100644 index f50ee79..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png b/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png deleted file mode 100644 index 4b1ea92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-overview.png b/Icons and cursors/windowsicon/32x32/apps/cs-overview.png deleted file mode 100644 index 3692cdd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-overview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-panel.png b/Icons and cursors/windowsicon/32x32/apps/cs-panel.png deleted file mode 100644 index e4e7259..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-power.png b/Icons and cursors/windowsicon/32x32/apps/cs-power.png deleted file mode 100644 index 6d470cb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-power.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-printer.png b/Icons and cursors/windowsicon/32x32/apps/cs-printer.png deleted file mode 100644 index fabcb20..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png b/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png deleted file mode 100644 index f27c870..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-region.png b/Icons and cursors/windowsicon/32x32/apps/cs-region.png deleted file mode 100644 index 8edc71a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-region.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-screen.png b/Icons and cursors/windowsicon/32x32/apps/cs-screen.png deleted file mode 100644 index 3692cdd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png b/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png deleted file mode 100644 index 0b25a2a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png b/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png deleted file mode 100644 index ba59234..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-sound.png b/Icons and cursors/windowsicon/32x32/apps/cs-sound.png deleted file mode 100644 index 84b4b59..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-sources.png b/Icons and cursors/windowsicon/32x32/apps/cs-sources.png deleted file mode 100644 index ba59234..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-sources.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png deleted file mode 100644 index 0120164..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-startup-programs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png b/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png deleted file mode 100644 index dd80372..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-themes.png b/Icons and cursors/windowsicon/32x32/apps/cs-themes.png deleted file mode 100644 index f8eece0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png b/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png deleted file mode 100644 index 3692cdd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-tiling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png b/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png deleted file mode 100644 index 43565b7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-universal-access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png deleted file mode 100644 index 356ba8c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-user-accounts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-user.png b/Icons and cursors/windowsicon/32x32/apps/cs-user.png deleted file mode 100644 index 3b7c8f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-user.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-windows.png b/Icons and cursors/windowsicon/32x32/apps/cs-windows.png deleted file mode 100644 index 0120164..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png b/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png deleted file mode 100644 index 0120164..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/cs-workspaces.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png b/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png deleted file mode 100644 index e5ce9e5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/dconf-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/deja-dup.png b/Icons and cursors/windowsicon/32x32/apps/deja-dup.png deleted file mode 100644 index b5f495d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/deja-dup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/empathy.png b/Icons and cursors/windowsicon/32x32/apps/empathy.png deleted file mode 100644 index bcd055c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/empathy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/eog.png b/Icons and cursors/windowsicon/32x32/apps/eog.png deleted file mode 100644 index d6b4fae..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/eog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/epiphany.png b/Icons and cursors/windowsicon/32x32/apps/epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/evolution.png b/Icons and cursors/windowsicon/32x32/apps/evolution.png deleted file mode 100644 index e79ae78..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/evolution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/file-manager.png b/Icons and cursors/windowsicon/32x32/apps/file-manager.png deleted file mode 100644 index 895c002..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/file-roller.png b/Icons and cursors/windowsicon/32x32/apps/file-roller.png deleted file mode 100644 index 9c90620..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/file-roller.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/fonts.png b/Icons and cursors/windowsicon/32x32/apps/fonts.png deleted file mode 100644 index 883f98a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gedit.png b/Icons and cursors/windowsicon/32x32/apps/gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png deleted file mode 100644 index 78f5fe1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-aisleriot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png b/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png deleted file mode 100644 index 20009eb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png b/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png deleted file mode 100644 index fbdf63d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png b/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png deleted file mode 100644 index 2f7b51e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-disks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png b/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png deleted file mode 100644 index 6bbe0e7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-help.png b/Icons and cursors/windowsicon/32x32/apps/gnome-help.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png deleted file mode 100644 index afec4d4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mahjongg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png deleted file mode 100644 index d451aaf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mines.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png b/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png b/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png deleted file mode 100644 index e89674e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png deleted file mode 100644 index 9a34432..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-power-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png deleted file mode 100644 index f0359d3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png deleted file mode 100644 index d892614..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-accessibility-technologies.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png deleted file mode 100644 index 51b1773..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png deleted file mode 100644 index 883f98a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png deleted file mode 100644 index a1a47d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-keybindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png deleted file mode 100644 index 453e7b3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-settings-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png deleted file mode 100644 index 76cd9d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-sound-recorder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-sudoku.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png b/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png deleted file mode 100644 index c1563cb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-tweak-tool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png deleted file mode 100644 index 32a2f65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gnome-window-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/goa-panel.png b/Icons and cursors/windowsicon/32x32/apps/goa-panel.png deleted file mode 100644 index 9df438f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/goa-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gp.png b/Icons and cursors/windowsicon/32x32/apps/gp.png deleted file mode 100644 index 413ee85..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/gucharmap.png b/Icons and cursors/windowsicon/32x32/apps/gucharmap.png deleted file mode 100644 index fbdf63d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/gucharmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/help-browser.png b/Icons and cursors/windowsicon/32x32/apps/help-browser.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/jockey.png b/Icons and cursors/windowsicon/32x32/apps/jockey.png deleted file mode 100644 index 009ee9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/jockey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kcalc.png b/Icons and cursors/windowsicon/32x32/apps/kcalc.png deleted file mode 100644 index 20009eb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kcalc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kcharselect.png b/Icons and cursors/windowsicon/32x32/apps/kcharselect.png deleted file mode 100644 index fbdf63d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kcharselect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png b/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png deleted file mode 100644 index 32a2f65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kcmkwm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kcmsound.png b/Icons and cursors/windowsicon/32x32/apps/kcmsound.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kcmsound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kedit.png b/Icons and cursors/windowsicon/32x32/apps/kedit.png deleted file mode 100644 index 77ae4c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kedit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/key_bindings.png b/Icons and cursors/windowsicon/32x32/apps/key_bindings.png deleted file mode 100644 index a1a47d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/key_bindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kfm.png b/Icons and cursors/windowsicon/32x32/apps/kfm.png deleted file mode 100644 index 895c002..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kfm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png b/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/konsole.png b/Icons and cursors/windowsicon/32x32/apps/konsole.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/konsole.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/krfb.png b/Icons and cursors/windowsicon/32x32/apps/krfb.png deleted file mode 100644 index f0359d3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/krfb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png b/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png deleted file mode 100644 index 5490660..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/ksysguard.png b/Icons and cursors/windowsicon/32x32/apps/ksysguard.png deleted file mode 100644 index e89674e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/ksysguard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kuser.png b/Icons and cursors/windowsicon/32x32/apps/kuser.png deleted file mode 100644 index aa0ec47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kuser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/kwin.png b/Icons and cursors/windowsicon/32x32/apps/kwin.png deleted file mode 100644 index 32a2f65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/kwin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png deleted file mode 100644 index a7870fb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-base.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png deleted file mode 100644 index 8a47c0a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png deleted file mode 100644 index bcf75f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png deleted file mode 100644 index d8f6174..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png deleted file mode 100644 index e08090b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-main.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png deleted file mode 100644 index a6002e5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-math.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png deleted file mode 100644 index e08090b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-startcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png deleted file mode 100644 index 852424e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/libreoffice-writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/locale.png b/Icons and cursors/windowsicon/32x32/apps/locale.png deleted file mode 100644 index ad431f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/logview.png b/Icons and cursors/windowsicon/32x32/apps/logview.png deleted file mode 100644 index 472e950..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/logview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/multimedia-volume-control.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/multimedia.png b/Icons and cursors/windowsicon/32x32/apps/multimedia.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/nautilus.png b/Icons and cursors/windowsicon/32x32/apps/nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/openshot.png b/Icons and cursors/windowsicon/32x32/apps/openshot.png deleted file mode 100644 index 0e58eab..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/openshot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/openterm.png b/Icons and cursors/windowsicon/32x32/apps/openterm.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/openterm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/orca.png b/Icons and cursors/windowsicon/32x32/apps/orca.png deleted file mode 100644 index d892614..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/orca.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.Tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/32x32/apps/org.gnome.tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-color.png b/Icons and cursors/windowsicon/32x32/apps/preferences-color.png deleted file mode 100644 index ee9b3c3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png deleted file mode 100644 index d892614..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png deleted file mode 100644 index 87e82c0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png deleted file mode 100644 index 883f98a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index a1a47d0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png deleted file mode 100644 index 0277dc9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png deleted file mode 100644 index ad431f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index f0359d3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png deleted file mode 100644 index 5490660..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png deleted file mode 100644 index 453e7b3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 51b1773..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png deleted file mode 100644 index b865ab5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png deleted file mode 100644 index 4e9ada2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png deleted file mode 100644 index d7bace3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png deleted file mode 100644 index 855ed0d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-sharing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png deleted file mode 100644 index a64dcea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png deleted file mode 100644 index 32a2f65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/preferences-system-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png deleted file mode 100644 index 895c002..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/redhat-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/remmina.png b/Icons and cursors/windowsicon/32x32/apps/remmina.png deleted file mode 100644 index f0359d3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/remmina.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png b/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png deleted file mode 100644 index 21cab56..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/rhythmbox.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/screensaver.png b/Icons and cursors/windowsicon/32x32/apps/screensaver.png deleted file mode 100644 index 5490660..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/seahorse.png b/Icons and cursors/windowsicon/32x32/apps/seahorse.png deleted file mode 100644 index c6d803e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/seahorse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/session-properties.png b/Icons and cursors/windowsicon/32x32/apps/session-properties.png deleted file mode 100644 index 4b27943..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/session-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/shotwell.png b/Icons and cursors/windowsicon/32x32/apps/shotwell.png deleted file mode 100644 index 6ae9472..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/shotwell.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/software-properties.png b/Icons and cursors/windowsicon/32x32/apps/software-properties.png deleted file mode 100644 index f263ff0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png b/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png deleted file mode 100644 index 8ac77e9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/softwarecenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/style.png b/Icons and cursors/windowsicon/32x32/apps/style.png deleted file mode 100644 index 453e7b3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/style.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png b/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/system-config-users.png b/Icons and cursors/windowsicon/32x32/apps/system-config-users.png deleted file mode 100644 index aa0ec47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/system-config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png b/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png deleted file mode 100644 index 895c002..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/system-file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/system-software-install.png b/Icons and cursors/windowsicon/32x32/apps/system-software-install.png deleted file mode 100644 index 505fa6a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/system-software-install.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/system-software-update.png b/Icons and cursors/windowsicon/32x32/apps/system-software-update.png deleted file mode 100644 index 0fd193a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/system-software-update.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/system-users.png b/Icons and cursors/windowsicon/32x32/apps/system-users.png deleted file mode 100644 index aa0ec47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/system-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/terminal.png b/Icons and cursors/windowsicon/32x32/apps/terminal.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/text-editor.png b/Icons and cursors/windowsicon/32x32/apps/text-editor.png deleted file mode 100644 index 77ae4c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/totem.png b/Icons and cursors/windowsicon/32x32/apps/totem.png deleted file mode 100644 index cd7838e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/totem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/transmission.png b/Icons and cursors/windowsicon/32x32/apps/transmission.png deleted file mode 100644 index e8b9360..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/transmission.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/update-manager.png b/Icons and cursors/windowsicon/32x32/apps/update-manager.png deleted file mode 100644 index 0fd193a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/update-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png deleted file mode 100644 index dc1a386..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/usb-creator-gtk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/user-info.png b/Icons and cursors/windowsicon/32x32/apps/user-info.png deleted file mode 100644 index 358cdc9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png deleted file mode 100644 index e89674e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/utilities-system-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png b/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/utilities-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/volume-knob.png b/Icons and cursors/windowsicon/32x32/apps/volume-knob.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/volume-knob.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/waiting.png b/Icons and cursors/windowsicon/32x32/apps/waiting.png deleted file mode 100644 index 310544f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/wallpaper.png b/Icons and cursors/windowsicon/32x32/apps/wallpaper.png deleted file mode 100644 index 51b1773..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/web-browser.png b/Icons and cursors/windowsicon/32x32/apps/web-browser.png deleted file mode 100644 index b345aba..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/web-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png b/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png deleted file mode 100644 index e023fd7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xdiagnose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png b/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png deleted file mode 100644 index 77ae4c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png deleted file mode 100644 index 895c002..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-man.png b/Icons and cursors/windowsicon/32x32/apps/xfce-man.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png b/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png deleted file mode 100644 index bf3ee64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png deleted file mode 100644 index 51b1773..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-backdrop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png deleted file mode 100644 index 04ac9d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png b/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png deleted file mode 100644 index 453e7b3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfce4-ui.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xfwm4.png b/Icons and cursors/windowsicon/32x32/apps/xfwm4.png deleted file mode 100644 index 32a2f65..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xfwm4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png b/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png deleted file mode 100644 index 5490660..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/xterm-color.png b/Icons and cursors/windowsicon/32x32/apps/xterm-color.png deleted file mode 100644 index 6dc371d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/xterm-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/apps/zen-icon.png b/Icons and cursors/windowsicon/32x32/apps/zen-icon.png deleted file mode 100644 index 0fd193a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/apps/zen-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png b/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png deleted file mode 100644 index 1f66003..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-development.png b/Icons and cursors/windowsicon/32x32/categories/applications-development.png deleted file mode 100644 index 63f527e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png b/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png deleted file mode 100644 index 009ee9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-electronics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png b/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png deleted file mode 100644 index e5c6f4f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-engineering.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-games.png b/Icons and cursors/windowsicon/32x32/categories/applications-games.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png b/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png deleted file mode 100644 index 43764c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-internet.png b/Icons and cursors/windowsicon/32x32/categories/applications-internet.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png deleted file mode 100644 index dccf976..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-office.png b/Icons and cursors/windowsicon/32x32/categories/applications-office.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-other.png b/Icons and cursors/windowsicon/32x32/categories/applications-other.png deleted file mode 100644 index 729eb0f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-science.png b/Icons and cursors/windowsicon/32x32/categories/applications-science.png deleted file mode 100644 index 2958f3e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-science.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-system.png b/Icons and cursors/windowsicon/32x32/categories/applications-system.png deleted file mode 100644 index 0b3e207..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png b/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png deleted file mode 100644 index 05826c0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/applications-utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png b/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png b/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-control-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png b/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png deleted file mode 100644 index 63f527e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png b/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-globe.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png b/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png deleted file mode 100644 index 43764c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png b/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png deleted file mode 100644 index dccf976..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-other.png b/Icons and cursors/windowsicon/32x32/categories/gnome-other.png deleted file mode 100644 index 729eb0f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png b/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-system.png b/Icons and cursors/windowsicon/32x32/categories/gnome-system.png deleted file mode 100644 index 0b3e207..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gnome-util.png b/Icons and cursors/windowsicon/32x32/categories/gnome-util.png deleted file mode 100644 index 1f66003..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gnome-util.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png b/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/gtk-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png b/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png deleted file mode 100644 index 61ed0de..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/input_devices_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/kcontrol.png b/Icons and cursors/windowsicon/32x32/categories/kcontrol.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/kcontrol.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_development.png b/Icons and cursors/windowsicon/32x32/categories/package_development.png deleted file mode 100644 index 63f527e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_games.png b/Icons and cursors/windowsicon/32x32/categories/package_games.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_graphics.png b/Icons and cursors/windowsicon/32x32/categories/package_graphics.png deleted file mode 100644 index 43764c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png b/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png deleted file mode 100644 index dccf976..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_network.png b/Icons and cursors/windowsicon/32x32/categories/package_network.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_office.png b/Icons and cursors/windowsicon/32x32/categories/package_office.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_settings.png b/Icons and cursors/windowsicon/32x32/categories/package_settings.png deleted file mode 100644 index c6c1919..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_system.png b/Icons and cursors/windowsicon/32x32/categories/package_system.png deleted file mode 100644 index 0b3e207..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/package_utilities.png b/Icons and cursors/windowsicon/32x32/categories/package_utilities.png deleted file mode 100644 index 1f66003..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/package_utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 61ed0de..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png deleted file mode 100644 index 7c2dc53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop-personal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png b/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-other.png b/Icons and cursors/windowsicon/32x32/categories/preferences-other.png deleted file mode 100644 index 48c087b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png b/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png deleted file mode 100644 index 9642dac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-system-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/preferences-system.png b/Icons and cursors/windowsicon/32x32/categories/preferences-system.png deleted file mode 100644 index c6c1919..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/preferences-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png b/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png deleted file mode 100644 index 1f66003..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-games.png b/Icons and cursors/windowsicon/32x32/categories/redhat-games.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png b/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png deleted file mode 100644 index 43764c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png b/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-office.png b/Icons and cursors/windowsicon/32x32/categories/redhat-office.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png b/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png b/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png deleted file mode 100644 index 63f527e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-programming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png deleted file mode 100644 index dccf976..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-sound_video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png deleted file mode 100644 index c6c1919..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-system_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png deleted file mode 100644 index 0b3e207..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/redhat-system_tools.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/stock_internet.png b/Icons and cursors/windowsicon/32x32/categories/stock_internet.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/stock_internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/system-help.png b/Icons and cursors/windowsicon/32x32/categories/system-help.png deleted file mode 100644 index 26598e8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/system-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png b/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png deleted file mode 100644 index 63f527e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-games.png b/Icons and cursors/windowsicon/32x32/categories/xfce-games.png deleted file mode 100644 index ea70414..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png b/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png deleted file mode 100644 index 43764c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png b/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png deleted file mode 100644 index ac787ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png deleted file mode 100644 index dccf976..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-office.png b/Icons and cursors/windowsicon/32x32/categories/xfce-office.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png deleted file mode 100644 index c6c1919..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-system-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-system.png b/Icons and cursors/windowsicon/32x32/categories/xfce-system.png deleted file mode 100644 index 0b3e207..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png b/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png deleted file mode 100644 index 1f66003..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce-utils.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png b/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png deleted file mode 100644 index 7da0871..0000000 Binary files a/Icons and cursors/windowsicon/32x32/categories/xfce4-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png deleted file mode 100644 index 3b84a8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/3floppy_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png b/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png deleted file mode 100644 index e9725f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/ac-adapter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-card.png b/Icons and cursors/windowsicon/32x32/devices/audio-card.png deleted file mode 100644 index 009ee9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-card.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png b/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png deleted file mode 100644 index 0be7eaa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-headphones.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-headset.png b/Icons and cursors/windowsicon/32x32/devices/audio-headset.png deleted file mode 100644 index 781b617..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-headset.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png deleted file mode 100644 index 3334b48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-input-microphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png b/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png deleted file mode 100644 index d05d56d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/audio-speakers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/battery.png b/Icons and cursors/windowsicon/32x32/devices/battery.png deleted file mode 100644 index b2176c4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-photo.png b/Icons and cursors/windowsicon/32x32/devices/camera-photo.png deleted file mode 100644 index 1ea7e81..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-photo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-video.png b/Icons and cursors/windowsicon/32x32/devices/camera-video.png deleted file mode 100644 index 0c41efd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/camera-web.png b/Icons and cursors/windowsicon/32x32/devices/camera-web.png deleted file mode 100644 index 8e80784..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/camera-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/camera.png b/Icons and cursors/windowsicon/32x32/devices/camera.png deleted file mode 100644 index 1ea7e81..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/camera.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png b/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png deleted file mode 100644 index 1ea7e81..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/camera_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/cdrom_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/cdwriter_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/chardevice.png b/Icons and cursors/windowsicon/32x32/devices/chardevice.png deleted file mode 100644 index 6512e57..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/chardevice.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png deleted file mode 100644 index 5a1dbc6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/colorimeter-colorhug.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png deleted file mode 100644 index 02c803e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/computer-apple-ipad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/computer.png b/Icons and cursors/windowsicon/32x32/devices/computer.png deleted file mode 100644 index 1248803..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/display.png b/Icons and cursors/windowsicon/32x32/devices/display.png deleted file mode 100644 index 6512e57..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png deleted file mode 100644 index 86eb834..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png deleted file mode 100644 index 2a14f8e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-ieee1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png deleted file mode 100644 index 6c70da8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png deleted file mode 100644 index 6f244f7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png deleted file mode 100644 index 021b2d2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png deleted file mode 100644 index 13b1972..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png b/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png deleted file mode 100644 index 3845825..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-multidisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-optical.png b/Icons and cursors/windowsicon/32x32/devices/drive-optical.png deleted file mode 100644 index 86eb834..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png b/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png deleted file mode 100644 index 65a6b7d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/drive-removable-media.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png b/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/dvd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png deleted file mode 100644 index b2176c4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png deleted file mode 100644 index 86eb834..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png deleted file mode 100644 index 1248803..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-cdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdram.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-disc-dvdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png deleted file mode 100644 index 86eb834..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png deleted file mode 100644 index 92cbfef..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ethernet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png deleted file mode 100644 index 3b84a8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png deleted file mode 100644 index e3ac5d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-ipod.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png deleted file mode 100644 index c3d5453..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png deleted file mode 100644 index 431117d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-cf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png deleted file mode 100644 index 431117d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-ms.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png deleted file mode 100644 index 431117d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sdmmc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png deleted file mode 100644 index 431117d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-media-sm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-ball.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-mouse-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png deleted file mode 100644 index 65a6b7d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png deleted file mode 100644 index 65a6b7d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png deleted file mode 100644 index 65a6b7d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png deleted file mode 100644 index 15c1f4d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-dev-wavelan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png deleted file mode 100644 index 1248803..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-fs-client.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png b/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png deleted file mode 100644 index b3e9a70..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png deleted file mode 100644 index 3334b48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gnome-stock-mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png b/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png deleted file mode 100644 index 3b84a8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/gtk-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/harddrive.png b/Icons and cursors/windowsicon/32x32/devices/harddrive.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/harddrive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png b/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/hdd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png b/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png deleted file mode 100644 index fd83a48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-dialpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-gaming.png b/Icons and cursors/windowsicon/32x32/devices/input-gaming.png deleted file mode 100644 index 7146153..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-gaming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png deleted file mode 100644 index c3d5453..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-mouse.png b/Icons and cursors/windowsicon/32x32/devices/input-mouse.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-tablet.png b/Icons and cursors/windowsicon/32x32/devices/input-tablet.png deleted file mode 100644 index 9e5e330..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png b/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png deleted file mode 100644 index 33d38c8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/input-touchpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png b/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png deleted file mode 100644 index e3ac5d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/ipod_mount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/joystick.png b/Icons and cursors/windowsicon/32x32/devices/joystick.png deleted file mode 100644 index 7146153..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/keyboard.png b/Icons and cursors/windowsicon/32x32/devices/keyboard.png deleted file mode 100644 index c3d5453..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png b/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/kjobviewer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/kxkb.png b/Icons and cursors/windowsicon/32x32/devices/kxkb.png deleted file mode 100644 index c3d5453..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/kxkb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png b/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-flash.png b/Icons and cursors/windowsicon/32x32/devices/media-flash.png deleted file mode 100644 index 431117d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-floppy.png b/Icons and cursors/windowsicon/32x32/devices/media-floppy.png deleted file mode 100644 index 3b84a8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png deleted file mode 100644 index c833d40..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-bd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png deleted file mode 100644 index 8fb5e0b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-cd-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png deleted file mode 100644 index 07a1b64..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-optical.png b/Icons and cursors/windowsicon/32x32/devices/media-optical.png deleted file mode 100644 index 10cebac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-removable.png b/Icons and cursors/windowsicon/32x32/devices/media-removable.png deleted file mode 100644 index 3bad137..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-tape.png b/Icons and cursors/windowsicon/32x32/devices/media-tape.png deleted file mode 100644 index f20a1d4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-tape.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/media-zip.png b/Icons and cursors/windowsicon/32x32/devices/media-zip.png deleted file mode 100644 index 38df355..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/media-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/modem.png b/Icons and cursors/windowsicon/32x32/devices/modem.png deleted file mode 100644 index b3e9a70..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/mouse.png b/Icons and cursors/windowsicon/32x32/devices/mouse.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png deleted file mode 100644 index c1e1898..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png b/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png deleted file mode 100644 index e3ac5d6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/multimedia-player.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/network-vpn.png b/Icons and cursors/windowsicon/32x32/devices/network-vpn.png deleted file mode 100644 index 26c64f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/network-vpn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/network-wired.png b/Icons and cursors/windowsicon/32x32/devices/network-wired.png deleted file mode 100644 index 92cbfef..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/network-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/network-wireless.png b/Icons and cursors/windowsicon/32x32/devices/network-wireless.png deleted file mode 100644 index 15c1f4d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/network-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png b/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png deleted file mode 100644 index 15c1f4d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-adhoc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png b/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png deleted file mode 100644 index 92cbfef..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-device-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png deleted file mode 100644 index 15c1f4d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/nm-device-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/pda.png b/Icons and cursors/windowsicon/32x32/devices/pda.png deleted file mode 100644 index c2dec9a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/pda.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png deleted file mode 100644 index 22b4cad..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-apple-iphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png deleted file mode 100644 index 9a29a6d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-google-nexus-one.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png deleted file mode 100644 index cd72868..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-htc-g1-white.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png deleted file mode 100644 index c7d92a7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-palm-pre.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png deleted file mode 100644 index 065c0a4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone-samsung-galaxy-s.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/phone.png b/Icons and cursors/windowsicon/32x32/devices/phone.png deleted file mode 100644 index b693bce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/printer-network.png b/Icons and cursors/windowsicon/32x32/devices/printer-network.png deleted file mode 100644 index 9a5bb36..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/printer-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/printer-remote.png b/Icons and cursors/windowsicon/32x32/devices/printer-remote.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/printer-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/printer.png b/Icons and cursors/windowsicon/32x32/devices/printer.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/printer1.png b/Icons and cursors/windowsicon/32x32/devices/printer1.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/printer1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/printmgr.png b/Icons and cursors/windowsicon/32x32/devices/printmgr.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/printmgr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/scanner.png b/Icons and cursors/windowsicon/32x32/devices/scanner.png deleted file mode 100644 index a9a9bd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/scanner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png deleted file mode 100644 index b693bce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_cell-phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_mic.png b/Icons and cursors/windowsicon/32x32/devices/stock_mic.png deleted file mode 100644 index 3334b48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/stock_printers.png b/Icons and cursors/windowsicon/32x32/devices/stock_printers.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/stock_printers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/system-floppy.png b/Icons and cursors/windowsicon/32x32/devices/system-floppy.png deleted file mode 100644 index 3b84a8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/system-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/system.png b/Icons and cursors/windowsicon/32x32/devices/system.png deleted file mode 100644 index 1248803..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png deleted file mode 100644 index 97a5ebe..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/uninterruptible-power-supply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png deleted file mode 100644 index 65a6b7d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/usbpendrive_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/video-display.png b/Icons and cursors/windowsicon/32x32/devices/video-display.png deleted file mode 100644 index 6512e57..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/video-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png b/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png deleted file mode 100644 index 6512e57..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png deleted file mode 100644 index c3d5453..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/xfce4-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_HD.png b/Icons and cursors/windowsicon/32x32/devices/yast_HD.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_HD.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png b/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png deleted file mode 100644 index e85eb53..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_idetude.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png b/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png deleted file mode 100644 index 7146153..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png b/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png deleted file mode 100644 index 6016ea0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_printer.png b/Icons and cursors/windowsicon/32x32/devices/yast_printer.png deleted file mode 100644 index b27fdac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png b/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png deleted file mode 100644 index 009ee9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/devices/yast_soundcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png deleted file mode 100644 index f51fcdf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png deleted file mode 100644 index fe2ea45..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png deleted file mode 100644 index b89adab..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-downloads.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png deleted file mode 100644 index c569834..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-favorite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png deleted file mode 100644 index ba03057..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png deleted file mode 100644 index 9cf514f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png deleted file mode 100644 index 7462c77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-noread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png deleted file mode 100644 index a856222..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-nowrite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png deleted file mode 100644 index 9c90620..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png deleted file mode 100644 index b1c6172..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-photos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png deleted file mode 100644 index a856222..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png deleted file mode 100644 index cee753e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-shared.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png deleted file mode 100644 index d93f1b4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png deleted file mode 100644 index bc6c09c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png deleted file mode 100644 index 856ae5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png deleted file mode 100644 index 99fde66..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png b/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png deleted file mode 100644 index ca2be58..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emblems/emblem-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-angel.png b/Icons and cursors/windowsicon/32x32/emotes/face-angel.png deleted file mode 100644 index 6357d02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-angel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-angry.png b/Icons and cursors/windowsicon/32x32/emotes/face-angry.png deleted file mode 100644 index 52612f5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-angry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-cool.png b/Icons and cursors/windowsicon/32x32/emotes/face-cool.png deleted file mode 100644 index 475181a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-cool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-crying.png b/Icons and cursors/windowsicon/32x32/emotes/face-crying.png deleted file mode 100644 index 5d3dab0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-crying.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png b/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png deleted file mode 100644 index c8dc471..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-devilish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png deleted file mode 100644 index 105001e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-embarrassed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png b/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png deleted file mode 100644 index 2dad18e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-glasses.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png b/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png deleted file mode 100644 index 691a5ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-kiss.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png b/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png deleted file mode 100644 index 0cf201b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-laugh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png b/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png deleted file mode 100644 index 3ffe3f6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-monkey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-plain.png b/Icons and cursors/windowsicon/32x32/emotes/face-plain.png deleted file mode 100644 index 58dded9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-plain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png b/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png deleted file mode 100644 index 12a13ca..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-raspberry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-sad.png b/Icons and cursors/windowsicon/32x32/emotes/face-sad.png deleted file mode 100644 index febb349..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-sad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-sick.png b/Icons and cursors/windowsicon/32x32/emotes/face-sick.png deleted file mode 100644 index d2a257d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-sick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png b/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png deleted file mode 100644 index 29c1ef5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smile-big.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smile.png b/Icons and cursors/windowsicon/32x32/emotes/face-smile.png deleted file mode 100644 index 8c9b04e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png b/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png deleted file mode 100644 index b8c90ac..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-smirk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png b/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png deleted file mode 100644 index f52aa0e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-surprise.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-tired.png b/Icons and cursors/windowsicon/32x32/emotes/face-tired.png deleted file mode 100644 index 7cac0e9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-tired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png b/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png deleted file mode 100644 index 8d766fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-uncertain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-wink.png b/Icons and cursors/windowsicon/32x32/emotes/face-wink.png deleted file mode 100644 index 145488c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-wink.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/face-worried.png b/Icons and cursors/windowsicon/32x32/emotes/face-worried.png deleted file mode 100644 index a4b4bc5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/face-worried.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png deleted file mode 100644 index 8c9b04e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png deleted file mode 100644 index 12a13ca..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-10.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png deleted file mode 100644 index 5d3dab0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-11.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png deleted file mode 100644 index 691a5ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-13.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png deleted file mode 100644 index 475181a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-15.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png deleted file mode 100644 index 6357d02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-18.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png deleted file mode 100644 index 8c9b04e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png deleted file mode 100644 index 3ffe3f6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-22.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png deleted file mode 100644 index 145488c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png deleted file mode 100644 index febb349..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png deleted file mode 100644 index f52aa0e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png deleted file mode 100644 index 29c1ef5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-6.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png deleted file mode 100644 index 8c9b04e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-7.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png deleted file mode 100644 index 58dded9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/emotes/stock_smiley-8.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png deleted file mode 100644 index 0de3ed4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png deleted file mode 100644 index 330bc1d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png deleted file mode 100644 index 9232d76..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-rss.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png deleted file mode 100644 index 2e21b79..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png deleted file mode 100644 index 5d345e1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png deleted file mode 100644 index 9b43d80..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png deleted file mode 100644 index 122ada6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-vnd.rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index 6ea2b36..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png deleted file mode 100644 index ff126fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-addon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png deleted file mode 100644 index f877201..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-blender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png deleted file mode 100644 index d549beb..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-cd-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index 21f2b11..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png deleted file mode 100644 index 04e7d04..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png deleted file mode 100644 index 296bcb4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-mono-develop-xib.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png b/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png deleted file mode 100644 index 8b63dcf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/binary.png b/Icons and cursors/windowsicon/32x32/mimetypes/binary.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/binary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png b/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png deleted file mode 100644 index d348a02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/contents2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/deb.png b/Icons and cursors/windowsicon/32x32/mimetypes/deb.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/document.png b/Icons and cursors/windowsicon/32x32/mimetypes/document.png deleted file mode 100644 index 3a5028e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/empty.png b/Icons and cursors/windowsicon/32x32/mimetypes/empty.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/exec.png b/Icons and cursors/windowsicon/32x32/mimetypes/exec.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/exec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/folder_tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font.png b/Icons and cursors/windowsicon/32x32/mimetypes/font.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_bitmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_truetype.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png b/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/font_type1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png deleted file mode 100644 index 7cad893..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-fs-regular.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-msword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png deleted file mode 100644 index 8b63dcf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-ogg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-pdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-postscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-rtf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png deleted file mode 100644 index 5d345e1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png deleted file mode 100644 index 9b43d80..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png deleted file mode 100644 index 122ada6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png deleted file mode 100644 index 9b43d80..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png deleted file mode 100644 index 5d345e1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png deleted file mode 100644 index 122ada6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-php.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png deleted file mode 100644 index 8b63dcf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-python.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png deleted file mode 100644 index cec3de3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png deleted file mode 100644 index d348a02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png deleted file mode 100644 index 1473e5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gnome-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png deleted file mode 100644 index 7cad893..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/gtk-file.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/html.png b/Icons and cursors/windowsicon/32x32/mimetypes/html.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/image-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/image.png b/Icons and cursors/windowsicon/32x32/mimetypes/image.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/kpresenter_kpr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png deleted file mode 100644 index 00f0c93..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png deleted file mode 100644 index 578cc50..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png deleted file mode 100644 index 667a16b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png deleted file mode 100644 index 862dd08..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png deleted file mode 100644 index 70917b2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png deleted file mode 100644 index 62361f0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png deleted file mode 100644 index b698e8e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png deleted file mode 100644 index a6002e5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png deleted file mode 100644 index 61e6ef4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png deleted file mode 100644 index 5d345e1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png deleted file mode 100644 index 9b43d80..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png deleted file mode 100644 index 122ada6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png deleted file mode 100644 index 4c5f64b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png deleted file mode 100644 index ed4b43f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png deleted file mode 100644 index e50e547..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png deleted file mode 100644 index 9216508..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png deleted file mode 100644 index 71e22ec..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png deleted file mode 100644 index 482e74e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png deleted file mode 100644 index 1a06f43..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/libreoffice-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/mime_ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/misc.png b/Icons and cursors/windowsicon/32x32/mimetypes/misc.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/misc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package.png b/Icons and cursors/windowsicon/32x32/mimetypes/package.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png b/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package_editors.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/package_wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/plan.png b/Icons and cursors/windowsicon/32x32/mimetypes/plan.png deleted file mode 100644 index cec3de3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/plan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png b/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png b/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/sound.png b/Icons and cursors/windowsicon/32x32/mimetypes/sound.png deleted file mode 100644 index 8b63dcf..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png deleted file mode 100644 index d348a02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_addressbook.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png deleted file mode 100644 index cec3de3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png deleted file mode 100644 index 0de3ed4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png b/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/stock_script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/tar.png b/Icons and cursors/windowsicon/32x32/mimetypes/tar.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png b/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png deleted file mode 100644 index a23677f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/template_source.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png deleted file mode 100644 index a23677f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png deleted file mode 100644 index 23e30a4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-opml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png deleted file mode 100644 index 7cad893..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png deleted file mode 100644 index 1e7835b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/text-x-script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png b/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/tgz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/txt.png b/Icons and cursors/windowsicon/32x32/mimetypes/txt.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/txt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png b/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/txt2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png b/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png deleted file mode 100644 index 2d24a87..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/unknown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png deleted file mode 100644 index cec3de3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png b/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png deleted file mode 100644 index d348a02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/video-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/video.png b/Icons and cursors/windowsicon/32x32/mimetypes/video.png deleted file mode 100644 index a115fa1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/www.png b/Icons and cursors/windowsicon/32x32/mimetypes/www.png deleted file mode 100644 index 6d4d1da..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/www.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png deleted file mode 100644 index d348a02..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png deleted file mode 100644 index cec3de3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png deleted file mode 100644 index 122ada6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png deleted file mode 100644 index da4a715..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png deleted file mode 100644 index 435a331..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 5d345e1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png deleted file mode 100644 index a775ae6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index 9b43d80..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index 22e626a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png deleted file mode 100644 index 280bdf9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/x-package-repository.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png b/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png deleted file mode 100644 index 5fcfdd4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/xorg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/mimetypes/zip.png b/Icons and cursors/windowsicon/32x32/mimetypes/zip.png deleted file mode 100644 index 744cf77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/mimetypes/zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png deleted file mode 100644 index 44eebbc..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/application-x-gnome-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/debian-swirl.png b/Icons and cursors/windowsicon/32x32/places/debian-swirl.png deleted file mode 100644 index 210e6db..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/debian-swirl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/desktop.png b/Icons and cursors/windowsicon/32x32/places/desktop.png deleted file mode 100644 index ada314e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/emptytrash.png b/Icons and cursors/windowsicon/32x32/places/emptytrash.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/emptytrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-documents.png b/Icons and cursors/windowsicon/32x32/places/folder-documents.png deleted file mode 100644 index d8ddef2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-download.png b/Icons and cursors/windowsicon/32x32/places/folder-download.png deleted file mode 100644 index 8a3209e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-music.png b/Icons and cursors/windowsicon/32x32/places/folder-music.png deleted file mode 100644 index 8847192..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-music.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-pictures.png b/Icons and cursors/windowsicon/32x32/places/folder-pictures.png deleted file mode 100644 index 02722c7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-pictures.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png b/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png deleted file mode 100644 index 5a0f25c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-publicshare.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-remote.png b/Icons and cursors/windowsicon/32x32/places/folder-remote.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png b/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png deleted file mode 100644 index 44eebbc..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-templates.png b/Icons and cursors/windowsicon/32x32/places/folder-templates.png deleted file mode 100644 index f4ea81d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-templates.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder-videos.png b/Icons and cursors/windowsicon/32x32/places/folder-videos.png deleted file mode 100644 index 2863f72..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder-videos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder.png b/Icons and cursors/windowsicon/32x32/places/folder.png deleted file mode 100644 index 2aab525..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/folder_home.png b/Icons and cursors/windowsicon/32x32/places/folder_home.png deleted file mode 100644 index d38fc8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/folder_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-foot.png b/Icons and cursors/windowsicon/32x32/places/gnome-foot.png deleted file mode 100644 index 95f85db..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-foot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png deleted file mode 100644 index ada314e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png deleted file mode 100644 index 2aab525..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ftp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png deleted file mode 100644 index d38fc8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png deleted file mode 100644 index 682dd5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-nfs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-smb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-ssh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-fs-trash-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png deleted file mode 100644 index 682dd5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gnome-stock-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gtk-directory.png b/Icons and cursors/windowsicon/32x32/places/gtk-directory.png deleted file mode 100644 index 2aab525..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/gtk-network.png b/Icons and cursors/windowsicon/32x32/places/gtk-network.png deleted file mode 100644 index 682dd5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/gtk-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/inode-directory.png b/Icons and cursors/windowsicon/32x32/places/inode-directory.png deleted file mode 100644 index 2aab525..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/inode-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/network-server.png b/Icons and cursors/windowsicon/32x32/places/network-server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/network-workgroup.png b/Icons and cursors/windowsicon/32x32/places/network-workgroup.png deleted file mode 100644 index 682dd5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/network-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/network.png b/Icons and cursors/windowsicon/32x32/places/network.png deleted file mode 100644 index e5946fa..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/network_local.png b/Icons and cursors/windowsicon/32x32/places/network_local.png deleted file mode 100644 index 682dd5f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/network_local.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png b/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/redhat-network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/server.png b/Icons and cursors/windowsicon/32x32/places/server.png deleted file mode 100644 index 50a629d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/stock_folder.png b/Icons and cursors/windowsicon/32x32/places/stock_folder.png deleted file mode 100644 index 2aab525..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/stock_folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png b/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/trashcan_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png b/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png deleted file mode 100644 index 7fd978d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/ubuntu-logo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png b/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png deleted file mode 100644 index 9514f47..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/user-bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/user-desktop.png b/Icons and cursors/windowsicon/32x32/places/user-desktop.png deleted file mode 100644 index ada314e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/user-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/user-home.png b/Icons and cursors/windowsicon/32x32/places/user-home.png deleted file mode 100644 index d38fc8b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/user-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/user-trash.png b/Icons and cursors/windowsicon/32x32/places/user-trash.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/user-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png deleted file mode 100644 index 1f8a3e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/places/xfce-trash_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/appointment-missed.png b/Icons and cursors/windowsicon/32x32/status/appointment-missed.png deleted file mode 100644 index 0e40853..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/appointment-missed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/appointment-soon.png b/Icons and cursors/windowsicon/32x32/status/appointment-soon.png deleted file mode 100644 index c1866d1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/appointment-soon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png deleted file mode 100644 index 2891552..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png deleted file mode 100644 index 472a809..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png deleted file mode 100644 index 903da48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png b/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png deleted file mode 100644 index f23a900..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/audio-volume-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/avatar-default.png b/Icons and cursors/windowsicon/32x32/status/avatar-default.png deleted file mode 100644 index 358cdc9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png deleted file mode 100644 index a9f5192..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-caution-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-caution.png b/Icons and cursors/windowsicon/32x32/status/battery-caution.png deleted file mode 100644 index 9e8385d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-caution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png deleted file mode 100644 index 08ca170..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-empty-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-empty.png b/Icons and cursors/windowsicon/32x32/status/battery-empty.png deleted file mode 100644 index 3b647c9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png b/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png deleted file mode 100644 index 79be882..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full-charged.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png deleted file mode 100644 index 79be882..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-full.png b/Icons and cursors/windowsicon/32x32/status/battery-full.png deleted file mode 100644 index 4f47d3f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png deleted file mode 100644 index 03faac6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-good-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-good.png b/Icons and cursors/windowsicon/32x32/status/battery-good.png deleted file mode 100644 index 4154c40..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-good.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png b/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png deleted file mode 100644 index d94d2b7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-low-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-low.png b/Icons and cursors/windowsicon/32x32/status/battery-low.png deleted file mode 100644 index 0721f71..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/battery-missing.png b/Icons and cursors/windowsicon/32x32/status/battery-missing.png deleted file mode 100644 index 3b313e2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/battery-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/changes-allow.png b/Icons and cursors/windowsicon/32x32/status/changes-allow.png deleted file mode 100644 index 521080e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/changes-allow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/changes-prevent.png b/Icons and cursors/windowsicon/32x32/status/changes-prevent.png deleted file mode 100644 index 25d95f9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/changes-prevent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/computer-fail.png b/Icons and cursors/windowsicon/32x32/status/computer-fail.png deleted file mode 100644 index 73c817b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/computer-fail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/connect_creating.png b/Icons and cursors/windowsicon/32x32/status/connect_creating.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/connect_creating.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/connect_established.png b/Icons and cursors/windowsicon/32x32/status/connect_established.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/connect_established.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/connect_no.png b/Icons and cursors/windowsicon/32x32/status/connect_no.png deleted file mode 100644 index 104f58e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/connect_no.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-error.png b/Icons and cursors/windowsicon/32x32/status/dialog-error.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-information.png b/Icons and cursors/windowsicon/32x32/status/dialog-information.png deleted file mode 100644 index 43cff92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-password.png b/Icons and cursors/windowsicon/32x32/status/dialog-password.png deleted file mode 100644 index 0e34265..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-password.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-question.png b/Icons and cursors/windowsicon/32x32/status/dialog-question.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/dialog-warning.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/edittrash.png b/Icons and cursors/windowsicon/32x32/status/edittrash.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/edittrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/error.png b/Icons and cursors/windowsicon/32x32/status/error.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png b/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/folder-drag-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/folder-open.png b/Icons and cursors/windowsicon/32x32/status/folder-open.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/folder-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/folder-visiting.png b/Icons and cursors/windowsicon/32x32/status/folder-visiting.png deleted file mode 100644 index d05fe0f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/folder-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/folder_open.png b/Icons and cursors/windowsicon/32x32/status/folder_open.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/folder_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png deleted file mode 100644 index d05fe0f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-directory-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png deleted file mode 100644 index c867645..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-loading-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-fs-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png deleted file mode 100644 index 104f58e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-disconn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png deleted file mode 100644 index aaf4f5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-rx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-tx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-netstatus-txrx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gnome-stock-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png deleted file mode 100644 index 0e34265..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-authentication.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png deleted file mode 100644 index 43cff92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-directory.png b/Icons and cursors/windowsicon/32x32/status/gtk-directory.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png b/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/gtk-missing-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/image-loading.png b/Icons and cursors/windowsicon/32x32/status/image-loading.png deleted file mode 100644 index c867645..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/image-loading.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/image-missing.png b/Icons and cursors/windowsicon/32x32/status/image-missing.png deleted file mode 100644 index 65815ea..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/image-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/important.png b/Icons and cursors/windowsicon/32x32/status/important.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/info.png b/Icons and cursors/windowsicon/32x32/status/info.png deleted file mode 100644 index 43cff92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/mail-attachment.png b/Icons and cursors/windowsicon/32x32/status/mail-attachment.png deleted file mode 100644 index 0392561..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/mail-attachment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/mail-read.png b/Icons and cursors/windowsicon/32x32/status/mail-read.png deleted file mode 100644 index 62825f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/mail-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/mail-replied.png b/Icons and cursors/windowsicon/32x32/status/mail-replied.png deleted file mode 100644 index 23f792d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/mail-unread.png b/Icons and cursors/windowsicon/32x32/status/mail-unread.png deleted file mode 100644 index 3bed062..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png deleted file mode 100644 index f6b8e9a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/media-playlist-repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png deleted file mode 100644 index 35c23c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/media-playlist-shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png b/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_critical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_info.png b/Icons and cursors/windowsicon/32x32/status/messagebox_info.png deleted file mode 100644 index 43cff92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png b/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/messagebox_warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png deleted file mode 100644 index 7edc8df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png deleted file mode 100644 index 35da861..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png deleted file mode 100644 index ba15e25..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png deleted file mode 100644 index 42e8644..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/microphone-sensitivity-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png b/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png deleted file mode 100644 index c3df58a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-cellular-connected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-error.png b/Icons and cursors/windowsicon/32x32/status/network-error.png deleted file mode 100644 index aaf4f5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-idle.png b/Icons and cursors/windowsicon/32x32/status/network-idle.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-offline.png b/Icons and cursors/windowsicon/32x32/status/network-offline.png deleted file mode 100644 index 104f58e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-receive.png b/Icons and cursors/windowsicon/32x32/status/network-receive.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png b/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-transmit-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-transmit.png b/Icons and cursors/windowsicon/32x32/status/network-transmit.png deleted file mode 100644 index 4f36209..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-transmit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png deleted file mode 100644 index 104f58e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/network-wired-disconnected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png b/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png deleted file mode 100644 index 104f58e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/nm-no-connection.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/non-starred.png b/Icons and cursors/windowsicon/32x32/status/non-starred.png deleted file mode 100644 index 50ca12a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/non-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/printer-error.png b/Icons and cursors/windowsicon/32x32/status/printer-error.png deleted file mode 100644 index 824bff8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/printer-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/printer-printing.png b/Icons and cursors/windowsicon/32x32/status/printer-printing.png deleted file mode 100644 index 7b0e941..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/printer-printing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/security-high.png b/Icons and cursors/windowsicon/32x32/status/security-high.png deleted file mode 100644 index 1f4db25..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/security-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/security-low.png b/Icons and cursors/windowsicon/32x32/status/security-low.png deleted file mode 100644 index 7db974e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/security-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/security-medium.png b/Icons and cursors/windowsicon/32x32/status/security-medium.png deleted file mode 100644 index 4d9f02e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/security-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png deleted file mode 100644 index b6faef1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/semi-starred-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/semi-starred.png b/Icons and cursors/windowsicon/32x32/status/semi-starred.png deleted file mode 100644 index be04e55..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/semi-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/software-update-available.png b/Icons and cursors/windowsicon/32x32/status/software-update-available.png deleted file mode 100644 index b85cef9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png b/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png deleted file mode 100644 index c20d065..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/starred.png b/Icons and cursors/windowsicon/32x32/status/starred.png deleted file mode 100644 index e3ffa7b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png deleted file mode 100644 index 0e40853..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder-excl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png deleted file mode 100644 index c1866d1..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_appointment-reminder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_attach.png b/Icons and cursors/windowsicon/32x32/status/stock_attach.png deleted file mode 100644 index 0392561..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_attach.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png deleted file mode 100644 index 29542d5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png deleted file mode 100644 index 43cff92..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png deleted file mode 100644 index 95dfe5c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png deleted file mode 100644 index 0b20808..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png deleted file mode 100644 index 7db974e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-broken.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png deleted file mode 100644 index 1f4db25..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-ok.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png b/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png deleted file mode 100644 index 7db974e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_lock.png b/Icons and cursors/windowsicon/32x32/status/stock_lock.png deleted file mode 100644 index 4d9f02e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png deleted file mode 100644 index 62825f4..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png deleted file mode 100644 index 23f792d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png b/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png deleted file mode 100644 index 3bed062..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_open.png b/Icons and cursors/windowsicon/32x32/status/stock_open.png deleted file mode 100644 index 2976ee5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_repeat.png b/Icons and cursors/windowsicon/32x32/status/stock_repeat.png deleted file mode 100644 index f6b8e9a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png b/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png deleted file mode 100644 index 35c23c6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png b/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png deleted file mode 100644 index 472a809..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png deleted file mode 100644 index 2891552..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-max.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png deleted file mode 100644 index 903da48..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-med.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png deleted file mode 100644 index 472a809..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-min.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png b/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png deleted file mode 100644 index f23a900..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume-mute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_volume.png b/Icons and cursors/windowsicon/32x32/status/stock_volume.png deleted file mode 100644 index 2891552..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_volume.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png deleted file mode 100644 index 8839821..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-cloudy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png deleted file mode 100644 index f51a332..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png deleted file mode 100644 index cc12d9c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png deleted file mode 100644 index ec61a3a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png deleted file mode 100644 index 026c144..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-night-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png deleted file mode 100644 index 3adb30d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png deleted file mode 100644 index a53166c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png deleted file mode 100644 index aa0f5b9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png deleted file mode 100644 index c708ada..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/stock_weather-sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/sunny.png b/Icons and cursors/windowsicon/32x32/status/sunny.png deleted file mode 100644 index c708ada..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/task-due.png b/Icons and cursors/windowsicon/32x32/status/task-due.png deleted file mode 100644 index 6fffff2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/task-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/task-past-due.png b/Icons and cursors/windowsicon/32x32/status/task-past-due.png deleted file mode 100644 index 0dde106..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/task-past-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/trashcan_full.png b/Icons and cursors/windowsicon/32x32/status/trashcan_full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/trashcan_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png b/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png deleted file mode 100644 index d4fd443..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-bronze.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-gold.png b/Icons and cursors/windowsicon/32x32/status/trophy-gold.png deleted file mode 100644 index 351e279..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-gold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/trophy-silver.png b/Icons and cursors/windowsicon/32x32/status/trophy-silver.png deleted file mode 100644 index d4de73c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/trophy-silver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-available.png b/Icons and cursors/windowsicon/32x32/status/user-available.png deleted file mode 100644 index 1d00cbe..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-away.png b/Icons and cursors/windowsicon/32x32/status/user-away.png deleted file mode 100644 index 0ea8b9b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-busy.png b/Icons and cursors/windowsicon/32x32/status/user-busy.png deleted file mode 100644 index e73cc78..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-idle.png b/Icons and cursors/windowsicon/32x32/status/user-idle.png deleted file mode 100644 index 8594b3e..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-invisible.png b/Icons and cursors/windowsicon/32x32/status/user-invisible.png deleted file mode 100644 index 55519a9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-invisible.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-offline.png b/Icons and cursors/windowsicon/32x32/status/user-offline.png deleted file mode 100644 index 8bda6dc..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/user-trash-full.png b/Icons and cursors/windowsicon/32x32/status/user-trash-full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/user-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png deleted file mode 100644 index 8ae794f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png deleted file mode 100644 index 76e42c5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png deleted file mode 100644 index f196bf7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png deleted file mode 100644 index c6b3a24..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png deleted file mode 100644 index 313e342..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png deleted file mode 100644 index 32d4bf5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png deleted file mode 100644 index 1fbf6a3..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png deleted file mode 100644 index e9d37ca..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png deleted file mode 100644 index 6f12d28..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png deleted file mode 100644 index 20a530b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png deleted file mode 100644 index 8d25a7f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png deleted file mode 100644 index 0605824..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png deleted file mode 100644 index 8a307fe..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png deleted file mode 100644 index 64eb325..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png deleted file mode 100644 index 1e4f8db..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png deleted file mode 100644 index cfb7b35..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png deleted file mode 100644 index df09444..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png deleted file mode 100644 index 04ba12c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-170.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png deleted file mode 100644 index d3eefb5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-190.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png deleted file mode 100644 index 3719b8a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png deleted file mode 100644 index 7fb5705..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png deleted file mode 100644 index 89bc7e9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png deleted file mode 100644 index d5c3683..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png deleted file mode 100644 index fe391fd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png deleted file mode 100644 index d7765d7..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png deleted file mode 100644 index ab48986..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png deleted file mode 100644 index 3a7f5be..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png deleted file mode 100644 index 56d9d49..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png deleted file mode 100644 index 1d1e9df..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png deleted file mode 100644 index 779e68a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png deleted file mode 100644 index a279e13..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png deleted file mode 100644 index dddc184..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png deleted file mode 100644 index d2e654c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png deleted file mode 100644 index 76e635a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png deleted file mode 100644 index de8c5cd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png b/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png deleted file mode 100644 index ec61a3a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-clear.png b/Icons and cursors/windowsicon/32x32/status/weather-clear.png deleted file mode 100644 index c708ada..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png deleted file mode 100644 index 13de5ee..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-000.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png deleted file mode 100644 index 3101dbd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-010.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png deleted file mode 100644 index fe2af1d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-020.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png deleted file mode 100644 index c43f283..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-030.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png deleted file mode 100644 index 80ea2de..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-040.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png deleted file mode 100644 index 7a7e86b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-050.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png deleted file mode 100644 index 2ab97af..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-060.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png deleted file mode 100644 index e8b721a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-070.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png deleted file mode 100644 index e02aa77..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-080.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png deleted file mode 100644 index c4836ad..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-090.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png deleted file mode 100644 index 0568f6c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-100.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png deleted file mode 100644 index 97b6677..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-110.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png deleted file mode 100644 index 0be1fc0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-120.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png deleted file mode 100644 index fd2d7c2..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-130.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png deleted file mode 100644 index a9b6f46..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-140.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png deleted file mode 100644 index 90d71e0..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-150.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png deleted file mode 100644 index 8e3313b..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-160.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png deleted file mode 100644 index 6f802bd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-170.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png deleted file mode 100644 index c545c7a..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-190.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png deleted file mode 100644 index 4f3f660..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-200.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png deleted file mode 100644 index ed2bc25..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-210.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png deleted file mode 100644 index 12b2fa6..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-220.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png deleted file mode 100644 index 663b2dd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-230.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png deleted file mode 100644 index c081f3d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-240.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png deleted file mode 100644 index 52214cd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-250.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png deleted file mode 100644 index 0581bb5..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-260.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png deleted file mode 100644 index 632f731..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-270.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png deleted file mode 100644 index 79ecf7f..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-280.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png deleted file mode 100644 index 1cac951..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-290.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png deleted file mode 100644 index 1164604..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-300.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png deleted file mode 100644 index 2313f52..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-310.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png deleted file mode 100644 index 75dbfce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-320.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png deleted file mode 100644 index bf6f6b8..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-330.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png deleted file mode 100644 index f5bb0d9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-340.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png deleted file mode 100644 index 7642dff..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night-350.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png deleted file mode 100644 index 026c144..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png b/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png deleted file mode 100644 index f51a332..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-fog.png b/Icons and cursors/windowsicon/32x32/status/weather-fog.png deleted file mode 100644 index cc12d9c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-overcast.png b/Icons and cursors/windowsicon/32x32/status/weather-overcast.png deleted file mode 100644 index 8839821..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-overcast.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png b/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png deleted file mode 100644 index f719fdd..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-severe-alert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png deleted file mode 100644 index 71aa749..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-showers-scattered.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-showers.png b/Icons and cursors/windowsicon/32x32/status/weather-showers.png deleted file mode 100644 index 3adb30d..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-snow.png b/Icons and cursors/windowsicon/32x32/status/weather-snow.png deleted file mode 100644 index a53166c..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/weather-storm.png b/Icons and cursors/windowsicon/32x32/status/weather-storm.png deleted file mode 100644 index aa0f5b9..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png b/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png deleted file mode 100644 index a03f6ce..0000000 Binary files a/Icons and cursors/windowsicon/32x32/status/xfce-trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/add.png b/Icons and cursors/windowsicon/48x48/actions/add.png deleted file mode 100644 index 7734e5d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/address-book-new.png b/Icons and cursors/windowsicon/48x48/actions/address-book-new.png deleted file mode 100644 index 7a05efb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/address-book-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/application-exit.png b/Icons and cursors/windowsicon/48x48/actions/application-exit.png deleted file mode 100644 index c49888d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/application-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/application-menu.png b/Icons and cursors/windowsicon/48x48/actions/application-menu.png deleted file mode 100644 index 70e7a33..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/appointment-new.png b/Icons and cursors/windowsicon/48x48/actions/appointment-new.png deleted file mode 100644 index 020e1f5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/appointment-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/appointment.png b/Icons and cursors/windowsicon/48x48/actions/appointment.png deleted file mode 100644 index 020e1f5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/back.png b/Icons and cursors/windowsicon/48x48/actions/back.png deleted file mode 100755 index f5ce9ca..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/back.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png b/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png deleted file mode 100644 index d8783b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmark-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png b/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png deleted file mode 100644 index d8783b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmark_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png b/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png deleted file mode 100644 index d8783b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/bookmarks_list_add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/bottom.png b/Icons and cursors/windowsicon/48x48/actions/bottom.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/button_cancel.png b/Icons and cursors/windowsicon/48x48/actions/button_cancel.png deleted file mode 100644 index c7564f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/call-start.png b/Icons and cursors/windowsicon/48x48/actions/call-start.png deleted file mode 100644 index c415340..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/call-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/call-stop.png b/Icons and cursors/windowsicon/48x48/actions/call-stop.png deleted file mode 100644 index 9216e11..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/call-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/cancel.png b/Icons and cursors/windowsicon/48x48/actions/cancel.png deleted file mode 100644 index c7564f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/centrejust.png b/Icons and cursors/windowsicon/48x48/actions/centrejust.png deleted file mode 100644 index 8246e1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/centrejust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png b/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png deleted file mode 100644 index b0e968d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/configure.png b/Icons and cursors/windowsicon/48x48/actions/configure.png deleted file mode 100644 index b0e968d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/configure_kile.png b/Icons and cursors/windowsicon/48x48/actions/configure_kile.png deleted file mode 100644 index b0e968d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/configure_project.png b/Icons and cursors/windowsicon/48x48/actions/configure_project.png deleted file mode 100644 index b0e968d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/contact-new.png b/Icons and cursors/windowsicon/48x48/actions/contact-new.png deleted file mode 100644 index bf67380..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/contact-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png b/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/deskbar-applet.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png b/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png deleted file mode 100644 index c7564f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-new.png b/Icons and cursors/windowsicon/48x48/actions/document-new.png deleted file mode 100755 index 6432497..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png b/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png deleted file mode 100755 index c9e19bf..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open-recent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open.png b/Icons and cursors/windowsicon/48x48/actions/document-open.png deleted file mode 100755 index be37b42..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png b/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png deleted file mode 100755 index be37b42..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-open_normal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png b/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png deleted file mode 100755 index f7d1d73..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-page-setup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png b/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png deleted file mode 100755 index 89c0213..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-print-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-print.png b/Icons and cursors/windowsicon/48x48/actions/document-print.png deleted file mode 100644 index 1f58c17..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-properties.png b/Icons and cursors/windowsicon/48x48/actions/document-properties.png deleted file mode 100755 index af44f80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png b/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png deleted file mode 100644 index d47dbde..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-revert-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-revert.png b/Icons and cursors/windowsicon/48x48/actions/document-revert.png deleted file mode 100644 index 0f11ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-save-as.png b/Icons and cursors/windowsicon/48x48/actions/document-save-as.png deleted file mode 100755 index 819ac84..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-save-as.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-save.png b/Icons and cursors/windowsicon/48x48/actions/document-save.png deleted file mode 100755 index a16d392..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-save.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document-send.png b/Icons and cursors/windowsicon/48x48/actions/document-send.png deleted file mode 100755 index e8a869b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/document.png b/Icons and cursors/windowsicon/48x48/actions/document.png deleted file mode 100755 index ae69f7a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/down.png b/Icons and cursors/windowsicon/48x48/actions/down.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-clear.png b/Icons and cursors/windowsicon/48x48/actions/edit-clear.png deleted file mode 100644 index 9f11570..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-copy.png b/Icons and cursors/windowsicon/48x48/actions/edit-copy.png deleted file mode 100755 index 76c4dd7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-copy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-cut.png b/Icons and cursors/windowsicon/48x48/actions/edit-cut.png deleted file mode 100755 index bbc463a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-cut.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-delete.png b/Icons and cursors/windowsicon/48x48/actions/edit-delete.png deleted file mode 100644 index 070aac3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png b/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png deleted file mode 100755 index 105ba9f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-find-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-find.png b/Icons and cursors/windowsicon/48x48/actions/edit-find.png deleted file mode 100755 index 9138213..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-paste.png b/Icons and cursors/windowsicon/48x48/actions/edit-paste.png deleted file mode 100755 index 9db31e5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-paste.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png b/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png deleted file mode 100644 index 9ea6b9b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-redo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-redo.png b/Icons and cursors/windowsicon/48x48/actions/edit-redo.png deleted file mode 100644 index 7e797c9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png b/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png deleted file mode 100644 index 8b8e4f0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png b/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png deleted file mode 100644 index 7e797c9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-undo-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/edit-undo.png b/Icons and cursors/windowsicon/48x48/actions/edit-undo.png deleted file mode 100644 index 9ea6b9b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/edit-undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/editclear.png b/Icons and cursors/windowsicon/48x48/actions/editclear.png deleted file mode 100644 index 9f11570..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/editcopy.png b/Icons and cursors/windowsicon/48x48/actions/editcopy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/editcopy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/editcut.png b/Icons and cursors/windowsicon/48x48/actions/editcut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/editcut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/editdelete.png b/Icons and cursors/windowsicon/48x48/actions/editdelete.png deleted file mode 100644 index 070aac3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/editdelete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/editpaste.png b/Icons and cursors/windowsicon/48x48/actions/editpaste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/editpaste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/exit.png b/Icons and cursors/windowsicon/48x48/actions/exit.png deleted file mode 100644 index c49888d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/filefind.png b/Icons and cursors/windowsicon/48x48/actions/filefind.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/filefind.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/filenew.png b/Icons and cursors/windowsicon/48x48/actions/filenew.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/filenew.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/fileopen.png b/Icons and cursors/windowsicon/48x48/actions/fileopen.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/fileopen.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/fileprint.png b/Icons and cursors/windowsicon/48x48/actions/fileprint.png deleted file mode 100644 index 1f58c17..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/fileprint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/filequickprint.png b/Icons and cursors/windowsicon/48x48/actions/filequickprint.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/filequickprint.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/filesave.png b/Icons and cursors/windowsicon/48x48/actions/filesave.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/filesave.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/filesaveas.png b/Icons and cursors/windowsicon/48x48/actions/filesaveas.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/filesaveas.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/filter.png b/Icons and cursors/windowsicon/48x48/actions/filter.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/find.png b/Icons and cursors/windowsicon/48x48/actions/find.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/find.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/finish.png b/Icons and cursors/windowsicon/48x48/actions/finish.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/finish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/firestarter.png b/Icons and cursors/windowsicon/48x48/actions/firestarter.png deleted file mode 100755 index 3dcd178..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/firestarter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/folder-new.png b/Icons and cursors/windowsicon/48x48/actions/folder-new.png deleted file mode 100755 index 924cea5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/folder-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/folder_new.png b/Icons and cursors/windowsicon/48x48/actions/folder_new.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/folder_new.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-less-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-less.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-more-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png b/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-indent-more.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png deleted file mode 100644 index 8246e1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png deleted file mode 100644 index cdc633c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png deleted file mode 100644 index fe1e8da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png b/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png deleted file mode 100644 index d30ba64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png b/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png deleted file mode 100644 index bfe8783..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png b/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png deleted file mode 100644 index 9cdeeb0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png b/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png deleted file mode 100644 index 1b02b95..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-direction-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png b/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png deleted file mode 100644 index e802a49..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png deleted file mode 100644 index 209fccd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png b/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png deleted file mode 100644 index e4a427d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/format-text-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/forward.png b/Icons and cursors/windowsicon/48x48/actions/forward.png deleted file mode 100755 index d8bb70e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gear.png b/Icons and cursors/windowsicon/48x48/actions/gear.png deleted file mode 100755 index 5800303..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png b/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png deleted file mode 100755 index 88636e6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-applets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png b/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png deleted file mode 100644 index 2ab8237..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-lockscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png b/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png deleted file mode 100644 index ffa2cbb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-run.png b/Icons and cursors/windowsicon/48x48/actions/gnome-run.png deleted file mode 100644 index 5a1a4dc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png b/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png deleted file mode 100644 index f45b204..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-searchtool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png b/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png deleted file mode 100644 index ffa2cbb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-session-logout.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png b/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png deleted file mode 100644 index 8c811a6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png deleted file mode 100644 index db3aced..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png deleted file mode 100644 index fcd7ddd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-rpl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png deleted file mode 100644 index d3124a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-mail-snd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png b/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gnome-stock-text-unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-bottom.png b/Icons and cursors/windowsicon/48x48/actions/go-bottom.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-down.png b/Icons and cursors/windowsicon/48x48/actions/go-down.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-first.png b/Icons and cursors/windowsicon/48x48/actions/go-first.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-home.png b/Icons and cursors/windowsicon/48x48/actions/go-home.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-jump.png b/Icons and cursors/windowsicon/48x48/actions/go-jump.png deleted file mode 100644 index 5bc6f82..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-jump.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-last.png b/Icons and cursors/windowsicon/48x48/actions/go-last.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-next.png b/Icons and cursors/windowsicon/48x48/actions/go-next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/go-next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png b/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-previous.png b/Icons and cursors/windowsicon/48x48/actions/go-previous.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/go-previous.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/go-top.png b/Icons and cursors/windowsicon/48x48/actions/go-top.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/go-up.png b/Icons and cursors/windowsicon/48x48/actions/go-up.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gohome.png b/Icons and cursors/windowsicon/48x48/actions/gohome.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gohome.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png b/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png deleted file mode 100755 index 75a112b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gstreamer-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-about.png b/Icons and cursors/windowsicon/48x48/actions/gtk-about.png deleted file mode 100644 index 75540c6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-add.png b/Icons and cursors/windowsicon/48x48/actions/gtk-add.png deleted file mode 100644 index 7734e5d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png b/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png deleted file mode 100644 index bfe8783..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png b/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png b/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png deleted file mode 100644 index b81a742..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-close.png b/Icons and cursors/windowsicon/48x48/actions/gtk-close.png deleted file mode 100644 index c491eae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png b/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png b/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-cut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png b/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png deleted file mode 100644 index 070aac3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png b/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png deleted file mode 100644 index 5a1a4dc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-execute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png deleted file mode 120000 index e4057af..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-find-and-replace.png +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find.png deleted file mode 100755 index fe7073b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-find.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png b/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-find1.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-ltr.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back-rtl.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-back.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-go-down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-ltr.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward-rtl.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-go-forward.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png b/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-go-up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-first-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-last-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png b/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-goto-top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-help.png b/Icons and cursors/windowsicon/48x48/actions/gtk-help.png deleted file mode 100644 index 54c18da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-home.png b/Icons and cursors/windowsicon/48x48/actions/gtk-home.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-indent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png b/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png deleted file mode 100644 index e802a49..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png deleted file mode 100644 index 5bc6f82..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png deleted file mode 100644 index 5bc6f82..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-jump-to-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png deleted file mode 100644 index 8246e1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png deleted file mode 100644 index cdc633c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-fill.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png deleted file mode 100644 index fe1e8da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png b/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png deleted file mode 100644 index d30ba64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-justify-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png deleted file mode 100644 index 1dc44f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-next-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png deleted file mode 100644 index b934e16..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png deleted file mode 100644 index b52a702..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-play-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-previous-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png deleted file mode 100644 index d2fa10f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-rewind-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png deleted file mode 100644 index 2c1c222..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-new.png b/Icons and cursors/windowsicon/48x48/actions/gtk-new.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-new.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-open.png b/Icons and cursors/windowsicon/48x48/actions/gtk-open.png deleted file mode 120000 index f58170c..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-open.png +++ /dev/null @@ -1 +0,0 @@ -document-open.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png b/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png b/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-print-preview.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-print.png b/Icons and cursors/windowsicon/48x48/actions/gtk-print.png deleted file mode 100644 index 1f58c17..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png b/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png b/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png deleted file mode 100644 index c49888d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-quit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png deleted file mode 100755 index 2adaa04..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-recordmydesktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png deleted file mode 100644 index 7e797c9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-redo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png b/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png b/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png deleted file mode 100644 index c25abdb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png deleted file mode 100644 index 0f11ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png deleted file mode 100644 index 0f11ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-revert-to-saved-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png b/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-save-as.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-save.png b/Icons and cursors/windowsicon/48x48/actions/gtk-save.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-save.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-search.png b/Icons and cursors/windowsicon/48x48/actions/gtk-search.png deleted file mode 120000 index 925deda..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-search.png +++ /dev/null @@ -1 +0,0 @@ -gtk-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png b/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png deleted file mode 100644 index 8b8e4f0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png b/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png deleted file mode 100644 index 3dd59cd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png b/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png deleted file mode 100644 index c45efc4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png b/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png deleted file mode 100644 index 3585671..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-spell-check.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png b/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png deleted file mode 100644 index 209fccd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png b/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png deleted file mode 100644 index e4a427d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-underline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png deleted file mode 100644 index 9ea6b9b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-undo-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png b/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-ltr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png b/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/gtk-unindent-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png deleted file mode 120000 index 14537ed..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-100.png +++ /dev/null @@ -1 +0,0 @@ -viewmag1.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png deleted file mode 120000 index 4530444..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-fit.png +++ /dev/null @@ -1 +0,0 @@ -viewmagfit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png deleted file mode 120000 index 920bdf9..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-in.png +++ /dev/null @@ -1 +0,0 @@ -viewmag+.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png deleted file mode 120000 index 604b33d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/gtk-zoom-out.png +++ /dev/null @@ -1 +0,0 @@ -viewmag-.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/help-about.png b/Icons and cursors/windowsicon/48x48/actions/help-about.png deleted file mode 100644 index 75540c6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/help-about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/help-contents.png b/Icons and cursors/windowsicon/48x48/actions/help-contents.png deleted file mode 100644 index 54c18da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/help-contents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/help-faq.png b/Icons and cursors/windowsicon/48x48/actions/help-faq.png deleted file mode 100644 index 510f4b0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/help-faq.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/help.png b/Icons and cursors/windowsicon/48x48/actions/help.png deleted file mode 100644 index 54c18da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-image.png b/Icons and cursors/windowsicon/48x48/actions/insert-image.png deleted file mode 100644 index 6c8e877..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-link.png b/Icons and cursors/windowsicon/48x48/actions/insert-link.png deleted file mode 100644 index d490527..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-object.png b/Icons and cursors/windowsicon/48x48/actions/insert-object.png deleted file mode 100644 index fd2f6f4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-object.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/insert-text.png b/Icons and cursors/windowsicon/48x48/actions/insert-text.png deleted file mode 100644 index ea3a24c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/insert-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/invest-applet.png b/Icons and cursors/windowsicon/48x48/actions/invest-applet.png deleted file mode 100755 index 7b0f3a6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/invest-applet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/kfind.png b/Icons and cursors/windowsicon/48x48/actions/kfind.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/kfind.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/kfm_home.png b/Icons and cursors/windowsicon/48x48/actions/kfm_home.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/kfm_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/leftjust.png b/Icons and cursors/windowsicon/48x48/actions/leftjust.png deleted file mode 100644 index fe1e8da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/leftjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/list-add.png b/Icons and cursors/windowsicon/48x48/actions/list-add.png deleted file mode 100644 index 7734e5d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/list-add.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/list-remove.png b/Icons and cursors/windowsicon/48x48/actions/list-remove.png deleted file mode 100644 index c25abdb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/list-remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/lock.png b/Icons and cursors/windowsicon/48x48/actions/lock.png deleted file mode 100644 index 2ab8237..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-forward.png b/Icons and cursors/windowsicon/48x48/actions/mail-forward.png deleted file mode 100644 index db3aced..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png deleted file mode 100644 index fa49778..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png deleted file mode 100644 index dbf72cb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-junk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png deleted file mode 100644 index 299ce1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-notjunk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png deleted file mode 100644 index b0803c0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png b/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png deleted file mode 100644 index 4228440..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-mark-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png b/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png deleted file mode 100644 index fcd7ddd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-message-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-replied.png b/Icons and cursors/windowsicon/48x48/actions/mail-replied.png deleted file mode 100755 index 5ffcaf2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png b/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png deleted file mode 100644 index 07d2e35..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-reply-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png b/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-reply-sender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png b/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png deleted file mode 100644 index 426f421..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail-send.png b/Icons and cursors/windowsicon/48x48/actions/mail-send.png deleted file mode 100644 index d3124a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_forward.png b/Icons and cursors/windowsicon/48x48/actions/mail_forward.png deleted file mode 100644 index db3aced..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_get.png b/Icons and cursors/windowsicon/48x48/actions/mail_get.png deleted file mode 100755 index 25a7357..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_get.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_new.png b/Icons and cursors/windowsicon/48x48/actions/mail_new.png deleted file mode 100644 index fcd7ddd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png b/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png deleted file mode 100755 index eb75c62..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_post_to.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_reply.png b/Icons and cursors/windowsicon/48x48/actions/mail_reply.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_reply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png b/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png deleted file mode 100644 index 07d2e35..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_replyall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_send.png b/Icons and cursors/windowsicon/48x48/actions/mail_send.png deleted file mode 100644 index d3124a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/mail_spam.png b/Icons and cursors/windowsicon/48x48/actions/mail_spam.png deleted file mode 100644 index dbf72cb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/mail_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-eject.png b/Icons and cursors/windowsicon/48x48/actions/media-eject.png deleted file mode 100644 index 63a1f69..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png deleted file mode 100644 index b934e16..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png deleted file mode 100644 index de4726c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-start-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png deleted file mode 100644 index b52a702..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png b/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png deleted file mode 100644 index 2c1c222..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-playback-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-record.png b/Icons and cursors/windowsicon/48x48/actions/media-record.png deleted file mode 100644 index d2fa10f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png b/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-seek-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-backward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png b/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/media-skip-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/menu_new.png b/Icons and cursors/windowsicon/48x48/actions/menu_new.png deleted file mode 100644 index 70e7a33..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png b/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/nautilus-pastebin.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/next.png b/Icons and cursors/windowsicon/48x48/actions/next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png b/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png deleted file mode 100755 index 43cfcc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/object-flip-horizontal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png b/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png deleted file mode 100755 index af59872..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/object-flip-vertical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png deleted file mode 100755 index ab5a027..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-180.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png deleted file mode 100755 index 6624ee6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png b/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png deleted file mode 100755 index bc0baf3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/object-rotate-right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/pin.png b/Icons and cursors/windowsicon/48x48/actions/pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_eject.png b/Icons and cursors/windowsicon/48x48/actions/player_eject.png deleted file mode 100644 index 63a1f69..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_eject.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_end.png b/Icons and cursors/windowsicon/48x48/actions/player_end.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_end.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_fwd.png b/Icons and cursors/windowsicon/48x48/actions/player_fwd.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_pause.png b/Icons and cursors/windowsicon/48x48/actions/player_pause.png deleted file mode 100644 index b934e16..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_play.png b/Icons and cursors/windowsicon/48x48/actions/player_play.png deleted file mode 100644 index b52a702..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_record.png b/Icons and cursors/windowsicon/48x48/actions/player_record.png deleted file mode 100644 index d2fa10f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_record.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_rew.png b/Icons and cursors/windowsicon/48x48/actions/player_rew.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_start.png b/Icons and cursors/windowsicon/48x48/actions/player_start.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/player_stop.png b/Icons and cursors/windowsicon/48x48/actions/player_stop.png deleted file mode 100644 index 2c1c222..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/player_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/previous.png b/Icons and cursors/windowsicon/48x48/actions/previous.png deleted file mode 100644 index f5ce9ca..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/process-stop.png b/Icons and cursors/windowsicon/48x48/actions/process-stop.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/process-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/redhat-home.png b/Icons and cursors/windowsicon/48x48/actions/redhat-home.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/redhat-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/redo.png b/Icons and cursors/windowsicon/48x48/actions/redo.png deleted file mode 100644 index 7e797c9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/reload.png b/Icons and cursors/windowsicon/48x48/actions/reload.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/reload.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/reload3.png b/Icons and cursors/windowsicon/48x48/actions/reload3.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/reload3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png b/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/reload_all_tabs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/reload_page.png b/Icons and cursors/windowsicon/48x48/actions/reload_page.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/reload_page.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/remove.png b/Icons and cursors/windowsicon/48x48/actions/remove.png deleted file mode 100644 index c25abdb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/remove.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/revert.png b/Icons and cursors/windowsicon/48x48/actions/revert.png deleted file mode 100644 index 0f11ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/revert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/rightjust.png b/Icons and cursors/windowsicon/48x48/actions/rightjust.png deleted file mode 100644 index d30ba64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/rightjust.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/search.png b/Icons and cursors/windowsicon/48x48/actions/search.png deleted file mode 120000 index 46c673f..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/search.png +++ /dev/null @@ -1 +0,0 @@ -system-search.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/settings-configure.png b/Icons and cursors/windowsicon/48x48/actions/settings-configure.png deleted file mode 100644 index b0e968d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/start.png b/Icons and cursors/windowsicon/48x48/actions/start.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/start.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_about.png b/Icons and cursors/windowsicon/48x48/actions/stock_about.png deleted file mode 100644 index 75540c6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_about.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png b/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png deleted file mode 100644 index d8783b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_add-bookmark.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png b/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_bottom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_close.png b/Icons and cursors/windowsicon/48x48/actions/stock_close.png deleted file mode 100644 index c491eae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_copy.png b/Icons and cursors/windowsicon/48x48/actions/stock_copy.png deleted file mode 120000 index e106cb5..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_copy.png +++ /dev/null @@ -1 +0,0 @@ -edit-copy.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_cut.png b/Icons and cursors/windowsicon/48x48/actions/stock_cut.png deleted file mode 120000 index 32b0302..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_cut.png +++ /dev/null @@ -1 +0,0 @@ -edit-cut.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_delete.png b/Icons and cursors/windowsicon/48x48/actions/stock_delete.png deleted file mode 100644 index 070aac3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_delete.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_down.png b/Icons and cursors/windowsicon/48x48/actions/stock_down.png deleted file mode 100644 index 73b9e25..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_down.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png b/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png deleted file mode 100644 index f78b439..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_file-properites.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png b/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_file-properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_first.png b/Icons and cursors/windowsicon/48x48/actions/stock_first.png deleted file mode 100644 index 122a808..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_first.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png b/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png deleted file mode 100644 index d8783b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_help-add-bookmark.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_help.png b/Icons and cursors/windowsicon/48x48/actions/stock_help.png deleted file mode 100644 index 54c18da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_home.png b/Icons and cursors/windowsicon/48x48/actions/stock_home.png deleted file mode 100644 index c77f362..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_last.png b/Icons and cursors/windowsicon/48x48/actions/stock_last.png deleted file mode 100644 index 5522cc9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_last.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png deleted file mode 100644 index 1dc44f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_leave-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_left.png b/Icons and cursors/windowsicon/48x48/actions/stock_left.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_left.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png deleted file mode 100644 index fcd7ddd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-compose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png deleted file mode 100644 index 2396f0c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png deleted file mode 100644 index db3aced..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-forward.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png deleted file mode 120000 index a96d91f..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_mail-replied.png +++ /dev/null @@ -1 +0,0 @@ -mail-replied.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png deleted file mode 100644 index 07d2e35..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply-to-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-reply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png deleted file mode 100644 index 426f421..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png b/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png deleted file mode 100644 index d3124a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_mail-send.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png deleted file mode 100644 index 22ef697..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-fwd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png deleted file mode 100644 index 9153799..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-next.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png deleted file mode 100644 index b934e16..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-pause.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png deleted file mode 100644 index b52a702..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-play.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png deleted file mode 100644 index 8b97bb3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-prev.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png deleted file mode 100644 index d2fa10f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-rec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png deleted file mode 100644 index 082ad1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-rew.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png b/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png deleted file mode 100644 index 2c1c222..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_media-stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png deleted file mode 100644 index 7a05efb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png deleted file mode 100644 index 020e1f5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-appointment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png deleted file mode 100644 index bf67380..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_new-bcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png deleted file mode 120000 index e3ded23..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_new-dir.png +++ /dev/null @@ -1 +0,0 @@ -folder-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_new-tab.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png deleted file mode 120000 index 446977d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_new-text.png +++ /dev/null @@ -1 +0,0 @@ -document-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png b/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_new-window.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_next.png b/Icons and cursors/windowsicon/48x48/actions/stock_next.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_next.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_paste.png b/Icons and cursors/windowsicon/48x48/actions/stock_paste.png deleted file mode 120000 index 2f55649..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_paste.png +++ /dev/null @@ -1 +0,0 @@ -edit-paste.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_person.png b/Icons and cursors/windowsicon/48x48/actions/stock_person.png deleted file mode 120000 index 1039c3a..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_person.png +++ /dev/null @@ -1 +0,0 @@ -user-identity.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_previous.png b/Icons and cursors/windowsicon/48x48/actions/stock_previous.png deleted file mode 120000 index 4277762..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_previous.png +++ /dev/null @@ -1 +0,0 @@ -back.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png b/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png deleted file mode 120000 index 9dfea71..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_print-preview.png +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png b/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png deleted file mode 120000 index 68a9613..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_print-setup.png +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_print.png b/Icons and cursors/windowsicon/48x48/actions/stock_print.png deleted file mode 100644 index 1f58c17..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_print.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_properties.png b/Icons and cursors/windowsicon/48x48/actions/stock_properties.png deleted file mode 120000 index b447aa2..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_properties.png +++ /dev/null @@ -1 +0,0 @@ -document-properties.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_redo.png b/Icons and cursors/windowsicon/48x48/actions/stock_redo.png deleted file mode 100644 index 7e797c9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_redo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png b/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_right.png b/Icons and cursors/windowsicon/48x48/actions/stock_right.png deleted file mode 120000 index 82a2075..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_right.png +++ /dev/null @@ -1 +0,0 @@ -forward.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png b/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png deleted file mode 120000 index 6f80888..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_save-as.png +++ /dev/null @@ -1 +0,0 @@ -document-save-as.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_save.png b/Icons and cursors/windowsicon/48x48/actions/stock_save.png deleted file mode 120000 index b1240e1..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_save.png +++ /dev/null @@ -1 +0,0 @@ -document-save.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png b/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png deleted file mode 100644 index 16bb7e9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_search-and-replace.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_search.png b/Icons and cursors/windowsicon/48x48/actions/stock_search.png deleted file mode 120000 index dd41368..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_search.png +++ /dev/null @@ -1 +0,0 @@ -edit-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png b/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png deleted file mode 100644 index 8b8e4f0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_select-all.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_spam.png b/Icons and cursors/windowsicon/48x48/actions/stock_spam.png deleted file mode 100644 index dbf72cb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_spam.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png b/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png deleted file mode 100644 index 3585671..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_spellcheck.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_stop.png b/Icons and cursors/windowsicon/48x48/actions/stock_stop.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png b/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png deleted file mode 100644 index 209fccd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text-strikethrough.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png deleted file mode 100644 index bfe8783..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png deleted file mode 100644 index 8246e1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png deleted file mode 100644 index 2093238..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_indent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png deleted file mode 100644 index e802a49..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png deleted file mode 100644 index cdc633c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_justify.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png deleted file mode 100644 index fe1e8da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_left.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png deleted file mode 100644 index d30ba64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_right.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png deleted file mode 100644 index e4a427d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_underlined.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png b/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png deleted file mode 100644 index 8cf7488..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_text_unindent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_top.png b/Icons and cursors/windowsicon/48x48/actions/stock_top.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_undo.png b/Icons and cursors/windowsicon/48x48/actions/stock_undo.png deleted file mode 100644 index 9ea6b9b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_up.png b/Icons and cursors/windowsicon/48x48/actions/stock_up.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stock_up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png deleted file mode 120000 index 14537ed..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-1.png +++ /dev/null @@ -1 +0,0 @@ -viewmag1.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png deleted file mode 120000 index 920bdf9..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-in.png +++ /dev/null @@ -1 +0,0 @@ -viewmag+.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png deleted file mode 120000 index 604b33d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-out.png +++ /dev/null @@ -1 +0,0 @@ -viewmag-.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png b/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png deleted file mode 120000 index 4530444..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/stock_zoom-page.png +++ /dev/null @@ -1 +0,0 @@ -viewmagfit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/stop.png b/Icons and cursors/windowsicon/48x48/actions/stop.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/stop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png b/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png deleted file mode 100644 index 2ab8237..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/system-lock-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/system-log-out.png b/Icons and cursors/windowsicon/48x48/actions/system-log-out.png deleted file mode 100644 index ffa2cbb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/system-log-out.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/system-run.png b/Icons and cursors/windowsicon/48x48/actions/system-run.png deleted file mode 100644 index 5a1a4dc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/system-run.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/system-search.png b/Icons and cursors/windowsicon/48x48/actions/system-search.png deleted file mode 100755 index ae37547..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png b/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png deleted file mode 100644 index 8c811a6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/system-shutdown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/tab-new.png b/Icons and cursors/windowsicon/48x48/actions/tab-new.png deleted file mode 100755 index 5a47479..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/tab-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/tab.png b/Icons and cursors/windowsicon/48x48/actions/tab.png deleted file mode 100755 index 9e331b4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/tab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/tab_new.png b/Icons and cursors/windowsicon/48x48/actions/tab_new.png deleted file mode 120000 index 6fdf770..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/tab_new.png +++ /dev/null @@ -1 +0,0 @@ -tab-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/text_bold.png b/Icons and cursors/windowsicon/48x48/actions/text_bold.png deleted file mode 100644 index bfe8783..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/text_bold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/text_italic.png b/Icons and cursors/windowsicon/48x48/actions/text_italic.png deleted file mode 100644 index e802a49..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/text_italic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/text_strike.png b/Icons and cursors/windowsicon/48x48/actions/text_strike.png deleted file mode 100644 index 209fccd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/text_strike.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/text_under.png b/Icons and cursors/windowsicon/48x48/actions/text_under.png deleted file mode 100644 index e4a427d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/text_under.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png b/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png deleted file mode 100644 index 3585671..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/tools-check-spelling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/top.png b/Icons and cursors/windowsicon/48x48/actions/top.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/top.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/undo.png b/Icons and cursors/windowsicon/48x48/actions/undo.png deleted file mode 100644 index 9ea6b9b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/undo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/up.png b/Icons and cursors/windowsicon/48x48/actions/up.png deleted file mode 100644 index d95c510..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/up.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/user-identity.png b/Icons and cursors/windowsicon/48x48/actions/user-identity.png deleted file mode 100755 index ef2d370..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/user-identity.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png deleted file mode 100755 index dd67d4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/view-fullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/view-refresh.png b/Icons and cursors/windowsicon/48x48/actions/view-refresh.png deleted file mode 100644 index 8aed601..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/view-refresh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/view-restore.png b/Icons and cursors/windowsicon/48x48/actions/view-restore.png deleted file mode 100644 index 1dc44f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/view-restore.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png b/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png deleted file mode 100644 index 3dd59cd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/view-sort-ascending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png b/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png deleted file mode 100644 index c45efc4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/view-sort-descending.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag+.png b/Icons and cursors/windowsicon/48x48/actions/viewmag+.png deleted file mode 100755 index 2af6d18..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag+.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag-.png b/Icons and cursors/windowsicon/48x48/actions/viewmag-.png deleted file mode 100755 index e98f12f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag-.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag.png b/Icons and cursors/windowsicon/48x48/actions/viewmag.png deleted file mode 100755 index 70a427f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmag1.png b/Icons and cursors/windowsicon/48x48/actions/viewmag1.png deleted file mode 100755 index 183150a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmag1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png b/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png deleted file mode 100755 index 70a427f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/viewmagfit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/window-close.png b/Icons and cursors/windowsicon/48x48/actions/window-close.png deleted file mode 100644 index c491eae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/window-close.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/window-new.png b/Icons and cursors/windowsicon/48x48/actions/window-new.png deleted file mode 100755 index 99fff19..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/window-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/window-pin.png b/Icons and cursors/windowsicon/48x48/actions/window-pin.png deleted file mode 100644 index e9b78b5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/window.png b/Icons and cursors/windowsicon/48x48/actions/window.png deleted file mode 100755 index 9ccde87..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/window.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png b/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png deleted file mode 120000 index 37aaf87..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/window_fullscreen.png +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/window_new.png b/Icons and cursors/windowsicon/48x48/actions/window_new.png deleted file mode 120000 index 30b601d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/window_new.png +++ /dev/null @@ -1 +0,0 @@ -window-new.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png b/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png deleted file mode 100644 index 1dc44f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/window_nofullscreen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png b/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png deleted file mode 100644 index c49888d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/xfce-system-exit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png b/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png deleted file mode 100644 index 2ab8237..0000000 Binary files a/Icons and cursors/windowsicon/48x48/actions/xfce-system-lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png b/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png deleted file mode 120000 index 925deda..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/xfce4-appfinder.png +++ /dev/null @@ -1 +0,0 @@ -gtk-find.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png b/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png deleted file mode 120000 index 4530444..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/zoom-best-fit.png +++ /dev/null @@ -1 +0,0 @@ -viewmagfit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png b/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png deleted file mode 120000 index 4530444..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/zoom-fit-best.png +++ /dev/null @@ -1 +0,0 @@ -viewmagfit.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-in.png b/Icons and cursors/windowsicon/48x48/actions/zoom-in.png deleted file mode 120000 index 920bdf9..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/zoom-in.png +++ /dev/null @@ -1 +0,0 @@ -viewmag+.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-original.png b/Icons and cursors/windowsicon/48x48/actions/zoom-original.png deleted file mode 120000 index 14537ed..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/zoom-original.png +++ /dev/null @@ -1 +0,0 @@ -viewmag1.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/actions/zoom-out.png b/Icons and cursors/windowsicon/48x48/actions/zoom-out.png deleted file mode 120000 index 604b33d..0000000 --- a/Icons and cursors/windowsicon/48x48/actions/zoom-out.png +++ /dev/null @@ -1 +0,0 @@ -viewmag-.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png b/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png deleted file mode 100644 index a12fc81..0000000 Binary files a/Icons and cursors/windowsicon/48x48/animations/gnome-spinner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/animations/process-working.png b/Icons and cursors/windowsicon/48x48/animations/process-working.png deleted file mode 100644 index a12fc81..0000000 Binary files a/Icons and cursors/windowsicon/48x48/animations/process-working.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/access.png b/Icons and cursors/windowsicon/48x48/apps/access.png deleted file mode 100644 index 5285637..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png b/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png deleted file mode 100644 index 5285637..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/accessibility-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png b/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png deleted file mode 100644 index c9663f8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png b/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png deleted file mode 100644 index da280ab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png b/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png deleted file mode 100644 index 9724eb6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-dictionary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png b/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png deleted file mode 100644 index e27ce85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/accessories-text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/alacarte.png b/Icons and cursors/windowsicon/48x48/apps/alacarte.png deleted file mode 100644 index b141724..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/alacarte.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png b/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png deleted file mode 100644 index 6419d58..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/applets-screenshooter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/apport.png b/Icons and cursors/windowsicon/48x48/apps/apport.png deleted file mode 100644 index 718377f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/apport.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/arts.png b/Icons and cursors/windowsicon/48x48/apps/arts.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/arts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/background.png b/Icons and cursors/windowsicon/48x48/apps/background.png deleted file mode 100644 index 27c903e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/baobab.png b/Icons and cursors/windowsicon/48x48/apps/baobab.png deleted file mode 100644 index 2f7595c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/baobab.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/bleachbit.png b/Icons and cursors/windowsicon/48x48/apps/bleachbit.png deleted file mode 100644 index ff60c70..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/bleachbit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/bluetooth.png b/Icons and cursors/windowsicon/48x48/apps/bluetooth.png deleted file mode 100644 index 269ab20..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/brasero.png b/Icons and cursors/windowsicon/48x48/apps/brasero.png deleted file mode 100644 index fa494b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/brasero.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/calc.png b/Icons and cursors/windowsicon/48x48/apps/calc.png deleted file mode 100644 index c9663f8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cheese.png b/Icons and cursors/windowsicon/48x48/apps/cheese.png deleted file mode 100644 index e2c807e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cheese.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/color-picker.png b/Icons and cursors/windowsicon/48x48/apps/color-picker.png deleted file mode 100644 index 64f03ec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/color-picker.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/config-language.png b/Icons and cursors/windowsicon/48x48/apps/config-language.png deleted file mode 100644 index 52c45c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/config-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/config-users.png b/Icons and cursors/windowsicon/48x48/apps/config-users.png deleted file mode 100644 index 8a0d379..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-applets.png b/Icons and cursors/windowsicon/48x48/apps/cs-applets.png deleted file mode 100644 index 2b83556..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-applets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png b/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png deleted file mode 100644 index dc3d35b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-backgrounds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png b/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png deleted file mode 100644 index c337255..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-bluetooth.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png deleted file mode 100644 index a11a9ae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-admin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png deleted file mode 100644 index 04eeec2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-appearance.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png deleted file mode 100644 index 525c3b4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-hardware.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png deleted file mode 100644 index 07cff09..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-prefs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png b/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png deleted file mode 100644 index 04eeec2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-cat-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-color.png b/Icons and cursors/windowsicon/48x48/apps/cs-color.png deleted file mode 100644 index aec3fad..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png b/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png deleted file mode 100644 index bcd987a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-date-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png b/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png deleted file mode 100644 index 59015a6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-default-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png b/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png deleted file mode 100644 index 2b83556..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desklets.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png b/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png deleted file mode 100644 index dc3d35b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desktop-effects.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png b/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png deleted file mode 100644 index dc3d35b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-details.png b/Icons and cursors/windowsicon/48x48/apps/cs-details.png deleted file mode 100644 index 62c91e2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-details.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-display.png b/Icons and cursors/windowsicon/48x48/apps/cs-display.png deleted file mode 100644 index afd9f52..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png b/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png deleted file mode 100644 index 525c3b4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-drivers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png b/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png deleted file mode 100644 index dc3d35b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-extensions.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png b/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png deleted file mode 100644 index 1c9a882..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-firewall.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png b/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png deleted file mode 100644 index a237550..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-general.png b/Icons and cursors/windowsicon/48x48/apps/cs-general.png deleted file mode 100644 index f8e9c84..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-general.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png b/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png deleted file mode 100644 index 6e1d8ec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-language.png b/Icons and cursors/windowsicon/48x48/apps/cs-language.png deleted file mode 100644 index 51ffe83..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-language.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-login.png b/Icons and cursors/windowsicon/48x48/apps/cs-login.png deleted file mode 100644 index 984f0a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-login.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png b/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png deleted file mode 100644 index 1bd9624..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-network.png b/Icons and cursors/windowsicon/48x48/apps/cs-network.png deleted file mode 100644 index 6308851..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png b/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png deleted file mode 100644 index d718927..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-overview.png b/Icons and cursors/windowsicon/48x48/apps/cs-overview.png deleted file mode 100644 index afd9f52..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-overview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-panel.png b/Icons and cursors/windowsicon/48x48/apps/cs-panel.png deleted file mode 100644 index dc3d35b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-power.png b/Icons and cursors/windowsicon/48x48/apps/cs-power.png deleted file mode 100644 index 2caa363..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-power.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-printer.png b/Icons and cursors/windowsicon/48x48/apps/cs-printer.png deleted file mode 100644 index ad82c63..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png b/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png deleted file mode 100644 index 6649b8b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-region.png b/Icons and cursors/windowsicon/48x48/apps/cs-region.png deleted file mode 100644 index 51ffe83..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-region.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-screen.png b/Icons and cursors/windowsicon/48x48/apps/cs-screen.png deleted file mode 100644 index afd9f52..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-screen.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png b/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png deleted file mode 100644 index 5dcf357..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png b/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png deleted file mode 100644 index 424604a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-sound.png b/Icons and cursors/windowsicon/48x48/apps/cs-sound.png deleted file mode 100644 index a7b6364..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-sources.png b/Icons and cursors/windowsicon/48x48/apps/cs-sources.png deleted file mode 100644 index 424604a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-sources.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png b/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png deleted file mode 100644 index 2b83556..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-startup-programs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png b/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png deleted file mode 100644 index 76c992d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-themes.png b/Icons and cursors/windowsicon/48x48/apps/cs-themes.png deleted file mode 100644 index 04eeec2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-themes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png b/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png deleted file mode 100644 index afd9f52..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-tiling.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png b/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png deleted file mode 100644 index 37924b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-universal-access.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png b/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png deleted file mode 100644 index 984f0a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-user-accounts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-user.png b/Icons and cursors/windowsicon/48x48/apps/cs-user.png deleted file mode 100644 index a11a9ae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-user.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-windows.png b/Icons and cursors/windowsicon/48x48/apps/cs-windows.png deleted file mode 100644 index 2b83556..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png b/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png deleted file mode 100644 index 2b83556..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/cs-workspaces.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png b/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png deleted file mode 100644 index fb1f309..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/dconf-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/deja-dup.png b/Icons and cursors/windowsicon/48x48/apps/deja-dup.png deleted file mode 100644 index be2767c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/deja-dup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/empathy.png b/Icons and cursors/windowsicon/48x48/apps/empathy.png deleted file mode 100644 index 774df72..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/empathy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/eog.png b/Icons and cursors/windowsicon/48x48/apps/eog.png deleted file mode 100644 index 95b86de..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/eog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/epiphany.png b/Icons and cursors/windowsicon/48x48/apps/epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/evince.png b/Icons and cursors/windowsicon/48x48/apps/evince.png deleted file mode 100644 index 3109384..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/evince.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/evolution.png b/Icons and cursors/windowsicon/48x48/apps/evolution.png deleted file mode 100644 index 1c4df93..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/evolution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/file-manager.png b/Icons and cursors/windowsicon/48x48/apps/file-manager.png deleted file mode 100644 index 6d8a639..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/file-roller.png b/Icons and cursors/windowsicon/48x48/apps/file-roller.png deleted file mode 100644 index 03ed9f9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/file-roller.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/fonts.png b/Icons and cursors/windowsicon/48x48/apps/fonts.png deleted file mode 100644 index f366ca6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/fonts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gedit.png b/Icons and cursors/windowsicon/48x48/apps/gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png b/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png deleted file mode 100644 index 20fc8bd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-aisleriot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png b/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png deleted file mode 100644 index c9663f8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-calculator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png b/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png deleted file mode 100644 index da280ab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-character-map.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png b/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png deleted file mode 100644 index e4b4a4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-disks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png b/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png deleted file mode 100644 index 8f4c592..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-help.png b/Icons and cursors/windowsicon/48x48/apps/gnome-help.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png deleted file mode 100644 index 98d0672..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mahjongg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png deleted file mode 100644 index 285e8cf..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mines.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png b/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png b/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png deleted file mode 100644 index d564318..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png b/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png deleted file mode 100644 index 2c40fa9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-power-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png b/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png deleted file mode 100644 index a11e080..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png deleted file mode 100644 index 5285637..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-accessibility-technologies.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png deleted file mode 100644 index 27c903e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-background.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png deleted file mode 100644 index f366ca6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png deleted file mode 100644 index e498872..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-keybindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png b/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png deleted file mode 100644 index a0761c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-settings-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png b/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png deleted file mode 100644 index 2c08579..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-sound-recorder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png b/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-sudoku.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png b/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png b/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png deleted file mode 100644 index 2f8871f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-tweak-tool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png b/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png deleted file mode 100644 index d0fd50f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gnome-window-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/goa-panel.png b/Icons and cursors/windowsicon/48x48/apps/goa-panel.png deleted file mode 100644 index 956fc20..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/goa-panel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gp.png b/Icons and cursors/windowsicon/48x48/apps/gp.png deleted file mode 100644 index 173d1f9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/gucharmap.png b/Icons and cursors/windowsicon/48x48/apps/gucharmap.png deleted file mode 100644 index da280ab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/gucharmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/help-browser.png b/Icons and cursors/windowsicon/48x48/apps/help-browser.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/jockey.png b/Icons and cursors/windowsicon/48x48/apps/jockey.png deleted file mode 100644 index 78d48f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/jockey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kcalc.png b/Icons and cursors/windowsicon/48x48/apps/kcalc.png deleted file mode 100644 index c9663f8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kcalc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kcharselect.png b/Icons and cursors/windowsicon/48x48/apps/kcharselect.png deleted file mode 100644 index da280ab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kcharselect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png b/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png deleted file mode 100644 index d0fd50f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kcmkwm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kcmsound.png b/Icons and cursors/windowsicon/48x48/apps/kcmsound.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kcmsound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kedit.png b/Icons and cursors/windowsicon/48x48/apps/kedit.png deleted file mode 100644 index e27ce85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kedit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/key_bindings.png b/Icons and cursors/windowsicon/48x48/apps/key_bindings.png deleted file mode 100644 index e498872..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/key_bindings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kfm.png b/Icons and cursors/windowsicon/48x48/apps/kfm.png deleted file mode 100644 index 6d8a639..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kfm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png b/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/knotes.png b/Icons and cursors/windowsicon/48x48/apps/knotes.png deleted file mode 100644 index e27ce85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/knotes.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/konsole.png b/Icons and cursors/windowsicon/48x48/apps/konsole.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/konsole.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/krfb.png b/Icons and cursors/windowsicon/48x48/apps/krfb.png deleted file mode 100644 index a11e080..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/krfb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png b/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png deleted file mode 100644 index dffc3d1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/ksysguard.png b/Icons and cursors/windowsicon/48x48/apps/ksysguard.png deleted file mode 100644 index d564318..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/ksysguard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kuser.png b/Icons and cursors/windowsicon/48x48/apps/kuser.png deleted file mode 100644 index 8a0d379..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kuser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/kwin.png b/Icons and cursors/windowsicon/48x48/apps/kwin.png deleted file mode 100644 index d0fd50f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/kwin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png deleted file mode 100644 index ac8011f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-base.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png deleted file mode 100644 index 3eaea39..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png deleted file mode 100644 index b0e670d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png deleted file mode 100644 index 16c9bda..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png deleted file mode 100644 index 6ef7e15..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-main.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png deleted file mode 100644 index 35fdc2f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-math.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png deleted file mode 100644 index 6ef7e15..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-startcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png b/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png deleted file mode 100644 index 455b3bc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/libreoffice-writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/locale.png b/Icons and cursors/windowsicon/48x48/apps/locale.png deleted file mode 100644 index 52c45c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/logview.png b/Icons and cursors/windowsicon/48x48/apps/logview.png deleted file mode 100644 index 12390a0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/logview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png b/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/multimedia-volume-control.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/multimedia.png b/Icons and cursors/windowsicon/48x48/apps/multimedia.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/nautilus.png b/Icons and cursors/windowsicon/48x48/apps/nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/openshot.png b/Icons and cursors/windowsicon/48x48/apps/openshot.png deleted file mode 100644 index 7c9a945..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/openshot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/openterm.png b/Icons and cursors/windowsicon/48x48/apps/openterm.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/openterm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/orca.png b/Icons and cursors/windowsicon/48x48/apps/orca.png deleted file mode 100644 index 5285637..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/orca.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png deleted file mode 100755 index e1f0768..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Epiphany.png +++ /dev/null @@ -1 +0,0 @@ -web-browser.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png deleted file mode 100755 index b9df032..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Nautilus.png +++ /dev/null @@ -1 +0,0 @@ -file-manager.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.Tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png deleted file mode 100755 index 24614cf..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.gedit.png +++ /dev/null @@ -1 +0,0 @@ -accessories-text-editor.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png b/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png deleted file mode 100755 index 87752ff..0000000 --- a/Icons and cursors/windowsicon/48x48/apps/org.gnome.tweaks.png +++ /dev/null @@ -1 +0,0 @@ -gnome-tweak-tool.png \ No newline at end of file diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-color.png b/Icons and cursors/windowsicon/48x48/apps/preferences-color.png deleted file mode 100644 index 3f2b53f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png deleted file mode 100644 index 5285637..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png deleted file mode 100644 index 8e82f0b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png deleted file mode 100644 index f366ca6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index e498872..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png deleted file mode 100644 index 1e5ff78..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png deleted file mode 100644 index 52c45c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index a11e080..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dffc3d1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png deleted file mode 100644 index a0761c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png b/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 27c903e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png deleted file mode 100644 index 9f65128..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-notifications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png deleted file mode 100644 index 794ab19..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-privacy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png deleted file mode 100644 index f45b204..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png deleted file mode 100644 index 000aea7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-sharing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png deleted file mode 100644 index e09972e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-time.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png b/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png deleted file mode 100644 index d0fd50f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/preferences-system-windows.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png b/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png deleted file mode 100644 index 6d8a639..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/redhat-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/remmina.png b/Icons and cursors/windowsicon/48x48/apps/remmina.png deleted file mode 100644 index a11e080..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/remmina.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png b/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png deleted file mode 100644 index 15a24b2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/rhythmbox.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/screensaver.png b/Icons and cursors/windowsicon/48x48/apps/screensaver.png deleted file mode 100644 index dffc3d1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/screensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/seahorse.png b/Icons and cursors/windowsicon/48x48/apps/seahorse.png deleted file mode 100644 index f6416ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/seahorse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/session-properties.png b/Icons and cursors/windowsicon/48x48/apps/session-properties.png deleted file mode 100644 index 4195023..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/session-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/shotwell.png b/Icons and cursors/windowsicon/48x48/apps/shotwell.png deleted file mode 100644 index 3eee07f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/shotwell.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/software-properties.png b/Icons and cursors/windowsicon/48x48/apps/software-properties.png deleted file mode 100644 index 3a34703..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/software-properties.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png b/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png deleted file mode 100644 index 6f954a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/softwarecenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/spectacle.png b/Icons and cursors/windowsicon/48x48/apps/spectacle.png deleted file mode 100644 index 14ec6a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/spectacle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/style.png b/Icons and cursors/windowsicon/48x48/apps/style.png deleted file mode 100644 index a0761c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/style.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png b/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/system-config-users.png b/Icons and cursors/windowsicon/48x48/apps/system-config-users.png deleted file mode 100644 index 8a0d379..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/system-config-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png b/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png deleted file mode 100644 index 6d8a639..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/system-file-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/system-software-install.png b/Icons and cursors/windowsicon/48x48/apps/system-software-install.png deleted file mode 100644 index c43d72b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/system-software-install.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/system-software-update.png b/Icons and cursors/windowsicon/48x48/apps/system-software-update.png deleted file mode 100644 index 9f17000..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/system-software-update.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/system-users.png b/Icons and cursors/windowsicon/48x48/apps/system-users.png deleted file mode 100644 index 8a0d379..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/system-users.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/terminal.png b/Icons and cursors/windowsicon/48x48/apps/terminal.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/text-editor.png b/Icons and cursors/windowsicon/48x48/apps/text-editor.png deleted file mode 100644 index e27ce85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/text-editor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/totem.png b/Icons and cursors/windowsicon/48x48/apps/totem.png deleted file mode 100644 index cb06946..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/totem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/transmission.png b/Icons and cursors/windowsicon/48x48/apps/transmission.png deleted file mode 100644 index c184098..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/transmission.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/update-manager.png b/Icons and cursors/windowsicon/48x48/apps/update-manager.png deleted file mode 100644 index 9f17000..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/update-manager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png b/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png deleted file mode 100644 index 3437854..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/usb-creator-gtk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/user-info.png b/Icons and cursors/windowsicon/48x48/apps/user-info.png deleted file mode 100644 index f4e7aa8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png b/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png deleted file mode 100644 index d564318..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/utilities-system-monitor.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png b/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/utilities-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/volume-knob.png b/Icons and cursors/windowsicon/48x48/apps/volume-knob.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/volume-knob.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/waiting.png b/Icons and cursors/windowsicon/48x48/apps/waiting.png deleted file mode 100644 index 9f11570..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/wallpaper.png b/Icons and cursors/windowsicon/48x48/apps/wallpaper.png deleted file mode 100644 index 27c903e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/wallpaper.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/web-browser.png b/Icons and cursors/windowsicon/48x48/apps/web-browser.png deleted file mode 100644 index af4a917..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/web-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png b/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png deleted file mode 100644 index f0fe6fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xdiagnose.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png b/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png deleted file mode 100644 index e27ce85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-edit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png b/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png deleted file mode 100644 index 6d8a639..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-filemanager.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-man.png b/Icons and cursors/windowsicon/48x48/apps/xfce-man.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png b/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png deleted file mode 100644 index a879665..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce-terminal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png deleted file mode 100644 index 27c903e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-backdrop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png deleted file mode 100644 index ca57493..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-mixer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png b/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png deleted file mode 100644 index a0761c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfce4-ui.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xfwm4.png b/Icons and cursors/windowsicon/48x48/apps/xfwm4.png deleted file mode 100644 index d0fd50f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xfwm4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png b/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png deleted file mode 100644 index dffc3d1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xscreensaver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/xterm-color.png b/Icons and cursors/windowsicon/48x48/apps/xterm-color.png deleted file mode 100644 index 900e69d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/xterm-color.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/apps/zen-icon.png b/Icons and cursors/windowsicon/48x48/apps/zen-icon.png deleted file mode 100644 index 9f17000..0000000 Binary files a/Icons and cursors/windowsicon/48x48/apps/zen-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png b/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png deleted file mode 100644 index aea51ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-development.png b/Icons and cursors/windowsicon/48x48/categories/applications-development.png deleted file mode 100644 index 8d6a643..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png b/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png deleted file mode 100644 index 78d48f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-electronics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png b/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png deleted file mode 100644 index d3bd26c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-engineering.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-games.png b/Icons and cursors/windowsicon/48x48/categories/applications-games.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png b/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png deleted file mode 100644 index a0595f3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-internet.png b/Icons and cursors/windowsicon/48x48/categories/applications-internet.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png deleted file mode 100644 index ee94442..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-office.png b/Icons and cursors/windowsicon/48x48/categories/applications-office.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-other.png b/Icons and cursors/windowsicon/48x48/categories/applications-other.png deleted file mode 100644 index 52e903c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-science.png b/Icons and cursors/windowsicon/48x48/categories/applications-science.png deleted file mode 100644 index 62d4c37..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-science.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-system.png b/Icons and cursors/windowsicon/48x48/categories/applications-system.png deleted file mode 100644 index d12b9b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png b/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png deleted file mode 100644 index e32dc88..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/applications-utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png b/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-applications.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png b/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-control-center.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png b/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png deleted file mode 100644 index 8d6a643..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png b/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-globe.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png b/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png deleted file mode 100644 index a0595f3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png b/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png deleted file mode 100644 index ee94442..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-other.png b/Icons and cursors/windowsicon/48x48/categories/gnome-other.png deleted file mode 100644 index 52e903c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png b/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-system.png b/Icons and cursors/windowsicon/48x48/categories/gnome-system.png deleted file mode 100644 index d12b9b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gnome-util.png b/Icons and cursors/windowsicon/48x48/categories/gnome-util.png deleted file mode 100644 index aea51ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gnome-util.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png b/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/gtk-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png b/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png deleted file mode 100644 index cd12c68..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/input_devices_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/kcontrol.png b/Icons and cursors/windowsicon/48x48/categories/kcontrol.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/kcontrol.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_development.png b/Icons and cursors/windowsicon/48x48/categories/package_development.png deleted file mode 100644 index 8d6a643..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_development.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_games.png b/Icons and cursors/windowsicon/48x48/categories/package_games.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_graphics.png b/Icons and cursors/windowsicon/48x48/categories/package_graphics.png deleted file mode 100644 index a0595f3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png b/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png deleted file mode 100644 index ee94442..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_network.png b/Icons and cursors/windowsicon/48x48/categories/package_network.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_office.png b/Icons and cursors/windowsicon/48x48/categories/package_office.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_settings.png b/Icons and cursors/windowsicon/48x48/categories/package_settings.png deleted file mode 100644 index 2ce3dd4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_system.png b/Icons and cursors/windowsicon/48x48/categories/package_system.png deleted file mode 100644 index d12b9b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/package_utilities.png b/Icons and cursors/windowsicon/48x48/categories/package_utilities.png deleted file mode 100644 index aea51ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/package_utilities.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png deleted file mode 100644 index cd12c68..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png deleted file mode 100644 index fc92fee..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop-personal.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png b/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-other.png b/Icons and cursors/windowsicon/48x48/categories/preferences-other.png deleted file mode 100644 index edc4c1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-other.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png b/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png deleted file mode 100644 index b5bc3bc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-system-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/preferences-system.png b/Icons and cursors/windowsicon/48x48/categories/preferences-system.png deleted file mode 100644 index 2ce3dd4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/preferences-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png b/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png deleted file mode 100644 index aea51ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-accessories.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-games.png b/Icons and cursors/windowsicon/48x48/categories/redhat-games.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png b/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png deleted file mode 100644 index a0595f3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png b/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-office.png b/Icons and cursors/windowsicon/48x48/categories/redhat-office.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png b/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-preferences.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png b/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png deleted file mode 100644 index 8d6a643..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-programming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png b/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png deleted file mode 100644 index ee94442..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-sound_video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png b/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png deleted file mode 100644 index 2ce3dd4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-system_settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png b/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png deleted file mode 100644 index d12b9b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/redhat-system_tools.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/stock_internet.png b/Icons and cursors/windowsicon/48x48/categories/stock_internet.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/stock_internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/system-help.png b/Icons and cursors/windowsicon/48x48/categories/system-help.png deleted file mode 100644 index 5242b60..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/system-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png b/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png deleted file mode 100644 index 8d6a643..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-devel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-games.png b/Icons and cursors/windowsicon/48x48/categories/xfce-games.png deleted file mode 100644 index b3d3a3e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-games.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png b/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png deleted file mode 100644 index a0595f3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png b/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png deleted file mode 100644 index 1ff75ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-internet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png b/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png deleted file mode 100644 index ee94442..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-multimedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-office.png b/Icons and cursors/windowsicon/48x48/categories/xfce-office.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-office.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png b/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png deleted file mode 100644 index 2ce3dd4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-system-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-system.png b/Icons and cursors/windowsicon/48x48/categories/xfce-system.png deleted file mode 100644 index d12b9b1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png b/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png deleted file mode 100644 index aea51ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce-utils.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png b/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png deleted file mode 100644 index 55f6f28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/categories/xfce4-settings.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png b/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png deleted file mode 100644 index 45662c7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/3floppy_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png b/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png deleted file mode 100644 index 45a9713..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/ac-adapter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-card.png b/Icons and cursors/windowsicon/48x48/devices/audio-card.png deleted file mode 100644 index 78d48f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-card.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png b/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png deleted file mode 100644 index d798a95..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-headphones.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-headset.png b/Icons and cursors/windowsicon/48x48/devices/audio-headset.png deleted file mode 100644 index 53c12ca..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-headset.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png b/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png deleted file mode 100644 index c15fd3d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-input-microphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png b/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png deleted file mode 100644 index 3f925da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/audio-speakers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/battery.png b/Icons and cursors/windowsicon/48x48/devices/battery.png deleted file mode 100644 index 2f99f64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-photo.png b/Icons and cursors/windowsicon/48x48/devices/camera-photo.png deleted file mode 100644 index 6419d58..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-photo.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-video.png b/Icons and cursors/windowsicon/48x48/devices/camera-video.png deleted file mode 100644 index 83d78fb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/camera-web.png b/Icons and cursors/windowsicon/48x48/devices/camera-web.png deleted file mode 100644 index e2c807e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/camera-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/camera.png b/Icons and cursors/windowsicon/48x48/devices/camera.png deleted file mode 100644 index 6419d58..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/camera.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png b/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png deleted file mode 100644 index 6419d58..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/camera_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png b/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/cdrom_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png b/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/cdwriter_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/chardevice.png b/Icons and cursors/windowsicon/48x48/devices/chardevice.png deleted file mode 100644 index 0711079..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/chardevice.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png b/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png deleted file mode 100644 index 1a04d03..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/colorimeter-colorhug.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png b/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png deleted file mode 100644 index eff65a3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/computer-apple-ipad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/computer.png b/Icons and cursors/windowsicon/48x48/devices/computer.png deleted file mode 100644 index 2c491c4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/display.png b/Icons and cursors/windowsicon/48x48/devices/display.png deleted file mode 100644 index 0711079..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png deleted file mode 100644 index 896f20a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png deleted file mode 100644 index 8874445..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-ieee1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png deleted file mode 100644 index bb669e1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png deleted file mode 100644 index 6f34e85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system-solidstate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png deleted file mode 100644 index 45afe42..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png deleted file mode 100644 index 4bcde00..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png b/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png deleted file mode 100644 index 6a2187c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-multidisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-optical.png b/Icons and cursors/windowsicon/48x48/devices/drive-optical.png deleted file mode 100644 index 896f20a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png b/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png deleted file mode 100644 index f1399f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/drive-removable-media.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png b/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/dvd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png deleted file mode 100644 index 2f99f64..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-battery.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png deleted file mode 100644 index 896f20a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png deleted file mode 100644 index 2c491c4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-computer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-cdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr-plus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdram.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-disc-dvdrw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png deleted file mode 100644 index 896f20a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png deleted file mode 100644 index c417479..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ethernet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png deleted file mode 100644 index 45662c7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png deleted file mode 100644 index 880d9a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-ipod.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png deleted file mode 100644 index 77a6830..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png deleted file mode 100644 index 092e0ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-cf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png deleted file mode 100644 index 092e0ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-ms.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png deleted file mode 100644 index 092e0ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sdmmc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png deleted file mode 100644 index 092e0ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-media-sm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-ball.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-mouse-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png deleted file mode 100644 index f1399f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-1394.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png deleted file mode 100644 index f1399f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable-usb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png deleted file mode 100644 index f1399f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png b/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png deleted file mode 100644 index 2009c79..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-dev-wavelan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png b/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png deleted file mode 100644 index 2c491c4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-fs-client.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png b/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png deleted file mode 100644 index 46c0d4b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png b/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png deleted file mode 100644 index c15fd3d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gnome-stock-mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png b/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png deleted file mode 100644 index 45662c7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png b/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/gtk-harddisk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/harddrive.png b/Icons and cursors/windowsicon/48x48/devices/harddrive.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/harddrive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png b/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/hdd_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png b/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png deleted file mode 100644 index e44908c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-dialpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-gaming.png b/Icons and cursors/windowsicon/48x48/devices/input-gaming.png deleted file mode 100644 index 43f929c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-gaming.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png deleted file mode 100644 index 77a6830..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-mouse.png b/Icons and cursors/windowsicon/48x48/devices/input-mouse.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-tablet.png b/Icons and cursors/windowsicon/48x48/devices/input-tablet.png deleted file mode 100644 index 0373967..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-tablet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png b/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png deleted file mode 100644 index 79d42f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/input-touchpad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png b/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png deleted file mode 100644 index 880d9a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/ipod_mount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/joystick.png b/Icons and cursors/windowsicon/48x48/devices/joystick.png deleted file mode 100644 index 43f929c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/keyboard.png b/Icons and cursors/windowsicon/48x48/devices/keyboard.png deleted file mode 100644 index 77a6830..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png b/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/kjobviewer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/kxkb.png b/Icons and cursors/windowsicon/48x48/devices/kxkb.png deleted file mode 100644 index 77a6830..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/kxkb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png b/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-cdrom.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-flash.png b/Icons and cursors/windowsicon/48x48/devices/media-flash.png deleted file mode 100644 index 092e0ba..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-floppy.png b/Icons and cursors/windowsicon/48x48/devices/media-floppy.png deleted file mode 100644 index 45662c7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png deleted file mode 100644 index 656d256..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-bd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png deleted file mode 100644 index cc1965c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-cd-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png b/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png deleted file mode 100644 index 1274ae4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical-dvd.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-optical.png b/Icons and cursors/windowsicon/48x48/devices/media-optical.png deleted file mode 100644 index ead7fb5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-optical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-removable.png b/Icons and cursors/windowsicon/48x48/devices/media-removable.png deleted file mode 100644 index 765cd85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-removable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-tape.png b/Icons and cursors/windowsicon/48x48/devices/media-tape.png deleted file mode 100644 index 44a8506..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-tape.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/media-zip.png b/Icons and cursors/windowsicon/48x48/devices/media-zip.png deleted file mode 100644 index 7f2e4df..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/media-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/modem.png b/Icons and cursors/windowsicon/48x48/devices/modem.png deleted file mode 100644 index 46c0d4b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/modem.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/mouse.png b/Icons and cursors/windowsicon/48x48/devices/mouse.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png b/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png deleted file mode 100644 index 7d06802..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/multimedia-player-apple-ipod-touch.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png b/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png deleted file mode 100644 index 880d9a9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/multimedia-player.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/network-vpn.png b/Icons and cursors/windowsicon/48x48/devices/network-vpn.png deleted file mode 100644 index f535a0f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/network-vpn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/network-wired.png b/Icons and cursors/windowsicon/48x48/devices/network-wired.png deleted file mode 100644 index c417479..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/network-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/network-wireless.png b/Icons and cursors/windowsicon/48x48/devices/network-wireless.png deleted file mode 100644 index 2009c79..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/network-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png b/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png deleted file mode 100644 index 2009c79..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-adhoc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png b/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png deleted file mode 100644 index c417479..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-device-wired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png b/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png deleted file mode 100644 index 2009c79..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/nm-device-wireless.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/pda.png b/Icons and cursors/windowsicon/48x48/devices/pda.png deleted file mode 100644 index 0ef70b9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/pda.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png b/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png deleted file mode 100644 index e727292..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-apple-iphone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png b/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png deleted file mode 100644 index 4e5ac07..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-google-nexus-one.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png b/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png deleted file mode 100644 index 319bedd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-htc-g1-white.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png b/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png deleted file mode 100644 index 8c84093..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-palm-pre.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png b/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png deleted file mode 100644 index dbcbf9a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone-samsung-galaxy-s.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/phone.png b/Icons and cursors/windowsicon/48x48/devices/phone.png deleted file mode 100644 index 229f732..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/printer-network.png b/Icons and cursors/windowsicon/48x48/devices/printer-network.png deleted file mode 100644 index 94361da..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/printer-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/printer-remote.png b/Icons and cursors/windowsicon/48x48/devices/printer-remote.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/printer-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/printer.png b/Icons and cursors/windowsicon/48x48/devices/printer.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/printer1.png b/Icons and cursors/windowsicon/48x48/devices/printer1.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/printer1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/printmgr.png b/Icons and cursors/windowsicon/48x48/devices/printmgr.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/printmgr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/scanner.png b/Icons and cursors/windowsicon/48x48/devices/scanner.png deleted file mode 100644 index 9b3cbec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/scanner.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png b/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png deleted file mode 100644 index 229f732..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_cell-phone.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_mic.png b/Icons and cursors/windowsicon/48x48/devices/stock_mic.png deleted file mode 100644 index c15fd3d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_mic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/stock_printers.png b/Icons and cursors/windowsicon/48x48/devices/stock_printers.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/stock_printers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/system-floppy.png b/Icons and cursors/windowsicon/48x48/devices/system-floppy.png deleted file mode 100644 index 45662c7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/system-floppy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/system.png b/Icons and cursors/windowsicon/48x48/devices/system.png deleted file mode 100644 index 2c491c4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png b/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png deleted file mode 100644 index 28f9232..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/uninterruptible-power-supply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png b/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png deleted file mode 100644 index f1399f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/usbpendrive_unmount.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/video-display.png b/Icons and cursors/windowsicon/48x48/devices/video-display.png deleted file mode 100644 index 0711079..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/video-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png b/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce-printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png deleted file mode 100644 index 0711079..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-display.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png deleted file mode 100644 index 77a6830..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-keyboard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png b/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/xfce4-mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_HD.png b/Icons and cursors/windowsicon/48x48/devices/yast_HD.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_HD.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png b/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png deleted file mode 100644 index 2c50948..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_idetude.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png b/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png deleted file mode 100644 index 43f929c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_joystick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png b/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png deleted file mode 100644 index 7a65caa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_mouse.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_printer.png b/Icons and cursors/windowsicon/48x48/devices/yast_printer.png deleted file mode 100644 index 9a24b4a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_printer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png b/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png deleted file mode 100644 index 78d48f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/devices/yast_soundcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png deleted file mode 100644 index e831072..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png deleted file mode 100644 index cccb0b7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png deleted file mode 100644 index 284daa5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png deleted file mode 100644 index a84ee70..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-downloads.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png deleted file mode 100644 index 1b138cb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-favorite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png deleted file mode 100644 index aba35b9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png deleted file mode 100644 index a446580..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-mail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png deleted file mode 100644 index b686b40..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-noread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png deleted file mode 100644 index 62682a8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-nowrite.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png deleted file mode 100644 index 03ed9f9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png deleted file mode 100644 index d5b222f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-photos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png deleted file mode 100644 index 62682a8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png deleted file mode 100644 index 1c1686d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-shared.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png deleted file mode 100644 index 12cad5b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png deleted file mode 100644 index 51a1839..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png deleted file mode 100644 index dc3de45..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-system.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png deleted file mode 100644 index f97df1e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png b/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png deleted file mode 100644 index f9eb5c5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emblems/emblem-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-angel.png b/Icons and cursors/windowsicon/48x48/emotes/face-angel.png deleted file mode 100644 index 72edb04..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-angel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-angry.png b/Icons and cursors/windowsicon/48x48/emotes/face-angry.png deleted file mode 100644 index 769691b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-angry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-cool.png b/Icons and cursors/windowsicon/48x48/emotes/face-cool.png deleted file mode 100644 index 30c5c6c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-cool.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-crying.png b/Icons and cursors/windowsicon/48x48/emotes/face-crying.png deleted file mode 100644 index 9f20b84..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-crying.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png b/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png deleted file mode 100644 index cb5c46f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-devilish.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png b/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png deleted file mode 100644 index 06eabd6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-embarrassed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png b/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png deleted file mode 100644 index 4325638..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-glasses.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png b/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png deleted file mode 100644 index 3663756..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-kiss.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png b/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png deleted file mode 100644 index 9154a1e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-laugh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png b/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png deleted file mode 100644 index c712d56..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-monkey.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-plain.png b/Icons and cursors/windowsicon/48x48/emotes/face-plain.png deleted file mode 100644 index f2fca22..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-plain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png b/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png deleted file mode 100644 index 881774a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-raspberry.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-sad.png b/Icons and cursors/windowsicon/48x48/emotes/face-sad.png deleted file mode 100644 index 3db6cfc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-sad.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-sick.png b/Icons and cursors/windowsicon/48x48/emotes/face-sick.png deleted file mode 100644 index 2cdd04d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-sick.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png b/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png deleted file mode 100644 index c5427f1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smile-big.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smile.png b/Icons and cursors/windowsicon/48x48/emotes/face-smile.png deleted file mode 100644 index a4c35f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png b/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png deleted file mode 100644 index d0a6226..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-smirk.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png b/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png deleted file mode 100644 index 4fb6874..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-surprise.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-tired.png b/Icons and cursors/windowsicon/48x48/emotes/face-tired.png deleted file mode 100644 index 92eaa6b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-tired.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png b/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png deleted file mode 100644 index 376af4e..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-uncertain.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-wink.png b/Icons and cursors/windowsicon/48x48/emotes/face-wink.png deleted file mode 100644 index 456d08f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-wink.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/face-worried.png b/Icons and cursors/windowsicon/48x48/emotes/face-worried.png deleted file mode 100644 index 765a242..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/face-worried.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png deleted file mode 100644 index a4c35f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png deleted file mode 100644 index 881774a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-10.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png deleted file mode 100644 index 9f20b84..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-11.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png deleted file mode 100644 index 3663756..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-13.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png deleted file mode 100644 index 30c5c6c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-15.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png deleted file mode 100644 index 72edb04..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-18.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png deleted file mode 100644 index a4c35f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png deleted file mode 100644 index c712d56..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-22.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png deleted file mode 100644 index 456d08f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png deleted file mode 100644 index 3db6cfc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-4.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png deleted file mode 100644 index 4fb6874..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-5.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png deleted file mode 100644 index c5427f1..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-6.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png deleted file mode 100644 index a4c35f6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-7.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png b/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png deleted file mode 100644 index f2fca22..0000000 Binary files a/Icons and cursors/windowsicon/48x48/emotes/stock_smiley-8.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png deleted file mode 100644 index 7f3e4c0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png deleted file mode 100644 index 9f42316..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png deleted file mode 100644 index 3da3d19..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-rss.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png deleted file mode 100644 index e574acc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openofficeorg.extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png deleted file mode 100644 index 57ca7e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png deleted file mode 100644 index e9d8891..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png deleted file mode 100644 index 62e6ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-vnd.rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index 79fbc55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png deleted file mode 100644 index 7accb2d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-addon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png deleted file mode 100644 index edfe621..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-blender.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png deleted file mode 100644 index 6f9f214..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-cd-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index 20cf314..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png deleted file mode 100644 index 4d5c014..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png deleted file mode 100644 index 0669bcc..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-mono-develop-xib.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-x-zip-compressed-fb2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png b/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png deleted file mode 100644 index 34501af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/binary.png b/Icons and cursors/windowsicon/48x48/mimetypes/binary.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/binary.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png b/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png deleted file mode 100644 index 3dfba31..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/contents2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/deb.png b/Icons and cursors/windowsicon/48x48/mimetypes/deb.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/document.png b/Icons and cursors/windowsicon/48x48/mimetypes/document.png deleted file mode 100644 index 0e66beb..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/empty.png b/Icons and cursors/windowsicon/48x48/mimetypes/empty.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/exec.png b/Icons and cursors/windowsicon/48x48/mimetypes/exec.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/exec.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/folder_tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font.png b/Icons and cursors/windowsicon/48x48/mimetypes/font.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_bitmap.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_truetype.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png b/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/font_type1.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png deleted file mode 100644 index beff2d4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-fs-regular.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-magicpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-msword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png deleted file mode 100644 index 34501af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-ogg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-pdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-postscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-rtf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png deleted file mode 100644 index 57ca7e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png deleted file mode 100644 index e9d8891..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png deleted file mode 100644 index 62e6ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png deleted file mode 100644 index e9d8891..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png deleted file mode 100644 index 57ca7e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png deleted file mode 100644 index 62e6ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-wordperfect.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-abiword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-applix-word.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-archive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-arj.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-bzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compress.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-cpio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-deb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-dvi.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-bdf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-pcf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-font-ttf.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gnumeric.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-jar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-killustrator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kpresenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kspread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-kword.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lha.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lhz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-lzma.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-perl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-php.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-scribus.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-stuffit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tarz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-x-tex.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-xhtml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-application-zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png deleted file mode 100644 index 34501af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-audio.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-csh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-python.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-sh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png deleted file mode 100644 index 81791af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png deleted file mode 100644 index 3dfba31..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text-x-zsh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png deleted file mode 100644 index 2bbf1a5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-mime-x-font-afm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png b/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gnome-package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png b/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png deleted file mode 100644 index beff2d4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/gtk-file.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/html.png b/Icons and cursors/windowsicon/48x48/mimetypes/html.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/image-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/image.png b/Icons and cursors/windowsicon/48x48/mimetypes/image.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png b/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/kpresenter_kpr.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png deleted file mode 100644 index a7ef9bf..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png deleted file mode 100644 index 028772f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png deleted file mode 100644 index 8fb2f95..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png deleted file mode 100644 index e7ffea5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-extension.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png deleted file mode 100644 index 273c8e6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png deleted file mode 100644 index 08b5c9d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png deleted file mode 100644 index 32a5813..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-database.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png deleted file mode 100644 index 35fdc2f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-formula.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png deleted file mode 100644 index 065ac90..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-master-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png deleted file mode 100644 index 57ca7e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png deleted file mode 100644 index e9d8891..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png deleted file mode 100644 index 62e6ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png deleted file mode 100644 index b5225c3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-oasis-web-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png deleted file mode 100644 index c4eccd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png deleted file mode 100644 index 7c64615..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png deleted file mode 100644 index 76308af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png deleted file mode 100644 index 4aa2288..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png deleted file mode 100644 index 66f74e7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png b/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png deleted file mode 100644 index 3a6c8b8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/libreoffice-text.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png b/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/mime_ascii.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/misc.png b/Icons and cursors/windowsicon/48x48/mimetypes/misc.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/misc.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package.png b/Icons and cursors/windowsicon/48x48/mimetypes/package.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png b/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package_editors.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png b/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/package_wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/plan.png b/Icons and cursors/windowsicon/48x48/mimetypes/plan.png deleted file mode 100644 index 81791af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/plan.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png b/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/rpm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png b/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/shellscript.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/sound.png b/Icons and cursors/windowsicon/48x48/mimetypes/sound.png deleted file mode 100644 index 34501af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/sound.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png deleted file mode 100644 index 3dfba31..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_addressbook.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png deleted file mode 100644 index 81791af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png deleted file mode 100644 index 7f3e4c0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_certificate.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png b/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/stock_script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/tar.png b/Icons and cursors/windowsicon/48x48/mimetypes/tar.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/tar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png b/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png deleted file mode 100644 index 124bfb6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/template_source.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-html.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png deleted file mode 100644 index 124bfb6..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png deleted file mode 100644 index 16413e9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-opml.xml.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png deleted file mode 100644 index beff2d4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-preview.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png b/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png deleted file mode 100644 index 4d09d1d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/text-x-script.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png b/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/tgz.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/txt.png b/Icons and cursors/windowsicon/48x48/mimetypes/txt.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/txt.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png b/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/txt2.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png b/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png deleted file mode 100644 index aa4a366..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/unknown.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png deleted file mode 100644 index 81791af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/vcalendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png b/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png deleted file mode 100644 index 3dfba31..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/vcard.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png b/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/video-x-generic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/video.png b/Icons and cursors/windowsicon/48x48/mimetypes/video.png deleted file mode 100644 index 67b8549..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/video.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png b/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/wordprocessing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/www.png b/Icons and cursors/windowsicon/48x48/mimetypes/www.png deleted file mode 100644 index 500af3c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/www.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png deleted file mode 100644 index 3dfba31..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png deleted file mode 100644 index 81791af..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png deleted file mode 100644 index 62e6ed9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png deleted file mode 100644 index e13e7ef..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png deleted file mode 100644 index 2063a7b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 57ca7e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png deleted file mode 100644 index f1967f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index e9d8891..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index bf91c80..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png b/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png deleted file mode 100644 index 64e4bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/x-package-repository.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png b/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png deleted file mode 100644 index d4bd5fe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/xorg.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/mimetypes/zip.png b/Icons and cursors/windowsicon/48x48/mimetypes/zip.png deleted file mode 100644 index 8e37f55..0000000 Binary files a/Icons and cursors/windowsicon/48x48/mimetypes/zip.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png b/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png deleted file mode 100644 index 67a9a39..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/application-x-gnome-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/debian-swirl.png b/Icons and cursors/windowsicon/48x48/places/debian-swirl.png deleted file mode 100644 index 566364f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/debian-swirl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/desktop.png b/Icons and cursors/windowsicon/48x48/places/desktop.png deleted file mode 100644 index b7c6a13..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/emptytrash.png b/Icons and cursors/windowsicon/48x48/places/emptytrash.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/emptytrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-documents.png b/Icons and cursors/windowsicon/48x48/places/folder-documents.png deleted file mode 100644 index 8523a1f..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-documents.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-download.png b/Icons and cursors/windowsicon/48x48/places/folder-download.png deleted file mode 100644 index 94c9e28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-download.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-music.png b/Icons and cursors/windowsicon/48x48/places/folder-music.png deleted file mode 100644 index e6bce24..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-music.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-pictures.png b/Icons and cursors/windowsicon/48x48/places/folder-pictures.png deleted file mode 100644 index 37587c5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-pictures.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png b/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png deleted file mode 100644 index 66e5ace..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-publicshare.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-remote.png b/Icons and cursors/windowsicon/48x48/places/folder-remote.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-remote.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png b/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png deleted file mode 100644 index 67a9a39..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-saved-search.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-templates.png b/Icons and cursors/windowsicon/48x48/places/folder-templates.png deleted file mode 100644 index 7922588..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-templates.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder-videos.png b/Icons and cursors/windowsicon/48x48/places/folder-videos.png deleted file mode 100644 index a7f7d28..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder-videos.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder.png b/Icons and cursors/windowsicon/48x48/places/folder.png deleted file mode 100644 index e1ae38c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/folder_home.png b/Icons and cursors/windowsicon/48x48/places/folder_home.png deleted file mode 100644 index e4b0547..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/folder_home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-foot.png b/Icons and cursors/windowsicon/48x48/places/gnome-foot.png deleted file mode 100644 index 55cff99..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-foot.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png deleted file mode 100644 index b7c6a13..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png deleted file mode 100644 index e1ae38c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ftp.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png deleted file mode 100644 index e4b0547..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png deleted file mode 100644 index c1f1dfe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-nfs.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-smb.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-ssh.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png b/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-fs-trash-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-nfs-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-share.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png b/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png deleted file mode 100644 index c1f1dfe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-mime-x-directory-smb-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png b/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gnome-stock-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gtk-directory.png b/Icons and cursors/windowsicon/48x48/places/gtk-directory.png deleted file mode 100644 index e1ae38c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/gtk-network.png b/Icons and cursors/windowsicon/48x48/places/gtk-network.png deleted file mode 100644 index c1f1dfe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/gtk-network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/inode-directory.png b/Icons and cursors/windowsicon/48x48/places/inode-directory.png deleted file mode 100644 index e1ae38c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/inode-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/network-server.png b/Icons and cursors/windowsicon/48x48/places/network-server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/network-workgroup.png b/Icons and cursors/windowsicon/48x48/places/network-workgroup.png deleted file mode 100644 index c1f1dfe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/network-workgroup.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/network.png b/Icons and cursors/windowsicon/48x48/places/network.png deleted file mode 100644 index 9da9652..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/network.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/network_local.png b/Icons and cursors/windowsicon/48x48/places/network_local.png deleted file mode 100644 index c1f1dfe..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/network_local.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png b/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/redhat-network-server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/server.png b/Icons and cursors/windowsicon/48x48/places/server.png deleted file mode 100644 index 3cc5ab7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/server.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/stock_folder.png b/Icons and cursors/windowsicon/48x48/places/stock_folder.png deleted file mode 100644 index e1ae38c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/stock_folder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png b/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/trashcan_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png b/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png deleted file mode 100644 index f60fc15..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/user-bookmarks.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/user-desktop.png b/Icons and cursors/windowsicon/48x48/places/user-desktop.png deleted file mode 100644 index b7c6a13..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/user-desktop.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/user-home.png b/Icons and cursors/windowsicon/48x48/places/user-home.png deleted file mode 100644 index e4b0547..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/user-home.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/user-trash.png b/Icons and cursors/windowsicon/48x48/places/user-trash.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/user-trash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png b/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png deleted file mode 100644 index 791270c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/places/xfce-trash_empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/previous.png b/Icons and cursors/windowsicon/48x48/previous.png deleted file mode 100755 index f5ce9ca..0000000 Binary files a/Icons and cursors/windowsicon/48x48/previous.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/appointment-missed.png b/Icons and cursors/windowsicon/48x48/status/appointment-missed.png deleted file mode 100644 index 58c92b3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/appointment-missed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/appointment-soon.png b/Icons and cursors/windowsicon/48x48/status/appointment-soon.png deleted file mode 100644 index 621cc5a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/appointment-soon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png deleted file mode 100644 index 8d5301d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png deleted file mode 100644 index dfa034a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png deleted file mode 100644 index 6c6360b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png b/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png deleted file mode 100644 index b2e42e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/audio-volume-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/avatar-default.png b/Icons and cursors/windowsicon/48x48/status/avatar-default.png deleted file mode 100644 index f4e7aa8..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png deleted file mode 100644 index 25460f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-caution-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-caution.png b/Icons and cursors/windowsicon/48x48/status/battery-caution.png deleted file mode 100644 index 1231280..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-caution.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png deleted file mode 100644 index 81fa322..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-empty-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-empty.png b/Icons and cursors/windowsicon/48x48/status/battery-empty.png deleted file mode 100644 index ce3468a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-empty.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png b/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png deleted file mode 100644 index af38c00..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full-charged.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png deleted file mode 100644 index af38c00..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-full.png b/Icons and cursors/windowsicon/48x48/status/battery-full.png deleted file mode 100644 index e7ce92c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png deleted file mode 100644 index c98c9ca..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-good-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-good.png b/Icons and cursors/windowsicon/48x48/status/battery-good.png deleted file mode 100644 index bd52108..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-good.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png b/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png deleted file mode 100644 index 40175f7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-low-charging.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-low.png b/Icons and cursors/windowsicon/48x48/status/battery-low.png deleted file mode 100644 index 084f4d3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/battery-missing.png b/Icons and cursors/windowsicon/48x48/status/battery-missing.png deleted file mode 100644 index 8c61397..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/battery-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/changes-allow.png b/Icons and cursors/windowsicon/48x48/status/changes-allow.png deleted file mode 100644 index 0e6d17c..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/changes-allow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/changes-prevent.png b/Icons and cursors/windowsicon/48x48/status/changes-prevent.png deleted file mode 100644 index 8d13bfd..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/changes-prevent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/computer-fail.png b/Icons and cursors/windowsicon/48x48/status/computer-fail.png deleted file mode 100644 index e9ee0ae..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/computer-fail.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/connect_creating.png b/Icons and cursors/windowsicon/48x48/status/connect_creating.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/connect_creating.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/connect_established.png b/Icons and cursors/windowsicon/48x48/status/connect_established.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/connect_established.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/connect_no.png b/Icons and cursors/windowsicon/48x48/status/connect_no.png deleted file mode 100644 index 265129b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/connect_no.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-error.png b/Icons and cursors/windowsicon/48x48/status/dialog-error.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-information.png b/Icons and cursors/windowsicon/48x48/status/dialog-information.png deleted file mode 100644 index 9899949..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-password.png b/Icons and cursors/windowsicon/48x48/status/dialog-password.png deleted file mode 100644 index 6f48102..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-password.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-question.png b/Icons and cursors/windowsicon/48x48/status/dialog-question.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/dialog-warning.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/edittrash.png b/Icons and cursors/windowsicon/48x48/status/edittrash.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/edittrash.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/error.png b/Icons and cursors/windowsicon/48x48/status/error.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png b/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/folder-drag-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/folder-open.png b/Icons and cursors/windowsicon/48x48/status/folder-open.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/folder-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/folder-visiting.png b/Icons and cursors/windowsicon/48x48/status/folder-visiting.png deleted file mode 100644 index 80ceac5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/folder-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/folder_open.png b/Icons and cursors/windowsicon/48x48/status/folder_open.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/folder_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-accept.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png deleted file mode 100644 index 80ceac5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-directory-visiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png deleted file mode 100644 index 180a8ec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-loading-icon.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png b/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-fs-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png deleted file mode 100644 index 265129b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-disconn.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png deleted file mode 100644 index 5682ae3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-rx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-tx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png b/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-netstatus-txrx.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png b/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gnome-stock-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png deleted file mode 100644 index 6f48102..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-authentication.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png deleted file mode 100644 index 9899949..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-directory.png b/Icons and cursors/windowsicon/48x48/status/gtk-directory.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-directory.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png b/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/gtk-missing-image.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/image-loading.png b/Icons and cursors/windowsicon/48x48/status/image-loading.png deleted file mode 100644 index 180a8ec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/image-loading.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/image-missing.png b/Icons and cursors/windowsicon/48x48/status/image-missing.png deleted file mode 100644 index 1a50bd2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/image-missing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/important.png b/Icons and cursors/windowsicon/48x48/status/important.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/important.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/info.png b/Icons and cursors/windowsicon/48x48/status/info.png deleted file mode 100644 index 9899949..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/mail-attachment.png b/Icons and cursors/windowsicon/48x48/status/mail-attachment.png deleted file mode 100644 index 92f5ac9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/mail-attachment.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/mail-read.png b/Icons and cursors/windowsicon/48x48/status/mail-read.png deleted file mode 100644 index b0803c0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/mail-read.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/mail-replied.png b/Icons and cursors/windowsicon/48x48/status/mail-replied.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/mail-unread.png b/Icons and cursors/windowsicon/48x48/status/mail-unread.png deleted file mode 100644 index 4228440..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png b/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png deleted file mode 100644 index 7b5635b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/media-playlist-repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png b/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png deleted file mode 100644 index d5bb74a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/media-playlist-shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png b/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_critical.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_info.png b/Icons and cursors/windowsicon/48x48/status/messagebox_info.png deleted file mode 100644 index 9899949..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png b/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/messagebox_warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png deleted file mode 100644 index 6bbdc26..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png deleted file mode 100644 index e63ef08..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png deleted file mode 100644 index 7f04657..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png b/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png deleted file mode 100644 index 77697e2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/microphone-sensitivity-muted.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png b/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png deleted file mode 100644 index e8f1e09..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-cellular-connected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-error.png b/Icons and cursors/windowsicon/48x48/status/network-error.png deleted file mode 100644 index 5682ae3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-idle.png b/Icons and cursors/windowsicon/48x48/status/network-idle.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-offline.png b/Icons and cursors/windowsicon/48x48/status/network-offline.png deleted file mode 100644 index 265129b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-receive.png b/Icons and cursors/windowsicon/48x48/status/network-receive.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png b/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-transmit-receive.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-transmit.png b/Icons and cursors/windowsicon/48x48/status/network-transmit.png deleted file mode 100644 index b3ceaab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-transmit.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png b/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png deleted file mode 100644 index 265129b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/network-wired-disconnected.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png b/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png deleted file mode 100644 index 265129b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/nm-no-connection.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/non-starred.png b/Icons and cursors/windowsicon/48x48/status/non-starred.png deleted file mode 100644 index 3229e85..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/non-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/printer-error.png b/Icons and cursors/windowsicon/48x48/status/printer-error.png deleted file mode 100644 index bf77624..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/printer-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/printer-printing.png b/Icons and cursors/windowsicon/48x48/status/printer-printing.png deleted file mode 100644 index c1a250d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/printer-printing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/security-high.png b/Icons and cursors/windowsicon/48x48/status/security-high.png deleted file mode 100644 index 90c3394..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/security-high.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/security-low.png b/Icons and cursors/windowsicon/48x48/status/security-low.png deleted file mode 100644 index e4c5053..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/security-low.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/security-medium.png b/Icons and cursors/windowsicon/48x48/status/security-medium.png deleted file mode 100644 index eecf0d0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/security-medium.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png b/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png deleted file mode 100644 index b9f3b84..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/semi-starred-rtl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/semi-starred.png b/Icons and cursors/windowsicon/48x48/status/semi-starred.png deleted file mode 100644 index 5993937..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/semi-starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/software-update-available.png b/Icons and cursors/windowsicon/48x48/status/software-update-available.png deleted file mode 100644 index 9da6f02..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png b/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png deleted file mode 100644 index 1b792ec..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/starred.png b/Icons and cursors/windowsicon/48x48/status/starred.png deleted file mode 100644 index 425b1d9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/starred.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png b/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png deleted file mode 100644 index 58c92b3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder-excl.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png b/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png deleted file mode 100644 index 621cc5a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_appointment-reminder.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_attach.png b/Icons and cursors/windowsicon/48x48/status/stock_attach.png deleted file mode 100644 index 92f5ac9..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_attach.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png deleted file mode 100644 index b4f0962..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-error.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png deleted file mode 100644 index 9899949..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png deleted file mode 100644 index bdcf2f2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png b/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png deleted file mode 100644 index b1f6f48..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_dialog-warning.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png deleted file mode 100644 index e4c5053..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-broken.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png deleted file mode 100644 index 90c3394..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-ok.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png b/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png deleted file mode 100644 index e4c5053..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_lock.png b/Icons and cursors/windowsicon/48x48/status/stock_lock.png deleted file mode 100644 index eecf0d0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_lock.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png deleted file mode 100644 index b0803c0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png deleted file mode 100644 index d7e8460..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-replied.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png b/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png deleted file mode 100644 index 4228440..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_mail-unread.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_open.png b/Icons and cursors/windowsicon/48x48/status/stock_open.png deleted file mode 100644 index d0e8e01..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_open.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_repeat.png b/Icons and cursors/windowsicon/48x48/status/stock_repeat.png deleted file mode 100644 index 7b5635b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_repeat.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png b/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png deleted file mode 100644 index d5bb74a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_shuffle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png b/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png deleted file mode 100644 index dfa034a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-0.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png deleted file mode 100644 index 8d5301d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-max.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png deleted file mode 100644 index 6c6360b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-med.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png deleted file mode 100644 index dfa034a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-min.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png b/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png deleted file mode 100644 index b2e42e4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume-mute.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_volume.png b/Icons and cursors/windowsicon/48x48/status/stock_volume.png deleted file mode 100644 index 8d5301d..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_volume.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png deleted file mode 100644 index 1aa6016..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-cloudy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png deleted file mode 100644 index 96adac0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png deleted file mode 100644 index c1ea5c5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png deleted file mode 100644 index 2865773..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png deleted file mode 100644 index 3f01fb4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-night-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png deleted file mode 100644 index f0a3ac7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png deleted file mode 100644 index 2a05e5b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png deleted file mode 100644 index aa85d38..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png b/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png deleted file mode 100644 index 1c8e27a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/stock_weather-sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/sunny.png b/Icons and cursors/windowsicon/48x48/status/sunny.png deleted file mode 100644 index 1c8e27a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/sunny.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/task-due.png b/Icons and cursors/windowsicon/48x48/status/task-due.png deleted file mode 100644 index 3038bab..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/task-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/task-past-due.png b/Icons and cursors/windowsicon/48x48/status/task-past-due.png deleted file mode 100644 index 5b6c612..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/task-past-due.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/trashcan_full.png b/Icons and cursors/windowsicon/48x48/status/trashcan_full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/trashcan_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png b/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png deleted file mode 100644 index d62e681..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-bronze.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-gold.png b/Icons and cursors/windowsicon/48x48/status/trophy-gold.png deleted file mode 100644 index c3ee3ed..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-gold.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/trophy-silver.png b/Icons and cursors/windowsicon/48x48/status/trophy-silver.png deleted file mode 100644 index e4ed3e3..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/trophy-silver.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-available.png b/Icons and cursors/windowsicon/48x48/status/user-available.png deleted file mode 100644 index ffb5317..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-away.png b/Icons and cursors/windowsicon/48x48/status/user-away.png deleted file mode 100644 index 8f44bff..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-away.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-busy.png b/Icons and cursors/windowsicon/48x48/status/user-busy.png deleted file mode 100644 index 4f0c405..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-busy.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-idle.png b/Icons and cursors/windowsicon/48x48/status/user-idle.png deleted file mode 100644 index 6b0b178..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-idle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-invisible.png b/Icons and cursors/windowsicon/48x48/status/user-invisible.png deleted file mode 100644 index 907c732..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-invisible.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-offline.png b/Icons and cursors/windowsicon/48x48/status/user-offline.png deleted file mode 100644 index fd0a3aa..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-offline.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/user-trash-full.png b/Icons and cursors/windowsicon/48x48/status/user-trash-full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/user-trash-full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png b/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png deleted file mode 100644 index 2865773..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-clear-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-clear.png b/Icons and cursors/windowsicon/48x48/status/weather-clear.png deleted file mode 100644 index 1c8e27a..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png b/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png deleted file mode 100644 index 3f01fb4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds-night.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png b/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png deleted file mode 100644 index 96adac0..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-few-clouds.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-fog.png b/Icons and cursors/windowsicon/48x48/status/weather-fog.png deleted file mode 100644 index c1ea5c5..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-fog.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-overcast.png b/Icons and cursors/windowsicon/48x48/status/weather-overcast.png deleted file mode 100644 index 1aa6016..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-overcast.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png b/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png deleted file mode 100644 index d41a1f4..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-severe-alert.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png b/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png deleted file mode 100644 index 14e6fb2..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-showers-scattered.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-showers.png b/Icons and cursors/windowsicon/48x48/status/weather-showers.png deleted file mode 100644 index f0a3ac7..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-showers.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-snow.png b/Icons and cursors/windowsicon/48x48/status/weather-snow.png deleted file mode 100644 index 2a05e5b..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-snow.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/weather-storm.png b/Icons and cursors/windowsicon/48x48/status/weather-storm.png deleted file mode 100644 index aa85d38..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/weather-storm.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png b/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png deleted file mode 100644 index 9355841..0000000 Binary files a/Icons and cursors/windowsicon/48x48/status/xfce-trash_full.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/application-menu.png b/Icons and cursors/windowsicon/8x8/actions/application-menu.png deleted file mode 100644 index 282722d..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/application-menu.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/button_cancel.png b/Icons and cursors/windowsicon/8x8/actions/button_cancel.png deleted file mode 100644 index 437646f..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/button_cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/cancel.png b/Icons and cursors/windowsicon/8x8/actions/cancel.png deleted file mode 100644 index 437646f..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png b/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png deleted file mode 100644 index c020f0e..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/configure-toolbars.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/configure.png b/Icons and cursors/windowsicon/8x8/actions/configure.png deleted file mode 100644 index c020f0e..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/configure_kile.png b/Icons and cursors/windowsicon/8x8/actions/configure_kile.png deleted file mode 100644 index c020f0e..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/configure_kile.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/configure_project.png b/Icons and cursors/windowsicon/8x8/actions/configure_project.png deleted file mode 100644 index c020f0e..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/configure_project.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png b/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png deleted file mode 100644 index 437646f..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/dialog-cancel.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/edit-clear.png b/Icons and cursors/windowsicon/8x8/actions/edit-clear.png deleted file mode 100644 index 93b1812..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/edit-clear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/editclear.png b/Icons and cursors/windowsicon/8x8/actions/editclear.png deleted file mode 100644 index 93b1812..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/editclear.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/filter.png b/Icons and cursors/windowsicon/8x8/actions/filter.png deleted file mode 100644 index ffdf8ca..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/filter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/menu_new.png b/Icons and cursors/windowsicon/8x8/actions/menu_new.png deleted file mode 100644 index 282722d..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/menu_new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/pin.png b/Icons and cursors/windowsicon/8x8/actions/pin.png deleted file mode 100644 index 0ae7642..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/settings-configure.png b/Icons and cursors/windowsicon/8x8/actions/settings-configure.png deleted file mode 100644 index c020f0e..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/settings-configure.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png b/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png deleted file mode 100644 index ffdf8ca..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_filter-data-by-criteria.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png b/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png deleted file mode 100644 index ffdf8ca..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_filter-navigator.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png b/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png deleted file mode 100644 index ffdf8ca..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/stock_mail-filters-apply.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/actions/window-pin.png b/Icons and cursors/windowsicon/8x8/actions/window-pin.png deleted file mode 100644 index 0ae7642..0000000 Binary files a/Icons and cursors/windowsicon/8x8/actions/window-pin.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/gnome-help.png b/Icons and cursors/windowsicon/8x8/apps/gnome-help.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/gnome-help.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/help-browser.png b/Icons and cursors/windowsicon/8x8/apps/help-browser.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/help-browser.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png b/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/khelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png b/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/susehelpcenter.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/user-info.png b/Icons and cursors/windowsicon/8x8/apps/user-info.png deleted file mode 100644 index ec7cf33..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/user-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/waiting.png b/Icons and cursors/windowsicon/8x8/apps/waiting.png deleted file mode 100644 index 93b1812..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/waiting.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/apps/xfce-man.png b/Icons and cursors/windowsicon/8x8/apps/xfce-man.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/apps/xfce-man.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png deleted file mode 100644 index ed5737a..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png deleted file mode 100644 index c760fc4..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-new.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png deleted file mode 100644 index 9685df1..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-readonly.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png deleted file mode 100644 index b4574bf..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png deleted file mode 100644 index ff9bbb1..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-synchronizing.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png b/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png deleted file mode 100644 index 4c87cb2..0000000 Binary files a/Icons and cursors/windowsicon/8x8/emblems/emblem-unreadable.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png deleted file mode 100644 index cd02c02..0000000 Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-octet-stream.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png deleted file mode 100644 index cb4a37f..0000000 Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-7z-compressed.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png deleted file mode 100644 index f564c96..0000000 Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-kdenlivetitle.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png b/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png deleted file mode 100644 index 4fc647b..0000000 Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/application-x-krita.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/mimetypes/document.png b/Icons and cursors/windowsicon/8x8/mimetypes/document.png deleted file mode 100644 index 188f723..0000000 Binary files a/Icons and cursors/windowsicon/8x8/mimetypes/document.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/avatar-default.png b/Icons and cursors/windowsicon/8x8/status/avatar-default.png deleted file mode 100644 index ec7cf33..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/avatar-default.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/dialog-information.png b/Icons and cursors/windowsicon/8x8/status/dialog-information.png deleted file mode 100644 index 9398b57..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/dialog-information.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/dialog-question.png b/Icons and cursors/windowsicon/8x8/status/dialog-question.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png b/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png deleted file mode 100644 index 9398b57..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png b/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/gtk-dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/info.png b/Icons and cursors/windowsicon/8x8/status/info.png deleted file mode 100644 index 9398b57..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/messagebox_info.png b/Icons and cursors/windowsicon/8x8/status/messagebox_info.png deleted file mode 100644 index 9398b57..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/messagebox_info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/software-update-available.png b/Icons and cursors/windowsicon/8x8/status/software-update-available.png deleted file mode 100644 index 94a6755..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/software-update-available.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png b/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png deleted file mode 100644 index 10d9ff6..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/software-update-urgent.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png b/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png deleted file mode 100644 index 9398b57..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/stock_dialog-info.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png b/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png deleted file mode 100644 index 2d4b832..0000000 Binary files a/Icons and cursors/windowsicon/8x8/status/stock_dialog-question.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/LICENSE b/Icons and cursors/windowsicon/LICENSE deleted file mode 100644 index e6fdfba..0000000 --- a/Icons and cursors/windowsicon/LICENSE +++ /dev/null @@ -1,682 +0,0 @@ -Windows is a Trademark of Microsoft Corporation. -Windows 8 is a Trademark of Microsoft Corporation. -Ubuntu is a Trademark of Canonical. - - - - - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/Icons and cursors/windowsicon/README.md b/Icons and cursors/windowsicon/README.md deleted file mode 100644 index 588f692..0000000 --- a/Icons and cursors/windowsicon/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Windows 8 Icons - -![image.com](http://images.all-free-download.com/images/graphicthumb/folder_37125.jpg) - -Windows 8 icon theme. although not differing much from Windows 7's icons, this icon theme has some exclusive icons differing it from Windows 7 - -**Maintainer:** [feren](https://github.com/feren) - -**Original license:** GPL v3, by [Ambiance-69](https://www.gnome-look.org/member/336792/) diff --git a/Icons and cursors/windowsicon/create_dirs.sh b/Icons and cursors/windowsicon/create_dirs.sh deleted file mode 100644 index 5817405..0000000 --- a/Icons and cursors/windowsicon/create_dirs.sh +++ /dev/null @@ -1,90 +0,0 @@ -mkdir -p "256x256/actions" -mkdir -p "256x256/animations" -mkdir -p "256x256/apps" -mkdir -p "256x256/categories" -mkdir -p "256x256/devices" -mkdir -p "256x256/emblems" -mkdir -p "256x256/emotes" -mkdir -p "256x256/filesystems" -mkdir -p "256x256/international" -mkdir -p "256x256/mimetypes" -mkdir -p "256x256/places" -mkdir -p "256x256/status" - -mkdir -p "128x128/actions" -mkdir -p "128x128/animations" -mkdir -p "128x128/apps" -mkdir -p "128x128/categories" -mkdir -p "128x128/devices" -mkdir -p "128x128/emblems" -mkdir -p "128x128/emotes" -mkdir -p "128x128/filesystems" -mkdir -p "128x128/international" -mkdir -p "128x128/mimetypes" -mkdir -p "128x128/places" -mkdir -p "128x128/status" - -mkdir -p "48x48/actions" -mkdir -p "48x48/animations" -mkdir -p "48x48/apps" -mkdir -p "48x48/categories" -mkdir -p "48x48/devices" -mkdir -p "48x48/emblems" -mkdir -p "48x48/emotes" -mkdir -p "48x48/filesystems" -mkdir -p "48x48/international" -mkdir -p "48x48/mimetypes" -mkdir -p "48x48/places" -mkdir -p "48x48/status" - -mkdir -p "32x32/actions" -mkdir -p "32x32/animations" -mkdir -p "32x32/apps" -mkdir -p "32x32/categories" -mkdir -p "32x32/devices" -mkdir -p "32x32/emblems" -mkdir -p "32x32/emotes" -mkdir -p "32x32/filesystems" -mkdir -p "32x32/international" -mkdir -p "32x32/mimetypes" -mkdir -p "32x32/places" -mkdir -p "32x32/status" - -mkdir -p "22x22/actions" -mkdir -p "22x22/animations" -mkdir -p "22x22/apps" -mkdir -p "22x22/categories" -mkdir -p "22x22/devices" -mkdir -p "22x22/emblems" -mkdir -p "22x22/emotes" -mkdir -p "22x22/filesystems" -mkdir -p "22x22/international" -mkdir -p "22x22/mimetypes" -mkdir -p "22x22/places" -mkdir -p "22x22/status" - -mkdir -p "16x16/actions" -mkdir -p "16x16/animations" -mkdir -p "16x16/apps" -mkdir -p "16x16/categories" -mkdir -p "16x16/devices" -mkdir -p "16x16/emblems" -mkdir -p "16x16/emotes" -mkdir -p "16x16/filesystems" -mkdir -p "16x16/international" -mkdir -p "16x16/mimetypes" -mkdir -p "16x16/places" -mkdir -p "16x16/status" - -mkdir -p "8x8/actions" -mkdir -p "8x8/animations" -mkdir -p "8x8/apps" -mkdir -p "8x8/categories" -mkdir -p "8x8/devices" -mkdir -p "8x8/emblems" -mkdir -p "8x8/emotes" -mkdir -p "8x8/filesystems" -mkdir -p "8x8/international" -mkdir -p "8x8/mimetypes" -mkdir -p "8x8/places" -mkdir -p "8x8/status" diff --git a/Icons and cursors/windowsicon/duplicate_icon.sh b/Icons and cursors/windowsicon/duplicate_icon.sh deleted file mode 100644 index a74f9d2..0000000 --- a/Icons and cursors/windowsicon/duplicate_icon.sh +++ /dev/null @@ -1,15 +0,0 @@ -mkdir -p 8x8/$1 -mkdir -p 16x16/$1 -mkdir -p 22x22/$1 -mkdir -p 32x32/$1 -mkdir -p 48x48/$1 -mkdir -p 128x128/$1 -mkdir -p 256x256/$1 - -cp 8x8/$3/$4 8x8/$1/$2 -cp 16x16/$3/$4 16x16/$1/$2 -cp 22x22/$3/$4 22x22/$1/$2 -cp 32x32/$3/$4 32x32/$1/$2 -cp 48x48/$3/$4 48x48/$1/$2 -cp 128x128/$3/$4 128x128/$1/$2 -cp 256x256/$3/$4 256x256/$1/$2 diff --git a/Icons and cursors/windowsicon/icon-theme.cache b/Icons and cursors/windowsicon/icon-theme.cache deleted file mode 100644 index 2826eae..0000000 Binary files a/Icons and cursors/windowsicon/icon-theme.cache and /dev/null differ diff --git a/Icons and cursors/windowsicon/index.theme b/Icons and cursors/windowsicon/index.theme deleted file mode 100644 index c9922b9..0000000 --- a/Icons and cursors/windowsicon/index.theme +++ /dev/null @@ -1,393 +0,0 @@ -[Icon Theme] -Name=WindowsIcons -Example=folder -Inherits=hicolor - -# KDE Specific Stuff -DisplayDepth=32 -LinkOverlay=link_overlay -LockOverlay=lock_overlay -ZipOverlay=zip_overlay -DesktopDefault=48 -DesktopSizes=16,22,32,48,64,72,96,128 -ToolbarDefault=22 -ToolbarSizes=16,22,32,48 -MainToolbarDefault=22 -MainToolbarSizes=16,22,32,48 -SmallDefault=16 -SmallSizes=16 -PanelDefault=32 -PanelSizes=16,22,32,48,64,72,96,128 - -# Directory list -Directories=8x8/emblems,16x16/actions,16x16/animations,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/mimetypes,16x16/places,16x16/status,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/places,22x22/status,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/mimetypes,24x24/places,24x24/status,32x32/actions,32x32/animations,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,48x48/actions,48x48/animations,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/mimetypes,48x48/places,48x48/status,256x256/actions,256x256/apps,256x256/categories,256x256/devices,256x256/emblems,256x256/emotes,256x256/mimetypes,256x256/places,256x256/status,scalable/actions,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status,scalable/categories - -[8x8/emblems] -Context=Emblems -Size=8 -Type=Fixed - -[16x16/actions] -Context=Actions -Size=16 -Type=Fixed - -[16x16/animations] -Context=Animations -Size=16 -Type=Fixed - -[16x16/apps] -Context=Applications -Size=16 -Type=Fixed - -[16x16/categories] -Context=Categories -Size=16 -Type=Fixed - -[16x16/devices] -Context=Devices -Size=16 -Type=Fixed - -[16x16/emblems] -Context=Emblems -Size=16 -Type=Fixed - -[16x16/emotes] -Context=Emotes -Size=16 -Type=Fixed - -[16x16/mimetypes] -Context=MimeTypes -Size=16 -Type=Fixed - -[16x16/places] -Context=Places -Size=16 -Type=Fixed - -[16x16/status] -Context=Status -Size=16 -Type=Fixed - -[22x22/actions] -Context=Actions -Size=22 -Type=Fixed - -[22x22/animations] -Context=Animations -Size=22 -Type=Fixed - -[22x22/apps] -Context=Applications -Size=22 -Type=Fixed - -[22x22/categories] -Context=Categories -Size=22 -Type=Fixed - -[22x22/devices] -Context=Devices -Size=22 -Type=Fixed - -[22x22/emblems] -Context=Emblems -Size=22 -Type=Fixed - -[22x22/emotes] -Context=Emotes -Size=22 -Type=Fixed - -[22x22/mimetypes] -Context=MimeTypes -Size=22 -Type=Fixed - -[22x22/places] -Context=Places -Size=22 -Type=Fixed - -[22x22/status] -Context=Status -Size=22 -Type=Fixed - -[24x24/actions] -Context=Actions -Size=24 -Type=Fixed - -[24x24/apps] -Context=Applications -Size=24 -Type=Fixed - -[24x24/categories] -Context=Categories -Size=24 -Type=Fixed - -[24x24/devices] -Context=Devices -Size=24 -Type=Fixed - -[24x24/emblems] -Context=Emblems -Size=24 -Type=Fixed - -[24x24/emotes] -Context=Emotes -Size=24 -Type=Fixed - -[24x24/mimetypes] -Context=MimeTypes -Size=24 -Type=Fixed - -[24x24/places] -Context=Places -Size=24 -Type=Fixed - -[24x24/status] -Context=Status -Size=24 -Type=Fixed - -[32x32/actions] -Context=Actions -Size=32 -Type=Fixed - -[32x32/animations] -Context=Animations -Size=32 -Type=Fixed - -[32x32/apps] -Context=Applications -Size=32 -Type=Fixed - -[32x32/categories] -Context=Categories -Size=32 -Type=Fixed - -[32x32/devices] -Context=Devices -Size=32 -Type=Fixed - -[32x32/emblems] -Context=Emblems -Size=32 -Type=Fixed - -[32x32/emotes] -Context=Emotes -Size=32 -Type=Fixed - -[32x32/mimetypes] -Context=MimeTypes -Size=32 -Type=Fixed - -[32x32/places] -Context=Places -Size=32 -Type=Fixed - -[32x32/status] -Context=Status -Size=32 -Type=Fixed - -[48x48/actions] -Context=Actions -Size=48 -Type=Fixed - -[48x48/animations] -Context=Animations -Size=48 -Type=Fixed - -[48x48/apps] -Context=Applications -Size=48 -Type=Fixed - -[48x48/categories] -Context=Categories -Size=48 -Type=Fixed - -[48x48/devices] -Context=Devices -Size=48 -Type=Fixed - -[48x48/emblems] -Context=Emblems -Size=48 -Type=Fixed - -[48x48/emotes] -Context=Emotes -Size=48 -Type=Fixed - -[48x48/mimetypes] -Context=MimeTypes -Size=48 -Type=Fixed - -[48x48/places] -Context=Places -Size=48 -Type=Fixed - -[48x48/status] -Context=Status -Size=48 -Type=Fixed - -[256x256/actions] -Context=Actions -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/apps] -Context=Applications -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/categories] -Context=Categories -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/devices] -Context=Devices -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/emblems] -Context=Emblems -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/emotes] -Context=Emotes -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/mimetypes] -Context=MimeTypes -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/places] -Context=Places -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[256x256/status] -Context=Status -Size=256 -MinSize=56 -MaxSize=512 -Type=Scalable - -[scalable/actions] -Context=Actions -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/apps] -Context=Applications -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/devices] -Context=Devices -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/emblems] -Context=Emblems -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/mimetypes] -Context=MimeTypes -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/places] -Context=Places -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/status] -Context=Status -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - -[scalable/categories] -Context=Categories -Size=16 -MinSize=8 -MaxSize=512 -Type=Scalable - diff --git a/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg deleted file mode 100644 index 833f3c9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/action-unavailable-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg deleted file mode 100644 index 8129a8a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/backup-view-refresh-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg deleted file mode 100644 index aa9f2f1..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/bookmark-add-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg deleted file mode 100644 index aa9f2f1..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/bookmark-new-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg deleted file mode 100644 index 7ab9d0d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/call-end-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg deleted file mode 100644 index 315187d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/call-start-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg deleted file mode 100644 index 263ff05..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/content-loading-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg deleted file mode 100644 index 9a1a1e3..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-open-recent-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg deleted file mode 100644 index 15459af..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-open-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg deleted file mode 100644 index 993081a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-page-setup-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg deleted file mode 100644 index f227506..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-properties-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg deleted file mode 100644 index 9a27cc9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-save-as-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg deleted file mode 100644 index da74c15..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-save-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg deleted file mode 100644 index ae264f5..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/document-send-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg deleted file mode 100644 index 50b5ad0..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-all-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg deleted file mode 100644 index 8c453f4..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-rtl-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg deleted file mode 100644 index 1e7fa03..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-clear-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg deleted file mode 100644 index 9fa02ee..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-copy-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg deleted file mode 100644 index 011862e..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-cut-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg deleted file mode 100644 index 14b6d6d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-delete-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg deleted file mode 100644 index 5a84011..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-find-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg deleted file mode 100644 index 920117b..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-paste-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg deleted file mode 100644 index 1465f3d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-redo-rtl-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg deleted file mode 100644 index b7b3f04..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-redo-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg deleted file mode 100644 index 95c7859..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-select-all-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg deleted file mode 100644 index 0cb0de4..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-select-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg deleted file mode 100644 index b7b3f04..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-undo-rtl-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg deleted file mode 100644 index 1465f3d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/edit-undo-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg deleted file mode 100644 index f1f9c9c..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/find-location-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg deleted file mode 100644 index 9ea8867..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-rtl-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg deleted file mode 100644 index 9ea8867..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg deleted file mode 100644 index a06d364..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-less.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg deleted file mode 100644 index a06d364..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-rtl-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg deleted file mode 100644 index 97f9313..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg b/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg deleted file mode 100644 index fbf6418..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-indent-more.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg deleted file mode 100644 index 6e312c0..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-justify-center-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg deleted file mode 100644 index 2a24d5b..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-justify-fill-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg deleted file mode 100644 index e5f4188..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-justify-left-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg deleted file mode 100644 index 1e91579..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-justify-right-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg deleted file mode 100644 index 251a3fc..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-bold-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg deleted file mode 100644 index 72dd224..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-ltr-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg deleted file mode 100644 index f016ed1..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-direction-rtl-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg deleted file mode 100644 index 381476f..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-italic-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg deleted file mode 100644 index af5d113..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-strikethrough-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg deleted file mode 100644 index 372adcb..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/format-text-underline-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg deleted file mode 100644 index e3557b9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-bottom-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg deleted file mode 100644 index 63b8646..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-down-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg deleted file mode 100644 index b6ab8ed..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-first-rtl-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg deleted file mode 100644 index 81c2fd2..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-first-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg deleted file mode 100644 index a3c8075..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-home-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg deleted file mode 100644 index 403c74e..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-jump-rtl-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg deleted file mode 100644 index bcbaf21..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-jump-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg deleted file mode 100644 index 1585ca9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-last-rtl-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg deleted file mode 100644 index 3440d2a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-last-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg deleted file mode 100644 index 4d9d3f8..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-next-rtl-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak b/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak deleted file mode 100644 index 4ba833b..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic-backup.svg.bak +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png deleted file mode 100755 index dcfca3f..0000000 Binary files a/Icons and cursors/windowsicon/scalable/actions/go-next-symbolic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg deleted file mode 100644 index 8e15b81..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-previous-rtl-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png deleted file mode 100755 index 39c58b3..0000000 Binary files a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak b/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak deleted file mode 100644 index 792fca8..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-previous-symbolic.svg.bak +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg deleted file mode 100644 index c2237c6..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-top-symbolic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg deleted file mode 100644 index c2237c6..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/go-up-symbolic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg deleted file mode 100644 index e5bf6a9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/insert-image-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg deleted file mode 100644 index 2737980..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/insert-link-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg deleted file mode 100644 index f6661f9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/insert-object-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg deleted file mode 100644 index b7f104b..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/insert-text-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg deleted file mode 100644 index dbde7da..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/list-add-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg deleted file mode 100644 index 695d97c..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/list-remove-all-symbolic.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg deleted file mode 100644 index 2bb950f..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/list-remove-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg deleted file mode 100644 index 0ca99d7..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/mail-mark-important-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg deleted file mode 100644 index 51a52b8..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/mail-send-receive-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg deleted file mode 100644 index 09b67f4..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/mail-send-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg deleted file mode 100644 index 0f1802a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/mark-location-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg deleted file mode 100644 index 001fbad..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-eject-symbolic.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg deleted file mode 100644 index 4f72031..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-playback-pause-symbolic.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg deleted file mode 100644 index ada9254..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-rtl-symbolic.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg deleted file mode 100644 index 4e87fbe..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-playback-start-symbolic.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg deleted file mode 100644 index 28135fc..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-playback-stop-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg deleted file mode 100644 index 08b66d5..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-record-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg deleted file mode 100644 index 8e32f88..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg deleted file mode 100644 index f16f6ba..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-seek-backward-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg deleted file mode 100644 index cb6fbe8..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg deleted file mode 100644 index 8e32f88..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-seek-forward-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg deleted file mode 100644 index 7617982..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg deleted file mode 100644 index 737563a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-skip-backward-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg deleted file mode 100644 index 94b195a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg deleted file mode 100644 index f09a871..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-skip-forward-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg deleted file mode 100644 index bcf7d07..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/media-view-subtitles-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg deleted file mode 100644 index c6dc0a5..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/object-flip-horizontal-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg deleted file mode 100644 index ba1cd1a..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/object-flip-vertical-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg deleted file mode 100644 index 667d415..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/object-rotate-left-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg deleted file mode 100644 index c05e2d6..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/object-rotate-right-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg deleted file mode 100644 index fd38fe7..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/object-select-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg deleted file mode 100644 index d005014..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/process-stop-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg deleted file mode 100644 index e0f7a9e..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/send-to-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg deleted file mode 100644 index 7bd359c..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/system-run-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg deleted file mode 100644 index 5fa11f0..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/system-shutdown-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg deleted file mode 100644 index b9e57a3..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/tab-new-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg deleted file mode 100644 index 9a7d1e7..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-continuous-symbolic.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg deleted file mode 100644 index 75a5b78..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-dual-symbolic.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg deleted file mode 100644 index 6862df5..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-fullscreen-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg deleted file mode 100644 index bc8c173..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-grid-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg deleted file mode 100644 index aa9aa6b..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-list-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg deleted file mode 100644 index 8cd0cac..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-more-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg deleted file mode 100644 index 80a1a62..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-paged-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png b/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png deleted file mode 100755 index 822bd43..0000000 Binary files a/Icons and cursors/windowsicon/scalable/actions/view-refresh-symbolic.png and /dev/null differ diff --git a/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg deleted file mode 100644 index 03b7e73..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/view-restore-symbolic.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg deleted file mode 100644 index c73fcf9..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/window-close-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - Gnome Symbolic Icon Theme - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg deleted file mode 100644 index 5beda60..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/window-maximize-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg deleted file mode 100644 index d838b0d..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/window-minimize-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg deleted file mode 100644 index 4f10f0f..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/window-restore-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg deleted file mode 100644 index 665325f..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/zoom-fit-best-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg deleted file mode 100644 index 87a9335..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/zoom-in-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg deleted file mode 100644 index 4681df4..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/zoom-original-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg b/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg deleted file mode 100644 index 1f4c9c6..0000000 --- a/Icons and cursors/windowsicon/scalable/actions/zoom-out-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg deleted file mode 100644 index 4f9ac9c..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/accessories-calculator-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg deleted file mode 100644 index 7cd4f88..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/accessories-character-map-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg deleted file mode 100644 index 4192c46..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/accessories-dictionary-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg deleted file mode 100644 index 9cf28e5..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/accessories-text-editor-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg deleted file mode 100644 index ee0076f..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/applets-screenshooter-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg deleted file mode 100644 index 6f3b3dd..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/bluetooth-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg deleted file mode 100644 index ecee9b0..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/gnome-power-manager-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg deleted file mode 100644 index 5a861ac..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/goa-panel-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg deleted file mode 100644 index d9e46f5..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/help-browser-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg deleted file mode 100644 index 917c5db..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-color-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg deleted file mode 100644 index 2f6459b..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-accessibility-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg deleted file mode 100644 index 9d56b6d..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-display-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg deleted file mode 100644 index cadf476..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg deleted file mode 100644 index f5f96bc..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-locale-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg deleted file mode 100644 index 119ad24..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg deleted file mode 100644 index 41ba049..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-screensaver-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg deleted file mode 100644 index 7bc8706..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-desktop-wallpaper-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg deleted file mode 100644 index 883e4c4..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-proxy-symbolic.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg deleted file mode 100644 index e608e36..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-network-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg deleted file mode 100644 index 1f26014..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-notifications-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg deleted file mode 100644 index 0e63f17..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-privacy-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg deleted file mode 100644 index 8fd23b3..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-search-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg deleted file mode 100644 index ce9ebc1..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-sharing-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg deleted file mode 100644 index 094f07c..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/preferences-system-time-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg deleted file mode 100644 index ea9f94c..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/system-file-manager-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg deleted file mode 100644 index 8873dbc..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/system-software-install-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg deleted file mode 100644 index fb3b715..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/system-users-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg deleted file mode 100644 index 30380d6..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/text-editor-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg deleted file mode 100644 index 64536d0..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/user-info-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg deleted file mode 100644 index 89a931c..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/utilities-system-monitor-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg deleted file mode 100644 index d387b7c..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/utilities-terminal-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg b/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg deleted file mode 100644 index 6b8f6c9..0000000 --- a/Icons and cursors/windowsicon/scalable/apps/web-browser-symbolic.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg deleted file mode 100644 index 7da9331..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-engineering-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg deleted file mode 100644 index 51b24d6..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-games-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg deleted file mode 100644 index 6ae3270..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-graphics-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg deleted file mode 100644 index f042f46..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-multimedia-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg deleted file mode 100644 index 0a3142e..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-science-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg deleted file mode 100644 index 7a1861f..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/applications-utilities-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg deleted file mode 100644 index af351f1..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/preferences-other-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg deleted file mode 100644 index 6b83611..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/preferences-system-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg b/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg deleted file mode 100644 index 800192b..0000000 --- a/Icons and cursors/windowsicon/scalable/categories/system-help-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg deleted file mode 100644 index 133ecfd..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/audio-card-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg deleted file mode 100644 index 4a172d7..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/audio-headphones-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg deleted file mode 100644 index 2c86034..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/audio-headset-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg deleted file mode 100644 index 19196ef..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/audio-input-microphone-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg deleted file mode 100644 index a21cfe2..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/audio-speakers-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg deleted file mode 100644 index 002df84..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/camera-photo-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg deleted file mode 100644 index fb2e82d..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/camera-video-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg deleted file mode 100644 index 41e3496..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/camera-web-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg deleted file mode 100644 index 0a82ae7..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/colorimeter-colorhug-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg deleted file mode 100644 index fa83adb..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/computer-apple-ipad-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg deleted file mode 100644 index 4cc5e11..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/computer-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg deleted file mode 100644 index 516c2f7..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/display-projector-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg deleted file mode 100644 index f0ffd60..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg deleted file mode 100644 index b6b610a..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg deleted file mode 100644 index 0640f69..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-system-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg deleted file mode 100644 index 2cec185..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-harddisk-usb-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg deleted file mode 100644 index 17e81f8..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg deleted file mode 100644 index 86e2f8b..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-alt2-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg deleted file mode 100644 index 7f5ff76..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-multidisk-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg deleted file mode 100644 index eb245b8..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-optical-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg deleted file mode 100644 index bcd0375..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/drive-removable-media-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg deleted file mode 100644 index e7064c6..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/headphones-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg deleted file mode 100644 index 9230368..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-dialpad-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg deleted file mode 100644 index 500d942..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-gaming-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg deleted file mode 100644 index 756e2b9..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-keyboard-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg deleted file mode 100644 index bb36c41..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-mouse-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg deleted file mode 100644 index cfe2af5..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-tablet-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg deleted file mode 100644 index 23999aa..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/input-touchpad-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg deleted file mode 100644 index 13dc0c0..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-flash-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg deleted file mode 100644 index 3e2fc62..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-floppy-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg deleted file mode 100644 index 71c59f6..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-optical-bd-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg deleted file mode 100644 index f6a3de0..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-optical-cd-audio-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg deleted file mode 100644 index 817f76b..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-optical-dvd-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg deleted file mode 100644 index 9a37971..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-optical-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg deleted file mode 100644 index 34fcc6a..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-removable-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg deleted file mode 100644 index 4af8b4d..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/media-zip-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg deleted file mode 100644 index d226922..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg deleted file mode 100644 index cfae023..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/multimedia-player-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg deleted file mode 100644 index 8650818..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/network-wired-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg deleted file mode 100644 index 127fb30..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/network-wireless-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg deleted file mode 100644 index d02d857..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/phone-apple-iphone-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg deleted file mode 100644 index 5be06b5..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/phone-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg deleted file mode 100644 index 31b60d0..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/printer-network-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg deleted file mode 100644 index d028b5d..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/printer-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg deleted file mode 100644 index 90e7ace..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/scanner-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg b/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg deleted file mode 100644 index 83712ff..0000000 --- a/Icons and cursors/windowsicon/scalable/devices/video-display-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg deleted file mode 100644 index 5ba1067..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-default-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg deleted file mode 100644 index 119ae68..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-documents-symbolic.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg deleted file mode 100644 index 301ae42..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-favorite-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg deleted file mode 100644 index e0a8fd0..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-important-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg deleted file mode 100644 index e67c180..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-music-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg deleted file mode 100644 index fdc94f0..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-ok-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg deleted file mode 100644 index 7242803..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-photos-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg deleted file mode 100644 index 00aaa61..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-shared-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg deleted file mode 100644 index e7963c5..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-synchronizing-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg deleted file mode 100644 index 9184ecb..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-system-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg b/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg deleted file mode 100644 index 271e933..0000000 --- a/Icons and cursors/windowsicon/scalable/emblems/emblem-videos-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg deleted file mode 100644 index d204c0a..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-angel-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg deleted file mode 100644 index e2ad829..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-angry-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg deleted file mode 100644 index e1e5ba5..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-confused-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg deleted file mode 100644 index c4095c4..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-cool-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg deleted file mode 100644 index 0333568..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-crying-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg deleted file mode 100644 index a57b55f..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-devilish-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg deleted file mode 100644 index 558fef1..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-embarrassed-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg deleted file mode 100644 index c8a2efa..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-kiss-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg deleted file mode 100644 index a62140b..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-laugh-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg deleted file mode 100644 index aa3bb1c..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-monkey-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg deleted file mode 100644 index 0ba154e..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-plain-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg deleted file mode 100644 index 3a56b2a..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-raspberry-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg deleted file mode 100644 index fd7e5fc..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-sad-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg deleted file mode 100644 index 44b9691..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-shutmouth-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg deleted file mode 100644 index e4d73c6..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-sick-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg deleted file mode 100644 index a633ecc..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-smile-big-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg deleted file mode 100644 index b19e225..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-smile-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg deleted file mode 100644 index f168f18..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-smirk-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg deleted file mode 100644 index f2d943b..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-surprised-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg deleted file mode 100644 index 8864384..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-tired-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg deleted file mode 100644 index f737c12..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-uncertain-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg deleted file mode 100644 index b866836..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-wink-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg deleted file mode 100644 index bcc7a7c..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-worried-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg b/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg deleted file mode 100644 index e09359b..0000000 --- a/Icons and cursors/windowsicon/scalable/emotes/face-yawn-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg deleted file mode 100644 index bc5346f..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/application-certificate-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg deleted file mode 100644 index 6ee4665..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/application-rss.xml-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg deleted file mode 100644 index 241b5a1..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/application-x-appliance-symbolic.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg deleted file mode 100644 index 28622eb..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/audio-x-generic-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg deleted file mode 100644 index 9e7aab9..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/inode-directory-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg deleted file mode 100644 index ca071be..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-database.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg deleted file mode 100644 index 8dc9182..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing-template.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg deleted file mode 100644 index 8dc9182..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-drawing.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg deleted file mode 100644 index ffd9fe5..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-formula.svg +++ /dev/null @@ -1,2244 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg deleted file mode 100644 index ccb03e4..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-master-document.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg deleted file mode 100644 index 8223641..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation-template.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg deleted file mode 100644 index ab46335..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-presentation.svg +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg deleted file mode 100644 index 5560409..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet-template.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg deleted file mode 100644 index 3e4fe75..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-spreadsheet.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg deleted file mode 100644 index b316689..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text-template.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg deleted file mode 100644 index 2fd1139..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-text.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg b/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg deleted file mode 100644 index f34d2a3..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/libreoffice-oasis-web-template.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg deleted file mode 100644 index 3b5971f..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/package-x-generic-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg deleted file mode 100644 index 06d210b..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/text-x-generic-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg deleted file mode 100644 index 835efca..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/video-x-generic-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg b/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg deleted file mode 100644 index 9b8aa43..0000000 --- a/Icons and cursors/windowsicon/scalable/mimetypes/x-office-calendar-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg b/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg deleted file mode 100644 index 850a498..0000000 --- a/Icons and cursors/windowsicon/scalable/places/debian-swirl.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg deleted file mode 100644 index 0a38bcc..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-documents-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg deleted file mode 100644 index 6ed1b13..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-download-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg deleted file mode 100644 index e67c180..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-music-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg deleted file mode 100644 index 6aec344..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-pictures-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg deleted file mode 100644 index 0a80e1f..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-publicshare-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg deleted file mode 100644 index 526f7b7..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-remote-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg deleted file mode 100644 index 94f81a8..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-saved-search-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg deleted file mode 100644 index 56e5609..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg deleted file mode 100644 index 8d8c3eb..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-templates-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg deleted file mode 100644 index 271e933..0000000 --- a/Icons and cursors/windowsicon/scalable/places/folder-videos-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg b/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg deleted file mode 100644 index 6b13ac3..0000000 --- a/Icons and cursors/windowsicon/scalable/places/gnome-foot.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg deleted file mode 100644 index c700c88..0000000 --- a/Icons and cursors/windowsicon/scalable/places/network-server-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg deleted file mode 100644 index 6baa118..0000000 --- a/Icons and cursors/windowsicon/scalable/places/network-workgroup-symbolic.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-airport.svg b/Icons and cursors/windowsicon/scalable/places/poi-airport.svg deleted file mode 100644 index 3ca18b6..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-airport.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-building.svg b/Icons and cursors/windowsicon/scalable/places/poi-building.svg deleted file mode 100644 index 77214d4..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-building.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg b/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg deleted file mode 100644 index 117bc30..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-bus-stop.svg +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-car.svg b/Icons and cursors/windowsicon/scalable/places/poi-car.svg deleted file mode 100644 index aeaf247..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-car.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - -image/svg+xml - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Icons and cursors/windowsicon/scalable/places/poi-marker.svg b/Icons and cursors/windowsicon/scalable/places/poi-marker.svg deleted file mode 100644 index 1a9d183..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-marker.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg b/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg deleted file mode 100644 index b4a7ff2..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-railway-station.svg +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/poi-town.svg b/Icons and cursors/windowsicon/scalable/places/poi-town.svg deleted file mode 100644 index acc92ae..0000000 --- a/Icons and cursors/windowsicon/scalable/places/poi-town.svg +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg deleted file mode 100644 index 384b34e..0000000 --- a/Icons and cursors/windowsicon/scalable/places/start-here-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg b/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg deleted file mode 100644 index 5d0b42d..0000000 --- a/Icons and cursors/windowsicon/scalable/places/ubuntu-logo.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg deleted file mode 100644 index 0fb7c9a..0000000 --- a/Icons and cursors/windowsicon/scalable/places/user-bookmarks-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg deleted file mode 100644 index c91a62a..0000000 --- a/Icons and cursors/windowsicon/scalable/places/user-desktop-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg deleted file mode 100644 index fba855b..0000000 --- a/Icons and cursors/windowsicon/scalable/places/user-home-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg b/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg deleted file mode 100644 index 6e377c8..0000000 --- a/Icons and cursors/windowsicon/scalable/places/user-trash-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg deleted file mode 100644 index 081705e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/airplane-mode-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg deleted file mode 100644 index f7ff461..0000000 --- a/Icons and cursors/windowsicon/scalable/status/alarm-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg deleted file mode 100644 index 64f7eb3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/appointment-missed-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg deleted file mode 100644 index 3a21c6e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/appointment-soon-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg deleted file mode 100644 index 3977ce3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/audio-volume-high-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg deleted file mode 100644 index bcb738c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/audio-volume-low-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg deleted file mode 100644 index 6a2be9c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/audio-volume-medium-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg deleted file mode 100644 index 6e0269e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/audio-volume-muted-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg deleted file mode 100644 index c424f53..0000000 --- a/Icons and cursors/windowsicon/scalable/status/avatar-default-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg deleted file mode 100644 index 17d1004..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-caution-charging-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg deleted file mode 100644 index f1f0494..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-caution-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg deleted file mode 100644 index ff8ce56..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-empty-charging-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg deleted file mode 100644 index 771ebbe..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-empty-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg deleted file mode 100644 index 32477d5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-full-charged-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg deleted file mode 100644 index 4de3dfa..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-full-charging-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg deleted file mode 100644 index b904cc2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-full-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg deleted file mode 100644 index 152680f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-good-charging-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg deleted file mode 100644 index 6556521..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-good-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg deleted file mode 100644 index 2f4867f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-low-charging-symbolic.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg deleted file mode 100644 index c3fb520..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-low-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg deleted file mode 100644 index 24eb8f1..0000000 --- a/Icons and cursors/windowsicon/scalable/status/battery-missing-symbolic.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg deleted file mode 100644 index 7539fcf..0000000 --- a/Icons and cursors/windowsicon/scalable/status/bluetooth-active-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg deleted file mode 100644 index 59ac559..0000000 --- a/Icons and cursors/windowsicon/scalable/status/bluetooth-disabled-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg deleted file mode 100644 index 9b86dfe..0000000 --- a/Icons and cursors/windowsicon/scalable/status/call-missed-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg deleted file mode 100644 index d2549ae..0000000 --- a/Icons and cursors/windowsicon/scalable/status/changes-allow-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg deleted file mode 100644 index 37fcb2f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/changes-prevent-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg deleted file mode 100644 index e5a40b6..0000000 --- a/Icons and cursors/windowsicon/scalable/status/channel-insecure-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg deleted file mode 100644 index dc7c959..0000000 --- a/Icons and cursors/windowsicon/scalable/status/channel-secure-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg deleted file mode 100644 index 3edcdf0..0000000 --- a/Icons and cursors/windowsicon/scalable/status/computer-fail-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg deleted file mode 100644 index d31e820..0000000 --- a/Icons and cursors/windowsicon/scalable/status/dialog-error-symbolic.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg deleted file mode 100644 index 23da7a2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/dialog-information-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg deleted file mode 100644 index 049836e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/dialog-password-symbolic.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg deleted file mode 100644 index 8d704bd..0000000 --- a/Icons and cursors/windowsicon/scalable/status/dialog-question-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg deleted file mode 100644 index ba868ae..0000000 --- a/Icons and cursors/windowsicon/scalable/status/dialog-warning-symbolic.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg deleted file mode 100644 index fd8d586..0000000 --- a/Icons and cursors/windowsicon/scalable/status/display-brightness-symbolic.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg deleted file mode 100644 index 6ac1cf5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/keyboard-brightness-symbolic.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg deleted file mode 100644 index bb97f08..0000000 --- a/Icons and cursors/windowsicon/scalable/status/mail-attachment-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg deleted file mode 100644 index 3c147e0..0000000 --- a/Icons and cursors/windowsicon/scalable/status/mail-read-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg deleted file mode 100644 index 69439a0..0000000 --- a/Icons and cursors/windowsicon/scalable/status/mail-replied-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg deleted file mode 100644 index 1d9ef74..0000000 --- a/Icons and cursors/windowsicon/scalable/status/mail-unread-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg deleted file mode 100644 index 288d793..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-rtl-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg deleted file mode 100644 index 84cfff4..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-consecutive-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg deleted file mode 100644 index 357a0e2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg deleted file mode 100644 index ada0524..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg deleted file mode 100644 index 2f44382..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-song-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg deleted file mode 100644 index 5ccdab0..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-repeat-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg deleted file mode 100644 index 75229ae..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-rtl-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg deleted file mode 100644 index 539b3a1..0000000 --- a/Icons and cursors/windowsicon/scalable/status/media-playlist-shuffle-symbolic.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg deleted file mode 100644 index 09b4114..0000000 --- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-high-symbolic.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg deleted file mode 100644 index aeb183c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-low-symbolic.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg deleted file mode 100644 index 81ea04d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-medium-symbolic.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg deleted file mode 100644 index d3dd7e7..0000000 --- a/Icons and cursors/windowsicon/scalable/status/microphone-sensitivity-muted-symbolic.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg deleted file mode 100644 index 872ae8e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-3g-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg deleted file mode 100644 index 03a8256..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-4g-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg deleted file mode 100644 index b2f6a82..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-acquiring-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg deleted file mode 100644 index 11726f5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-connected-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg deleted file mode 100644 index 266a83f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-edge-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - Gnome Symbolic Icon Theme - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg deleted file mode 100644 index 7ff3dee..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-gprs-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - Gnome Symbolic Icon Theme - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg deleted file mode 100644 index e6a795b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-no-route-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg deleted file mode 100644 index 2a83299..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-offline-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg deleted file mode 100644 index 846be1a..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-excellent-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg deleted file mode 100644 index e857f82..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-good-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg deleted file mode 100644 index e795942..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-none-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg deleted file mode 100644 index 75b6eb6..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-ok-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg deleted file mode 100644 index 664c50c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-signal-weak-symbolic.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg deleted file mode 100644 index 994b922..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-cellular-umts-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - Gnome Symbolic Icon Theme - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg deleted file mode 100644 index 08c7183..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-error-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg deleted file mode 100644 index e64af6a..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-idle-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg deleted file mode 100644 index e920968..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-no-route-symbolic.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg deleted file mode 100644 index f6f9116..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-offline-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg deleted file mode 100644 index 4336322..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-receive-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg deleted file mode 100644 index f0db8cc..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-transmit-receive-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg deleted file mode 100644 index 90766ea..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-transmit-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg deleted file mode 100644 index 0904c4e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-vpn-acquiring-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg deleted file mode 100644 index 52056cc..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-vpn-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg deleted file mode 100644 index fae5c9f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wired-acquiring-symbolic.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg deleted file mode 100644 index 09d31bb..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wired-disconnected-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg deleted file mode 100644 index ed5cb5a..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wired-no-route-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg deleted file mode 100644 index f0152b9..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wired-offline-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg deleted file mode 100644 index 154bf5f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-acquiring-symbolic.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg deleted file mode 100644 index 8244db9..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-connected-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg deleted file mode 100644 index 6ebb277..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-encrypted-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg deleted file mode 100644 index 4cd4ff5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-hotspot-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg deleted file mode 100644 index 7394336..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-no-route-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg deleted file mode 100644 index dda4b33..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-offline-symbolic.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg deleted file mode 100644 index 127fb30..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-excellent-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg deleted file mode 100644 index a4c7d5f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-good-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg deleted file mode 100644 index 622a665..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-none-symbolic.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg deleted file mode 100644 index 42adbaf..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-ok-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg deleted file mode 100644 index 8244db9..0000000 --- a/Icons and cursors/windowsicon/scalable/status/network-wireless-signal-weak-symbolic.svg +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg deleted file mode 100644 index ea12664..0000000 --- a/Icons and cursors/windowsicon/scalable/status/non-starred-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg deleted file mode 100644 index 340d123..0000000 --- a/Icons and cursors/windowsicon/scalable/status/printer-error-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg deleted file mode 100644 index a1adc93..0000000 --- a/Icons and cursors/windowsicon/scalable/status/printer-printing-symbolic.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg deleted file mode 100644 index a226208..0000000 --- a/Icons and cursors/windowsicon/scalable/status/printer-warning-symbolic.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg deleted file mode 100644 index 091b253..0000000 --- a/Icons and cursors/windowsicon/scalable/status/rotation-allowed-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg deleted file mode 100644 index d04aa82..0000000 --- a/Icons and cursors/windowsicon/scalable/status/rotation-locked-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg deleted file mode 100644 index 9c99678..0000000 --- a/Icons and cursors/windowsicon/scalable/status/security-high-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg deleted file mode 100644 index a4538ac..0000000 --- a/Icons and cursors/windowsicon/scalable/status/security-low-symbolic.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg deleted file mode 100644 index c488db3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/security-medium-symbolic.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg deleted file mode 100644 index 3bd36cc..0000000 --- a/Icons and cursors/windowsicon/scalable/status/semi-starred-rtl-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg deleted file mode 100644 index 06e0142..0000000 --- a/Icons and cursors/windowsicon/scalable/status/semi-starred-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg deleted file mode 100644 index d758e9f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/software-update-available-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg deleted file mode 100644 index 039fe9e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/software-update-urgent-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg deleted file mode 100644 index 5a4a491..0000000 --- a/Icons and cursors/windowsicon/scalable/status/starred-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg deleted file mode 100644 index 5168fe3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/task-due-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg deleted file mode 100644 index 1cde903..0000000 --- a/Icons and cursors/windowsicon/scalable/status/task-past-due-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg deleted file mode 100644 index 5b3b71d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/touchpad-disabled-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg deleted file mode 100644 index 0a5e031..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-available-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg deleted file mode 100644 index abdb804..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-away-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg deleted file mode 100644 index c7f60e5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-busy-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg deleted file mode 100644 index 0a5e031..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-idle-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg deleted file mode 100644 index aa9e0b9..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-invisible-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg deleted file mode 100644 index 9190536..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-offline-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg deleted file mode 100644 index cb8fc41..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-status-pending-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg deleted file mode 100644 index 33be783..0000000 --- a/Icons and cursors/windowsicon/scalable/status/user-trash-full-symbolic.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg deleted file mode 100644 index 3f88239..0000000 --- a/Icons and cursors/windowsicon/scalable/status/view-wrapped-rtl-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg deleted file mode 100644 index 731dd82..0000000 --- a/Icons and cursors/windowsicon/scalable/status/view-wrapped-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg deleted file mode 100644 index 75794dd..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-000.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 0) - - - Frank Solensky - - - - - weather - clear - night - moon - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg deleted file mode 100644 index 1b3478e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-010.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 10) - - - Frank Solensky - - - - - weather - clear - night - moon - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg deleted file mode 100644 index 56d533c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-020.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 20) - - - Frank Solensky - - - - - weather - clear - night - moon - 20 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg deleted file mode 100644 index ad92a7d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-030.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 30) - - - Frank Solensky - - - - - weather - clear - night - moon - 30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg deleted file mode 100644 index 3b1633f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-040.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 40) - - - Frank Solensky - - - - - weather - clear - night - moon - 40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg deleted file mode 100644 index af94b72..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-050.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 50) - - - Frank Solensky - - - - - weather - clear - night - moon - 50 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg deleted file mode 100644 index 23a352c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-060.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 60) - - - Frank Solensky - - - - - weather - clear - night - moon - 60 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg deleted file mode 100644 index 3cee73e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-070.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 70) - - - Frank Solensky - - - - - weather - clear - night - moon - 70 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg deleted file mode 100644 index ad3e6c1..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-080.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 80) - - - Frank Solensky - - - - - weather - clear - night - moon - 80 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg deleted file mode 100644 index 2916a88..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-090.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 90) - - - Frank Solensky - - - - - weather - clear - night - moon - 90 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg deleted file mode 100644 index 9f53398..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-100.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 100) - - - Frank Solensky - - - - - weather - clear - night - moon - 100 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg deleted file mode 100644 index b3127f3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-110.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 110) - - - Frank Solensky - - - - - weather - clear - night - moon - 110 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg deleted file mode 100644 index 374e51d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-120.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 120) - - - Frank Solensky - - - - - weather - clear - night - moon - 120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg deleted file mode 100644 index cc00958..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-130.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 130) - - - Frank Solensky - - - - - weather - clear - night - moon - 130 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg deleted file mode 100644 index ac415be..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-140.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 140) - - - Frank Solensky - - - - - weather - clear - night - moon - 140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg deleted file mode 100644 index 31109ec..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-150.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 150) - - - Frank Solensky - - - - - weather - clear - night - moon - 150 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg deleted file mode 100644 index 9a8f60b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-160.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 160) - - - Frank Solensky - - - - - weather - clear - night - moon - 160 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg deleted file mode 100644 index 6e3cc80..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-170.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 170) - - - Frank Solensky - - - - - weather - clear - night - moon - 170 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg deleted file mode 100644 index 8b5799e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-190.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 190) - - - Frank Solensky - - - - - weather - clear - night - moon - 190 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg deleted file mode 100644 index 9a36933..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-200.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 200) - - - Frank Solensky - - - - - weather - clear - night - moon - 200 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg deleted file mode 100644 index 14296fb..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-210.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 210) - - - Frank Solensky - - - - - weather - clear - night - moon - 210 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg deleted file mode 100644 index d64f5a8..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-220.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 220) - - - Frank Solensky - - - - - weather - clear - night - moon - 220 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg deleted file mode 100644 index a141c9b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-230.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 230) - - - Frank Solensky - - - - - weather - clear - night - moon - 230 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg deleted file mode 100644 index 98f20a4..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-240.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 240) - - - Frank Solensky - - - - - weather - clear - night - moon - 240 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg deleted file mode 100644 index 627f987..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-250.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 250) - - - Frank Solensky - - - - - weather - clear - night - moon - 250 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg deleted file mode 100644 index 83f4f62..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-260.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 260) - - - Frank Solensky - - - - - weather - clear - night - moon - 260 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg deleted file mode 100644 index 257d043..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-270.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 270) - - - Frank Solensky - - - - - weather - clear - night - moon - 270 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg deleted file mode 100644 index ff85325..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-280.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 280) - - - Frank Solensky - - - - - weather - clear - night - moon - 280 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg deleted file mode 100644 index 40b9da7..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-290.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 290) - - - Frank Solensky - - - - - weather - clear - night - moon - 290 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg deleted file mode 100644 index 0e64f8b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-300.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 300) - - - Frank Solensky - - - - - weather - clear - night - moon - 300 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg deleted file mode 100644 index 1b0bbba..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-310.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 310) - - - Frank Solensky - - - - - weather - clear - night - moon - 310 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg deleted file mode 100644 index b28408b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-320.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 320) - - - Frank Solensky - - - - - weather - clear - night - moon - 320 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg deleted file mode 100644 index e2f1e4c..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-330.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 330) - - - Frank Solensky - - - - - weather - clear - night - moon - 330 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg deleted file mode 100644 index 0c45a1d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-340.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 340) - - - Frank Solensky - - - - - weather - clear - night - moon - 340 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg deleted file mode 100644 index 1496958..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-350.svg +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Clear (Night, 350) - - - Frank Solensky - - - - - weather - clear - night - moon - 350 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg deleted file mode 100644 index fb18020..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-night-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg deleted file mode 100644 index 28bf2f1..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-clear-symbolic.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg deleted file mode 100644 index f073614..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-000.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 0) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg deleted file mode 100644 index 3970961..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-010.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 10) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg deleted file mode 100644 index 2013ce2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-020.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 20) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 20 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg deleted file mode 100644 index 5edf9ab..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-030.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 30) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg deleted file mode 100644 index a22899e..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-040.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 40) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg deleted file mode 100644 index d99f8b5..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-050.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 50) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 50 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg deleted file mode 100644 index 0561a8b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-060.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 60) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 60 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg deleted file mode 100644 index 27de1d8..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-070.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 70) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 70 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg deleted file mode 100644 index 49784e3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-080.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 80) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 80 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg deleted file mode 100644 index 31243c9..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-090.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 90) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 90 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg deleted file mode 100644 index 2f8ab84..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-100.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 100) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 100 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg deleted file mode 100644 index addbe0d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-110.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 110) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 110 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg deleted file mode 100644 index 8589fb8..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-120.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 120) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg deleted file mode 100644 index 3264415..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-130.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 130) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 130 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg deleted file mode 100644 index 3f06c2b..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-140.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 140) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg deleted file mode 100644 index 3c4e4f2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-150.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 150) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 150 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg deleted file mode 100644 index 26ab9c3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-160.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 160) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 160 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg deleted file mode 100644 index 1b18081..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-170.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 170) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 170 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg deleted file mode 100644 index d9892c3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-190.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 190) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 190 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg deleted file mode 100644 index 170deed..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-200.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 200) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 200 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg deleted file mode 100644 index 06891f6..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-210.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 210) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 210 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg deleted file mode 100644 index dddf80d..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-220.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 220) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 220 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg deleted file mode 100644 index 72ae9ca..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-230.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 230) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 230 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg deleted file mode 100644 index 1c9f9f2..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-240.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 240) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 240 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg deleted file mode 100644 index 2363aa3..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-250.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 250) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 250 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg deleted file mode 100644 index 0368dca..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-260.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 260) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 260 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg deleted file mode 100644 index 3f5da1a..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-270.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 270) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 270 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg deleted file mode 100644 index f192a47..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-280.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 280) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 280 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg deleted file mode 100644 index 3932fae..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-290.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 290) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 290 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg deleted file mode 100644 index 2724c34..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-300.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 300) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 300 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg deleted file mode 100644 index 9f98885..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-310.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 310) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 310 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg deleted file mode 100644 index 6ba4040..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-320.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 320) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 320 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg deleted file mode 100644 index 6fe2393..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-330.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 330) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 330 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg deleted file mode 100644 index 54eca4f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-340.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 340) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 340 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg deleted file mode 100644 index 22587a7..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-350.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Weather Few Clouds (Night, 350) - - - Frank Solensky - - - - - weather - few-clouds - night - moon - 350 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg deleted file mode 100644 index 2d48409..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-night-symbolic.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg deleted file mode 100644 index 7143338..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-few-clouds-symbolic.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg deleted file mode 100644 index ccafa8f..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-fog-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg deleted file mode 100644 index 28432c7..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-overcast-symbolic.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg deleted file mode 100644 index 5003431..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-severe-alert-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg deleted file mode 100644 index 7419065..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-showers-scattered-symbolic.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg deleted file mode 100644 index 965c7c8..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-showers-symbolic.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg deleted file mode 100644 index eebfe84..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-snow-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg b/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg deleted file mode 100644 index 8dbbf13..0000000 --- a/Icons and cursors/windowsicon/scalable/status/weather-storm-symbolic.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - diff --git a/Icons and cursors/windowsicon/taskmgr.ico b/Icons and cursors/windowsicon/taskmgr.ico deleted file mode 100644 index aced5d6..0000000 Binary files a/Icons and cursors/windowsicon/taskmgr.ico and /dev/null differ diff --git a/KWin/.emerald/theme/reflection.png b/KWin/.emerald/theme/reflection.png index 238e907..928b5bf 100644 Binary files a/KWin/.emerald/theme/reflection.png and b/KWin/.emerald/theme/reflection.png differ diff --git a/KWin/.emerald/theme/theme.ini b/KWin/.emerald/theme/theme.ini index d76847e..1928288 100644 --- a/KWin/.emerald/theme/theme.ini +++ b/KWin/.emerald/theme/theme.ini @@ -1,10 +1,11 @@ [vrunner_settings] active_title_left=#e61f8c -active_title_left_alpha=0.30862899999999999 +active_title_left_alpha=0 +#active_title_left_alpha=0.30862899999999999 active_title_middle=#e61f8c -active_title_middle_alpha=0.30862899999999999 +active_title_middle_alpha=0 active_title_right=#e61f8c -active_title_right_alpha=0.30862899999999999 +active_title_right_alpha=0 active_color_contrast=1 active_alpha_contrast=1 active_title_notch_position=1 @@ -28,11 +29,12 @@ active_contents_highlight_alpha=0.69999999999999996 active_contents_shadow=#ffffff active_contents_shadow_alpha=0.59999999999999998 inactive_title_left=#e61f8c -inactive_title_left_alpha=0.15431400000000001 +#inactive_title_left_alpha=0.15431400000000001 +inactive_title_left_alpha=0 inactive_title_middle=#e61f8c -inactive_title_middle_alpha=0.15431400000000001 +inactive_title_middle_alpha=0 inactive_title_right=#e61f8c -inactive_title_right_alpha=0.15431400000000001 +inactive_title_right_alpha=0 inactive_color_contrast=1 inactive_alpha_contrast=1 inactive_title_notch_position=1 diff --git a/KWin/bin/kwin_smaragd.so b/KWin/bin/kwin_smaragd.so deleted file mode 100755 index bac6408..0000000 Binary files a/KWin/bin/kwin_smaragd.so and /dev/null differ diff --git a/KWin/depends/kdebase-runtime-17.08.3-3-x86_64.pkg.tar.xz b/KWin/depends/kdebase-runtime-17.08.3-3-x86_64.pkg.tar.xz old mode 100644 new mode 100755 diff --git a/KWin/depends/kdelibs-4.14.9-1-x86_64.pkg.tar.xz b/KWin/depends/kdelibs-4.14.9-1-x86_64.pkg.tar.xz old mode 100644 new mode 100755 diff --git a/KWin/kwin_reflect/CMakeLists.txt b/KWin/kwin_reflect/CMakeLists.txt new file mode 100755 index 0000000..ad4416f --- /dev/null +++ b/KWin/kwin_reflect/CMakeLists.txt @@ -0,0 +1,53 @@ +cmake_minimum_required(VERSION 3.0) +project(kwin4_effect_reflect) + +set(KF_MIN_VERSION "5.78") +set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CMAKE_CXX_EXTENSIONS OFF) + +find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE) +set(CMAKE_MODULE_PATH + ${CMAKE_MODULE_PATH} + ${ECM_MODULE_PATH} + ${ECM_KDE_MODULE_DIR} + #${ECM_KDE_MODULE_DIR}/kwin + ${CMAKE_SOURCE_DIR}/cmake + ${CMAKE_SOURCE_DIR}/cmake/Modules +) + +include(FeatureSummary) +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) + +find_package(Qt5 REQUIRED COMPONENTS + Core + DBus + Gui +) + +find_package(KDecoration2 REQUIRED) + +find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS + Config + ConfigWidgets + CoreAddons + WindowSystem + Wayland +) + +#find_package(kwin REQUIRED) + +find_package(kwineffects REQUIRED COMPONENTS + kwineffects + kwinglutils +) + +find_package(KWinDBusInterface CONFIG REQUIRED) + +find_package(epoxy REQUIRED) + +add_subdirectory(src) + +feature_summary(WHAT ALL) diff --git a/KWin/kwin_reflect/LICENSE b/KWin/kwin_reflect/LICENSE new file mode 100755 index 0000000..d159169 --- /dev/null +++ b/KWin/kwin_reflect/LICENSE @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/KWin/kwin_reflect/README.md b/KWin/kwin_reflect/README.md new file mode 100755 index 0000000..ad4907a --- /dev/null +++ b/KWin/kwin_reflect/README.md @@ -0,0 +1,113 @@ +# Kwin blur effect - Respect rounded corners + + +This kwin effect is a fork of the default kwin blur effect, with minimal changes +to solve the ["plasma kornerbug"](https://bugs.kde.org/show_bug.cgi?id=395725). +It works with all decorations, including aurorae one's, and take care of maximized windows, that are assumed to not have rounded corners. + + +![Screenshot](doc/demo.png) + +*Above left : Korner bug with the default blur effect* + +*Above right : with the present blur effect* + +*(Window decorations : [classikstyles](https://github.com/paulmcauley/classikstyles) by paulmcauly)* + +## Usage + +After installing the effect, go to Settings --> Workspace behavior --> Desktop Effects. + +- Disable the default blur effect ("Blur") +- Enable "Blur - Respect rounded corners" +- Tweak the settings of the effect to match your window decorations. +![Settings](doc/settings.png) + + +## Limitations + +The effect only acts for window decorations. If the window has a decoration that have to be blurred and is not maximized, the rounded corners area are removed from the region "to be blurred". (before the blur occurs) + +It seems to be not compatible with [ligthlyShaders](https://github.com/a-parhom/LightlyShaders) or [shapecorners](https://sourceforge.net/projects/shapecorners/). + + +## Plasma version + +I only tested the effect on plasma 5.23.3, I don't know if it work with older versions (But it should, the changes from the default blur effect are very minimal) + +## Installation + +### Binary package + +If you build a binary package, or make the effect available from the "kde get new stuff" service, let me know ! + +### Build from source + +*Section copied from* [Yet another magic lamp](https://github.com/zzag/kwin-effects-yet-another-magic-lamp) from zzag. + +You will need the following dependencies to build this effect: +* CMake +* any C++14 enabled compiler +* Qt +* libkwineffects +* KDE Frameworks 5: + - Config + - CoreAddons + - Extra CMake Modules + - WindowSystem + +On Arch Linux + +```sh +sudo pacman -S cmake extra-cmake-modules kwin +``` + +On Fedora + +```sh +sudo dnf install cmake extra-cmake-modules kf5-kconfig-devel \ + kf5-kcoreaddons-devel kf5-kwindowsystem-devel kwin-devel \ + qt5-qtbase-devel libepoxy-devel kf5-kconfigwidgets-devel +``` +On fedora 35, it seems you need the following dep too : +``` +kwayland-server-devel +kf5-kwayland-devel +wayland-devel +``` +On OpenSUSE + +```sh +sudo zypper install cmake extra-cmake-modules kconfig-devel \ + kcoreaddons-devel kwindowsystem-devel kwin5-devel \ + libqt5-qtbase-devel libepoxy-devel kconfigwidgets-devel \ + kwayland-server-devel +``` + +On Ubuntu + +```sh +sudo apt install cmake extra-cmake-modules kwin-dev \ + libkf5config-dev libkf5configwidgets-dev libkf5coreaddons-dev \ + libkf5windowsystem-dev qtbase5-dev libkwaylandserver-dev libwayland-dev +``` + +### After you installed all the required dependencies, clone the repo and use the provided scripts : + + +Build and install: + +```sh +chmod +x install.sh +./install.sh +``` +Uninstall build script: + +```sh +chmod +x uninstall.sh +./uninstall.sh +``` + +## Contributing + +Any help is welcome. Feel free to fill an issue if you have one. diff --git a/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake b/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake new file mode 100755 index 0000000..a4e911a --- /dev/null +++ b/KWin/kwin_reflect/cmake/Modules/Findkwineffects.cmake @@ -0,0 +1,101 @@ +#.rst: +# Findkwineffects +# --------------- +# +# Try to find libkwineffects. +# +# This is a component-based find module, which makes use of the COMPONENTS +# argument to find_modules. The following components are +# available:: +# +# kwineffects +# kwinglutils +# kwinxrenderutils +# +# If no components are specified, this module will act as though all components +# were passed to OPTIONAL_COMPONENTS. +# +# This module will define the following variables, independently of the +# components searched for or found: +# +# ``kwineffects_FOUND`` +# True if (the requestion version of) libkwineffects is available +# ``kwineffects_TARGETS`` +# A list of all targets imported by this module (note that there may be more +# than the components that were requested) +# ``kwineffects_LIBRARIES`` +# This can be passed to target_link_libraries() instead of the imported +# targets +# ``kwineffects_INCLUDE_DIRS`` +# This should be passed to target_include_directories() if the targets are +# not used for linking +# ``kwineffects_DEFINITIONS`` +# This should be passed to target_compile_options() if the targets are not +# used for linking +# +# For each searched-for components, ``kwineffects__FOUND`` will be +# set to true if the corresponding libkwineffects library was found, and false +# otherwise. If ``kwineffects__FOUND`` is true, the imported target +# ``kwineffects::`` will be defined. + +#============================================================================= +# Copyright 2019 Vlad Zagorodniy +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +include(ECMFindModuleHelpers) +ecm_find_package_version_check(kwineffects) + +set(kwineffects_known_components + kwineffects + kwinglutils + kwinxrenderutils +) +set(kwineffects_default_components ${kwineffects_known_components}) + +set(kwineffects_kwineffects_header "kwineffects.h") +set(kwineffects_kwineffects_lib "kwineffects") +set(kwineffects_kwinglutils_header "kwinglutils.h") +set(kwineffects_kwinglutils_lib "kwinglutils") +set(kwineffects_kwinxrenderutils_header "kwinxrenderutils.h") +set(kwineffects_kwinxrenderutils_lib "kwinxrenderutils") + +ecm_find_package_parse_components(kwineffects + RESULT_VAR kwineffects_components + KNOWN_COMPONENTS ${kwineffects_known_components} + DEFAULT_COMPONENTS ${kwineffects_default_components} +) + +ecm_find_package_handle_library_components(kwineffects + COMPONENTS ${kwineffects_components} +) + +find_package_handle_standard_args(kwineffects + FOUND_VAR + kwineffects_FOUND + REQUIRED_VARS + kwineffects_LIBRARIES + HANDLE_COMPONENTS +) diff --git a/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake b/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake new file mode 100755 index 0000000..a61211c --- /dev/null +++ b/KWin/kwin_reflect/cmake/Modules/PkgConfigGetVar.cmake @@ -0,0 +1,20 @@ +include (UsePkgConfig) + +macro (pkgconfig_getvar _package _var _output_variable) + SET (${_output_variable}) + + if (PKGCONFIG_EXECUTABLE) + exec_program (${PKGCONFIG_EXECUTABLE} + ARGS ${_package} --exists + RETURN_VALUE _return_VALUE + OUTPUT_VARIABLE _pkgconfigDevNull + ) + + if (NOT _return_VALUE) + exec_program (${PKGCONFIG_EXECUTABLE} + ARGS ${_package} --variable ${_var} + OUTPUT_VARIABLE ${_output_variable} + ) + endif () + endif () +endmacro () diff --git a/KWin/kwin_reflect/doc/demo.png b/KWin/kwin_reflect/doc/demo.png new file mode 100755 index 0000000..1c16761 Binary files /dev/null and b/KWin/kwin_reflect/doc/demo.png differ diff --git a/KWin/kwin_reflect/doc/settings.png b/KWin/kwin_reflect/doc/settings.png new file mode 100755 index 0000000..4c3cbf9 Binary files /dev/null and b/KWin/kwin_reflect/doc/settings.png differ diff --git a/KWin/kwin_reflect/install b/KWin/kwin_reflect/install new file mode 100755 index 0000000..7a5c454 --- /dev/null +++ b/KWin/kwin_reflect/install @@ -0,0 +1,12 @@ +#!/bin/sh + +ORIGINAL_DIR=$(pwd) + +rm -rf build +mkdir build +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release +make +#sudo make install + +cd $ORIGINAL_DIR diff --git a/KWin/kwin_reflect/install.sh b/KWin/kwin_reflect/install.sh new file mode 100755 index 0000000..81807b7 --- /dev/null +++ b/KWin/kwin_reflect/install.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +ORIGINAL_DIR=$(pwd) + +rm -rf build +mkdir build +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release +make +sudo make install + +cd $ORIGINAL_DIR diff --git a/KWin/kwin_reflect/src/CMakeLists.txt b/KWin/kwin_reflect/src/CMakeLists.txt new file mode 100755 index 0000000..79acef0 --- /dev/null +++ b/KWin/kwin_reflect/src/CMakeLists.txt @@ -0,0 +1,36 @@ +add_subdirectory(kcm) + +set(effect_SRCS + blur.cpp + blurshader.cpp + main.cpp + blur.qrc +) + +kconfig_add_kcfg_files(effect_SRCS + blurconfig.kcfgc +) + +add_library(kwin4_effect_reflect SHARED ${effect_SRCS}) + +target_link_libraries(kwin4_effect_reflect + KDecoration2::KDecoration + Qt5::Core + Qt5::Gui + KF5::ConfigCore + KF5::ConfigGui + KF5::CoreAddons + KF5::WindowSystem + kwineffects::kwineffects + kwineffects::kwinglutils + epoxy::epoxy +) + +install( + TARGETS + kwin4_effect_reflect + + DESTINATION + ${PLUGIN_INSTALL_DIR}/kwin/effects/plugins/ +) + diff --git a/KWin/kwin_reflect/src/blur.cpp b/KWin/kwin_reflect/src/blur.cpp new file mode 100644 index 0000000..33987ad --- /dev/null +++ b/KWin/kwin_reflect/src/blur.cpp @@ -0,0 +1,661 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + SPDX-FileCopyrightText: 2011 Philipp Knechtges + SPDX-FileCopyrightText: 2018 Alex Nemeth + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#include "blur.h" +#include "blurshader.h" +// KConfigSkeleton +#include "blurconfig.h" + + +#include +#include +#include +#include +#include +#include +#include // for ceil() +#include +#include +#include +#include +#include +#include + +#include +#include + +#include + +namespace KWin +{ + +static const QByteArray s_blurAtomName = QByteArrayLiteral("_KDE_NET_WM_BLUR_BEHIND_REGION"); + +BlurEffect::BlurEffect() : m_sharedMemory("kwinreflect") +{ + initConfig(); + m_shader = new BlurShader(this); + + m_reflectionTexture = nullptr; + reconfigure(ReconfigureAll); + + // ### Hackish way to announce support. + // Should be included in _NET_SUPPORTED instead. + if (m_shader && m_shader->isValid()) { + if (effects->xcbConnection()) { + net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this); + } + } + + connect(effects, &EffectsHandler::windowAdded, this, &BlurEffect::slotWindowAdded); + connect(effects, &EffectsHandler::windowDeleted, this, &BlurEffect::slotWindowDeleted); + connect(effects, &EffectsHandler::windowDecorationChanged, this, &BlurEffect::setupDecorationConnections); + connect(effects, &EffectsHandler::propertyNotify, this, &BlurEffect::slotPropertyNotify); + connect(effects, &EffectsHandler::virtualScreenGeometryChanged, this, &BlurEffect::slotScreenGeometryChanged); + connect(effects, &EffectsHandler::xcbConnectionChanged, this, [this]() { + if (m_shader && m_shader->isValid()) { + net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this); + } + }); + + // Fetch the blur regions for all windows + const auto stackingOrder = effects->stackingOrder(); + for (EffectWindow *window : stackingOrder) { + slotWindowAdded(window); + } + +} +void BlurEffect::updateTexture() +{ + if(m_texturePath == "" || !QFile::exists(m_texturePath)) + { + m_texturePath = QStringLiteral(":/effects/blur/reflection.png"); + } + if(m_reflectionTexture != nullptr) + { + delete m_reflectionTexture; + } + m_reflectionTexture = new GLTexture(m_texturePath); + m_reflectionTexture->setFilter(GL_LINEAR); + m_reflectionTexture->setWrapMode(GL_REPEAT); + + if(m_reflectionTexture != nullptr) + { + printf("Texture successfully loaded.\n"); + } +} +bool BlurEffect::isWindowValid(KWin::EffectWindow *w) +{ + QString windowclass = w->windowClass().split(' ')[0]; + return !(w->isDesktop() || w->isToolbar() || w->isMenu() || + w->isSplash() || w->isDropdownMenu() || w->isPopupMenu() || + w->isTooltip() || w->isNotification() || w->isCriticalNotification() || + w->isOnScreenDisplay() || w->isComboBox() || w->isDNDIcon() || w->isHidden() || /*(w->isDialog() && !w->isAppletPopup()) ||*/ + w->isMinimized() || m_excludedWindows.contains(windowclass) /*|| (w->isSpecialWindow() && !w->isDock())*/); +} +bool BlurEffect::shouldColorize(KWin::EffectWindow *w) +{ + QString windowclass = w->windowClass().split(' ')[0]; + return !(w->isDesktop() || w->isSplash() || /*w->isHidden() || w->isMinimized() ||*/ m_excludedWindowsColorization.contains(windowclass)); +} +BlurEffect::~BlurEffect() +{ + if(m_reflectionTexture) delete m_reflectionTexture; +} + +void BlurEffect::slotScreenGeometryChanged() +{ + effects->makeOpenGLContextCurrent(); + + // Fetch the blur regions for all windows + const auto stackingOrder = effects->stackingOrder(); + for (EffectWindow *window : stackingOrder) { + updateBlurRegion(window); + } + effects->doneOpenGLContextCurrent(); +} + +bool BlurEffect::readMemory(bool* skipFunc) +{ + + if(!m_sharedMemory.attach()) + { + printf("Couldn't access shared memory! %s %d\n", m_sharedMemory.nativeKey().toStdString().c_str(), m_sharedMemory.error()); + if(m_sharedMemory.error()) + return false; + } + QBuffer buffer; + QDataStream in(&buffer); + QPair> result; + //QString result; + + m_sharedMemory.lock(); + buffer.setData((char*)m_sharedMemory.constData(), m_sharedMemory.size()); + buffer.open(QBuffer::ReadOnly); + in >> result; + m_sharedMemory.unlock(); + m_sharedMemory.detach(); + + m_accentColor = result.first; + m_transparencyEnabled = result.second.first; + *skipFunc = result.second.second; + + m_accentColorInactive = m_accentColor; + int saturation = m_accentColorInactive.hslSaturation() / 2; + m_accentColorInactive.setHsl(m_accentColorInactive.hslHue(), saturation, m_accentColorInactive.lightness()); + return true; +} +void BlurEffect::reconfigure(ReconfigureFlags flags) +{ + bool skip = false; + bool readColor = readMemory(&skip) && m_firstTimeReconfigure; + if(skip && m_firstTimeReconfigure) + return; + BlurConfig::self()->read(); + + if(!readColor) + { + m_accentColor = BlurConfig::accentColor(); + m_accentColorInactive = m_accentColor; + int saturation = m_accentColorInactive.hslSaturation() / 2; + m_accentColorInactive.setHsl(m_accentColorInactive.hslHue(), saturation, m_accentColorInactive.lightness()); + m_transparencyEnabled = BlurConfig::enableTransparency(); + } + + int blurStrength = BlurConfig::blurStrength() - 1; + m_offset = blurStrengthValues[blurStrength].offset; + m_expandSize = blurOffsets[m_downSampleIterations - 1].expandSize; + + m_scalingFactor = std::max(1.0, QGuiApplication::primaryScreen()->logicalDotsPerInch() / 96.0); + m_translateTexture = BlurConfig::translateTexture(); + m_enableColorization = BlurConfig::enableColorization(); + + m_texturePath = BlurConfig::textureLocation(); + updateTexture(); + + m_excludedWindows = BlurConfig::excludedWindows().split(';'); + m_excludedWindowsColorization = BlurConfig::excludedColorization().split(';'); + + m_firstTimeReconfigure = true; + // Update all windows for the blur to take effect + effects->addRepaintFull(); +} + +void BlurEffect::updateBlurRegion(EffectWindow *w) +{ + QRegion region; + bool valid = false; + + if (net_wm_blur_region != XCB_ATOM_NONE) { + const QByteArray value = w->readProperty(net_wm_blur_region, XCB_ATOM_CARDINAL, 32); + if (value.size() > 0 && !(value.size() % (4 * sizeof(uint32_t)))) { + const uint32_t *cardinals = reinterpret_cast(value.constData()); + for (unsigned int i = 0; i < value.size() / sizeof(uint32_t);) { + int x = cardinals[i++]; + int y = cardinals[i++]; + int w = cardinals[i++]; + int h = cardinals[i++]; + region += QRect(x,y,w,h);//fromXNative(QRect(x, y, w, h)).toRect(); + } + } + valid = !value.isNull(); + } + + if (auto internal = w->internalWindow()) { + const auto property = internal->property("kwin_blur"); + if (property.isValid()) { + region = property.value(); + valid = true; + } + } + + if (valid) { + blurRegions[w] = region; + } else { + blurRegions.remove(w); + } +} + +void BlurEffect::slotWindowAdded(EffectWindow *w) +{ + if (auto internal = w->internalWindow()) { + internal->installEventFilter(this); + } + + setupDecorationConnections(w); + updateBlurRegion(w); +} + +void BlurEffect::slotWindowDeleted(EffectWindow *w) +{ + blurRegions.remove(w); + auto it = windowBlurChangedConnections.find(w); + if (it == windowBlurChangedConnections.end()) { + return; + } + disconnect(*it); + windowBlurChangedConnections.erase(it); +} + +void BlurEffect::slotPropertyNotify(EffectWindow *w, long atom) +{ + if (w && atom == net_wm_blur_region && net_wm_blur_region != XCB_ATOM_NONE) { + updateBlurRegion(w); + } +} + +void BlurEffect::setupDecorationConnections(EffectWindow *w) +{ + if (!w->decoration()) { + return; + } + + connect(w->decoration(), &KDecoration2::Decoration::blurRegionChanged, this, [this, w]() { + updateBlurRegion(w); + }); +} + +bool BlurEffect::eventFilter(QObject *watched, QEvent *event) +{ + auto internal = qobject_cast(watched); + if (internal && event->type() == QEvent::DynamicPropertyChange) { + QDynamicPropertyChangeEvent *pe = static_cast(event); + if (pe->propertyName() == "kwin_blur") { + if (auto w = effects->findWindow(internal)) { + updateBlurRegion(w); + } + } + } + return false; +} + +bool BlurEffect::enabledByDefault() +{ + GLPlatform *gl = GLPlatform::instance(); + + if (gl->isIntel() && gl->chipClass() < SandyBridge) { + return false; + } + if (gl->isPanfrost() && gl->chipClass() <= MaliT8XX) { + return false; + } + // The blur effect works, but is painfully slow (FPS < 5) on Mali and VideoCore + if (gl->isLima() || gl->isVideoCore4() || gl->isVideoCore3D()) { + return false; + } + if (gl->isSoftwareEmulation()) { + return false; + } + + return true; +} + +bool BlurEffect::supported() +{ + bool supported = effects->isOpenGLCompositing() && GLFramebuffer::supported() && GLFramebuffer::blitSupported(); + + if (supported) { + int maxTexSize; + glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxTexSize); + + const QSize screenSize = effects->virtualScreenSize(); + if (screenSize.width() > maxTexSize || screenSize.height() > maxTexSize) { + supported = false; + } + } + return supported; +} + +bool BlurEffect::decorationSupportsBlurBehind(const EffectWindow *w) const +{ + return w->decoration() && !w->decoration()->blurRegion().isNull(); +} + +QRegion BlurEffect::decorationBlurRegion(const EffectWindow *w) const +{ + if (!decorationSupportsBlurBehind(w)) { + return QRegion(); + } + + QRegion decorationRegion = QRegion(w->decoration()->rect()) - w->decorationInnerRect().toRect(); + //! we return only blurred regions that belong to decoration region + return decorationRegion.intersected(w->decoration()->blurRegion()); +} + +QRect BlurEffect::expand(const QRect &rect) const +{ + return rect.adjusted(-m_expandSize, -m_expandSize, m_expandSize, m_expandSize); +} + +QRegion BlurEffect::expand(const QRegion ®ion) const +{ + QRegion expanded; + + for (const QRect &rect : region) { + expanded += expand(rect); + } + + return expanded; +} + +QRegion BlurEffect::blurRegion(const EffectWindow *w, bool internal) const +{ + QRegion region; + + if (auto it = blurRegions.find(w); it != blurRegions.end() && internal) { + const QRegion &appRegion = *it; + if (!appRegion.isEmpty()) { + QRegion temp = appRegion.translated(w->contentsRect().topLeft().toPoint()); + if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) { + region = decorationBlurRegion(w); + } + region |= temp & w->decorationInnerRect().toRect(); + } else { + // An empty region means that the blur effect should be enabled + // for the whole window. + + region = w->rect().toRect(); + if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) { + region &= w->decorationInnerRect().toRect(); + } + + } + } + if (w->decorationHasAlpha() && decorationSupportsBlurBehind(w)) { + // If the client hasn't specified a blur region, we'll only enable + // the effect behind the decoration. + region |= decorationBlurRegion(w); + } + + return region; +} + +void BlurEffect::uploadRegion(QVector2D *&map, const QRegion ®ion, const int downSampleIterations) +{ + Q_ASSERT(map); + for (int i = 0; i <= downSampleIterations; i++) { + const int divisionRatio = (1 << i); + + for (const QRect &r : region) { + const QVector2D topLeft(r.x() / divisionRatio, r.y() / divisionRatio); + const QVector2D topRight((r.x() + r.width()) / divisionRatio, r.y() / divisionRatio); + const QVector2D bottomLeft(r.x() / divisionRatio, (r.y() + r.height()) / divisionRatio); + const QVector2D bottomRight((r.x() + r.width()) / divisionRatio, (r.y() + r.height()) / divisionRatio); + + // First triangle + *(map++) = topRight; + *(map++) = topLeft; + *(map++) = bottomLeft; + + // Second triangle + *(map++) = bottomLeft; + *(map++) = bottomRight; + *(map++) = topRight; + } + } +} + +bool BlurEffect::uploadGeometry(GLVertexBuffer *vbo, const QRegion &blurRegion, const QRegion &windowRegion) +{ + const int vertexCount = ((blurRegion.rectCount() * (m_downSampleIterations + 1)) + windowRegion.rectCount()) * 6; + if (!vertexCount) { + return false; + } + + QVector2D *map = (QVector2D *)vbo->map(vertexCount * sizeof(QVector2D)); + if (!map) { + return false; + } + + uploadRegion(map, blurRegion, m_downSampleIterations); + uploadRegion(map, windowRegion, 0); + + vbo->unmap(); + + const GLVertexAttrib layout[] = { + {VA_Position, 2, GL_FLOAT, 0}, + {VA_TexCoord, 2, GL_FLOAT, 0}}; + + vbo->setAttribLayout(layout, 2, sizeof(QVector2D)); + return true; +} + +void BlurEffect::prePaintScreen(ScreenPrePaintData &data, std::chrono::milliseconds presentTime) +{ + m_paintedArea = QRegion(); + m_currentBlur = QRegion(); + + effects->prePaintScreen(data, presentTime); +} + +void BlurEffect::prePaintWindow(EffectWindow *w, WindowPrePaintData &data, std::chrono::milliseconds presentTime) +{ + // this effect relies on prePaintWindow being called in the bottom to top order + + effects->prePaintWindow(w, data, presentTime); + + if (!m_shader || !m_shader->isValid()) { + return; + } + + const QRegion oldOpaque = data.opaque; + if (data.opaque.intersects(m_currentBlur)) { + // to blur an area partially we have to shrink the opaque area of a window + QRegion newOpaque; + for (const QRect &rect : data.opaque) { + newOpaque |= rect.adjusted(m_expandSize, m_expandSize, -m_expandSize, -m_expandSize); + } + data.opaque = newOpaque; + + // we don't have to blur a region we don't see + m_currentBlur -= newOpaque; + } + + // if we have to paint a non-opaque part of this window that intersects with the + // currently blurred region we have to redraw the whole region + if ((data.paint - oldOpaque).intersects(m_currentBlur)) { + data.paint |= m_currentBlur; + } + + // in case this window has regions to be blurred + const QRect screen = effects->virtualScreenGeometry(); + const QRegion blurArea = blurRegion(w).translated(w->pos().toPoint()) & screen; + const QRegion expandedBlur = (w->isDock() ? blurArea : expand(blurArea)) & screen; + + // if this window or a window underneath the blurred area is painted again we have to + // blur everything + if (m_paintedArea.intersects(expandedBlur) || data.paint.intersects(blurArea)) { + data.paint |= expandedBlur; + // we have to check again whether we do not damage a blurred area + // of a window + if (expandedBlur.intersects(m_currentBlur)) { + data.paint |= m_currentBlur; + } + } + + m_currentBlur |= expandedBlur; + + m_paintedArea -= data.opaque; + m_paintedArea |= data.paint; +} + +bool BlurEffect::shouldBlur(const EffectWindow *w, int mask, const WindowPaintData &data) const +{ + if(m_reflectionTexture == nullptr) return false; + if (!m_shader || !m_shader->isValid()) { + return false; + } + + if (effects->activeFullScreenEffect() && !w->data(WindowForceBlurRole).toBool()) { + return false; + } + + if (w->isDesktop()) { + return false; + } + + bool scaled = !qFuzzyCompare(data.xScale(), 1.0) && !qFuzzyCompare(data.yScale(), 1.0); + bool translated = data.xTranslation() || data.yTranslation(); + + if ((scaled || (translated || (mask & PAINT_WINDOW_TRANSFORMED))) && !w->data(WindowForceBlurRole).toBool()) { + return false; + } + + return true; +} + +void BlurEffect::drawWindow(EffectWindow *w, int mask, const QRegion ®ion, WindowPaintData &data) +{ + /*if(!isWindowValid(w)) { + + effects->drawWindow(w, mask, region, data); + return; + }*/ + if(shouldBlur(w, mask, data)) { + const QRect screen = effects->renderTargetRect(); + QRegion shape = blurRegion(w, isWindowValid(w)).translated(w->pos().toPoint()); + QRegion colorizationShape = blurRegion(w, shouldColorize(w)).translated(w->pos().toPoint()); + auto handleShape = [&](QRegion shape) { + // let's do the evil parts - someone wants to blur behind a transformed window + const bool translated = data.xTranslation() || data.yTranslation(); + const bool scaled = data.xScale() != 1 || data.yScale() != 1; + if (scaled) { + QPoint pt = shape.boundingRect().topLeft(); + QRegion scaledShape; + for (QRect r : shape) { + r.moveTo(pt.x() + (r.x() - pt.x()) * data.xScale() + data.xTranslation(), + pt.y() + (r.y() - pt.y()) * data.yScale() + data.yTranslation()); + r.setWidth(std::ceil(r.width() * data.xScale())); + r.setHeight(std::ceil(r.height() * data.yScale())); + scaledShape |= r; + } + shape = scaledShape; + + // Only translated, not scaled + } else if (translated) { + shape = shape.translated(data.xTranslation(), data.yTranslation()); + } + + shape &= region; + return shape; + }; + shape = handleShape(shape); + colorizationShape = handleShape(colorizationShape); + EffectWindow *modal = w->transientFor(); + const bool transientForIsDock = (modal ? modal->isDock() : false); + + + // Note that we render blurring in logical coordinates since the + // textures used are of all screens. This means we need to ensure all + // rendering takes care of that, starting with the projection matrix + // here that we reset to a simple unscaled orthographic projection. + QMatrix4x4 projectionMatrix; + projectionMatrix.ortho(screen); + + if(!colorizationShape.isEmpty() && m_enableColorization) { + doBlur(colorizationShape, screen, data.opacity(), projectionMatrix, w->isDock() || transientForIsDock, w->frameGeometry().toRect(), w->isFullScreen() || !w->isNormalWindow() || w == effects->activeWindow(), false); + } + if (!shape.isEmpty()) { + doBlur(shape, screen, data.opacity(), projectionMatrix, w->isDock() || transientForIsDock, w->frameGeometry().toRect()); + } + } + // Draw the window over the blurred area + effects->drawWindow(w, mask, region, data); +} + +void BlurEffect::doBlur(const QRegion &shape, const QRect &screen, const float opacity, const QMatrix4x4 &screenProjection, bool isDock, QRect windowRect, bool active, bool reflect) +{ + // Blur would not render correctly on a secondary monitor because of wrong coordinates + // BUG: 393723 + + const int xTranslate = -screen.x(); + const int yTranslate = effects->virtualScreenSize().height() - screen.height() - screen.y(); + + const QRegion expandedBlurRegion = expand(shape) & expand(screen); + + // Upload geometry for the down and upsample iterations + GLVertexBuffer *vbo = GLVertexBuffer::streamingBuffer(); + vbo->reset(); + + if (!uploadGeometry(vbo, expandedBlurRegion.translated(xTranslate, yTranslate), shape)) { + return; + } + vbo->bindArrays(); + + const QRect logicalSourceRect = (expandedBlurRegion.boundingRect() & screen).translated(xTranslate, -screen.y()); + const QRect deviceSourceRect = scaledRect(logicalSourceRect, effects->renderTargetScale()).toRect(); + const QRect destRect = logicalSourceRect.translated(0, yTranslate + screen.y()); + int blurRectCount = expandedBlurRegion.rectCount() * 6; + + glEnable(GL_BLEND); + if(reflect) + { + if(opacity < 1.0) { + glBlendFunc(GL_CONSTANT_ALPHA, GL_ONE_MINUS_SRC_ALPHA); + } else { + glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); + } + renderReflection(vbo, blurRectCount * (m_downSampleIterations + 1), shape.rectCount() * 6, screenProjection, windowRect.topLeft(), windowRect.size(), opacity); + } + else + { + glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); + renderColorization(vbo, blurRectCount * (m_downSampleIterations + 1), shape.rectCount() * 6, screenProjection, opacity, active); + + } + glDisable(GL_BLEND); + + vbo->unbindArrays(); +} + +void BlurEffect::renderColorization(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, float opacity, bool active) +{ + m_shader->bind(true); + + if(active || m_transparencyEnabled) + m_shader->setColor(m_accentColor); + else + m_shader->setColor(m_accentColorInactive); + + if(!active && m_transparencyEnabled) + m_shader->setOpacity(opacity * 0.5f, true); + else + m_shader->setOpacity(opacity, true); + + m_shader->setModelViewProjectionMatrix(screenProjection, true); + vbo->draw(GL_TRIANGLES, vboStart, blurRectCount); + m_shader->unbind(); +} + +void BlurEffect::renderReflection(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, QPoint windowPosition, QSize windowSize, float opacity) +{ + m_shader->bind(); + m_shader->setScreenResolution(KWin::effects->virtualScreenSize()); //Screen resolution + m_shader->setWindowPosition(windowPosition); //Window position + m_shader->setWindowSize(windowSize); //Window size + m_shader->setTranslateTexture(m_translateTexture); + m_reflectionTexture->bind(); + + m_shader->setOpacity(opacity); //Window opacity + m_shader->setModelViewProjectionMatrix(screenProjection); + + vbo->draw(GL_TRIANGLES, vboStart, blurRectCount); + m_shader->unbind(); +} + +bool BlurEffect::isActive() const +{ + return !effects->isScreenLocked(); +} + +bool BlurEffect::blocksDirectScanout() const +{ + return false; +} + +} // namespace KWin diff --git a/KWin/kwin_reflect/src/blur.h b/KWin/kwin_reflect/src/blur.h new file mode 100644 index 0000000..2601a09 --- /dev/null +++ b/KWin/kwin_reflect/src/blur.h @@ -0,0 +1,139 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + SPDX-FileCopyrightText: 2018 Alex Nemeth + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#pragma once + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include + +namespace KWin +{ + +static const int borderSize = 5; + +class BlurShader; + +class BlurEffect : public KWin::Effect +{ + Q_OBJECT + +public: + BlurEffect(); + ~BlurEffect() override; + + static bool supported(); + static bool enabledByDefault(); + + void reconfigure(ReconfigureFlags flags) override; + void prePaintScreen(ScreenPrePaintData &data, std::chrono::milliseconds presentTime) override; + void prePaintWindow(EffectWindow *w, WindowPrePaintData &data, std::chrono::milliseconds presentTime) override; + void drawWindow(EffectWindow *w, int mask, const QRegion ®ion, WindowPaintData &data) override; + + bool provides(Feature feature) override; + bool isActive() const override; + + int requestedEffectChainPosition() const override + { + return 21; + } + + bool eventFilter(QObject *watched, QEvent *event) override; + + bool blocksDirectScanout() const override; + bool isWindowValid(KWin::EffectWindow *w); + bool shouldColorize(KWin::EffectWindow *w); + bool readMemory(bool* skipFunc); +public Q_SLOTS: + void slotWindowAdded(KWin::EffectWindow *w); + void slotWindowDeleted(KWin::EffectWindow *w); + void slotPropertyNotify(KWin::EffectWindow *w, long atom); + void slotScreenGeometryChanged(); + void setupDecorationConnections(EffectWindow *w); + +private: + QRect expand(const QRect &rect) const; + QRegion expand(const QRegion ®ion) const; + QRegion blurRegion(const EffectWindow *w, bool internal = true) const; + QRegion decorationBlurRegion(const EffectWindow *w) const; + bool decorationSupportsBlurBehind(const EffectWindow *w) const; + bool shouldBlur(const EffectWindow *w, int mask, const WindowPaintData &data) const; + void updateBlurRegion(EffectWindow *w); + void doBlur(const QRegion &shape, const QRect &screen, const float opacity, const QMatrix4x4 &screenProjection, bool isDock, QRect windowRect, bool active = false, bool reflect = true); + void uploadRegion(QVector2D *&map, const QRegion ®ion, const int downSampleIterations); + Q_REQUIRED_RESULT bool uploadGeometry(GLVertexBuffer *vbo, const QRegion &blurRegion, const QRegion &windowRegion); + + void renderReflection(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, QPoint windowPosition, QSize windowSize, float opacity); + void renderColorization(GLVertexBuffer *vbo, int vboStart, int blurRectCount, const QMatrix4x4 &screenProjection, float opacity, bool active); + void updateTexture(); +private: + BlurShader *m_shader; + + GLTexture* m_reflectionTexture; + QString m_defaultTexturePath = QDir::homePath() + "/.emerald/theme/reflection.png"; + QString m_texturePath = ""; + bool m_translateTexture = true; + bool m_enableColorization = true; + QStringList m_excludedWindows; + QStringList m_excludedWindowsColorization; + + QColor m_accentColor; + QColor m_accentColorInactive; + QColor m_accentColorInactiveTransparent; + bool m_transparencyEnabled = true; + bool m_firstTimeReconfigure = false; + + long net_wm_blur_region = 0; + QRegion m_paintedArea; // keeps track of all painted areas (from bottom to top) + QRegion m_currentBlur; // keeps track of the currently blured area of the windows(from bottom to top) + + int m_downSampleIterations = 1; // number of times the texture will be downsized to half size + int m_offset; + int m_expandSize; + int m_scalingFactor; + + struct OffsetStruct + { + float minOffset; + float maxOffset; + int expandSize; + }; + + QVector blurOffsets; + + struct BlurValuesStruct + { + int iteration; + float offset; + }; + + QVector blurStrengthValues; + + QMap windowBlurChangedConnections; + QMap blurRegions; + + QSharedMemory m_sharedMemory; +}; + +inline bool BlurEffect::provides(Effect::Feature feature) +{ + if (feature == Blur) { + return true; + } + return KWin::Effect::provides(feature); +} + +} // namespace KWin diff --git a/KWin/kwin_reflect/src/blur.kcfg b/KWin/kwin_reflect/src/blur.kcfg new file mode 100755 index 0000000..870a7fa --- /dev/null +++ b/KWin/kwin_reflect/src/blur.kcfg @@ -0,0 +1,42 @@ + + + + + + 1 + + + 0 + + + true + + + true + + + + + + + + + + + + #89e61f8c + + + #89e61f8c + + + 17 + + + true + + + diff --git a/KWin/kwin_reflect/src/blur.qrc b/KWin/kwin_reflect/src/blur.qrc new file mode 100644 index 0000000..52339e1 --- /dev/null +++ b/KWin/kwin_reflect/src/blur.qrc @@ -0,0 +1,11 @@ + + + shaders/color.frag + shaders/color_core.frag + shaders/reflect.frag + shaders/reflect_core.frag + shaders/vertex.vert + shaders/vertex_core.vert + reflection.png + + diff --git a/KWin/kwin_reflect/src/blur_config.json b/KWin/kwin_reflect/src/blur_config.json new file mode 100644 index 0000000..ea14b45 --- /dev/null +++ b/KWin/kwin_reflect/src/blur_config.json @@ -0,0 +1,91 @@ +{ + "KPlugin": { + "Name": "Blur - respect rounded corners", + "Name[af]": "Blur", + "Name[ar]": "غشاوة", + "Name[az]": "Yayğınlıq", + "Name[be]": "Blur", + "Name[bg]": "Замъгляване", + "Name[bn]": "ব্লার", + "Name[bn_IN]": "Blur (ব্লার)", + "Name[bs]": "Zamućenje", + "Name[ca@valencia]": "Difumina", + "Name[ca]": "Difuminat", + "Name[cs]": "Rozostření", + "Name[csb]": "Rozmazóné", + "Name[da]": "Slør", + "Name[de]": "Verwischen", + "Name[el]": "Θόλωμα", + "Name[en_GB]": "Blur", + "Name[eo]": "Malklarigi", + "Name[es]": "Desenfocar", + "Name[et]": "Hägu", + "Name[eu]": "Lausotu", + "Name[fa]": "محو", + "Name[fi]": "Sumennus", + "Name[fr]": "Flou - respecte les coins arrondis", + "Name[fy]": "Ferfagje", + "Name[ga]": "Blur", + "Name[gl]": "Desenfocar", + "Name[gu]": "ઝાંખું", + "Name[he]": "טשטוש", + "Name[hi]": "धुंधला करें", + "Name[hne]": "धुंधला करव", + "Name[hr]": "Mrlja", + "Name[hsb]": "Młowojty", + "Name[hu]": "Elmosódás", + "Name[ia]": "Obscura (Blur)", + "Name[id]": "Buram", + "Name[is]": "Móða", + "Name[it]": "Sfocatura", + "Name[ja]": "ぼかし", + "Name[kk]": "Бұлдыр", + "Name[km]": "ព្រិល​", + "Name[kn]": "ಮಾಸಲುಗೊಳಿಸು (ಬ್ಲರ್)", + "Name[ko]": "흐리게", + "Name[ku]": "Blur", + "Name[lt]": "Suliejimas", + "Name[lv]": "Aizmiglot", + "Name[mai]": "धुंधला करू", + "Name[mk]": "Заматување", + "Name[ml]": "മങ്ങിയതാക്കുക", + "Name[mr]": "पुसट", + "Name[nb]": "Slør", + "Name[nds]": "Verwischen", + "Name[ne]": "धब्बा", + "Name[nl]": "Vervagen", + "Name[nn]": "Uklar", + "Name[pa]": "ਧੁੰਦਲਾ", + "Name[pl]": "Rozmycie", + "Name[pt]": "BlueFish", + "Name[pt_BR]": "Borrar", + "Name[ro]": "Estompare", + "Name[ru]": "Размытие", + "Name[se]": "Seagas", + "Name[si]": "අපැහැදිලි කිරීම", + "Name[sk]": "Rozmazať", + "Name[sl]": "Zabriši", + "Name[sr@ijekavian]": "Замућење", + "Name[sr@ijekavianlatin]": "Zamućenje", + "Name[sr@latin]": "Zamućenje", + "Name[sr]": "Замућење", + "Name[sv]": "Oskärpa", + "Name[ta]": "மங்கலாக", + "Name[te]": "బ్లర్", + "Name[th]": "ทำให้ไม่ชัดเจน", + "Name[tr]": "Bulanıklaştırma", + "Name[ug]": "گۇڭگا", + "Name[uk]": "Розмивання", + "Name[vi]": "Mờ", + "Name[wa]": "Flou", + "Name[x-test]": "xxBlurxx", + "Name[zh_CN]": "窗口背景虚化", + "Name[zh_TW]": "模糊", + "ServiceTypes": [ + "KCModule" + ] + }, + "X-KDE-ParentComponents": [ + "kwin4_effect_blur_forked" + ] +} diff --git a/KWin/kwin_reflect/src/blurconfig.kcfgc b/KWin/kwin_reflect/src/blurconfig.kcfgc new file mode 100755 index 0000000..4fb3fe5 --- /dev/null +++ b/KWin/kwin_reflect/src/blurconfig.kcfgc @@ -0,0 +1,5 @@ +File=blur.kcfg +ClassName=BlurConfig +NameSpace=KWin +Singleton=true +Mutators=true diff --git a/KWin/kwin_reflect/src/blurshader.cpp b/KWin/kwin_reflect/src/blurshader.cpp new file mode 100644 index 0000000..8cd53fb --- /dev/null +++ b/KWin/kwin_reflect/src/blurshader.cpp @@ -0,0 +1,167 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + SPDX-FileCopyrightText: 2018 Alex Nemeth + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#include "blurshader.h" + +#include + +static void ensureResources() +{ + Q_INIT_RESOURCE(blur); +} + +namespace KWin +{ + +BlurShader::BlurShader(QObject *parent) + : QObject(parent) +{ + ensureResources(); + + m_shaderReflectsample = ShaderManager::instance()->generateShaderFromFile( + ShaderTrait::MapTexture, + QStringLiteral(":/effects/blur/shaders/vertex.vert"), + QStringLiteral(":/effects/blur/shaders/reflect.frag")); + + m_shaderColorsample = ShaderManager::instance()->generateShaderFromFile( + ShaderTrait::MapTexture, + QStringLiteral(":/effects/blur/shaders/vertex.vert"), + QStringLiteral(":/effects/blur/shaders/color.frag")); + + m_valid = m_shaderReflectsample->isValid() && m_shaderColorsample->isValid(); + + if (m_valid) { + m_mvpMatrixLocationReflectsample = m_shaderReflectsample->uniformLocation("modelViewProjectionMatrix"); + m_opacityLocationReflectsample = m_shaderReflectsample->uniformLocation("opacity"); + m_screenResolutionLocationReflectsample = m_shaderReflectsample->uniformLocation("screenResolution"); + m_windowPosLocationReflectsample = m_shaderReflectsample->uniformLocation("windowPos"); + m_windowSizeLocationReflectsample = m_shaderReflectsample->uniformLocation("windowSize"); + m_translateTextureLocationReflectsample = m_shaderReflectsample->uniformLocation("translate"); + + m_colorLocationColorsample = m_shaderColorsample->uniformLocation("color"); + m_mvpMatrixLocationColorsample = m_shaderColorsample->uniformLocation("modelViewProjectionMatrix"); + m_opacityLocationColorsample = m_shaderColorsample->uniformLocation("opacity"); + + QMatrix4x4 modelViewProjection; + const QSize screenSize = effects->virtualScreenSize(); + modelViewProjection.ortho(0, screenSize.width(), screenSize.height(), 0, 0, 65535); + + // Add default values to the uniforms of the shaders + ShaderManager::instance()->pushShader(m_shaderReflectsample.get()); + m_shaderReflectsample->setUniform(m_mvpMatrixLocationReflectsample, modelViewProjection); + m_shaderReflectsample->setUniform(m_opacityLocationReflectsample, float(1.0)); + m_shaderReflectsample->setUniform(m_screenResolutionLocationReflectsample, QVector2D(1.0, 1.0)); + m_shaderReflectsample->setUniform(m_windowPosLocationReflectsample, QVector2D(1.0, 1.0)); + m_shaderReflectsample->setUniform(m_windowSizeLocationReflectsample, QVector2D(1.0, 1.0)); + m_shaderReflectsample->setUniform(m_translateTextureLocationReflectsample, float(1.0)); + + ShaderManager::instance()->popShader(); + + ShaderManager::instance()->pushShader(m_shaderColorsample.get()); + m_shaderColorsample->setUniform(m_mvpMatrixLocationColorsample, modelViewProjection); + m_shaderColorsample->setUniform(m_colorLocationColorsample, QVector4D(0,0,0,1)); + m_shaderColorsample->setUniform(m_opacityLocationColorsample, float(1.0)); + ShaderManager::instance()->popShader(); + } +} + +BlurShader::~BlurShader() +{ +} +void BlurShader::setColor(QColor col) +{ + if(!isValid()) return; + QVector4D vec(col.redF(), col.greenF(), col.blueF(), col.alphaF()); + + m_colorColorsample = vec; + m_shaderColorsample->setUniform(m_colorLocationColorsample, m_colorColorsample); + return; + if(vec == m_colorColorsample) { + return; + } + +} +void BlurShader::setTranslateTexture(bool translate) +{ + if(!isValid()) return; + + m_shaderReflectsample->setUniform(m_translateTextureLocationReflectsample, translate ? float(1.0) : float(0.0)); +} + +void BlurShader::setModelViewProjectionMatrix(const QMatrix4x4 &matrix, bool color) +{ + if (!isValid()) { + return; + } + + if(color) + { + if(matrix == m_matrixColorsample) + { + return; + } + m_matrixColorsample = matrix; + m_shaderColorsample->setUniform(m_mvpMatrixLocationColorsample, matrix); + return; + } + + if (matrix == m_matrixReflectsample) { + return; + } + + m_matrixReflectsample = matrix; + m_shaderReflectsample->setUniform(m_mvpMatrixLocationReflectsample, matrix); +} + +void BlurShader::setOpacity(float opacity, bool color) +{ + if (!isValid()) { + return; + } + if(color) m_shaderColorsample->setUniform(m_opacityLocationColorsample, opacity); + else m_shaderReflectsample->setUniform(m_opacityLocationReflectsample, opacity); +} + +void BlurShader::setScreenResolution(const QSize &screenResolution) +{ + if (!isValid()) { + return; + } + const QVector2D screenSize(screenResolution.width(), screenResolution.height()); + m_shaderReflectsample->setUniform(m_screenResolutionLocationReflectsample, screenSize); +} + +void BlurShader::setWindowSize(const QSize &windowSize) +{ + const QVector2D wSize(windowSize.width(), windowSize.height()); + m_shaderReflectsample->setUniform(m_windowSizeLocationReflectsample, wSize); +} + +void BlurShader::setWindowPosition(const QPoint &pos) +{ + m_shaderReflectsample->setUniform(m_windowPosLocationReflectsample, QVector2D(pos.x(), pos.y())); +} + +void BlurShader::bind(bool color) +{ + if (!isValid()) { + return; + } + if(color) + { + ShaderManager::instance()->pushShader(m_shaderColorsample.get()); + } + else + ShaderManager::instance()->pushShader(m_shaderReflectsample.get()); +} + +void BlurShader::unbind() +{ + ShaderManager::instance()->popShader(); +} + +} // namespace KWin diff --git a/KWin/kwin_reflect/src/blurshader.h b/KWin/kwin_reflect/src/blurshader.h new file mode 100644 index 0000000..6797734 --- /dev/null +++ b/KWin/kwin_reflect/src/blurshader.h @@ -0,0 +1,68 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + SPDX-FileCopyrightText: 2018 Alex Nemeth + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#pragma once + +#include + +#include +#include +#include +#include + +namespace KWin +{ + +class BlurShader : public QObject +{ + Q_OBJECT + +public: + BlurShader(QObject *parent = nullptr); + ~BlurShader() override; + + bool isValid() const; + + void bind(bool color = false); + void unbind(); + + void setModelViewProjectionMatrix(const QMatrix4x4 &matrix, bool color = false); + void setOpacity(float opacity, bool color = false); + void setScreenResolution(const QSize &screenResolution); + void setWindowSize(const QSize &windowSize); + void setWindowPosition(const QPoint &pos); + void setTranslateTexture(bool translate); + void setColor(QColor color); + +private: + std::unique_ptr m_shaderReflectsample; + std::unique_ptr m_shaderColorsample; + + int m_screenResolutionLocationReflectsample; + int m_windowPosLocationReflectsample; + int m_opacityLocationReflectsample; + int m_mvpMatrixLocationReflectsample; + int m_windowSizeLocationReflectsample; + int m_translateTextureLocationReflectsample; + + int m_colorLocationColorsample; + int m_mvpMatrixLocationColorsample; + int m_opacityLocationColorsample; + + QMatrix4x4 m_matrixReflectsample; + QMatrix4x4 m_matrixColorsample; + QVector4D m_colorColorsample; + bool m_valid = false; + Q_DISABLE_COPY(BlurShader); +}; + +inline bool BlurShader::isValid() const +{ + return m_valid; +} + +} // namespace KWin diff --git a/KWin/kwin_reflect/src/kcm/CMakeLists.txt b/KWin/kwin_reflect/src/kcm/CMakeLists.txt new file mode 100755 index 0000000..6a1f368 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/CMakeLists.txt @@ -0,0 +1,44 @@ +set(kcm_SRCS + blur_config.cpp + mainwindow.cpp + flowlayout.cpp + colorwindow.cpp +) + +kconfig_add_kcfg_files(kcm_SRCS + ../blurconfig.kcfgc +) + +qt5_wrap_ui(kcm_SRCS blur_config.ui mainwindow.ui) + +qt5_add_dbus_interface(kcm_SRCS ${KWIN_EFFECTS_INTERFACE} kwineffects_interface) + +add_library(kwin4_effect_reflect_config MODULE ${kcm_SRCS}) + +target_link_libraries(kwin4_effect_reflect_config + Qt5::Core + Qt5::DBus + Qt5::Gui + KF5::ConfigCore + KF5::ConfigGui + KF5::ConfigWidgets + + KF5::CoreAddons + KF5::WindowSystem + KF5::WaylandClient + KF5::WaylandServer + kwineffects::kwineffects + kwineffects::kwinglutils + epoxy::epoxy + KDecoration2::KDecoration +) + +kcoreaddons_desktop_to_json(kwin4_effect_reflect_config blur_config.desktop SERVICE_TYPES kcmodule.desktop) + +install( + TARGETS + kwin4_effect_reflect_config + + DESTINATION + ${PLUGIN_INSTALL_DIR}/kwin/effects/configs +) diff --git a/KWin/kwin_reflect/src/kcm/blur_config.cpp b/KWin/kwin_reflect/src/kcm/blur_config.cpp new file mode 100755 index 0000000..9d45f84 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/blur_config.cpp @@ -0,0 +1,141 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#include "blur_config.h" +// KConfigSkeleton +#include "blurconfig.h" +//#include + +#include +#include +#include +#include + + +K_PLUGIN_FACTORY_WITH_JSON(BlurEffectConfigFactory, + "blur_config.json", + registerPlugin();) + +namespace KWin +{ + +BlurEffectConfig::BlurEffectConfig(QWidget *parent, const QVariantList &args) + : KCModule(parent, args), m_sharedMemory("kwinreflect") +{ + ui.setupUi(this); + + QString tooltipText = "Add window class values here, separated by semicolons.\n\nThe window class for a specific window can be found by either:\n1. Reading the value of WM_CLASS(STRING) from xprop.\n2. Opening 'Window Rules' -> 'Add New...' -> 'Detect Window Properties'\nand reading the 'Window class (application)' row."; + ui.kcfg_ExcludedWindows->setToolTip(tooltipText); + ui.kcfg_ExcludedColorization->setToolTip(tooltipText); + + // These widgets are changed indirectly by the color mixer window. + ui.kcfg_AccentColor->setVisible(false); + ui.kcfg_AccentColorName->setVisible(false); + ui.kcfg_CustomColor->setVisible(false); + ui.kcfg_EnableTransparency->setVisible(false); + + // Setting up the file dialog. + m_dialog = new QFileDialog(this); + m_dialog->setFileMode(QFileDialog::ExistingFile); + m_dialog->setNameFilter("PNG files (*.png)"); + connect(ui.showAccentColor_label, SIGNAL(linkActivated(QString)), this, SLOT(openColorMixer(QString))); + connect(ui.browse_pushButton, SIGNAL(clicked()), this, SLOT(setTexturePath())); + connect(ui.clear_pushButton, SIGNAL(clicked()), this, SLOT(clearTexturePath())); + + // Initializing the KCModule parts. + BlurConfig::instance("kwinrc"); + addConfig(BlurConfig::self(), this); + + // Initializing color mixer window + m_window = new MainWindow(ui.kcfg_AccentColorName, ui.kcfg_EnableTransparency, ui.kcfg_AccentColor, ui.kcfg_CustomColor, this); + m_window->setWindowModality(Qt::WindowModality::WindowModal); + load(); +} + + +void BlurEffectConfig::openColorMixer(QString str) +{ + m_window->show(); +} + +/* + * Writes the following to the shared memory between this and the effect process itself: + * 1. Currently selected accent color + * 2. Transparency toggle + * 3. A boolean which tells the BlurEffect::reconfigure function to end before loading + * the rest of the configuration to prevent unnecessary loading. + */ +void BlurEffectConfig::writeToMemory(QColor col, bool transparency, bool skip) +{ + // Examples for QSharedMemory can be found on the Qt website. + if(m_sharedMemory.isAttached()) + { + if(!m_sharedMemory.detach()) + { + printf("Couldn't detach shared memory.\n"); + } + } + + QBuffer buffer; + buffer.open(QBuffer::ReadWrite); + QDataStream out(&buffer); + //QString result = "Please work this time"; // I'm gonna keep this I think it's funny + QPair> result; + result.first = col; + result.second = QPair(transparency, skip); + out << result; + int size = buffer.size(); + + if(!m_sharedMemory.create(size)) + { + printf("Couldn't create or attach shared memory.\n"); + return; + } + m_sharedMemory.lock(); // Mutex lock + char* destination = (char*)m_sharedMemory.data(); + const char* source = buffer.data().data(); + memcpy(destination, source, qMin(m_sharedMemory.size(), size)); + m_sharedMemory.unlock(); + + // Calls BlurEffect::reconfigure through qdbus + OrgKdeKwinEffectsInterface interface(QStringLiteral("org.kde.KWin"), + QStringLiteral("/Effects"), + QDBusConnection::sessionBus()); + interface.reconfigureEffect(QStringLiteral("reflection")); +} +void BlurEffectConfig::clearTexturePath() +{ + ui.kcfg_TextureLocation->setText(""); +} +void BlurEffectConfig::setTexturePath() +{ + if(m_dialog->exec()) + { + ui.kcfg_TextureLocation->setText(m_dialog->selectedFiles()[0]); + } +} + +BlurEffectConfig::~BlurEffectConfig() +{ + delete m_window; + delete m_dialog; +} + +// Saves the configuration to disk and calls the reconfigure function through qdbus. +void BlurEffectConfig::save() +{ + writeToMemory(ui.kcfg_AccentColor->toPlainText(), ui.kcfg_EnableTransparency->isChecked(), false); + KCModule::save(); + + OrgKdeKwinEffectsInterface interface(QStringLiteral("org.kde.KWin"), + QStringLiteral("/Effects"), + QDBusConnection::sessionBus()); + interface.reconfigureEffect(QStringLiteral("reflection")); +} + +} // namespace KWin + +#include "blur_config.moc" diff --git a/KWin/kwin_reflect/src/kcm/blur_config.desktop b/KWin/kwin_reflect/src/kcm/blur_config.desktop new file mode 100755 index 0000000..cfc3b2c --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/blur_config.desktop @@ -0,0 +1,89 @@ +[Desktop Entry] +Type=Service +X-KDE-ServiceTypes=KCModule + +X-KDE-Library=kwin_blur2_config +X-KDE-ParentComponents=kwin4_effect_blur_forked + +Name=Blur - respect rounded corners +Name[af]=Blur +Name[ar]=غشاوة +Name[az]=Yayğınlıq +Name[be]=Blur +Name[bg]=Замъгляване +Name[bn]=ব্লার +Name[bn_IN]=Blur (ব্লার) +Name[bs]=Zamućenje +Name[ca]=Difuminat +Name[ca@valencia]=Difumina +Name[cs]=Rozostření +Name[csb]=Rozmazóné +Name[da]=Slør +Name[de]=Verwischen +Name[el]=Θόλωμα +Name[en_GB]=Blur +Name[eo]=Malklarigi +Name[es]=Desenfocar +Name[et]=Hägu +Name[eu]=Lausotu +Name[fa]=محو +Name[fi]=Sumennus +Name[fr]=Flou - respecte les coins arrondis +Name[fy]=Ferfagje +Name[ga]=Blur +Name[gl]=Desenfocar +Name[gu]=ઝાંખું +Name[he]=טשטוש +Name[hi]=धुंधला करें +Name[hne]=धुंधला करव +Name[hr]=Mrlja +Name[hsb]=Młowojty +Name[hu]=Elmosódás +Name[ia]=Obscura (Blur) +Name[id]=Buram +Name[is]=Móða +Name[it]=Sfocatura +Name[ja]=ぼかし +Name[kk]=Бұлдыр +Name[km]=ព្រិល​ +Name[kn]=ಮಾಸಲುಗೊಳಿಸು (ಬ್ಲರ್) +Name[ko]=흐리게 +Name[ku]=Blur +Name[lt]=Suliejimas +Name[lv]=Aizmiglot +Name[mai]=धुंधला करू +Name[mk]=Заматување +Name[ml]=മങ്ങിയതാക്കുക +Name[mr]=पुसट +Name[nb]=Slør +Name[nds]=Verwischen +Name[ne]=धब्बा +Name[nl]=Vervagen +Name[nn]=Uklar +Name[pa]=ਧੁੰਦਲਾ +Name[pl]=Rozmycie +Name[pt]=BlueFish +Name[pt_BR]=Borrar +Name[ro]=Estompare +Name[ru]=Размытие +Name[se]=Seagas +Name[si]=අපැහැදිලි කිරීම +Name[sk]=Rozmazať +Name[sl]=Zabriši +Name[sr]=Замућење +Name[sr@ijekavian]=Замућење +Name[sr@ijekavianlatin]=Zamućenje +Name[sr@latin]=Zamućenje +Name[sv]=Oskärpa +Name[ta]=மங்கலாக +Name[te]=బ్లర్ +Name[th]=ทำให้ไม่ชัดเจน +Name[tr]=Bulanıklaştırma +Name[ug]=گۇڭگا +Name[uk]=Розмивання +Name[vi]=Mờ +Name[wa]=Flou +Name[x-test]=xxBlurxx +Name[zh_CN]=窗口背景虚化 +Name[zh_TW]=模糊 + diff --git a/KWin/kwin_reflect/src/kcm/blur_config.h b/KWin/kwin_reflect/src/kcm/blur_config.h new file mode 100755 index 0000000..08d2882 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/blur_config.h @@ -0,0 +1,48 @@ +/* + SPDX-FileCopyrightText: 2010 Fredrik Höglund + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +#ifndef BLUR_CONFIG_H +#define BLUR_CONFIG_H + +#include +#include +#include "ui_blur_config.h" +#include +#include +#include +#include +#include + +#include "mainwindow.h" + +namespace KWin +{ + +class BlurEffectConfig : public KCModule +{ + Q_OBJECT + +public: + explicit BlurEffectConfig(QWidget *parent = nullptr, const QVariantList& args = QVariantList()); + ~BlurEffectConfig() override; + + void save() override; + void writeToMemory(QColor col, bool transparency, bool skip); +public slots: + void setTexturePath(); + void clearTexturePath(); + void openColorMixer(QString str); +private: + ::Ui::BlurEffectConfig ui; + QFileDialog* m_dialog; + QSharedMemory m_sharedMemory; + MainWindow *m_window; +}; + +} // namespace KWin + +#endif + diff --git a/KWin/kwin_reflect/src/kcm/blur_config.ui b/KWin/kwin_reflect/src/kcm/blur_config.ui new file mode 100755 index 0000000..754f6d6 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/blur_config.ui @@ -0,0 +1,275 @@ + + + BlurEffectConfig + + + + 0 + 0 + 456 + 450 + + + + + 0 + 0 + + + + + 444 + 450 + + + + + 444 + 450 + + + + + + + General: + + + + + + + + + Dynamically move the texture horizontally + + + true + + + + + + + Enable colorization + + + true + + + + + + + PointingHandCursor + + + true + + + <a href="no">Change accent color</a> + + + Qt::RichText + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + CheckBox + + + true + + + + + + + + + Reflection texture: + + + + + + + + + true + + + + + + + Browse... + + + + + + + .. + + + + + + + Clear + + + + + + + .. + + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 10 + 10 + + + + + + + + Qt::Horizontal + + + + + + + + + + Windows excluded from reflections: + + + + + + + + 0 + 0 + + + + + 16777215 + 100 + + + + + 0 + 100 + + + + + + + + + + + Windows excluded from colorization: + + + + + + + + 0 + 0 + + + + + 16777215 + 100 + + + + + 0 + 100 + + + + + + + + Qt::Vertical + + + + 0 + 0 + + + + + + + + + diff --git a/KWin/kwin_reflect/src/kcm/colorwindow.cpp b/KWin/kwin_reflect/src/kcm/colorwindow.cpp new file mode 100755 index 0000000..7e69d18 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/colorwindow.cpp @@ -0,0 +1,69 @@ +#include "colorwindow.h" + +ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i) +{ + name = str; + color = col; + parent = wnd; + mainFrame = new QFrame(wnd); + mainFrame->setMaximumSize(64, 64); + mainFrame->setMinimumSize(64, 64); + layout = new QGridLayout(mainFrame); + layout->setContentsMargins(5, 5, 5, 5); + childFrame = new QPushButton(mainFrame); + childFrame->setText(""); + childFrame->setMaximumSize(50, 50); + childFrame->setMinimumSize(50, 50); + childFrame->setObjectName("button_" + QString::number(i)); + setStyle(); + layout->addWidget(childFrame); + mainFrame->setToolTip(this->name); + +} + +void ColorWindow::setStyle() +{ + QColor desatColor = color; + QColor brightColor = color; + desatColor.setRgb(255, 255, 255); + brightColor.setRgb(200, 200, 200); + mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) + + ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" + + QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }"); + childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }"); + +} + +void ColorWindow::setColor(QColor c) +{ + color = c; + setStyle(); +} + +QString ColorWindow::getName() +{ + return name; +} + +QColor ColorWindow::getColor() +{ + return color; +} + +QFrame* ColorWindow::getFrame() +{ + return mainFrame; +} + +QPushButton* ColorWindow::getButton() +{ + return childFrame; +} + +void ColorWindow::clear() +{ + QLayoutItem *child; + while((child = layout->takeAt(0)) != 0) delete child; + delete layout; + delete mainFrame; +} diff --git a/KWin/kwin_reflect/src/kcm/colorwindow.h b/KWin/kwin_reflect/src/kcm/colorwindow.h new file mode 100755 index 0000000..b31d779 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/colorwindow.h @@ -0,0 +1,39 @@ +#ifndef COLORWINDOW_H +#define COLORWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include + +/* + * This class represents the selectable colors found in the FlowLayout of the main window. + * They're made up of a QFrame and a QPushButton, managed by a QGridLayout. the QPushButton + * shows the actual color while the QFrame holding it is just there for the visuals. + */ + +class ColorWindow +{ +public: + explicit ColorWindow(QString, QColor, QWidget*, int); + void setColor(QColor); + QString getName(); + QColor getColor(); + QFrame* getFrame(); + QPushButton* getButton(); + void clear(); +private: + void setStyle(); + QWidget* parent; + QString name; + QColor color; + QFrame* mainFrame; + QPushButton* childFrame; + QGridLayout* layout; +}; + +#endif // COLORWINDOW_H diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.cpp b/KWin/kwin_reflect/src/kcm/flowlayout.cpp old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.cpp rename to KWin/kwin_reflect/src/kcm/flowlayout.cpp diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.h b/KWin/kwin_reflect/src/kcm/flowlayout.h old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/flowlayout.h rename to KWin/kwin_reflect/src/kcm/flowlayout.h diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.cpp b/KWin/kwin_reflect/src/kcm/mainwindow.cpp new file mode 100755 index 0000000..d6270b1 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/mainwindow.cpp @@ -0,0 +1,323 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" + +#include +#include +#include +#include +#include +#include + +#include "blur_config.h" + +// Clamps the value n into the interval [low, high]. +float constrain(float n, float low, float high) +{ + return std::max(std::min(n, high), low); +} + +// Linearly maps a value from the expected interval [start1, stop1] to [start2, stop2]. Implementation taken from p5.js +float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false) +{ + float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1)); + if(!withinBounds) return m; + if(start2 < stop2) + return constrain(value, start2, stop2); + else + return constrain(value, stop2, start2); +} + +// Mixes the base color (light gray) with col at a certain percentage. +QColor mixColor(QColor col, double percentage) +{ + QColor base = QColor(225, 225, 225); + if(percentage > 1.0 || percentage < 0.0) return base; + double base_percentage = 1.0 - percentage; + unsigned int r1 = (int)((double)base.red() * base_percentage); + unsigned int g1 = (int)((double)base.green() * base_percentage); + unsigned int b1 = (int)((double)base.blue() * base_percentage); + + unsigned int r2 = (int)((double)col.red() * percentage); + unsigned int g2 = (int)((double)col.green() * percentage); + unsigned int b2 = (int)((double)col.blue() * percentage); + + return QColor(r1+r2, g1+g2, b1+b2); +} + +MainWindow::MainWindow(QSpinBox* spinbox, QCheckBox* checkbox, QPlainTextEdit* textedit, QPlainTextEdit* customtextedit, QWidget *parent) + : QMainWindow(parent) + , ui(new Ui::MainWindow) +{ + + // Predefined style for the QSlider groove and handle. + style = "QSlider::groove:horizontal {" + "background-color: GRADIENT_HERE;" + "height: 5px;" + "position: absolute;" + "}" + + "QSlider::handle:horizontal {" + " height: 3px;" + " width: 8px;" + " background: #fafafa;" + " border: 1px solid #46aaab;" + " margin: -6px 1px;" + "}" + + "QSlider::handle:horizontal:hover { " + " background: #dadaff;" + "}"; + + background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 rgba(0,0,0,0) stop:0.105 rgba(0,0,0,0) stop:0.106 ! }"; + + ui->setupUi(this); + preventChanges = false; + cancelChanges = true; + + kcfg_AccentColorName = spinbox; + kcfg_EnableTransparency = checkbox; + kcfg_AccentColor = textedit; + kcfg_CustomColor = customtextedit; + + // Setting attributes which will allow the window to have a transparent blurred background. + this->setAttribute(Qt::WA_TranslucentBackground, true); + this->setAttribute(Qt::WA_NoSystemBackground, true); + // Wayland fix. (https://gitgud.io/wackyideas/aerothemeplasma/-/merge_requests/1) + KWindowEffects::enableBlurBehind(this->winId(), true, QRegion(0,0, this->width(), this->height())); + + QColor theme_color = QWidget::palette().window().color(); + background_style = background_style.replace('!', "rgba(" + QString::number(theme_color.red()) + "," + + QString::number(theme_color.green()) + "," + + QString::number(theme_color.blue()) + "," + "255))" + ); + + ui->centralwidget->setStyleSheet(background_style); + + // Setting up more UI stuff. + + ui->colorMixerGroupBox->setVisible(false); + // Template string defining the CSS style for the hue slider. + hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)"; + ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient)); + // Likewise for the saturation and brightness sliders. + saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); + ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); + + ui->hue_label->setText(QString::number(ui->hue_Slider->value())); + ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); + ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); + ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); + + // Predefined color values directly pulled from Windows 7, with the exception of Sunset, which is an original color value. + QStringList values = { "6b74b8fc-Custom", + "6b74b8fc-Sky", + "a80046ad-Twilight", + "8032cdcd-Sea", + "6614a600-Leaf", + "6697d937-Lime", + "54fadc0e-Sun", + "80ff9c00-Pumpkin", + "a8ce0f0f-Ruby", + "66ff0099-Fuchsia", + "70fcc7f8-Blush ", + "856e3ba1-Violet", + "528d5a94-Lavander", + "6698844c-Taupe", + "a84f1b1b-Chocolate", + "80555555-Slate", + "54fcfcfc-Frost", + "89e61f8c-Sunset"}; + for(int i = 0; i < values.size(); i++) + { + QStringList temp = values[i].split("-"); + predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i)); + } + + // By default, the selected color is Sky. + selected_color = kcfg_AccentColorName->value(); + + // Creating a FlowLayout and storing all the colors there. + colorLayout = new FlowLayout(ui->groupBox); + colorLayout->setContentsMargins(25, 25, 25, 25); + + for(unsigned int i = 0; i < predefined_colors.size(); i++) + { + colorLayout->addWidget(predefined_colors[i].getFrame()); + connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked())); + } + colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); + + predefined_colors[0].setColor(QColor(kcfg_CustomColor->toPlainText())); + changeColor(selected_color); +} + +MainWindow::~MainWindow() +{ + for(unsigned int i = 0; i < predefined_colors.size(); i++) + { + predefined_colors[i].clear(); + } + delete ui; +} + +/* + * Returns the currently set color. Depending on the transparency settings, the alpha value will either + * be directly used as the transparency value, or it will be used to define the saturation of the color. + */ +QColor MainWindow::exportColor() +{ + if(ui->kcfg_EnableTransparency->isChecked()) + { + // The color intensity doesn't actually make the alpha component fully transparent or opaque. + double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f); + QColor c = predefined_colors[selected_color].getColor(); + c.setAlphaF(alpha_dec); + return c; + } + else + { + return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f); + } +} + +// Resets this window to default values. +// Used when closing the window without applying changes. +void MainWindow::resetToDefault() +{ + selected_color = kcfg_AccentColorName->value(); + predefined_colors[0].setColor(QColor(kcfg_CustomColor->toPlainText())); + changeColor(selected_color, false); + preventChanges = true; + ui->kcfg_EnableTransparency->setChecked(kcfg_EnableTransparency->isChecked()); + preventChanges = false; +} + +void MainWindow::applyTemporarily() +{ + KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent(); + conf->writeToMemory(exportColor(), ui->kcfg_EnableTransparency->isChecked(), true); +} + +// Changes the color between the custom and any of the predefined values. +void MainWindow::changeColor(int index, bool apply) +{ + ui->color_name_label->setText("Current color: " + predefined_colors[index].getName()); + selected_color = index; + preventChanges = true; + ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue()); + ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation()); + ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value()); + ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha()); + preventChanges = false; + if(apply) applyTemporarily(); +} + +// This event fires when a color from the FlowLayout is clicked. +void MainWindow::on_colorWindow_Clicked() +{ + int index = sender()->objectName().split("_")[1].toInt(); + changeColor(index); +} + +// Changes the custom color, this method executes whenever the sliders are moved. +void MainWindow::changeCustomColor(bool apply) +{ + if(!preventChanges) + { + selected_color = 0; + ui->color_name_label->setText("Current color: Custom"); + QColor c; + c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value()); + predefined_colors[selected_color].setColor(c); + if(apply) applyTemporarily(); + } +} + +// Toggles the visibility of the group box containing the color sliders. +void MainWindow::on_colorMixerLabel_linkActivated(const QString &link) +{ + ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible()); + ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" ); +} + +// Updates the color sliders and updates the custom color. +void MainWindow::on_hue_Slider_valueChanged(int value) +{ + ui->hue_label->setText(QString::number(ui->hue_Slider->value())); + saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); + ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); + changeCustomColor(); +} + +void MainWindow::on_pushButton_3_clicked() +{ + this->close(); +} + +void MainWindow::on_saturation_Slider_valueChanged(int value) +{ + ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); + changeCustomColor(); +} + +void MainWindow::on_Lightness_Slider_valueChanged(int value) +{ + ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); + changeCustomColor(); +} + +void MainWindow::on_alpha_slider_valueChanged(int value) +{ + ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); + changeCustomColor(); +} + +void MainWindow::applyChanges() +{ + cancelChanges = false; + kcfg_AccentColor->setPlainText(exportColor().name(QColor::NameFormat::HexArgb)); + kcfg_AccentColorName->setValue(selected_color); + kcfg_CustomColor->setPlainText(predefined_colors[0].getColor().name(QColor::NameFormat::HexArgb)); + kcfg_EnableTransparency->setChecked(ui->kcfg_EnableTransparency->isChecked()); + KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent(); + conf->save(); +} + +// This function runs whenever the window is being closed. +// I wrote this at 3 AM it's probably overengineered but it works +// I'll simplify this down the line later +void MainWindow::closeEvent(QCloseEvent* event) +{ + KWin::BlurEffectConfig* conf = (KWin::BlurEffectConfig*)parent(); + conf->writeToMemory(kcfg_AccentColor->toPlainText(), kcfg_EnableTransparency->isChecked(), cancelChanges); + resetToDefault(); + QMainWindow::closeEvent(event); +} +void MainWindow::on_apply_Button_clicked() +{ + applyChanges(); +} + +void MainWindow::on_cancel_Button_clicked() +{ + this->close(); +} + + +void MainWindow::on_saveChanges_Button_clicked() +{ + applyChanges(); + this->close(); +} + + +void MainWindow::on_kcfg_EnableTransparency_stateChanged(int arg1) +{ + if(!preventChanges) + applyTemporarily(); +} + diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.h b/KWin/kwin_reflect/src/kcm/mainwindow.h new file mode 100755 index 0000000..86ec26e --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/mainwindow.h @@ -0,0 +1,75 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "flowlayout.h" +#include "colorwindow.h" + +QT_BEGIN_NAMESPACE +namespace Ui { class MainWindow; } +QT_END_NAMESPACE + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + MainWindow(QSpinBox* spinbox, QCheckBox* checkbox, QPlainTextEdit* textedit, QPlainTextEdit* customtextedit, QWidget *parent = nullptr); + + ~MainWindow(); + void changeCustomColor(bool apply = true); + void changeColor(int index, bool apply = true); + QColor exportColor(); + void applyTemporarily(); + void resetToDefault(); +protected: + void closeEvent(QCloseEvent *event) override; +private slots: + void on_colorMixerLabel_linkActivated(const QString &link); + void on_hue_Slider_valueChanged(int value); + void on_pushButton_3_clicked(); + void on_saturation_Slider_valueChanged(int value); + void on_Lightness_Slider_valueChanged(int value); + void on_colorWindow_Clicked(); + void on_apply_Button_clicked(); + void on_cancel_Button_clicked(); + void on_alpha_slider_valueChanged(int value); + void on_saveChanges_Button_clicked(); + void on_kcfg_EnableTransparency_stateChanged(int arg1); + void applyChanges(); +private: + Ui::MainWindow *ui; + bool preventChanges; + bool cancelChanges; + FlowLayout* colorLayout; + std::vector predefined_colors; + short selected_color; // Index of the currently selected color. + QString hue_gradient; + QString saturation_gradient; + QString brightness_gradient; + QString style; // Custom style for QSliders. + QString background_style; // CSS for the main window background. + + // Pointers to the parent widgets. + QPlainTextEdit* kcfg_AccentColor; + QPlainTextEdit* kcfg_CustomColor; + QSpinBox* kcfg_AccentColorName; + QCheckBox* kcfg_EnableTransparency; +}; +#endif // MAINWINDOW_H diff --git a/KWin/kwin_reflect/src/kcm/mainwindow.ui b/KWin/kwin_reflect/src/kcm/mainwindow.ui new file mode 100755 index 0000000..c4c2b09 --- /dev/null +++ b/KWin/kwin_reflect/src/kcm/mainwindow.ui @@ -0,0 +1,719 @@ + + + MainWindow + + + + 0 + 0 + 759 + 585 + + + + + 759 + 585 + + + + Change the accent color of your theme + + + + .. + + + + + + + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 20 + + + + Color intensity: + + + Qt::AlignHCenter|Qt::AlignTop + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + + 16777215 + 16777215 + + + + Enables/disables the transparency of the entire theme. +NOTE: This setting does NOT affect compositing settings. + + + Enable transparency + + + true + + + + + + + + 0 + 0 + + + + + 16777215 + 50 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 40 + 20 + + + + + + + + + + + + 0 + 0 + + + + PointingHandCursor + + + <a href="no">Show color mixer</a> + + + Qt::RichText + + + false + + + Qt::LinksAccessibleByMouse + + + + + + + + 0 + 150 + + + + + + + true + + + + 0 + + + 0 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + QSlider::groove:horizontal { + background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000); + height: 5px; + position: absolute; +} + +QSlider::handle:horizontal { + height: 3px; + width: 10px; + background: #fafafa; + border: 1px solid #46aaab; + margin: -6px 1px; + /* expand outside the groove */ + +} + +QSlider::handle:horizontal:hover { + background: #dadaff; +} + + + 359 + + + 0 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Saturation: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Hue: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Brightness: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::MinimumExpanding + + + + 20 + 10 + + + + + + + + + 1 + 0 + + + + + 259 + 0 + + + + + 250 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + Current color: Custom + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + 12 + false + false + + + + Set the color of window decorations, panels, tooltips and taskbar + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 290 + 0 + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 21 + + + + + 16777215 + 21 + + + + Apply + + + + + + + + 0 + 0 + + + + + 100 + 21 + + + + + 100 + 21 + + + + Save Changes + + + + + + + + 0 + 0 + + + + + 0 + 21 + + + + + 16777215 + 21 + + + + Cancel + + + + + + + + + + + + diff --git a/KWin/kwin_reflect/src/main.cpp b/KWin/kwin_reflect/src/main.cpp new file mode 100755 index 0000000..85e6231 --- /dev/null +++ b/KWin/kwin_reflect/src/main.cpp @@ -0,0 +1,20 @@ +/* + SPDX-FileCopyrightText: 2021 Vlad Zahorodnii + + SPDX-License-Identifier: GPL-2.0-or-later +*/ +#include "blur.h" + +//#include + +namespace KWin +{ + +KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(BlurEffect, + "metadata.json", + return BlurEffect::supported(); + , return BlurEffect::enabledByDefault();) + +} // namespace KWin + +#include "main.moc" diff --git a/KWin/kwin_reflect/src/metadata.json b/KWin/kwin_reflect/src/metadata.json new file mode 100755 index 0000000..e8cdc49 --- /dev/null +++ b/KWin/kwin_reflect/src/metadata.json @@ -0,0 +1,23 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "wackyideas@disroot.org", + "Name": "WackyIdeas" + } + ], + "Category": "Appearance", + "Description": "Renders a texture behind windows", + "EnabledByDefault": true, + "Id": "reflection", + "License": "AGPLv3", + "Name": "Reflection", + "ServiceTypes": [ + "KWin/Effect" + ] + }, + "X-KDE-ConfigModule": "kwin4_effect_reflect_config", + "org.kde.kwin.effect": { + "enabledByDefaultMethod": true + } +} diff --git a/KWin/kwin_reflect/src/reflection.png b/KWin/kwin_reflect/src/reflection.png new file mode 100644 index 0000000..4b0d10a Binary files /dev/null and b/KWin/kwin_reflect/src/reflection.png differ diff --git a/KWin/kwin_reflect/src/shaders/color.frag b/KWin/kwin_reflect/src/shaders/color.frag new file mode 100644 index 0000000..6b8f865 --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/color.frag @@ -0,0 +1,8 @@ +uniform vec4 color; +uniform float opacity; + +void main(void) +{ + gl_FragColor = color; + gl_FragColor.a = gl_FragColor.a * opacity; +} diff --git a/KWin/kwin_reflect/src/shaders/color_core.frag b/KWin/kwin_reflect/src/shaders/color_core.frag new file mode 100644 index 0000000..811acad --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/color_core.frag @@ -0,0 +1,12 @@ +#version 140 + +uniform vec4 color; +uniform float opacity; + +out vec4 fragColor; + +void main(void) +{ + fragColor = color; + fragColor.a = fragColor.a * opacity; +} diff --git a/KWin/kwin_reflect/src/shaders/reflect.frag b/KWin/kwin_reflect/src/shaders/reflect.frag new file mode 100644 index 0000000..490004c --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/reflect.frag @@ -0,0 +1,24 @@ +uniform sampler2D texUnit; +uniform float opacity; +uniform float translate; +uniform vec2 screenResolution; +uniform vec2 windowSize; + +uniform vec2 windowPos; + +void main(void) +{ + + float middleLine = windowPos.x + windowSize.x / 2.0; + float middleScreenLine = screenResolution.x / 2.0; + float dx = translate * (middleScreenLine - middleLine) / 10.0; + + float x = (gl_FragCoord.x + dx) / screenResolution.x; + float y = (gl_FragCoord.y) / screenResolution.y; + + vec2 uv = vec2(-x, y); + + gl_FragColor = vec4(texture2D(texUnit, uv).rgba); + + gl_FragColor.a = gl_FragColor.a * opacity; +} diff --git a/KWin/kwin_reflect/src/shaders/reflect_core.frag b/KWin/kwin_reflect/src/shaders/reflect_core.frag new file mode 100644 index 0000000..510a70c --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/reflect_core.frag @@ -0,0 +1,27 @@ +#version 140 + +uniform sampler2D texUnit; +uniform float opacity; +uniform float translate; +uniform vec2 screenResolution; +uniform vec2 windowSize; + +uniform vec2 windowPos; + +out vec4 fragColor; + +void main(void) +{ + float middleLine = windowPos.x + windowSize.x / 2.0; + float middleScreenLine = screenResolution.x / 2.0; + float dx = translate * (middleScreenLine - middleLine) / 10.0; + + float x = (gl_FragCoord.x + dx) / screenResolution.x; + float y = (gl_FragCoord.y) / screenResolution.y; + + vec2 uv = vec2(-x, y); + + fragColor = vec4(texture(texUnit, uv).rgba); + fragColor.a = fragColor.a * opacity; + +} diff --git a/KWin/kwin_reflect/src/shaders/vertex.vert b/KWin/kwin_reflect/src/shaders/vertex.vert new file mode 100644 index 0000000..cdee50b --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/vertex.vert @@ -0,0 +1,7 @@ +uniform mat4 modelViewProjectionMatrix; +attribute vec4 vertex; + +void main(void) +{ + gl_Position = modelViewProjectionMatrix * vertex; +} diff --git a/KWin/kwin_reflect/src/shaders/vertex_core.vert b/KWin/kwin_reflect/src/shaders/vertex_core.vert new file mode 100644 index 0000000..0a7de7e --- /dev/null +++ b/KWin/kwin_reflect/src/shaders/vertex_core.vert @@ -0,0 +1,9 @@ +#version 140 + +uniform mat4 modelViewProjectionMatrix; +in vec4 vertex; + +void main(void) +{ + gl_Position = modelViewProjectionMatrix * vertex; +} diff --git a/KWin/kwin_reflect/uninstall.sh b/KWin/kwin_reflect/uninstall.sh new file mode 100755 index 0000000..b776c9f --- /dev/null +++ b/KWin/kwin_reflect/uninstall.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd build +sudo make uninstall && echo "Uninstalled successfully!" +cd .. +rm -rf build diff --git a/KWin/smaragd-0.1.1/AUTHORS b/KWin/smaragd-0.1.1/AUTHORS old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/CMakeLists.txt b/KWin/smaragd-0.1.1/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/COPYING b/KWin/smaragd-0.1.1/COPYING old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/ChangeLog b/KWin/smaragd-0.1.1/ChangeLog old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/INSTALL b/KWin/smaragd-0.1.1/INSTALL old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/NEWS b/KWin/smaragd-0.1.1/NEWS old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/NOTES b/KWin/smaragd-0.1.1/NOTES old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/README b/KWin/smaragd-0.1.1/README old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeCache.txt b/KWin/smaragd-0.1.1/build/CMakeCache.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeSystem.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CMakeSystem.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/KWin/smaragd-0.1.1/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeDirectoryInformation.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeDirectoryInformation.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeOutput.log b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeOutput.log old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeRuleHashes.txt b/KWin/smaragd-0.1.1/build/CMakeFiles/CMakeRuleHashes.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5Config_QCH.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5I18n_QCH.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/KF5WidgetsAddons_QCH.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile2 b/KWin/smaragd-0.1.1/build/CMakeFiles/Makefile2 old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/TargetDirectories.txt b/KWin/smaragd-0.1.1/build/CMakeFiles/TargetDirectories.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/cmake.check_cache b/KWin/smaragd-0.1.1/build/CMakeFiles/cmake.check_cache old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/fetch-translations.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/progress.marks b/KWin/smaragd-0.1.1/build/CMakeFiles/progress.marks old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/build.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/progress.make b/KWin/smaragd-0.1.1/build/CMakeFiles/uninstall.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/CTestTestfile.cmake b/KWin/smaragd-0.1.1/build/CTestTestfile.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/Makefile b/KWin/smaragd-0.1.1/build/Makefile old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/cmake_install.cmake b/KWin/smaragd-0.1.1/build/cmake_install.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/ecm_uninstall.cmake b/KWin/smaragd-0.1.1/build/ecm_uninstall.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/install_manifest.txt b/KWin/smaragd-0.1.1/build/install_manifest.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/prefix.sh b/KWin/smaragd-0.1.1/build/prefix.sh old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.internal b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.internal old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/emerald.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/legacy.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/line.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/oxygen.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/pixmap.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/truglass.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/vrunner.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/engines/zootreeves.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/flags.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/flags.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o old mode 100644 new mode 100755 index bebf83d..3d5901e Binary files a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o and b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o differ diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd.cpp.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/kwin_smaragd_autogen/mocs_compilation.cpp.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/link.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/link.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/main.c.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/qgraphicsgloweffect.cpp.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o.d b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd.dir/shadowengine.cpp.o.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenInfo.json b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenInfo.json old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenUsed.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/AutogenUsed.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/DependInfo.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/DependInfo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt old mode 100644 new mode 100755 index 2e14d02..dbf1500 --- a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt +++ b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/ParseCache.txt @@ -1,4 +1,6 @@ # Generated by CMake. Changes will be overwritten. +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/legacy.c +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/emerald.c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp mmc:K_PLUGIN_FACTORY_WITH_JSON mid:kwin_smaragd.moc @@ -1026,5 +1028,3 @@ /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/main.c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/oxygen.c -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/emerald.c -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/KWin/smaragd-0.1.1/src/engines/legacy.c diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/build.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/build.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/cmake_clean.cmake b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/cmake_clean.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.ts b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/compiler_depend.ts old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/progress.make b/KWin/smaragd-0.1.1/build/src/CMakeFiles/kwin_smaragd_autogen.dir/progress.make old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CMakeFiles/progress.marks b/KWin/smaragd-0.1.1/build/src/CMakeFiles/progress.marks old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/CTestTestfile.cmake b/KWin/smaragd-0.1.1/build/src/CTestTestfile.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/Makefile b/KWin/smaragd-0.1.1/build/src/Makefile old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/cmake_install.cmake b/KWin/smaragd-0.1.1/build/src/cmake_install.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so b/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so index bac6408..d011471 100755 Binary files a/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so and b/KWin/smaragd-0.1.1/build/src/kwin_smaragd.so differ diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp.d b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/EWIEGA46WW/moc_kwin_smaragd.cpp.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc.d b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/include/kwin_smaragd.moc.d old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/moc_predefs.h b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/moc_predefs.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/mocs_compilation.cpp b/KWin/smaragd-0.1.1/build/src/kwin_smaragd_autogen/mocs_compilation.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/build/src/ui_kwin_smaragd_dialog.h b/KWin/smaragd-0.1.1/build/src/ui_kwin_smaragd_dialog.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/cmake/modules/COPYING-CMAKE-SCRIPTS b/KWin/smaragd-0.1.1/cmake/modules/COPYING-CMAKE-SCRIPTS old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/cmake/modules/FindCairo.cmake b/KWin/smaragd-0.1.1/cmake/modules/FindCairo.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/cmake/modules/FindGLIB2.cmake b/KWin/smaragd-0.1.1/cmake/modules/FindGLIB2.cmake old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/install.sh b/KWin/smaragd-0.1.1/install.sh old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/CMakeLists.txt b/KWin/smaragd-0.1.1/src/CMakeLists.txt old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/Messages.sh b/KWin/smaragd-0.1.1/src/Messages.sh old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/config/configmanager.h b/KWin/smaragd-0.1.1/src/config/configmanager.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.cpp b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.h b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_config.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/config/kwin_smaragd_dialog.ui b/KWin/smaragd-0.1.1/src/config/kwin_smaragd_dialog.ui old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/emerald.c b/KWin/smaragd-0.1.1/src/emerald.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/legacy.c b/KWin/smaragd-0.1.1/src/engines/legacy.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/legacy_engine.h b/KWin/smaragd-0.1.1/src/engines/legacy_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/line.c b/KWin/smaragd-0.1.1/src/engines/line.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/line_engine.h b/KWin/smaragd-0.1.1/src/engines/line_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/oxygen.c b/KWin/smaragd-0.1.1/src/engines/oxygen.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/oxygen_engine.h b/KWin/smaragd-0.1.1/src/engines/oxygen_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/pixmap.c b/KWin/smaragd-0.1.1/src/engines/pixmap.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/pixmap_engine.h b/KWin/smaragd-0.1.1/src/engines/pixmap_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/truglass.c b/KWin/smaragd-0.1.1/src/engines/truglass.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/truglass_engine.h b/KWin/smaragd-0.1.1/src/engines/truglass_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/vrunner.c b/KWin/smaragd-0.1.1/src/engines/vrunner.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/vrunner_engine.h b/KWin/smaragd-0.1.1/src/engines/vrunner_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/zootreeves.c b/KWin/smaragd-0.1.1/src/engines/zootreeves.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/engines/zootreeves_engine.h b/KWin/smaragd-0.1.1/src/engines/zootreeves_engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/include/decoration.h b/KWin/smaragd-0.1.1/src/include/decoration.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/include/emerald.h b/KWin/smaragd-0.1.1/src/include/emerald.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/include/engine.h b/KWin/smaragd-0.1.1/src/include/engine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/include/libengine.h b/KWin/smaragd-0.1.1/src/include/libengine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/include/titlebar.h b/KWin/smaragd-0.1.1/src/include/titlebar.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp b/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp old mode 100644 new mode 100755 index f850578..bdfadef --- a/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp +++ b/KWin/smaragd-0.1.1/src/kwin_smaragd.cpp @@ -398,10 +398,6 @@ Decoration::~Decoration() void Decoration::onWindowChanged(WId id, NET::Properties properties, NET::Properties2 properties2) { - //printf("%x\n", properties); - /*if(id != client().data()->windowId()) return; - if((properties & NET::WMMoveResize) || (properties2 & NET::WM2MoveResizeWindow)) printf("It works\n");*/ - //printf("%d\n"); } void Decoration::updateButtons() { @@ -876,16 +872,13 @@ void Decoration::paint(QPainter *painter, const QRect &repaintArea) window_settings *ws = factory()->windowSettings(); const Config *config = factory()->config(); - - //QRect deskpos = KWindowSystem::workArea(client().data()->decorationId()); - //printf("Desktop: %d, %d\nPosition: %d, %d\n", deskpos.width(), deskpos.height(), pos.x(), pos.y()); painter->drawImage(0, 0, decoImage); - if(!reflection_scaled.isNull() && client().data()->width() > 32) + /*if(!reflection_scaled.isNull() && client().data()->width() > 32) { painter->drawPixmap(2, 2, client().data()->width() + borderLeft() + borderRight() -4, client().data()->height(), reflection_scaled, win_pos.x(), win_pos.y(), client().data()->width() + borderLeft() + borderRight() - 4, client().data()->height()); - } + }*/ if(!sideglow_left.isNull()) diff --git a/KWin/smaragd-0.1.1/src/kwin_smaragd.h b/KWin/smaragd-0.1.1/src/kwin_smaragd.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/main.c b/KWin/smaragd-0.1.1/src/main.c old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.cpp b/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h b/KWin/smaragd-0.1.1/src/qgraphicsgloweffect.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/shadowengine.cpp b/KWin/smaragd-0.1.1/src/shadowengine.cpp old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/shadowengine.h b/KWin/smaragd-0.1.1/src/shadowengine.h old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/smaragd.desktop b/KWin/smaragd-0.1.1/src/smaragd.desktop old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/smaragd.json b/KWin/smaragd-0.1.1/src/smaragd.json old mode 100644 new mode 100755 diff --git a/KWin/smaragd-0.1.1/src/smaragd.knsrc b/KWin/smaragd-0.1.1/src/smaragd.knsrc old mode 100644 new mode 100755 diff --git a/KWin/smaragd_bin/kwin_smaragd.so b/KWin/smaragd_bin/kwin_smaragd.so new file mode 100644 index 0000000..d011471 Binary files /dev/null and b/KWin/smaragd_bin/kwin_smaragd.so differ diff --git a/KWin/thumbnail_seven/contents/ui/main.qml b/KWin/thumbnail_seven/contents/ui/main.qml new file mode 100644 index 0000000..f0b8e1a --- /dev/null +++ b/KWin/thumbnail_seven/contents/ui/main.qml @@ -0,0 +1,245 @@ +/* + KWin - the KDE window manager + This file is part of the KDE project. + + SPDX-FileCopyrightText: 2020 Chris Holland + + SPDX-License-Identifier: GPL-2.0-or-later + */ + +import QtQuick 2.0 +import QtQuick.Layouts 1.1 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 3.0 as PlasmaComponents3 +import org.kde.kwin 2.0 as KWin + +import QtGraphicalEffects 1.15 + +// https://techbase.kde.org/Development/Tutorials/KWin/WindowSwitcher +// https://github.com/KDE/kwin/blob/master/tabbox/switcheritem.h +KWin.Switcher { + id: tabBox + currentIndex: thumbnailGridView.currentIndex + + PlasmaCore.Dialog { + id: dialog + location: PlasmaCore.Types.Floating + visible: tabBox.visible + opacity: tabBox.visible + flags: Qt.X11BypassWindowManagerHint | Qt.WindowStaysOnTopHint | Qt.Popup + x: tabBox.screenGeometry.x + tabBox.screenGeometry.width * 0.5 - dialogMainItem.width * 0.5 + y: tabBox.screenGeometry.y + tabBox.screenGeometry.height * 0.5 - dialogMainItem.height * 0.5 + + mainItem: Item { + id: dialogMainItem + + focus: true + + property int maxWidth: tabBox.screenGeometry.width * 0.9 + property int maxHeight: tabBox.screenGeometry.height * 0.7 + property real screenFactor: tabBox.screenGeometry.width / tabBox.screenGeometry.height + property int maxGridColumnsByWidth: Math.floor(maxWidth / thumbnailGridView.cellWidth) + + property int gridColumns: { // Simple greedy algorithm + // respect screenGeometry + const c = Math.min(thumbnailGridView.count, maxGridColumnsByWidth); + const residue = thumbnailGridView.count % c; + if (residue == 0) { + return c; + } + // start greedy recursion + return columnCountRecursion(c, c, c - residue); + } + + property int gridRows: Math.ceil(thumbnailGridView.count / gridColumns) + property int optimalWidth: thumbnailGridView.cellWidth * gridColumns + property int optimalHeight: thumbnailGridView.cellHeight * gridRows + width: Math.min(Math.max(thumbnailGridView.cellWidth, optimalWidth), maxWidth) + height: Math.min(Math.max(thumbnailGridView.cellHeight, optimalHeight) + windowTitle.height + PlasmaCore.Units.smallSpacing*4, maxHeight) + + clip: true + + // Step for greedy algorithm + function columnCountRecursion(prevC, prevBestC, prevDiff) { + const c = prevC - 1; + + // don't increase vertical extent more than horizontal + // and don't exceed maxHeight + if (prevC * prevC <= thumbnailGridView.count + prevDiff || + maxHeight < Math.ceil(thumbnailGridView.count / c) * thumbnailGridView.cellHeight) { + return prevBestC; + } + const residue = thumbnailGridView.count % c; + // halts algorithm at some point + if (residue == 0) { + return c; + } + // empty slots + const diff = c - residue; + + // compare it to previous count of empty slots + if (diff < prevDiff) { + return columnCountRecursion(c, c, diff); + } else if (diff == prevDiff) { + // when it's the same try again, we'll stop early enough thanks to the landscape mode condition + return columnCountRecursion(c, prevBestC, diff); + } + // when we've found a local minimum choose this one (greedy) + return columnCountRecursion(c, prevBestC, diff); + } + + // Just to get the margin sizes + PlasmaCore.FrameSvgItem { + id: hoverItem + imagePath: "widgets/viewitem" + prefix: "hover" + visible: false + } + + Text { + id: windowTitle + anchors { + top: parent.top + topMargin: PlasmaCore.Units.smallSpacing*2 + left: parent.left + right: parent.right + } + font.pixelSize: 16 + color: "black" + horizontalAlignment: Text.AlignHCenter + text: thumbnailGridView.currentItem ? thumbnailGridView.currentItem.caption : "" + elide: Text.ElideRight + renderType: Text.NativeRendering + } + + Glow { + anchors.fill: windowTitle + radius: 15 + samples: 31 + color: "#77ffffff" + spread: 0.60 + source: windowTitle + cached: true + } + + GridView { + id: thumbnailGridView + anchors { + top: windowTitle.bottom + topMargin: PlasmaCore.Units.smallSpacing*2 + left: parent.left + right: parent.right + bottom: parent.bottom + } + model: tabBox.model + + property int iconSize: PlasmaCore.Units.iconSizes.medium + property int captionRowHeight: 30 * PlasmaCore.Units.devicePixelRatio // The close button is 30x30 in Breeze + property int thumbnailWidth: 125 * PlasmaCore.Units.devicePixelRatio + property int thumbnailHeight: thumbnailWidth * (1.0/dialogMainItem.screenFactor) + cellWidth: hoverItem.margins.left + thumbnailWidth + hoverItem.margins.right + cellHeight: hoverItem.margins.top + thumbnailHeight + hoverItem.margins.bottom + + keyNavigationWraps: true + highlightMoveDuration: 0 + + + delegate: Item { + id: thumbnailGridItem + width: thumbnailGridView.cellWidth + height: thumbnailGridView.cellHeight + + property variant caption: model.caption + + MouseArea { + id: ma + anchors.fill: parent + hoverEnabled: true + acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MiddleButton + onClicked: { + if(mouse.button === Qt.RightButton) { + thumbnailGridItem.select(); + } else if(mouse.button === Qt.MiddleButton) { + tabBox.model.close(index); + } else if(mouse.button === Qt.LeftButton) { + thumbnailGridView.model.activate(index); + return; + } + } + } + function select() { + thumbnailGridView.currentIndex = index; + thumbnailGridView.currentIndexChanged(thumbnailGridView.currentIndex); + } + PlasmaCore.FrameSvgItem { + id: highlightItem + imagePath: "widgets/viewitem" + anchors.fill: parent + prefix: { + if((ma.containsMouse && thumbnailGridView.currentIndex === index) || ma.containsPress) return "selected+hover"; + else if(thumbnailGridView.currentIndex === index) return "selected"; + else if(ma.containsMouse) return "hover"; + } + } + + ColumnLayout { + z: 0 + spacing: 0 + anchors.fill: parent + anchors.leftMargin: hoverItem.margins.left + anchors.topMargin: hoverItem.margins.top + anchors.rightMargin: hoverItem.margins.right + anchors.bottomMargin: hoverItem.margins.bottom + + // KWin.ThumbnailItem needs a container + // otherwise it will be drawn the same size as the parent ColumnLayout + Item { + Layout.fillWidth: true + Layout.fillHeight: true + + // Cannot draw anything (like an icon) on top of thumbnail + KWin.ThumbnailItem { + id: thumbnailItem + anchors.fill: parent + wId: windowId + } + PlasmaCore.IconItem { + id: iconItem + width: thumbnailGridView.iconSize + height: width + anchors.bottom: parent.bottom + anchors.right: parent.right + source: model.icon + usesPlasmaTheme: false + visible: tabBox.compositing + } + } + } + } // GridView.delegate + + Connections { + target: tabBox + function onCurrentIndexChanged() { + thumbnailGridView.currentIndex = tabBox.currentIndex; + } + } + } // GridView + + Keys.onPressed: { + if (event.key == Qt.Key_Left) { + thumbnailGridView.moveCurrentIndexLeft(); + } else if (event.key == Qt.Key_Right) { + thumbnailGridView.moveCurrentIndexRight(); + } else if (event.key == Qt.Key_Up) { + thumbnailGridView.moveCurrentIndexUp(); + } else if (event.key == Qt.Key_Down) { + thumbnailGridView.moveCurrentIndexDown(); + } else { + return; + } + + thumbnailGridView.currentIndexChanged(thumbnailGridView.currentIndex); + } + } // Dialog.mainItem + } // Dialog +} diff --git a/KWin/thumbnail_seven/metadata.json b/KWin/thumbnail_seven/metadata.json new file mode 100644 index 0000000..f87877f --- /dev/null +++ b/KWin/thumbnail_seven/metadata.json @@ -0,0 +1,57 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "wackyideas@disroot.org", + "Name": "WackyIdeas" + } + ], + "Description": "A window switcher layout using a small grid of thumbnails", + "Description[ar]": "مخطط مبدل نوافذ يستخدم شبكة صغيرة من المصغرات", + "Description[az]": "Kiçik miniatürlər toru istifadə edən pəncərə dəyişdirici maketi", + "Description[bg]": "Оформление на програмата за превключване на прозорци с използване на редица от миниатюри за представяне на прозорците", + "Description[ca@valencia]": "Una disposició del commutador de finestres que utilitza una quadrícula xicoteta de miniatures", + "Description[ca]": "Una disposició del commutador de finestres que utilitza una quadrícula petita de miniatures", + "Description[cs]": "Přepínač oken používající malou mřížku náhledů", + "Description[de]": "Ein Fensterwechsler-Layout, das ein Raster von kleinen Vorschaubildern verwendet", + "Description[en_GB]": "A window switcher layout using a small grid of thumbnails", + "Description[es]": "Un esquema de selección de ventanas que usa una pequeña cuadrícula de miniaturas", + "Description[eu]": "Koadro-txikien sareta txiki bat erabiltzen duen leiho-trukatzaile antolamendu bat", + "Description[fi]": "Ikkunavaihtoasettelu, joka käyttää pientä pienoiskuvaruudukkoa", + "Description[fr]": "Une disposition du sélecteur de fenêtres utilisant une petite grille de vignettes", + "Description[gl]": "Unha disposición do selector de xanelas que usa unha pequena grade de miniaturas", + "Description[ia]": "Un disposition de commutator de fenestra usante un parve grillia de miniaturas", + "Description[id]": "Sebuah tataletak pengalih jendela yang menggunakan sebuah kisi kecil ber-thumbnail", + "Description[it]": "Una disposizione del selettore delle finestre che utilizza una piccola griglia di miniature", + "Description[ja]": "サムネイルの小さいグリッドを使用するウィンドウスイッチャー", + "Description[ka]": "ფანჯრების განლაგების გადართვა მინიატურების პატარა ბადის ჩვენების საშუალებით", + "Description[ko]": "작은 축소판 격자를 사용하는 창 전환기 레이아웃", + "Description[lt]": "Langų perjungiklio išdėstymas, naudojantis mažą miniatiūrų tinklelį", + "Description[nl]": "Een indeling van de vensterwisselaar met een klein raster van miniaturen", + "Description[nn]": "Vindaugsbytar som viser eit rutenett med miniatyrbilete", + "Description[pl]": "Układ przełączania okien, używający małej siatki miniatur", + "Description[pt]": "Uma disposição de mudança de janelas que mostra uma pequena grelha de miniaturas", + "Description[pt_BR]": "Um layout do seletor de janelas que usa uma pequena grade de miniaturas", + "Description[ro]": "Aranjament pentru comutatorul de ferestre folosind o grilă mică de pictograme", + "Description[ru]": "Переключатель окон в виде сетки миниатюр окон", + "Description[sk]": "Rozloženie prepínača okien používajúce malú mriežku miniatúr", + "Description[sl]": "Razporeditev preklopa oken, ki uporablja malo mrežo predoglednih sličic", + "Description[sv]": "En layout för fönsterbyte som använder ett litet miniatyrbildsrutnät", + "Description[tr]": "Küçük görsellerin bir ızgarasını gösteren pencere değiştirici düzeni", + "Description[uk]": "Компонування засобу перемикання вікон з малою таблицею мініатюр поточного стану вікон", + "Description[vi]": "Bố cục trình chuyển cửa sổ dùng một lưới nhỏ các hình nhỏ", + "Description[x-test]": "xxA window switcher layout using a small grid of thumbnailsxx", + "Description[zh_CN]": "将窗口缩略图按小型表格显示的窗口切换器布局", + "Description[zh_TW]": "使用小縮圖格線的視窗切換器佈局", + "Icon": "preferences-system-windows-switcher-thumbnail-grid", + "Id": "thumbnail_seven", + "License": "AGPLv3", + "Name": "Thumbnail Seven", + "ServiceTypes": [ + "KWin/WindowSwitcher" + ], + "Version": "6" + }, + "X-Plasma-API": "declarativeappletscript", + "X-Plasma-MainScript": "ui/main.qml" +} diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Plasma/Color Scheme/KvCurvesLight.colors b/Plasma/Color Scheme/KvCurvesLight.colors deleted file mode 100644 index 7d56bb9..0000000 --- a/Plasma/Color Scheme/KvCurvesLight.colors +++ /dev/null @@ -1,105 +0,0 @@ -[ColorEffects:Disabled] -Color=112,111,110 -ColorAmount=0 -ColorEffect=0 -ContrastAmount=0.65 -ContrastEffect=1 -IntensityAmount=0.1 -IntensityEffect=0 - -[ColorEffects:Inactive] -ChangeSelectionColor=true -Color=112,111,110 -ColorAmount=0.025 -ColorEffect=2 -ContrastAmount=0.1 -ContrastEffect=2 -Enable=true -IntensityAmount=0 -IntensityEffect=0 - -[Colors:Button] -BackgroundAlternate=210,210,210 -BackgroundNormal=229,229,230 -DecorationFocus=61,174,233 -DecorationHover=142,203,233 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=49,54,59 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 - -[Colors:Selection] -BackgroundAlternate=93,134,197 -BackgroundNormal=93,134,197 -DecorationFocus=61,174,233 -DecorationHover=142,203,233 -ForegroundActive=255,128,224 -ForegroundInactive=142,203,233 -ForegroundLink=0,87,174 -ForegroundNegative=156,14,14 -ForegroundNeutral=255,221,0 -ForegroundNormal=252,252,252 -ForegroundPositive=128,255,128 -ForegroundVisited=69,40,134 - -[Colors:Tooltip] -BackgroundAlternate=0,0,0 -BackgroundNormal=0,0,0 -DecorationFocus=61,174,233 -DecorationHover=142,203,233 -ForegroundActive=255,128,224 -ForegroundInactive=96,112,128 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=255,255,255 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 - -[Colors:View] -BackgroundAlternate=240,240,240 -BackgroundNormal=251,251,251 -DecorationFocus=61,174,233 -DecorationHover=142,203,233 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=49,54,59 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 - -[Colors:Window] -BackgroundAlternate=224,224,225 -BackgroundNormal=229,229,230 -DecorationFocus=61,174,233 -DecorationHover=142,203,233 -ForegroundActive=255,128,224 -ForegroundInactive=136,135,134 -ForegroundLink=0,87,174 -ForegroundNegative=191,3,3 -ForegroundNeutral=176,128,0 -ForegroundNormal=49,54,59 -ForegroundPositive=0,110,40 -ForegroundVisited=69,40,134 - -[General] -ColorScheme=KvCurvesLight -Name=KvCurvesLight -shadeSortColumn=true - -[KDE] -contrast=0 - -[WM] -activeBackground=229,229,230 -activeBlend=229,229,230 -activeForeground=0,0,0 -inactiveBackground=229,229,230 -inactiveBlend=229,229,230 -inactiveForeground=104,108,111 diff --git a/Plasma/Color_Scheme/AeroColorScheme.colors b/Plasma/Color_Scheme/AeroColorScheme.colors new file mode 100644 index 0000000..d0ba6e2 --- /dev/null +++ b/Plasma/Color_Scheme/AeroColorScheme.colors @@ -0,0 +1,114 @@ +[ColorEffects:Disabled] +ColorAmount=0 +ColorEffect=0 +ContrastAmount=0.65 +ContrastEffect=1 +IntensityAmount=0.1 +IntensityEffect=2 + +[ColorEffects:Inactive] +ChangeSelectionColor=true +Color=112,111,110 +ColorAmount=0.025 +ColorEffect=2 +ContrastAmount=0.1 +ContrastEffect=2 +IntensityAmount=0 +IntensityEffect=0 + +[Colors:Button] +BackgroundAlternate=224,223,222 +BackgroundNormal=232,231,230 +DecorationFocus=43,116,199 +DecorationHover=119,183,255 +ForegroundActive=255,128,224 +ForegroundInactive=136,135,134 +ForegroundLink=0,87,174 +ForegroundNegative=191,3,3 +ForegroundNeutral=176,128,0 +ForegroundNormal=20,19,18 +ForegroundPositive=0,110,40 +ForegroundVisited=69,40,134 + +[Colors:Complementary] +BackgroundAlternate=196,224,255 +BackgroundNormal=24,21,19 +DecorationFocus=58,167,221 +DecorationHover=110,214,255 +ForegroundActive=255,128,224 +ForegroundInactive=137,136,135 +ForegroundLink=88,172,255 +ForegroundNegative=191,3,3 +ForegroundNeutral=176,128,0 +ForegroundNormal=231,253,255 +ForegroundPositive=0,110,40 +ForegroundVisited=150,111,232 + +[Colors:Selection] +BackgroundAlternate=62,138,204 +BackgroundNormal=65,139,212 +DecorationFocus=43,116,199 +DecorationHover=119,183,255 +ForegroundActive=255,128,224 +ForegroundInactive=165,193,228 +ForegroundLink=0,49,110 +ForegroundNegative=156,14,14 +ForegroundNeutral=255,221,0 +ForegroundNormal=0,0,0 +ForegroundPositive=128,255,128 +ForegroundVisited=69,40,134 + +[Colors:Tooltip] +BackgroundAlternate=255,255,255 +BackgroundNormal=255,255,255 +DecorationFocus=43,116,199 +DecorationHover=119,183,255 +ForegroundActive=255,128,224 +ForegroundInactive=96,112,128 +ForegroundLink=0,87,174 +ForegroundNegative=191,3,3 +ForegroundNeutral=176,128,0 +ForegroundNormal=20,19,18 +ForegroundPositive=0,110,40 +ForegroundVisited=69,40,134 + +[Colors:View] +BackgroundAlternate=248,247,246 +BackgroundNormal=255,255,255 +DecorationFocus=43,116,199 +DecorationHover=119,183,255 +ForegroundActive=255,128,224 +ForegroundInactive=136,135,134 +ForegroundLink=0,87,174 +ForegroundNegative=191,3,3 +ForegroundNeutral=176,128,0 +ForegroundNormal=20,19,18 +ForegroundPositive=0,110,40 +ForegroundVisited=69,40,134 + +[Colors:Window] +BackgroundAlternate=218,217,216 +BackgroundNormal=224,223,222 +DecorationFocus=43,116,199 +DecorationHover=119,183,255 +ForegroundActive=255,128,224 +ForegroundInactive=136,135,134 +ForegroundLink=0,87,174 +ForegroundNegative=191,3,3 +ForegroundNeutral=176,128,0 +ForegroundNormal=20,19,18 +ForegroundPositive=0,110,40 +ForegroundVisited=69,40,134 + +[General] +Name=AeroColorScheme +shadeSortColumn=true + +[KDE] +contrast=7 + +[WM] +activeBackground=96,148,207 +activeForeground=255,255,255 +inactiveBackground=224,223,222 +inactiveForeground=20,19,18 diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer b/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer deleted file mode 100755 index 836a710..0000000 Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/AeroColorMixer and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile b/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile deleted file mode 100644 index 4f9fb49..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/build/Makefile +++ /dev/null @@ -1,956 +0,0 @@ -############################################################################# -# Makefile for building: AeroColorMixer -# Generated by qmake (3.1) (Qt 5.15.5) -# Project: ../AeroColorMixer/AeroColorMixer.pro -# Template: app -# Command: /usr/bin/qmake -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug -############################################################################# - -MAKEFILE = Makefile - -EQ = = - -####### Compiler, tools and options - -CC = gcc -CXX = g++ -DEFINES = -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -CFLAGS = -pipe -g -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) -CXXFLAGS = -pipe -g -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) -INCPATH = -I../AeroColorMixer -I. -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -QMAKE = /usr/bin/qmake -DEL_FILE = rm -f -CHK_DIR_EXISTS= test -d -MKDIR = mkdir -p -COPY = cp -f -COPY_FILE = cp -f -COPY_DIR = cp -f -R -INSTALL_FILE = install -m 644 -p -INSTALL_PROGRAM = install -m 755 -p -INSTALL_DIR = cp -f -R -QINSTALL = /usr/bin/qmake -install qinstall -QINSTALL_PROGRAM = /usr/bin/qmake -install qinstall -exe -DEL_FILE = rm -f -SYMLINK = ln -f -s -DEL_DIR = rmdir -MOVE = mv -f -TAR = tar -cf -COMPRESS = gzip -9f -DISTNAME = AeroColorMixer1.0.0 -DISTDIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/.tmp/AeroColorMixer1.0.0 -LINK = g++ -LFLAGS = -fPIC -LIBS = $(SUBLIBS) -lKF5WindowSystem /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Core.so -lGL -lpthread -AR = ar cqs -RANLIB = -SED = sed -STRIP = strip - -####### Output directory - -OBJECTS_DIR = ./ - -####### Files - -SOURCES = ../AeroColorMixer/colorwindow.cpp \ - ../AeroColorMixer/flowlayout.cpp \ - ../AeroColorMixer/main.cpp \ - ../AeroColorMixer/mainwindow.cpp moc_mainwindow.cpp -OBJECTS = colorwindow.o \ - flowlayout.o \ - main.o \ - mainwindow.o \ - moc_mainwindow.o -DIST = /usr/lib/qt/mkspecs/features/spec_pre.prf \ - /usr/lib/qt/mkspecs/common/unix.conf \ - /usr/lib/qt/mkspecs/common/linux.conf \ - /usr/lib/qt/mkspecs/common/sanitize.conf \ - /usr/lib/qt/mkspecs/common/gcc-base.conf \ - /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \ - /usr/lib/qt/mkspecs/common/g++-base.conf \ - /usr/lib/qt/mkspecs/common/g++-unix.conf \ - /usr/lib/qt/mkspecs/qconfig.pri \ - /usr/lib/qt/mkspecs/modules/qt_Attica.pri \ - /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \ - /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \ - /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \ - /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \ - /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \ - /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \ - /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \ - /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \ - /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \ - /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \ - /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \ - /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KMime.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \ - /usr/lib/qt/mkspecs/modules/qt_KParts.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPty.pri \ - /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \ - /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \ - /usr/lib/qt/mkspecs/modules/qt_KService.pri \ - /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \ - /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \ - /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \ - /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_Marble.pri \ - /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \ - /usr/lib/qt/mkspecs/modules/qt_Prison.pri \ - /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \ - /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_Solid.pri \ - /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \ - /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \ - /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \ - /usr/lib/qt/mkspecs/features/qt_functions.prf \ - /usr/lib/qt/mkspecs/features/qt_config.prf \ - /usr/lib/qt/mkspecs/linux-g++/qmake.conf \ - /usr/lib/qt/mkspecs/features/spec_post.prf \ - ../AeroColorMixer/.qmake.stash \ - /usr/lib/qt/mkspecs/features/exclusive_builds.prf \ - /usr/lib/qt/mkspecs/features/toolchain.prf \ - /usr/lib/qt/mkspecs/features/default_pre.prf \ - /usr/lib/qt/mkspecs/features/resolve_config.prf \ - /usr/lib/qt/mkspecs/features/default_post.prf \ - /usr/lib/qt/mkspecs/features/qml_debug.prf \ - /usr/lib/qt/mkspecs/features/ltcg.prf \ - /usr/lib/qt/mkspecs/features/warn_on.prf \ - /usr/lib/qt/mkspecs/features/qt.prf \ - /usr/lib/qt/mkspecs/features/resources_functions.prf \ - /usr/lib/qt/mkspecs/features/resources.prf \ - /usr/lib/qt/mkspecs/features/moc.prf \ - /usr/lib/qt/mkspecs/features/link_ltcg.prf \ - /usr/lib/qt/mkspecs/features/unix/opengl.prf \ - /usr/lib/qt/mkspecs/features/uic.prf \ - /usr/lib/qt/mkspecs/features/unix/thread.prf \ - /usr/lib/qt/mkspecs/features/qmake_use.prf \ - /usr/lib/qt/mkspecs/features/file_copies.prf \ - /usr/lib/qt/mkspecs/features/testcase_targets.prf \ - /usr/lib/qt/mkspecs/features/exceptions.prf \ - /usr/lib/qt/mkspecs/features/yacc.prf \ - /usr/lib/qt/mkspecs/features/lex.prf \ - ../AeroColorMixer/AeroColorMixer.pro ../AeroColorMixer/colorwindow.h \ - ../AeroColorMixer/flowlayout.h \ - ../AeroColorMixer/mainwindow.h ../AeroColorMixer/colorwindow.cpp \ - ../AeroColorMixer/flowlayout.cpp \ - ../AeroColorMixer/main.cpp \ - ../AeroColorMixer/mainwindow.cpp -QMAKE_TARGET = AeroColorMixer -DESTDIR = -TARGET = AeroColorMixer - - -first: all -####### Build rules - -AeroColorMixer: ui_mainwindow.h $(OBJECTS) - $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) - -Makefile: ../AeroColorMixer/AeroColorMixer.pro /usr/lib/qt/mkspecs/linux-g++/qmake.conf /usr/lib/qt/mkspecs/features/spec_pre.prf \ - /usr/lib/qt/mkspecs/common/unix.conf \ - /usr/lib/qt/mkspecs/common/linux.conf \ - /usr/lib/qt/mkspecs/common/sanitize.conf \ - /usr/lib/qt/mkspecs/common/gcc-base.conf \ - /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \ - /usr/lib/qt/mkspecs/common/g++-base.conf \ - /usr/lib/qt/mkspecs/common/g++-unix.conf \ - /usr/lib/qt/mkspecs/qconfig.pri \ - /usr/lib/qt/mkspecs/modules/qt_Attica.pri \ - /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \ - /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \ - /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \ - /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \ - /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \ - /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \ - /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \ - /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \ - /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \ - /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \ - /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \ - /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \ - /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \ - /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \ - /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KMime.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \ - /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \ - /usr/lib/qt/mkspecs/modules/qt_KParts.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KPty.pri \ - /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \ - /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \ - /usr/lib/qt/mkspecs/modules/qt_KService.pri \ - /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \ - /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \ - /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \ - /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \ - /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - /usr/lib/qt/mkspecs/modules/qt_Marble.pri \ - /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \ - /usr/lib/qt/mkspecs/modules/qt_Prison.pri \ - /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \ - /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \ - /usr/lib/qt/mkspecs/modules/qt_Solid.pri \ - /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \ - /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \ - /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \ - /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \ - /usr/lib/qt/mkspecs/features/qt_functions.prf \ - /usr/lib/qt/mkspecs/features/qt_config.prf \ - /usr/lib/qt/mkspecs/linux-g++/qmake.conf \ - /usr/lib/qt/mkspecs/features/spec_post.prf \ - .qmake.stash \ - /usr/lib/qt/mkspecs/features/exclusive_builds.prf \ - /usr/lib/qt/mkspecs/features/toolchain.prf \ - /usr/lib/qt/mkspecs/features/default_pre.prf \ - /usr/lib/qt/mkspecs/features/resolve_config.prf \ - /usr/lib/qt/mkspecs/features/default_post.prf \ - /usr/lib/qt/mkspecs/features/qml_debug.prf \ - /usr/lib/qt/mkspecs/features/ltcg.prf \ - /usr/lib/qt/mkspecs/features/warn_on.prf \ - /usr/lib/qt/mkspecs/features/qt.prf \ - /usr/lib/qt/mkspecs/features/resources_functions.prf \ - /usr/lib/qt/mkspecs/features/resources.prf \ - /usr/lib/qt/mkspecs/features/moc.prf \ - /usr/lib/qt/mkspecs/features/link_ltcg.prf \ - /usr/lib/qt/mkspecs/features/unix/opengl.prf \ - /usr/lib/qt/mkspecs/features/uic.prf \ - /usr/lib/qt/mkspecs/features/unix/thread.prf \ - /usr/lib/qt/mkspecs/features/qmake_use.prf \ - /usr/lib/qt/mkspecs/features/file_copies.prf \ - /usr/lib/qt/mkspecs/features/testcase_targets.prf \ - /usr/lib/qt/mkspecs/features/exceptions.prf \ - /usr/lib/qt/mkspecs/features/yacc.prf \ - /usr/lib/qt/mkspecs/features/lex.prf \ - ../AeroColorMixer/AeroColorMixer.pro - $(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug -/usr/lib/qt/mkspecs/features/spec_pre.prf: -/usr/lib/qt/mkspecs/common/unix.conf: -/usr/lib/qt/mkspecs/common/linux.conf: -/usr/lib/qt/mkspecs/common/sanitize.conf: -/usr/lib/qt/mkspecs/common/gcc-base.conf: -/usr/lib/qt/mkspecs/common/gcc-base-unix.conf: -/usr/lib/qt/mkspecs/common/g++-base.conf: -/usr/lib/qt/mkspecs/common/g++-unix.conf: -/usr/lib/qt/mkspecs/qconfig.pri: -/usr/lib/qt/mkspecs/modules/qt_Attica.pri: -/usr/lib/qt/mkspecs/modules/qt_Baloo.pri: -/usr/lib/qt/mkspecs/modules/qt_BluezQt.pri: -/usr/lib/qt/mkspecs/modules/qt_KActivities.pri: -/usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri: -/usr/lib/qt/mkspecs/modules/qt_KArchive.pri: -/usr/lib/qt/mkspecs/modules/qt_KAsync.pri: -/usr/lib/qt/mkspecs/modules/qt_KAuth.pri: -/usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri: -/usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KCddb.pri: -/usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri: -/usr/lib/qt/mkspecs/modules/qt_KCodecs.pri: -/usr/lib/qt/mkspecs/modules/qt_KCompletion.pri: -/usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri: -/usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KContacts.pri: -/usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri: -/usr/lib/qt/mkspecs/modules/qt_KCrash.pri: -/usr/lib/qt/mkspecs/modules/qt_kdav2.pri: -/usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri: -/usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri: -/usr/lib/qt/mkspecs/modules/qt_KDESu.pri: -/usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri: -/usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri: -/usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri: -/usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri: -/usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri: -/usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri: -/usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri: -/usr/lib/qt/mkspecs/modules/qt_KHolidays.pri: -/usr/lib/qt/mkspecs/modules/qt_KI18n.pri: -/usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri: -/usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri: -/usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri: -/usr/lib/qt/mkspecs/modules/qt_KIOCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KIOGui.pri: -/usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri: -/usr/lib/qt/mkspecs/modules/qt_KItemModels.pri: -/usr/lib/qt/mkspecs/modules/qt_KItemViews.pri: -/usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KMime.pri: -/usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri: -/usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KNotifications.pri: -/usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri: -/usr/lib/qt/mkspecs/modules/qt_KNTLM.pri: -/usr/lib/qt/mkspecs/modules/qt_KParts.pri: -/usr/lib/qt/mkspecs/modules/qt_KPeople.pri: -/usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KPty.pri: -/usr/lib/qt/mkspecs/modules/qt_KRunner.pri: -/usr/lib/qt/mkspecs/modules/qt_KScreen.pri: -/usr/lib/qt/mkspecs/modules/qt_KService.pri: -/usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri: -/usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri: -/usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri: -/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri: -/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_KWallet.pri: -/usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri: -/usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri: -/usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri: -/usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri: -/usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_core.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_help.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_location.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_network.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_script.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_svg.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri: -/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri: -/usr/lib/qt/mkspecs/modules/qt_Marble.pri: -/usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri: -/usr/lib/qt/mkspecs/modules/qt_Prison.pri: -/usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri: -/usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri: -/usr/lib/qt/mkspecs/modules/qt_Solid.pri: -/usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri: -/usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri: -/usr/lib/qt/mkspecs/modules/qt_Syndication.pri: -/usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri: -/usr/lib/qt/mkspecs/features/qt_functions.prf: -/usr/lib/qt/mkspecs/features/qt_config.prf: -/usr/lib/qt/mkspecs/linux-g++/qmake.conf: -/usr/lib/qt/mkspecs/features/spec_post.prf: -.qmake.stash: -/usr/lib/qt/mkspecs/features/exclusive_builds.prf: -/usr/lib/qt/mkspecs/features/toolchain.prf: -/usr/lib/qt/mkspecs/features/default_pre.prf: -/usr/lib/qt/mkspecs/features/resolve_config.prf: -/usr/lib/qt/mkspecs/features/default_post.prf: -/usr/lib/qt/mkspecs/features/qml_debug.prf: -/usr/lib/qt/mkspecs/features/ltcg.prf: -/usr/lib/qt/mkspecs/features/warn_on.prf: -/usr/lib/qt/mkspecs/features/qt.prf: -/usr/lib/qt/mkspecs/features/resources_functions.prf: -/usr/lib/qt/mkspecs/features/resources.prf: -/usr/lib/qt/mkspecs/features/moc.prf: -/usr/lib/qt/mkspecs/features/link_ltcg.prf: -/usr/lib/qt/mkspecs/features/unix/opengl.prf: -/usr/lib/qt/mkspecs/features/uic.prf: -/usr/lib/qt/mkspecs/features/unix/thread.prf: -/usr/lib/qt/mkspecs/features/qmake_use.prf: -/usr/lib/qt/mkspecs/features/file_copies.prf: -/usr/lib/qt/mkspecs/features/testcase_targets.prf: -/usr/lib/qt/mkspecs/features/exceptions.prf: -/usr/lib/qt/mkspecs/features/yacc.prf: -/usr/lib/qt/mkspecs/features/lex.prf: -../AeroColorMixer/AeroColorMixer.pro: -qmake: FORCE - @$(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug - -qmake_all: FORCE - - -all: Makefile AeroColorMixer - -dist: distdir FORCE - (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR) - -distdir: FORCE - @test -d $(DISTDIR) || mkdir -p $(DISTDIR) - $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ - $(COPY_FILE) --parents /usr/lib/qt/mkspecs/features/data/dummy.cpp $(DISTDIR)/ - $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.h ../AeroColorMixer/flowlayout.h ../AeroColorMixer/mainwindow.h $(DISTDIR)/ - $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.cpp $(DISTDIR)/ - $(COPY_FILE) --parents ../AeroColorMixer/mainwindow.ui $(DISTDIR)/ - - -clean: compiler_clean - -$(DEL_FILE) $(OBJECTS) - -$(DEL_FILE) *~ core *.core - - -distclean: clean - -$(DEL_FILE) $(TARGET) - -$(DEL_FILE) .qmake.stash - -$(DEL_FILE) Makefile - - -####### Sub-libraries - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all - -check: first - -benchmark: first - -compiler_rcc_make_all: -compiler_rcc_clean: -compiler_moc_predefs_make_all: moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) moc_predefs.h -moc_predefs.h: /usr/lib/qt/mkspecs/features/data/dummy.cpp - g++ -pipe -g -std=gnu++11 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp - -compiler_moc_header_make_all: moc_mainwindow.cpp -compiler_moc_header_clean: - -$(DEL_FILE) moc_mainwindow.cpp -moc_mainwindow.cpp: ../AeroColorMixer/mainwindow.h \ - ../AeroColorMixer/flowlayout.h \ - ../AeroColorMixer/colorwindow.h \ - moc_predefs.h \ - /usr/bin/moc - /usr/bin/moc $(DEFINES) --include /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/AeroColorMixer -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/11.1.0 -I/usr/include/c++/11.1.0/x86_64-pc-linux-gnu -I/usr/include/c++/11.1.0/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed -I/usr/include ../AeroColorMixer/mainwindow.h -o moc_mainwindow.cpp - -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h -compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h -ui_mainwindow.h: ../AeroColorMixer/mainwindow.ui \ - /usr/bin/uic - /usr/bin/uic ../AeroColorMixer/mainwindow.ui -o ui_mainwindow.h - -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean - -####### Compile - -colorwindow.o: ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/colorwindow.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o colorwindow.o ../AeroColorMixer/colorwindow.cpp - -flowlayout.o: ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/flowlayout.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flowlayout.o ../AeroColorMixer/flowlayout.cpp - -main.o: ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.h \ - ../AeroColorMixer/flowlayout.h \ - ../AeroColorMixer/colorwindow.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../AeroColorMixer/main.cpp - -mainwindow.o: ../AeroColorMixer/mainwindow.cpp ../AeroColorMixer/mainwindow.h \ - ../AeroColorMixer/flowlayout.h \ - ../AeroColorMixer/colorwindow.h \ - ui_mainwindow.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../AeroColorMixer/mainwindow.cpp - -moc_mainwindow.o: moc_mainwindow.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp - -####### Install - -install_target: first FORCE - @test -d $(INSTALL_ROOT)/opt/AeroColorMixer/bin || mkdir -p $(INSTALL_ROOT)/opt/AeroColorMixer/bin - $(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET) - -uninstall_target: FORCE - -$(DEL_FILE) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET) - -$(DEL_DIR) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/ - - -install: install_target FORCE - -uninstall: uninstall_target FORCE - -FORCE: - diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o deleted file mode 100644 index 0e871e8..0000000 Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/colorwindow.o and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o deleted file mode 100644 index bdf657a..0000000 Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/flowlayout.o and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o deleted file mode 100644 index ec46e15..0000000 Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/mainwindow.o and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o b/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o deleted file mode 100644 index 7f588db..0000000 Binary files a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.o and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h deleted file mode 100644 index 70d2fff..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/build/ui_mainwindow.h +++ /dev/null @@ -1,342 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'mainwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.15.5 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_MAINWINDOW_H -#define UI_MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_MainWindow -{ -public: - QWidget *centralwidget; - QGridLayout *gridLayout_4; - QSpacerItem *verticalSpacer_3; - QSpacerItem *verticalSpacer; - QSpacerItem *horizontalSpacer_4; - QSlider *alpha_slider; - QGroupBox *groupBox; - QSpacerItem *verticalSpacer_2; - QFrame *frame; - QGridLayout *gridLayout; - QPushButton *saveChanges_Button; - QPushButton *apply_Button; - QPushButton *cancel_Button; - QSpacerItem *horizontalSpacer; - QCheckBox *enableTransparency_CheckBox; - QLabel *color_name_label; - QGroupBox *colorMixerGroupBox; - QGridLayout *gridLayout_2; - QSpacerItem *horizontalSpacer_2; - QSlider *hue_Slider; - QLabel *label_3; - QLabel *label_2; - QSlider *saturation_Slider; - QLabel *label_4; - QSlider *Lightness_Slider; - QLabel *hue_label; - QLabel *saturation_label; - QLabel *brightness_label; - QLabel *alpha_label; - QSpacerItem *horizontalSpacer_3; - QLabel *colorMixerLabel; - QLabel *label; - QSpacerItem *horizontalSpacer_5; - - void setupUi(QMainWindow *MainWindow) - { - if (MainWindow->objectName().isEmpty()) - MainWindow->setObjectName(QString::fromUtf8("MainWindow")); - MainWindow->resize(900, 600); - MainWindow->setMinimumSize(QSize(776, 585)); - QIcon icon; - QString iconThemeName = QString::fromUtf8("style"); - if (QIcon::hasThemeIcon(iconThemeName)) { - icon = QIcon::fromTheme(iconThemeName); - } else { - icon.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); - } - MainWindow->setWindowIcon(icon); - MainWindow->setStyleSheet(QString::fromUtf8("")); - centralwidget = new QWidget(MainWindow); - centralwidget->setObjectName(QString::fromUtf8("centralwidget")); - centralwidget->setStyleSheet(QString::fromUtf8("")); - gridLayout_4 = new QGridLayout(centralwidget); - gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4")); - verticalSpacer_3 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Maximum); - - gridLayout_4->addItem(verticalSpacer_3, 3, 1, 1, 1); - - verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding); - - gridLayout_4->addItem(verticalSpacer, 8, 1, 1, 1); - - horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum); - - gridLayout_4->addItem(horizontalSpacer_4, 1, 0, 1, 1); - - alpha_slider = new QSlider(centralwidget); - alpha_slider->setObjectName(QString::fromUtf8("alpha_slider")); - QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); - sizePolicy.setHorizontalStretch(0); - sizePolicy.setVerticalStretch(0); - sizePolicy.setHeightForWidth(alpha_slider->sizePolicy().hasHeightForWidth()); - alpha_slider->setSizePolicy(sizePolicy); - alpha_slider->setMinimumSize(QSize(350, 0)); - alpha_slider->setMaximumSize(QSize(16777215, 16777215)); - alpha_slider->setMaximum(255); - alpha_slider->setOrientation(Qt::Horizontal); - - gridLayout_4->addWidget(alpha_slider, 4, 2, 1, 1); - - groupBox = new QGroupBox(centralwidget); - groupBox->setObjectName(QString::fromUtf8("groupBox")); - QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum); - sizePolicy1.setHorizontalStretch(0); - sizePolicy1.setVerticalStretch(0); - sizePolicy1.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth()); - groupBox->setSizePolicy(sizePolicy1); - groupBox->setMaximumSize(QSize(16777215, 16777215)); - QFont font; - font.setPointSize(12); - font.setBold(false); - font.setItalic(false); - groupBox->setFont(font); - groupBox->setAlignment(Qt::AlignCenter); - - gridLayout_4->addWidget(groupBox, 0, 1, 1, 4); - - verticalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Maximum); - - gridLayout_4->addItem(verticalSpacer_2, 5, 1, 1, 1); - - frame = new QFrame(centralwidget); - frame->setObjectName(QString::fromUtf8("frame")); - QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); - sizePolicy2.setHorizontalStretch(0); - sizePolicy2.setVerticalStretch(0); - sizePolicy2.setHeightForWidth(frame->sizePolicy().hasHeightForWidth()); - frame->setSizePolicy(sizePolicy2); - frame->setMaximumSize(QSize(16777215, 50)); - frame->setFrameShape(QFrame::NoFrame); - frame->setFrameShadow(QFrame::Raised); - gridLayout = new QGridLayout(frame); - gridLayout->setObjectName(QString::fromUtf8("gridLayout")); - saveChanges_Button = new QPushButton(frame); - saveChanges_Button->setObjectName(QString::fromUtf8("saveChanges_Button")); - saveChanges_Button->setMinimumSize(QSize(100, 0)); - saveChanges_Button->setMaximumSize(QSize(100, 25)); - - gridLayout->addWidget(saveChanges_Button, 1, 2, 1, 1); - - apply_Button = new QPushButton(frame); - apply_Button->setObjectName(QString::fromUtf8("apply_Button")); - - gridLayout->addWidget(apply_Button, 1, 1, 1, 1); - - cancel_Button = new QPushButton(frame); - cancel_Button->setObjectName(QString::fromUtf8("cancel_Button")); - - gridLayout->addWidget(cancel_Button, 1, 3, 1, 1); - - horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - gridLayout->addItem(horizontalSpacer, 1, 0, 1, 1); - - - gridLayout_4->addWidget(frame, 9, 1, 1, 4); - - enableTransparency_CheckBox = new QCheckBox(centralwidget); - enableTransparency_CheckBox->setObjectName(QString::fromUtf8("enableTransparency_CheckBox")); - enableTransparency_CheckBox->setChecked(true); - - gridLayout_4->addWidget(enableTransparency_CheckBox, 2, 1, 1, 1); - - color_name_label = new QLabel(centralwidget); - color_name_label->setObjectName(QString::fromUtf8("color_name_label")); - - gridLayout_4->addWidget(color_name_label, 1, 1, 1, 1); - - colorMixerGroupBox = new QGroupBox(centralwidget); - colorMixerGroupBox->setObjectName(QString::fromUtf8("colorMixerGroupBox")); - colorMixerGroupBox->setMinimumSize(QSize(0, 150)); - gridLayout_2 = new QGridLayout(colorMixerGroupBox); - gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); - horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - gridLayout_2->addItem(horizontalSpacer_2, 1, 4, 3, 1); - - hue_Slider = new QSlider(colorMixerGroupBox); - hue_Slider->setObjectName(QString::fromUtf8("hue_Slider")); - hue_Slider->setMinimumSize(QSize(0, 25)); - hue_Slider->setMaximumSize(QSize(16777215, 16777215)); - hue_Slider->setStyleSheet(QString::fromUtf8("QSlider::groove:horizontal {\n" -" background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);\n" -" height: 5px;\n" -" position: absolute;\n" -"}\n" -"\n" -"QSlider::handle:horizontal {\n" -" height: 3px;\n" -" width: 10px;\n" -" background: #fafafa;\n" -" border: 1px solid #46aaab;\n" -" margin: -6px 1px;\n" -" /* expand outside the groove */\n" -"\n" -"}\n" -"\n" -"QSlider::handle:horizontal:hover { \n" -" background: #dadaff;\n" -"}")); - hue_Slider->setMaximum(359); - hue_Slider->setValue(0); - hue_Slider->setOrientation(Qt::Horizontal); - - gridLayout_2->addWidget(hue_Slider, 1, 2, 1, 1); - - label_3 = new QLabel(colorMixerGroupBox); - label_3->setObjectName(QString::fromUtf8("label_3")); - - gridLayout_2->addWidget(label_3, 2, 0, 1, 1); - - label_2 = new QLabel(colorMixerGroupBox); - label_2->setObjectName(QString::fromUtf8("label_2")); - - gridLayout_2->addWidget(label_2, 1, 0, 1, 1); - - saturation_Slider = new QSlider(colorMixerGroupBox); - saturation_Slider->setObjectName(QString::fromUtf8("saturation_Slider")); - saturation_Slider->setMinimumSize(QSize(0, 25)); - saturation_Slider->setMaximumSize(QSize(16777215, 16777215)); - saturation_Slider->setMaximum(255); - saturation_Slider->setOrientation(Qt::Horizontal); - - gridLayout_2->addWidget(saturation_Slider, 2, 2, 1, 1); - - label_4 = new QLabel(colorMixerGroupBox); - label_4->setObjectName(QString::fromUtf8("label_4")); - - gridLayout_2->addWidget(label_4, 3, 0, 1, 1); - - Lightness_Slider = new QSlider(colorMixerGroupBox); - Lightness_Slider->setObjectName(QString::fromUtf8("Lightness_Slider")); - Lightness_Slider->setMinimumSize(QSize(0, 25)); - Lightness_Slider->setMaximum(255); - Lightness_Slider->setOrientation(Qt::Horizontal); - - gridLayout_2->addWidget(Lightness_Slider, 3, 2, 1, 1); - - hue_label = new QLabel(colorMixerGroupBox); - hue_label->setObjectName(QString::fromUtf8("hue_label")); - hue_label->setMinimumSize(QSize(40, 0)); - hue_label->setMaximumSize(QSize(40, 16777215)); - - gridLayout_2->addWidget(hue_label, 1, 3, 1, 1); - - saturation_label = new QLabel(colorMixerGroupBox); - saturation_label->setObjectName(QString::fromUtf8("saturation_label")); - saturation_label->setMinimumSize(QSize(40, 0)); - saturation_label->setMaximumSize(QSize(40, 16777215)); - - gridLayout_2->addWidget(saturation_label, 2, 3, 1, 1); - - brightness_label = new QLabel(colorMixerGroupBox); - brightness_label->setObjectName(QString::fromUtf8("brightness_label")); - brightness_label->setMinimumSize(QSize(40, 0)); - brightness_label->setMaximumSize(QSize(40, 16777215)); - - gridLayout_2->addWidget(brightness_label, 3, 3, 1, 1); - - - gridLayout_4->addWidget(colorMixerGroupBox, 7, 1, 1, 4); - - alpha_label = new QLabel(centralwidget); - alpha_label->setObjectName(QString::fromUtf8("alpha_label")); - alpha_label->setMinimumSize(QSize(40, 0)); - alpha_label->setMaximumSize(QSize(40, 16777215)); - - gridLayout_4->addWidget(alpha_label, 4, 3, 1, 1); - - horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - gridLayout_4->addItem(horizontalSpacer_3, 4, 4, 1, 1); - - colorMixerLabel = new QLabel(centralwidget); - colorMixerLabel->setObjectName(QString::fromUtf8("colorMixerLabel")); - colorMixerLabel->setCursor(QCursor(Qt::PointingHandCursor)); - colorMixerLabel->setTextFormat(Qt::RichText); - colorMixerLabel->setOpenExternalLinks(false); - colorMixerLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse); - - gridLayout_4->addWidget(colorMixerLabel, 6, 1, 1, 1); - - label = new QLabel(centralwidget); - label->setObjectName(QString::fromUtf8("label")); - - gridLayout_4->addWidget(label, 4, 1, 1, 1); - - horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum); - - gridLayout_4->addItem(horizontalSpacer_5, 4, 5, 1, 1); - - MainWindow->setCentralWidget(centralwidget); - - retranslateUi(MainWindow); - - QMetaObject::connectSlotsByName(MainWindow); - } // setupUi - - void retranslateUi(QMainWindow *MainWindow) - { - MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Change the colours of your theme", nullptr)); - groupBox->setTitle(QCoreApplication::translate("MainWindow", "Set the colour of window decorations, panels, tooltips and taskbar", nullptr)); - saveChanges_Button->setText(QCoreApplication::translate("MainWindow", "Save Changes", nullptr)); - apply_Button->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr)); - cancel_Button->setText(QCoreApplication::translate("MainWindow", "Cancel", nullptr)); -#if QT_CONFIG(tooltip) - enableTransparency_CheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables/disables the transparency of the entire theme. \n" -"NOTE: This setting does NOT affect compositing settings.", nullptr)); -#endif // QT_CONFIG(tooltip) - enableTransparency_CheckBox->setText(QCoreApplication::translate("MainWindow", "Enable transparency", nullptr)); - color_name_label->setText(QCoreApplication::translate("MainWindow", "Current color: Custom", nullptr)); - colorMixerGroupBox->setTitle(QCoreApplication::translate("MainWindow", "Color mixer", nullptr)); - label_3->setText(QCoreApplication::translate("MainWindow", "Saturation:", nullptr)); - label_2->setText(QCoreApplication::translate("MainWindow", "Hue:", nullptr)); - label_4->setText(QCoreApplication::translate("MainWindow", "Brightness:", nullptr)); - hue_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); - saturation_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); - brightness_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); - alpha_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); - colorMixerLabel->setText(QCoreApplication::translate("MainWindow", "Show color mixer", nullptr)); - label->setText(QCoreApplication::translate("MainWindow", "Color intensity:", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class MainWindow: public Ui_MainWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_MAINWINDOW_H diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp b/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp deleted file mode 100644 index 0648274..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include "colorwindow.h" - -ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i) -{ - name = str; - color = col; - parent = wnd; - mainFrame = new QFrame(wnd); - mainFrame->setMaximumSize(64, 64); - mainFrame->setMinimumSize(64, 64); - layout = new QGridLayout(mainFrame); - layout->setContentsMargins(5, 5, 5, 5); - childFrame = new QPushButton(mainFrame); - childFrame->setText(""); - childFrame->setMaximumSize(50, 50); - childFrame->setMinimumSize(50, 50); - childFrame->setObjectName("button_" + QString::number(i)); - setStyle(); - layout->addWidget(childFrame); - mainFrame->setToolTip(this->name); - -} - -void ColorWindow::setStyle() -{ - QColor desatColor = color; - QColor brightColor = color; - desatColor.setRgb(255, 255, 255); - brightColor.setRgb(200, 200, 200); - mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) + - ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" + - QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }"); - childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }"); - -} - -void ColorWindow::setColor(QColor c) -{ - color = c; - setStyle(); -} - -QString ColorWindow::getName() -{ - return name; -} - -QColor ColorWindow::getColor() -{ - return color; -} - -QFrame* ColorWindow::getFrame() -{ - return mainFrame; -} - -QPushButton* ColorWindow::getButton() -{ - return childFrame; -} diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h deleted file mode 100644 index 1c54138..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/colorwindow.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef COLORWINDOW_H -#define COLORWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include - - -class ColorWindow -{ -public: - explicit ColorWindow(QString, QColor, QWidget*, int); - void setColor(QColor); - QString getName(); - QColor getColor(); - QFrame* getFrame(); - QPushButton* getButton(); -private: - void setStyle(); - QWidget* parent; - QString name; - QColor color; - QFrame* mainFrame; - QPushButton* childFrame; - QGridLayout* layout; -}; - -#endif // COLORWINDOW_H diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp deleted file mode 100644 index 33f96db..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.cpp +++ /dev/null @@ -1,492 +0,0 @@ -#include "mainwindow.h" -#include "ui_mainwindow.h" - -#include -#include -#include -#include -#include - -/* - * Border color: #b6b6b6e6 - * Lower bound color: #808080b3 - * Upper bound color: #888888b3 - */ - -float constrain(float n, float low, float high) -{ - return std::max(std::min(n, high), low); -} -float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false) -{ - float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1)); - if(!withinBounds) return m; - if(start2 < stop2) - return constrain(value, start2, stop2); - else - return constrain(value, stop2, start2); -} -QColor mixColor(QColor col, double percentage) -{ - if(percentage > 1.0 || percentage < 0.0) return QColor(0,0,0); - QColor base = QColor(216, 216, 216); - double base_percentage = 1.0 - percentage; - unsigned int r1 = (int)((double)base.red() * base_percentage); - unsigned int g1 = (int)((double)base.green() * base_percentage); - unsigned int b1 = (int)((double)base.blue() * base_percentage); - - unsigned int r2 = (int)((double)col.red() * percentage); - unsigned int g2 = (int)((double)col.green() * percentage); - unsigned int b2 = (int)((double)col.blue() * percentage); - - return QColor(r1+r2, g1+g2, b1+b2); -} - -MainWindow::MainWindow(QWidget *parent) - : QMainWindow(parent) - , ui(new Ui::MainWindow) -{ - /* Loading config file, if it exists. Otherwise use default values */ - settings["transparency"] = 1; - settings["red"] = 116; - settings["green"] = 184; - settings["blue"] = 252; - settings["alpha"] = 107; - settings["color"] = 1; - loadConfig(); - paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg"; - paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg"; - paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg"; - paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg"; - paths << QDir::homePath() + "/.emerald/theme/theme.ini"; - - style = "QSlider::groove:horizontal {" - "background-color: GRADIENT_HERE;" - "height: 5px;" - "position: absolute;" - "}" - - "QSlider::handle:horizontal {" - " height: 3px;" - " width: 10px;" - " background: #fafafa;" - " border: 1px solid #46aaab;" - " margin: -6px 1px;" - "}" - - "QSlider::handle:horizontal:hover { " - " background: #dadaff;" - "}"; - ui->setupUi(this); - this->setAttribute(Qt::WA_TranslucentBackground, true); - this->setAttribute(Qt::WA_NoSystemBackground, true); - KWindowEffects::enableBlurBehind(QWindow::fromWinId(this->winId()), true, QRegion(0,0, this->width(), this->height())); - - plasmaThemeExists = true; - for(int i = 0; i < paths.length()-1; i++) - { - plasmaThemeExists = QFile::exists(paths[i]); - } - emeraldThemeExists = QFile::exists(paths[paths.length()-1]); - if(!plasmaThemeExists && emeraldThemeExists) - { - QMessageBox::critical(this, "Plasma theme not found", "Could not find the Plasma theme on your system. This theme will only be applied to the Emerald theme."); - } - else if(plasmaThemeExists && !emeraldThemeExists) - { - QMessageBox::warning(this, "Emerald theme not found", "Could not find the Emerald theme on your system. This theme will only be applied to the Plasma theme."); - } - else if(!plasmaThemeExists && !emeraldThemeExists) - { - QMessageBox::critical(this, "Theme not found", "Could not find the Plasma and Emerald theme on your system. This program will now close."); - this->close(); - } - - /* Setting up more UI stuff */ - ui->colorMixerGroupBox->setVisible(false); - hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)"; - ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient)); - saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; - brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; - ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); - ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); - ui->hue_label->setText(QString::number(ui->hue_Slider->value())); - ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); - ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); - ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); - QStringList values = { "6b74b8fc-Custom", - "6b74b8fc-Sky", - "a80046ad-Twilight", - "8032cdcd-Sea", - "6614a600-Leaf", - "6697d937-Lime", - "54fadc0e-Sun", - "80ff9c00-Pumpkin", - "a8ce0f0f-Ruby", - "66ff0099-Fuchsia", - "70fcc7f8-Blush ", - "856e3ba1-Violet", - "528d5a94-Lavander", - "6698844c-Taupe", - "a84f1b1b-Chocolate", - "80555555-Slate", - "54fcfcfc-Frost"}; - for(int i = 0; i < values.size(); i++) - { - QStringList temp = values[i].split("-"); - predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i)); - } - selected_color = 1; - colorLayout = new FlowLayout(ui->groupBox); - colorLayout->setContentsMargins(10, 25, 25, 25); - - for(unsigned int i = 0; i < predefined_colors.size(); i++) - { - colorLayout->addWidget(predefined_colors[i].getFrame()); - connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked())); - } - colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); - - ui->enableTransparency_CheckBox->setChecked(settings["transparency"]); - QColor tempColor(settings["red"], settings["green"], settings["blue"], settings["alpha"]); - predefined_colors[0].setColor(tempColor); - selected_color = -1; - ui->hue_Slider->setValue(predefined_colors[0].getColor().hslHue()); - ui->saturation_Slider->setValue(predefined_colors[0].getColor().hsvSaturation()); - ui->Lightness_Slider->setValue(predefined_colors[0].getColor().value()); - selected_color = 0; - selected_color = settings["color"]; - changeColor(selected_color); - changeBackground(); - -} - -MainWindow::~MainWindow() -{ - delete ui; -} - -QColor MainWindow::exportColor() -{ - if(ui->enableTransparency_CheckBox->isChecked()) - { - double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f); - QColor c = predefined_colors[selected_color].getColor(); - c.setAlphaF(alpha_dec); - return c; - } - else - { - return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f); - } -} - -bool MainWindow::saveConfig() -{ - QString txt = ""; - txt = "transparency=" + QString::number(ui->enableTransparency_CheckBox->isChecked()) + "\n"; - txt += "red=" + QString::number(predefined_colors[0].getColor().red()) + "\n"; - txt += "green=" + QString::number(predefined_colors[0].getColor().green()) + "\n"; - txt += "blue=" + QString::number(predefined_colors[0].getColor().blue()) + "\n"; - txt += "alpha=" + QString::number(predefined_colors[0].getColor().alpha()) + "\n"; - txt += "color=" + QString::number(selected_color); - QFile configFile(configPath); - configFile.open(QIODevice::WriteOnly | QIODevice::Text); - QTextStream out(&configFile); - out << txt; - configFile.close(); -} -bool MainWindow::loadConfig() -{ - QFile f(configPath); - f.open(QIODevice::ReadOnly | QIODevice::Text); - QTextStream reader(&f); - QString line = ""; - while(!reader.atEnd()) - { - line = reader.readLine(); - QStringList temp = line.split("="); - if(settings.count(temp[0]) != 0) - { - settings[temp[0]] = temp[1].toInt(); - } - else - { - std::cout << "Unknown property" << temp[0].toStdString() << std::endl; - } - } - -} -void MainWindow::changeEvent(QEvent* e) -{ - if(e->type() == QEvent::ActivationChange) - { - changeBackground(); - } -} -void MainWindow::changeBackground() -{ - QColor theme_color = QWidget::palette().window().color(); - QColor current_color = exportColor(); - QColor inactive_col = current_color; - if(ui->enableTransparency_CheckBox->isChecked()) - { - inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f); - } - else - { - inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF()); - } - if(!this->isActiveWindow()) current_color = inactive_col; - QString temp = this->background_style; - temp = temp.replace('$', "rgba("+ QString::number(current_color.red()) +"," - + QString::number(current_color.green()) +"," - + QString::number(current_color.blue()) +"," - + QString::number(current_color.alpha()) + ")") - .replace('!', "rgba("+ QString::number(theme_color.red()) +"," - + QString::number(theme_color.green()) +"," - + QString::number(theme_color.blue()) +"," - + "255)"); - - - ui->centralwidget->setStyleSheet(temp); - -} -void MainWindow::changeColor(int index) -{ - ui->color_name_label->setText("Current color: " + predefined_colors[index].getName()); - selected_color = -1; - ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue()); - ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation()); - ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value()); - ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha()); - selected_color = index; - changeBackground(); - -} -void MainWindow::on_colorWindow_Clicked() -{ - int index = sender()->objectName().split("_")[1].toInt(); - changeColor(index); -} - -void MainWindow::changeCustomColor() -{ - if(selected_color != -1) - { - selected_color = 0; - ui->color_name_label->setText("Current color: Custom"); - QColor c; - c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value()); - predefined_colors[selected_color].setColor(c); - changeBackground(); - } -} - -void MainWindow::on_colorMixerLabel_linkActivated(const QString &link) -{ - ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible()); - ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" ); -} - -void MainWindow::on_hue_Slider_valueChanged(int value) -{ - ui->hue_label->setText(QString::number(ui->hue_Slider->value())); - saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; - brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; - ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); - ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); - changeCustomColor(); -} - -void MainWindow::on_pushButton_3_clicked() -{ - this->close(); -} - -void MainWindow::on_saturation_Slider_valueChanged(int value) -{ - ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); - changeCustomColor(); -} - -void MainWindow::on_Lightness_Slider_valueChanged(int value) -{ - ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); - changeCustomColor(); -} - -void MainWindow::on_alpha_slider_valueChanged(int value) -{ - ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); - changeCustomColor(); -} - -QColor mixColor(QColor first) -{ - return QColor::fromHsv(first.hsvHue(), first.hsvSaturation() * 0.1f, first.value()); -} -void MainWindow::applyChanges() -{ - QColor main_color = exportColor(); - QString alpha = QString::number(main_color.alphaF(), 'f'); - QString fillOpacityMatch = R"(fill-opacity:(\d*\.?\d+;))"; - QString fillMatch = R"(fill:#(?:[0-9a-fA-F]{3}){1,2};)"; - //Emerald - QString active_color = R"(^active_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})"; - QString active_alpha = R"(^active_title_(left|right|middle)_alpha=(\d*\.?\d+))"; - QString inactive_color = R"(^inactive_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})"; - QString inactive_alpha = R"(^inactive_title_(left|right|middle)_alpha=(\d*\.?\d+))"; - QRegularExpression regex(fillOpacityMatch, QRegularExpression::MultilineOption | QRegularExpression::DotMatchesEverythingOption); - int pos = 0; - QStringList matches; - auto getMatches = [&](QString pattern, QString input) - { - matches.clear(); - pos = 0; - regex.setPattern(pattern); - QRegularExpressionMatchIterator it = regex.globalMatch(input); - while(it.hasNext()) - { - QRegularExpressionMatch match = it.next(); - if(match.hasMatch()) - { - matches << match.captured(0); - } - } - - }; - auto writeToPanel = [&](QString path) - { - if(!plasmaThemeExists) return; - QFile f(path); - f.open(QIODevice::ReadWrite | QIODevice::Text); - QTextStream reader(&f); - reader.setAutoDetectUnicode(true); - QString rawData = ""; - QString line = ""; - while(!line.contains("")) - { - line = reader.readLine(); - rawData += line + "\n"; - } - getMatches(fillOpacityMatch, rawData); - if(!ui->enableTransparency_CheckBox->isChecked()) - { - rawData.replace(matches[0], "fill-opacity:1;"); - } - else if(ui->enableTransparency_CheckBox->isChecked()) - { - rawData.replace(matches[0], "fill-opacity:" + alpha + ";"); - } - matches.clear(); - pos = 0; - regex.setPattern(fillMatch); - QString colorName = main_color.name(QColor::HexRgb); - getMatches(fillMatch, rawData); - rawData.replace(matches[0], "fill:" + colorName + ";"); - //Writing to file - f.seek(0); - f.write(rawData.toStdString().c_str(), rawData.length()); - f.close(); - }; - - - auto writeToDecoration = [&](QString path) - { - if(!emeraldThemeExists) return; - QFile f(path); - f.open(QIODevice::ReadWrite | QIODevice::Text); - QTextStream reader(&f); - reader.setAutoDetectUnicode(true); - QString rawData = ""; - bool foundSettings = false; - QString line = ""; - while(!reader.atEnd()) - { - line = reader.readLine(); - rawData += line + "\n"; - } - QColor inactive_col = main_color; - if(ui->enableTransparency_CheckBox->isChecked()) - { - inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f); - } - else - { - inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF()); - } - //Setting active colour alpha - getMatches(active_alpha, rawData); - for(int i = 0; i < matches.length(); i++) - { - QStringList temp = matches[i].split("="); - rawData.replace(matches[i], temp[0] + "=" + QString::number(main_color.alphaF(), 'f')); - } - //Setting inactive colour alpha - getMatches(inactive_alpha, rawData); - for(int i = 0; i < matches.length(); i++) - { - QStringList temp = matches[i].split("="); - rawData.replace(matches[i], temp[0] + "=" + QString::number(inactive_col.alphaF(), 'f')); - } - //Setting active colour data - getMatches(active_color, rawData); - for(int i = 0; i < matches.length(); i++) - { - QStringList temp = matches[i].split("="); - rawData.replace(matches[i], temp[0] + "=" + main_color.name(QColor::HexRgb)); - } - //Setting active colour data - getMatches(inactive_color, rawData); - for(int i = 0; i < matches.length(); i++) - { - QStringList temp = matches[i].split("="); - rawData.replace(matches[i], temp[0] + "=" + inactive_col.name(QColor::HexRgb)); - } - f.seek(0); - f.write(rawData.toStdString().c_str(), rawData.length()); - f.close(); - }; - for(int i = 0; i < paths.length()-1; i++) - { - writeToPanel(paths[i]); - } - writeToDecoration(paths[paths.length()-1]); - QProcess process; - process.execute("plasma-apply-desktoptheme", QStringList() << "oxygen"); - process.waitForFinished(); - QThread::sleep(1); - process.execute("plasma-apply-desktoptheme", QStringList() << "Seven-Black"); - process.waitForFinished(); - process.close(); - system("kwin_x11 --replace &"); - - -} - -void MainWindow::on_apply_Button_clicked() -{ - applyChanges(); - saveConfig(); -} - -void MainWindow::on_cancel_Button_clicked() -{ - this->close(); -} - - -void MainWindow::on_saveChanges_Button_clicked() -{ - applyChanges(); - saveConfig(); - this->close(); -} - - -void MainWindow::on_enableTransparency_CheckBox_stateChanged(int arg1) -{ - changeBackground(); -} - diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h deleted file mode 100644 index 4b0287b..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.h +++ /dev/null @@ -1,86 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "flowlayout.h" -#include "colorwindow.h" - -QT_BEGIN_NAMESPACE -namespace Ui { class MainWindow; } -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - void changeCustomColor(); - void changeColor(int index); - void applyChanges(); - bool loadConfig(); - bool saveConfig(); - void changeBackground(); - QColor exportColor(); - -protected: - void changeEvent(QEvent* e); - -private slots: - void on_colorMixerLabel_linkActivated(const QString &link); - - void on_hue_Slider_valueChanged(int value); - - void on_pushButton_3_clicked(); - - void on_saturation_Slider_valueChanged(int value); - - void on_Lightness_Slider_valueChanged(int value); - - //void on_horizontalSlider_valueChanged(int value); - - void on_colorWindow_Clicked(); - - void on_apply_Button_clicked(); - - void on_cancel_Button_clicked(); - - void on_alpha_slider_valueChanged(int value); - - void on_saveChanges_Button_clicked(); - - void on_enableTransparency_CheckBox_stateChanged(int arg1); - -private: - Ui::MainWindow *ui; - bool plasmaThemeExists; - bool emeraldThemeExists; - FlowLayout* colorLayout; - std::vector predefined_colors; - std::map settings; - QStringList paths; - const QString configPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/.aerorc"; - short selected_color; - QColor color; - QString hue_gradient; - QString saturation_gradient; - QString brightness_gradient; - QString style; - QString background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 $, stop:0.12 $, stop:0.121 !); }"; -}; -#endif // MAINWINDOW_H diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui b/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui deleted file mode 100644 index 058ba5c..0000000 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/mainwindow.ui +++ /dev/null @@ -1,515 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 900 - 600 - - - - - 776 - 585 - - - - Change the colours of your theme - - - - .. - - - - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Maximum - - - - 20 - 10 - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 10 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 350 - 0 - - - - - 16777215 - 16777215 - - - - 255 - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 12 - false - false - - - - Set the colour of window decorations, panels, tooltips and taskbar - - - Qt::AlignCenter - - - - - - - Qt::Vertical - - - QSizePolicy::Maximum - - - - 20 - 20 - - - - - - - - - 0 - 0 - - - - - 16777215 - 50 - - - - QFrame::NoFrame - - - QFrame::Raised - - - - - - - 100 - 0 - - - - - 100 - 25 - - - - Save Changes - - - - - - - Apply - - - - - - - Cancel - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - Enables/disables the transparency of the entire theme. -NOTE: This setting does NOT affect compositing settings. - - - Enable transparency - - - true - - - - - - - Current color: Custom - - - - - - - - 0 - 150 - - - - Color mixer - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 0 - 25 - - - - - 16777215 - 16777215 - - - - QSlider::groove:horizontal { - background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000); - height: 5px; - position: absolute; -} - -QSlider::handle:horizontal { - height: 3px; - width: 10px; - background: #fafafa; - border: 1px solid #46aaab; - margin: -6px 1px; - /* expand outside the groove */ - -} - -QSlider::handle:horizontal:hover { - background: #dadaff; -} - - - 359 - - - 0 - - - Qt::Horizontal - - - - - - - Saturation: - - - - - - - Hue: - - - - - - - - 0 - 25 - - - - - 16777215 - 16777215 - - - - 255 - - - Qt::Horizontal - - - - - - - Brightness: - - - - - - - - 0 - 25 - - - - 255 - - - Qt::Horizontal - - - - - - - - 40 - 0 - - - - - 40 - 16777215 - - - - TextLabel - - - - - - - - 40 - 0 - - - - - 40 - 16777215 - - - - TextLabel - - - - - - - - 40 - 0 - - - - - 40 - 16777215 - - - - TextLabel - - - - - - - - - - - 40 - 0 - - - - - 40 - 16777215 - - - - TextLabel - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - PointingHandCursor - - - <a href="no">Show color mixer</a> - - - Qt::RichText - - - false - - - Qt::LinksAccessibleByMouse - - - - - - - Color intensity: - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 40 - 20 - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg deleted file mode 100644 index 1e29bfa..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg +++ /dev/null @@ -1,1330 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b deleted file mode 100644 index 17c24bf..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg.b +++ /dev/null @@ -1,7747 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup b/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup deleted file mode 100644 index e574b15..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/background.svg_backup +++ /dev/null @@ -1,1049 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop b/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop deleted file mode 100644 index 554a2e6..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/metadata.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Contrast Effect] -contrast=1 -enabled=True -intensity=1 -saturation=1.7 - -[Desktop Entry] -Comment=Seven Black theme with glass effect and reflections -Name=Seven Black -X-KDE-PluginInfo-Author=Mirko Gennari -X-KDE-PluginInfo-Category=Plasma Theme -X-KDE-PluginInfo-Depends=KDE5 -X-KDE-PluginInfo-Email=mirkogen@hotmail.it -X-KDE-PluginInfo-EnabledByDefault=True -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-Name=Seven Black -X-KDE-PluginInfo-Version=1.0.84 -X-KDE-PluginInfo-Website=http://www.techbulk.net -X-Plasma-API=5.0 - -[Settings] -UseNativeWidgetStyle=True diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt b/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt deleted file mode 100644 index a2147e0..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/solid/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -This part of the theme is undocumented by KDE plasma and allows Dialogues and ToolTipDialogues to have custom backgrounds which are marked as "Solid". -However, nothing in KDE's code prevents you from using just about any SVG which can be either solid or transparent, as the source code merely shifts the SVG location to -this specific directory. diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg deleted file mode 100644 index 6681311..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background.svg +++ /dev/null @@ -1,2243 +0,0 @@ - - - - - - - - - -image/svg+xml diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg deleted file mode 100644 index 17c24bf..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/dialogs/background.svg +++ /dev/null @@ -1,7747 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg deleted file mode 100644 index c5047b1..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/panel-background.svg +++ /dev/null @@ -1,1754 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - image/svg+xml - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg b/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg deleted file mode 100644 index 928f156..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/translucent/widgets/tooltip.svg +++ /dev/null @@ -1,4874 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz b/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz deleted file mode 100755 index 6a915c5..0000000 Binary files a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineedit.svgz and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg deleted file mode 100644 index 4a1620e..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background.svg +++ /dev/null @@ -1,1869 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - image/svg+xml - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz deleted file mode 100755 index 4688228..0000000 Binary files a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tabbar.svgz and /dev/null differ diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg deleted file mode 100644 index b679b84..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasks.svg +++ /dev/null @@ -1,8804 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   - hover selected mini. normal attention -   -   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg b/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg deleted file mode 100644 index a1cbbef..0000000 --- a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tooltip.svg +++ /dev/null @@ -1,4884 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user old mode 100644 new mode 100755 similarity index 99% rename from Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user index 6952c95..6ae3915 --- a/Plasma/KDE Plasma Theme/AeroColorMixer/AeroColorMixer.pro.user +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/AeroColorMixer.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -142,7 +142,7 @@ true QtProjectManager.QMakeBuildStep - true + false @@ -183,7 +183,7 @@ true QtProjectManager.QMakeBuildStep - true + false diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qmake.stash b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qmake.stash old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qmake.stash rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qmake.stash diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/FILE.h.0B47AA35880D6C68.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowEffects.704964626F129D7F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/KWindowSystem.5F085A969F7FB75F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QApplication.FB1AC9037C8F3BFC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCheckBox.9573F05B9DA81792.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QColor.D9B1A56C629489D7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QCommonStyle.2C1FA20782DC6948.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.2BD49A0D4416A439.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QDir.39C9E39CFDF6223C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QEvent.023C1333C9BB4927.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QExplicitlySharedDataPointer.5BBFF2DEBEABFBAD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFile.FDB606D45EC47A79.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFlags.97F552CEEF866879.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QFrame.48AECB5BCD7A1B1B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGridLayout.36FC288735992368.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QGroupBox.75CEFC501E51CF56.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QIcon.7BE000CCD5E5FDAF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QImage.FFC7BDE858E09F0B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLabel.9455F93D231E4BCE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QLayout.0878C110CA7AA6FE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QList.6095E68C017DF8F4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMainWindow.C726D1C0C497539A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMargins.A6D05E66F3423970.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix3x3.D4D1354298767146.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMatrix4x4.03A67E0BE6461F14.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMessageBox.912944E057322452.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QMetaType.434A43D5F04E6B9B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QObject.F93F02DEB28C5924.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QOpenGLContext.D53DF3073FA1EDC7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDevice.CF6AF627639BC370.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPaintDeviceWindow.ADD72866F6A49DEC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPointF.B03E256DB2054521.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QProcess.7C02EBAD3D382FDC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QPushButton.69CF5741B78879D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRect.7F1A5FA7FB796CB5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegExp.78EE217591F9C609.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegion.7A07A8CE9CEBFC64.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpression.782C79D89EBD1DFD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatch.9F433E984244DE78.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QRegularExpressionMatchIterator.F2FD944A84C24100.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScopedPointer.4FE61CDABF025E37.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QScrollerProperties.780DF0C359F79900.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.B427F51ED61EEF09.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSize.18760AFC89687FC7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSizeF.DA75CDB7D90417F2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSlider.E0CF4D19F17FA5EB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSpacerItem.E21041C1AD5BACA9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QString.0E57DE3FEEA24E92.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStringList.D88842CCE99F3349.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QStyle.7437A1ACABFE5FEC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QSurfaceFormat.9260330778C46167.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTextStream.4455D8064E342062.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QThread.8C086A13FD8B87FF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QTransform.27C3144286251785.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVariant.255870E681959501.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QVector3D.C7489F9153592C87.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidget.5DD4B191F8F4A76B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWidgetList.3E37DEFD9B89DED8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QWindow.02F4E9F1E86592D7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCore.6F62E62CE146A14F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtCoreDepends.2817C9417177DFE5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGui.B66D071F01FC1F99.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtGuiDepends.3036897766F1EFDE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgets.CF8D2E7252CD0960.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/QtWidgetsDepends.289F9A9534E4A093.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__FILE.h.6F8BF1EA128A85A8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.76CFE28F9C6B8241.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__fpos_t.h.9C6C7821CAFB6728.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__locale_t.h.3F73A78C1398A1A9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.18CD360ACD7D77DA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__sigset_t.h.6BFEE909145251C5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.96B23AD00222437D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithm.0A9FCDCED27FEB6F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.828A8DB6E9EEE3EE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/align.h.6BF9EDC33653739F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.E63FB756F412AE2F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.D0EB4748D597EB42.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloc_traits.h.E372FA9286DC0DCC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/alloca.h.B3C3404035C15EA6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.966BC7677AAF3C36.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/allocator.h.89B127BC01C0A2FB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assert.h.F44EF353D67C7E11.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/assertions.h.73072A3463340DD9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic.46EF78784C52C067.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_base.h.2D4EDD9F7BC682CD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_futex.h.184FD170C46BEE68.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.103EA1AF455C745C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.56DB1510DB559888.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomic_word.h.74F6A3A5F4319EC9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/atomicity.h.BE0E8617DD15446C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/auto_ptr.h.B52290E93C384B87.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.h.F17725FEA4B79979.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.7C93E6F808EFA9F3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.h.6417FF8C81DA1D7F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/basic_string.tcc.298648CE782362CB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/binders.h.D7487ABB5358F6D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/bit.76EB573FE96878C3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/byteswap.h.6F2302C3C3B7048C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++allocator.h.36FAE94571AD6311.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++config.h.DF1D8297D0FBF728.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/c++locale.h.197A146DFD43675A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cctype.B217887342BD1775.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cdefs.h.8113CACA75BA375E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cerrno.9377711B6CF4C235.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/char_traits.h.84BF30BC63097530.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/charconv.h.ACE79EFDF625C685.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.78D0CD9B2F8B9C7F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/chrono.h.C2EA0D6B0150DBC4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clocale.618ECD283A027D2D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clock_t.h.4298E782D79C8AAE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/clockid_t.h.BE41EEDE18978A00.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cmath.C154A56BA1C47968.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.cpp.1FDC31D224CE6288.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/colorwindow.h.F832E96DF4E6CFB7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concept_check.h.96D23FFA9EB1BA86.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/concurrence.h.0A2615FDDA943105.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/condition_variable.557CE0D5C1367AE5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.F008C27662A34FC7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.C1BC93C572F98E28.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu-set.h.E2616A97511B788D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cpu_defines.h.6AA1B90DD4E35359.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstddef.B2C936B264C43B9D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdint.0CD5C5E811140048.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdio.09F56995ED7CD861.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cstdlib.9CC675EFBE331E6E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctime.B261B38C1F3742D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype.h.8C666B63C116FFB8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_base.h.FAAAFBA16C0A03D3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ctype_inline.h.AC2E156098EC8626.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwchar.2DD9CEBDB7293D0F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cwctype.70BD2ACD98324F00.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.10D429AF48BA6BE1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.09AE6EB2E0B40CED.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/debug.h.71D2D77BF5914CDA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.86AC4579400E1F3C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endian.h.CBC7B63F4780E810.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/endianness.h.63FFD0703BF37E41.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/erase_if.h.4AC7375AB4827A4B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno-base.h.6103700F2A961E57.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.061397FDE4C98757.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.3B388C5618606E4B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.976E2F7993D5837D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.D9D8241F3E79ABDF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/errno.h.ED5CC3F31B3B565F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_constants.h.671EDF2AE92E9FAE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/error_t.h.A969CA67F72DCE1C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.79D90D653280EE6F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception.h.BCF24C7F63B98F82.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_defines.h.49EA94090E62A128.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/exception_ptr.h.8A42CE07EED62575.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features-time64.h.C0452545283792D6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/features.h.839A4F3F7C9A4375.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn-common.h.220778C34B31099D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/floatn.h.987689782B9EAADF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.cpp.0C4CBB09704CE632.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flowlayout.h.BDEF3CB129336411.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.095497E1EF063553.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-fast.h.36865E5392BB6B93.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/fp-logb.h.630478C035069614.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functexcept.h.2A2E39776D3ED33F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional.22BC480F2BF38B6C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/functional_hash.h.A684A0AA30E123C1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/future.40F6EB336EF63F44.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gl.h.F39A56717154A031.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr-default.h.781A7BF25536690C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/gthr.h.06DC9DA786B26E81.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/hash_bytes.h.84E226767AB6BF9F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/initializer_list.83E7646647C44EBF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.2DA7CE2DF000FB0D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/inttypes.h.8496E7CD9AC401FA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/invoke.h.56EAC3315480208F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios.C95EED5A475E3DBB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ios_base.h.BEAEEB95192CCD15.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iosfwd.F19813250D09297A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iostream.DE9054B4375C55AE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iscanonical.h.C15D048E1838CBE7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.4E671A29B3BF6CAA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/istream.tcc.F1E0CA5187A103F8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/iterator.6781D31400B05AC3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindoweffects.h.7642E3BB1873F03C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowinfo.h.CC0D01971E8D6A40.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem.h.9FC9588C69C33B62.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/kwindowsystem_export.h.B3F3506589877753.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libc-header-start.h.DE4EC70643B7CD1B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A66C362EA63E5365.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.6124B10495977BE3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.362D6A62FAA766B2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.69A10F8A386658B6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/limits.h.DCE8C15AD9D662BA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.F56A387883C7481B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/list.tcc.C903DDB075A046E5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/local_lim.h.65DD3C8F099DD6D7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.5F1EA2E91D0CD92F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale.h.AF6D7871B4798B5C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.h.4034A711F9875C49.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.4C0192029F8C4814.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.h.A4CBC63976A67E90.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.BA53D206F78CC034.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/locale_t.h.34B89A0475C69266.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/localefwd.h.8F8BDB04693AA322.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/long-double.h.4E9A278B5D22A190.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/main.cpp.6F1A0E89E1C7FE3C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.78F992D7B896B592.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mainwindow.h.D8EC2EACD6D9929A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/map.E937322E2915CD85.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math-vector.h.7BE2DEF4618784C5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/math.h.01C27C5330238AC3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.945D0D556527C1DA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.CF57CB260EEB3FDD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mathcalls.h.0D6A5334AC3EFF18.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mbstate_t.h.90C0B8AE7F2F3969.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memory.1A899AF7784E3659.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/memoryfwd.h.FA5F4245270B0B51.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/move.h.A5E67C93C2508372.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/mutex.A384FE3BC032CA0E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/nested_exception.h.23ECE11A0730AA8D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/netwm_def.h.4D82FB95BB0D27A4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new.49A01C4FB23CFBCA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/new_allocator.h.870D7B8FF2328D25.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric.80166A57FAF3967D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/numeric_traits.h.D0E23354A985386E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/opt_random.h.7FC90A334434BA77.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/optional.897D980FA64A1CD0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/os_defines.h.FC67559B40F39545.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.075645772165D16A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream.tcc.5E422C8EF0F4A177.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ostream_insert.h.05DCBA8FDCA76FCF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/parse_numbers.h.3D61E812493C9995.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix1_lim.h.355DF01694695DA6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/posix2_lim.h.691D4B704B2D4723.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/postypes.h.C148709FF054D210.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/predefined_ops.h.DD8B2F9A475ACD2D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread.h.BA62F334A4AE6D48.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7E1DF74F826CE798.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.7355DCEE3967E5B5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.2AB44129CC1055A5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ptr_traits.h.2ACF18E4154A441B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.90CF0C82B5423405.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.CEB70D0D2CEE8921.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.55CF4F9762AF25CE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.B25861187C40BC00.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.5D4A1CE50B1EE784.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.1EEB1A6111FB26CE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.DDBFC047444061B6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.5217D8627322B71C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.0E4D7E72A724FD97.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractslider.h.81BC36A5B99A6680.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.3018B26980E1C88C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstractstate.h.E1770B846B807C87.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttextdocumentlayout.h.BDFBAC07849C195F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qabstracttransition.h.3762CC5E0B339F2A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessible.h.9EF484AB7E2BCD37.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblebridge.h.B3D8F0489C97BE4F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleobject.h.E55E11783C96646C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessibleplugin.h.C7F37DEBCD2FEC0F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaccessiblewidget.h.FB58DB43FD32169A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qaction.h.429CBDD58FCBEB08.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qactiongroup.h.05B2FD14FDB2F878.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qalgorithms.h.ED6C00994EAB2F62.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.60D0D1AF379CFD37.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qapplication.h.AB84A42C732DCBCB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydata.h.25F1FF32D708C4F5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydataops.h.F77D7D64388743E2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.ACA375B8C3E8D3DD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic.h.E769041E1D24C7B6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.50EDE049696DFD3B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbackingstore.h.3C78633B8CA8B21C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.1FD327C34E1EB394.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbasictimer.h.AFFE4534ED854CEE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitarray.h.9CA0F2518C52C4DB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbitmap.h.A96D9DE0CC8FB66C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qboxlayout.h.2C17861AA72F3C25.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbrush.h.B28BBB9DEC3073C7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuffer.h.09FE63CB9CDAFC15.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbuttongroup.h.DB293B5182069AEE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearray.h.FCE639D5460B3659.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.14F4C12929BBB61E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.41BDAD8A545A478B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcache.h.C26F2E9201439650.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendar.h.510A706C4C338924.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcalendarwidget.h.0A9CAF23900458D4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborarray.h.FA3EA01AB5C2DB81.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborcommon.h.EC115462286820D4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcbormap.h.CC2F113326196718.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstream.h.3730A93BABEC7AD3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.614090850FCCBE76.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.7DB2BF4C4FC92A9C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcborvalue.h.C4067A677BFE389E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qchar.h.EA0E5AA6EC12DC65.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcheckbox.h.DF5067AD7AE52F24.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qclipboard.h.C161DA7197F3F2EC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcollator.h.27585F7CC64A9EA8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolor.h.0A6DF50CB8BCAA37.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolordialog.h.8F7B54DCA4C5003E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolormap.h.D21C7AE31597DD64.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolorspace.h.D5EF22BE546CF733.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolortransform.h.510117028FC7E6C5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcolumnview.h.D93EEBAD969A5B1B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcombobox.h.EABC2D1A23164179.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.8AA917733EB3684A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.7A3E0266D1FE2AFA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommandlinkbutton.h.6C9D67EF42DF0EB5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcommonstyle.h.A1CEDBD889FB4438.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.911BA17DA0AA772B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcompleter.h.29B2EACBAA2B44DC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.0F9FC6054137608C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qconfig.h.5AB0051FB9CD29A0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.8BCD555015964B5F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.D2943F971AEE9A5E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.760F31E31F4BB663.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.BD6E3E9A701ABF00.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcoreevent.h.EC960460D6E094EC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.299BD846A14B5F63.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qcursor.h.D2187AC8AACD35D0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatastream.h.67F2158157580D70.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatawidgetmapper.h.D2AC9CBC9DCD330B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetime.h.BBA7609835CC26CB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdatetimeedit.h.8A502F53E1EAD08C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.3BA6B682B94252BF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdebug.h.1E37B878E1CC4EAB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopservices.h.B0AF0CA7E24D3718.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdesktopwidget.h.FA8798CA87583730.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdial.h.BA5006C4DB93063E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialog.h.C3F71F0B1E4AEEC7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.B327C7D4F20D3AC4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdir.h.622D064A7523205E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdiriterator.h.5F78BD1043BB238A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdirmodel.h.B90E6DDAB52CE877.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdockwidget.h.204696E2C0F702F6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrag.h.88A79AA406397F72.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qdrawutil.h.CBE2BCDE4789E845.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.646F3CD5E56B9E3E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.944B81D748FE31AB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qendian.h.8FE1AF2EAA6FA8F9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qerrormessage.h.BF9A84905A0E7FCC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qevent.h.74147E88D34CC3F5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventloop.h.B4CA5E0FE375F411.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qeventtransition.h.11FE3A957D1292A2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qexception.h.80580248FD42C14D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.E073AA552CE4E0C5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfile.h.25E2D3170060C134.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledevice.h.32C5521C958DA6F9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfiledialog.h.167D283B0FF91850.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileiconprovider.h.DB4687BA1F5F5895.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileinfo.h.4A5F8CE6C989BAC9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfileselector.h.2062214E419CEF44.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemmodel.h.87594701EC96F839.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.88657D2C9075E7C1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfinalstate.h.1BEE61A5F2456A0F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qflags.h.1148EB950D03344C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfloat16.h.7D1CE87FCBA8726F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfocusframe.h.01198BF306BA73F4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfont.h.EE33C4E9B1D5D2D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontcombobox.h.744732B1AE481390.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdatabase.h.476D9F96AA88171D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontdialog.h.E28A6A8FBC8B5702.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontinfo.h.A36E3AB3DFDAE09F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.36FD7912FD1A3105.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qformlayout.h.59ECF81FFC55F595.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qframe.h.1B2FFA0C2638629F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuture.h.76DA66AE19BDB4CB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.1D614E8EFCF64278.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.8FCD2D222580EA3F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.1BDCD709D755D859.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.0F42DF5F27A5ADB2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericmatrix.h.75C941108E680FD2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericplugin.h.FE6C998A2836FAE3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgenericpluginfactory.h.3868C5F26AD2639B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesture.h.B1DA1E44AE8B1521.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgesturerecognizer.h.58E1A5DF12A091F4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobal.h.D9EE19FE722EEC35.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.78F516C33E81D18F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qglyphrun.h.8DBEB7975749F0B6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsanchorlayout.h.FE28C89110910607.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicseffect.h.E44639F2DF1EE98B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsgridlayout.h.57DE783BBD12BAC0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitem.h.3F48D8D24C227C05.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsitemanimation.h.7AB8B8FBFCCF60DA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayout.h.A8BA5744B7B816FC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslayoutitem.h.4A5AE6E525957D92.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicslinearlayout.h.01587617F175B678.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsproxywidget.h.42BD74069DEC1266.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsscene.h.78A21832F3228AD9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicssceneevent.h.DEC805EA9B93F492.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicstransform.h.176372F84D660423.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicsview.h.1506807318779444.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgraphicswidget.h.D91CD4EBFA4398D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgridlayout.h.CC5445BD1EE11077.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qgroupbox.h.FCD46622706DB1C9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qguiapplication.h.F652B95F6CBDEDC3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhash.h.E4CEF0E6C7E7C0DF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.163EC8A2320EB1CA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qheaderview.h.53774793365F74CB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qhistorystate.h.0B28F0E4AA1938B0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qicon.h.E3515792E4EB9EEC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengine.h.B9044453F1419361.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiconengineplugin.h.E0380B2E363B8E86.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.885AF352FD0D2A9E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimage.h.0D24D4FC6D0AD3E4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimageiohandler.h.4324FE7AEA66452A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagereader.h.66E1DC08FEB976E1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qimagewriter.h.8C8C3C63B6F79955.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputdialog.h.907B89D9878D7AAD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qinputmethod.h.F32E5A8821C27F6A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiodevice.h.B0B686AE81127E92.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qisenum.h.908D250EF1ED8C01.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemdelegate.h.69B2EA868876CC6D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemeditorfactory.h.3C945AA18F1668A5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.EDE929FC698B3908.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qiterator.h.67C386C4A6BE4AAC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonarray.h.DB42CA3BB7E1929C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsondocument.h.0A2BD39B26189C33.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonobject.h.DF16F7CE06973F8E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.AC42DA6114609CD2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeyeventtransition.h.31034B6F0045984A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequence.h.42864C1FC3AEC97C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qkeysequenceedit.h.F4024AE4644A3B41.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlabel.h.C3E745A089F32501.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayout.h.47DE182400BA4273.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.27971C7471CE0792.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlcdnumber.h.67E1A2DF1447178C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibrary.h.BF09B783F5A3EC4B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.22656A53FF0621A9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qline.h.B50A1017A1AD67EC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlineedit.h.09549642EC006FCB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlinkedlist.h.A65784F81900EDCC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlist.h.C45F06CF8C478C49.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistview.h.B912ECB520D23F66.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlistwidget.h.7AC90AD8257743FB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlocale.h.BBE198DEE79CEA79.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlockfile.h.70C0AF89E633719E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qlogging.h.FE008228C0C80A41.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.67199E500C612959.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmainwindow.h.85172132F17F8D6B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmap.h.C2FF896D4A6BA7C0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmargins.h.A0BFD1B73971BB5E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmath.h.D576B9FED11E4CE8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix.h.F1848F178F36439B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmatrix4x4.h.1806F80DBA57010D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdiarea.h.F210BF85CB958F50.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmdisubwindow.h.668C470AC32B3E33.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenu.h.94F762C6E2C2ECC4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmenubar.h.F0E3DC643657B40E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.3F76C0E6411A09DC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmessagebox.h.872040BFFDEEA574.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetaobject.h.2CA0D5908FDF5D79.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmetatype.h.E81A9AE54227424A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedata.h.BAE09402B7E2512B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.2D8F4E5DD03FE327.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmimetype.h.EA511904CBDAAB85.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmouseeventtransition.h.1CAF63D4F209C841.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmovie.h.DB96C332EE1FBDDA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qmutex.h.DFACA1E09F4C19BC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnamespace.h.210241A229BC68D3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qnumeric.h.49C86AC91714DEAF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject.h.002DD3A63A7EF287.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobject_impl.h.4293CCD6C78219FD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.416C50C24915852F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.5E4FBB2E35F7B13C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.7C72ABF0F2C57460.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3042C2FD1A6D8E29.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoffscreensurface.h.4CD2CC2F7F49F843.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengl.h.6E32DE524D851BBF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglbuffer.h.2051228FEBA5B452.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglcontext.h.61F71D6B1BBD126E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengldebug.h.4497622D7D0E36F2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglext.h.25CE353F482CC7E4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglextrafunctions.h.81556C3548FB86ED.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglframebufferobject.h.A8940DA81A9B4EFD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglfunctions.h.AFEB691B13C2F24B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpaintdevice.h.C515358570DDA8FE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglpixeltransferoptions.h.0890464ACCC2E781.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglshaderprogram.h.E931927AE7EABDD3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltexture.h.402843C30938D11C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltextureblitter.h.EAF081E9C5768D96.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopengltimerquery.h.43777D8B1E6EF018.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglversionfunctions.h.30A22FEC00F9EF13.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglvertexarrayobject.h.0AE24C94AC1CB184.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwidget.h.937509D5A99449C4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qopenglwindow.h.17B4715D8D1E9F55.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.50D64BED9B232833.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagedpaintdevice.h.FF97DC90F06D5760.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagelayout.h.675563A84DA4F965.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpagesize.h.6ADDCA23748465C1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.60D271D503F7038D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintdevicewindow.h.603099308332CF51.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpaintengine.h.34485907919E0483.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainter.h.FA1ED8E0DEC69AAA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpainterpath.h.0029098DF80194F5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpair.h.8C94593910197565.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpalette.h.32497154481892FD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.637E66B78F50ADF0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.00096A419472EC13.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpdfwriter.h.EBE0D5E1EB70E631.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpen.h.E596D6D096A7BC9F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpicture.h.77577ED09CE0A4FF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpictureformatplugin.h.D35B03EAFFA102CA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixelformat.h.B8E89013C1E1406C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmap.h.91EF399CD9B05A5B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpixmapcache.h.7C4367938A9CC985.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplaintextedit.h.2189BE2963140D41.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qplugin.h.8A8C5EA4079398C7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpluginloader.h.4BE4B30F63E321B9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpoint.h.CB5B8CE5C5032BE0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpointer.h.69CDF7A7D2417383.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpolygon.h.62F73195F583B991.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocess.h.352A475613529E89.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.CCC1F5C3684E5879.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressbar.h.0AFF9BD843AECAC8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qprogressdialog.h.A1D752C285FED6CA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.549EC3C0B090DD6C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qproxystyle.h.6219EDCEF554B890.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qpushbutton.h.9F299A472D1BF75B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qquaternion.h.97F501D4F76823C9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qqueue.h.F0D797950647A99F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qradiobutton.h.E3CCCAA1D8011E50.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrandom.h.C7F34214E8505758.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrasterwindow.h.94508A4D481AEED1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrawfont.h.B1EEBD54EEB091F8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6B3D4E67C15D6F00.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrect.h.B236949B1B19D284.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrefcount.h.6D9022EAC66ABFF6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregexp.h.FEB192D37ADE91FC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregion.h.76A4FB6D19DF6138.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qregularexpression.h.7594FE6B237E2495.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresource.h.47D745ED82BC0A70.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qresultstore.h.1B740AF2634F75AF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgb.h.704D486B0290B3E2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrgba64.h.EF8B0C43F0A3D38F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrubberband.h.FBBB1D046A94E709.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qrunnable.h.1CB629A174D0E3CA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsavefile.h.E7850FEAE968A727.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.D2D746F27CAE9948.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.E8D167DAFAC12B2A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscopeguard.h.84E9A76F74111EBC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscreen.h.5629F44CB3F7D03C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollarea.h.75B7DDA20588DD58.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollbar.h.30BE44B735B581C8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscroller.h.13456E6AC6D0EE19.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qscrollerproperties.h.B3090C3F9E9ED6CF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsemaphore.h.28897CB9A96A0612.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.F183D76DEC7C6DED.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsessionmanager.h.9E59C9F8F4297B95.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qset.h.5DE2128666390A7F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsettings.h.46E94B8456A523B0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshareddata.h.7F0354AC29B81B66.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.0B38BCDF898C7C0B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.7BB9AD8D82DB24CD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.FBFD6E89C4F7E3E5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qshortcut.h.2DBD316E6A66FCAD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.B0933829300558B0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsignaltransition.h.7EDF3769227ABA4A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsize.h.BC759F8C0C0FEB5A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizegrip.h.979C74E9795386D4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.484BDC66A0382EA7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qslider.h.7368A519ED3AD61F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.E240D5E3FE9583D1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.9EF7BF3E11579513.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qspinbox.h.B3B29C70EAD6591F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplashscreen.h.0DEA44A3E0961C83.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsplitter.h.BE3D0679A8090209.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstack.h.D012B728176F55B4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedlayout.h.59136AF560101FF4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.C3D279E40B24763F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandarditemmodel.h.370BBB9DDBE944C6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.1E31A688A933F8CF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstate.h.F2B0A093AFA0505C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatemachine.h.07081B8D8E1AA950.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatictext.h.C38A8633BDC00A38.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstatusbar.h.58DECE78EFAEDF9E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.F4B1F9ACE82CC727.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstring.h.5744060B551AA9E7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.3F894D1DB0E1816F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.A8658DFC49CEACD9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlist.h.E38244BC82863F44.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.619A34AC4A5E798F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5F7CD79323CC32B6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.5FA6FEFD0662CBB7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstringview.h.EF96AECE7AE40D51.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyle.h.794A4DCD67AB8323.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.55CCC1BE546836C4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylefactory.h.741EB1BD1B1AC57E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylehints.h.8CD7B462B924AA23.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleoption.h.AEA8F2C00B889596.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstylepainter.h.8B8DBFEBC0997ABE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qstyleplugin.h.376E2FE4D361F75F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurface.h.C524C5F7C7BE14EB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsurfaceformat.h.3E88F92884901CFF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsyntaxhighlighter.h.8BA9DAE4A9BC4F19.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsysinfo.h.A1E3E3E23A1A0FDA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.3D5E95B7FF912542.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.BF39D6B936A200EA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qsystemtrayicon.h.05488B8B82A8EDC2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabbar.h.4D2D281E281E0B34.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtableview.h.7619738C02F8ED94.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtablewidget.h.C7F105CCC311BBD4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtabwidget.h.B95045187AEDD630.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcore-config.h.BDE2D0005AD83F21.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.76DFE2E321DB26FE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.CCCEF2F173501ABC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.56BCC6482154209C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.6B567EA076837025.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextbrowser.h.34A2C472161A5F22.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcodec.h.42C7E51C113643EC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextcursor.h.78D8C5CE4CAB228D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7D2B8AAA273FC167.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentfragment.h.86F28303B228911F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextdocumentwriter.h.B7A175F7AC904F34.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextedit.h.D64C95558F443FA3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextformat.h.93CA1A4890DC0861.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlayout.h.72421D17A1B376B0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextlist.h.60F6889CC91F1A62.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextobject.h.1549A44D20C46D0D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextoption.h.61EC86B182C9EC7E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtextstream.h.EEEAB05127EA6825.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtexttable.h.3D508B523E1258D6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtgui-config.h.A0E011A4CF2B98CE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.D963485B51255A11.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtguiversion.h.2D7B22BD5D881799.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthread.h.DEECA484F42943FC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadpool.h.9E88340586364927.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.F5174AF3CCCD7121.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimeline.h.9903E2427B60C647.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimer.h.501146C154FE83A8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtimezone.h.3321EF29F0E87056.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbar.h.1EF02C0947AA5006.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbox.h.D97EE2EE38DD661A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtoolbutton.h.7BFE7B4459A761EF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtooltip.h.1AEED533D4241B11.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtouchdevice.h.A8A11516261CB15E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransform.h.9285BE59BCE368D5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtranslator.h.4059E3DA0D051733.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.F6F873343D54D02E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreeview.h.CB924CF2712C8C0F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidget.h.0E7C75DE5328FCD5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtreewidgetitemiterator.h.B0C0F3716109C051.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.2C4A90FAA74D25CA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.9195E413D65F9778.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtwidgetsversion.h.274152722AE349FD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.DB1ED32EB2BB25BE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qtypetraits.h.3A0AC962BBA09BBD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundogroup.h.CD2B62DC9001C475.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundostack.h.5CD891B5CB05D6ED.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qundoview.h.B0E61D65EC26886B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurl.h.AD7023CC8D8CB5CC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qurlquery.h.FE577E967A635809.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/quuid.h.1403F20833EFEC32.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvalidator.h.18B99429F2722D93.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariant.h.6C260B408649ED12.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.7226F06C3356EB96.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.0576A1708973B23F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector.h.B39CFFB323D198B1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector2d.h.922F17303D0AC52F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector3d.h.7088208682C90C38.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qvector4d.h.21E7135FA7FBD03A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversionnumber.h.495D7E7230C08897.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qversiontagging.h.9A830BA5B9EAE40D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.DE24D779F380D7D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwhatsthis.h.C0819D89E46D6B3F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidget.h.1757CFB8723E94F9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwidgetaction.h.C1293782911F0EF8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindow.h.615E85237AD611DF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.0AADEC0FF82BC8FF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.C744593BEAAACE9B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qwizard.h.2BADFC2BF009C6BC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/qxmlstream.h.3EA4B214993AAB6B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.BE2E7734710C30CB.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.h.764A2BAAE005864C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/random.tcc.8B8A265CC733B1D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/range_access.h.C208E46304F21B1A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ratio.903743C5112B7EB8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/refwrap.h.4D5516429629FB81.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.39F1CA4363AA41A1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sched.h.5B833830F429325A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.5CE3C1D53D97CBB2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/select.h.BF31061F87713581.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/setjmp.h.0A510298463002BF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr.h.F2263563F7CE60ED.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.DF561ADB5674E42B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.7FE62FB5481C1CFC.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/sigset_t.h.9D47EEA3E540F14D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/single_threaded.h.9D594F3F4DACE498.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_abs.h.D7A890496BE2F393.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_function.h.71477A65A485181C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_mutex.h.D16E514794C824E0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/std_thread.h.B48BC86A6F70906C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdarg.h.888D1A3B6F89608A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdc-predef.h.F7F17074D9579F84.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stddef.h.266DC55080CEBA88.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdexcept.B027D1EDE2B29F6E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-intn.h.F209D82DB3718B74.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C24D57274B82F256.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.4208DA0E8AD4B387.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdint.h.941112816667C5D4.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio.h.39AA179546A5CA11.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdio_lim.h.8DBF51CB439C85C6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib-float.h.8EBAF3DEEC4148D7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.9500795D2AE691D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stdlib.h.C6073E60C996A50D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algo.h.3DB21F5694514DA8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_algobase.h.F4770B8D7F9551BE.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_bvector.h.C2C2F2BBCFDAFB85.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_construct.h.29721907BF6BA1F1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_function.h.B5E7EEC26B3DCD1E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_heap.h.FBA93F11C20DEBBD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator.h.8BFC9C565684154E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.A60C6AE0B736F335.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.ED7D107D32D1ADD0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_list.h.6F352153655547C8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_map.h.8E0FA396A33CE990.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_multimap.h.DEF9FCAC3A0BD570.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_numeric.h.4F88487D87DE6EFD.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_pair.h.A0A376C112053B52.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.47137E9BA14C4A19.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_relops.h.0967F92B8BC123D3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.1AB2FB147867363A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_tree.h.8B14BB189C8225BF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.208EC3D4300EB817.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stl_vector.h.4D05C6E32ABEAD69.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stream_iterator.h.3F1756B2454B9C64.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.CA763E5C3879ED40.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf.tcc.5AABDF442ECDB4F7.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.A02296E19CB72059.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.42FF447FE31F590F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string.h.891400410E4BA387.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/string_conversions.h.4AB419E40582F712.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stringfwd.h.FD2D460DFA367E16.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/strings.h.B9CFF053B196D313.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_FILE.h.381C91ADEB812BD0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.1A1FE82AE2A8C83E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.F65912B0C23B963E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_mutex.h.B7FE399CFB3EE72A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.DC3BB7AA35AC6E1A.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.CD7E2C8443A25D88.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timespec.h.A8D8E9E445ABACD3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_timeval.h.AF8389A65B9351D9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/struct_tm.h.DB4B8A2FCA6E502E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs-64.h.2847EFCBD0B50F1C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/stubs.h.CDC9CE97F970174E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/system_error.80A8DA3A68E74006.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BD350B33FA93E57.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.406C037FEAE97D8D.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time.h.CAE3AE26EEDD3617.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time64.h.F45FA1DA5DF8C4A3.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/time_t.h.39DFD8EDDDC06944.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timer_t.h.C19EE5B24E70D289.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timesize.h.4A370235915877E5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/timex.h.42DA6DDF2F414475.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/tuple.8A2E5DEFFF115F0E.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.AEF65980E0D731F2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/type_traits.h.7DECA7D3B50CD49B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typeinfo.75720324E278DC72.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.90E44DF27105B9F5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/types.h.A3617F8DB832C1C0.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/typesizes.h.55F68CC1D9A79D64.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.0ADA7F90DFCEBE33.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.16B9BD159DA40638.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.507D439D30A059AA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.7DC1702E183C9A08.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.877301EF332155D9.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.AB3F914564862A0F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.C67EFE6B9C8F7524.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.E5D4493797D4ACDF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.EAE3598F81A79387.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uintn-identity.h.CC2752B60898E5D5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uio_lim.h.2B237AABE497D34F.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.FEC782E8CA1C66F1.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_lock.h.5C20AF71BD088E34.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/unique_ptr.h.92CF70B6FEFA98DA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/uses_allocator.h.1BF5B350510DCD2B.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.EBBF83EAFDB02C57.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/utility.h.CDF8849C6D4B0E98.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.807642E15FA7019C.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/vector.tcc.CD61E74B5CF024AA.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitflags.h.3D8ABE61751FD5CF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/waitstatus.h.5F650F03B211ACBF.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.05540B9ED5ECA474.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wchar.h.A65FEA87E595D0B5.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.AC7BDF2A302849D2.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wctype.h.7B6F632C96F4C730.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wint_t.h.38B0F04FA117F6F8.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/wordsize.h.4786D1A8F36BD2D6.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/.cache/clangd/index/xopen_lim.h.BE6EA0B0757B4E69.idx diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/compile_commands.json b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/compile_commands.json old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/.qtc_clangd/compile_commands.json rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/.qtc_clangd/compile_commands.json diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer new file mode 100755 index 0000000..7434f9e Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/AeroColorMixer differ diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile new file mode 100755 index 0000000..ee13740 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/Makefile @@ -0,0 +1,1112 @@ +############################################################################# +# Makefile for building: AeroColorMixer +# Generated by qmake (3.1) (Qt 5.15.5) +# Project: ../AeroColorMixer/AeroColorMixer.pro +# Template: app +# Command: /usr/bin/qmake -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug +############################################################################# + +MAKEFILE = Makefile + +EQ = = + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) +CXXFLAGS = -pipe -g -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC $(DEFINES) +INCPATH = -I../AeroColorMixer -I. -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ +QMAKE = /usr/bin/qmake +DEL_FILE = rm -f +CHK_DIR_EXISTS= test -d +MKDIR = mkdir -p +COPY = cp -f +COPY_FILE = cp -f +COPY_DIR = cp -f -R +INSTALL_FILE = install -m 644 -p +INSTALL_PROGRAM = install -m 755 -p +INSTALL_DIR = cp -f -R +QINSTALL = /usr/bin/qmake -install qinstall +QINSTALL_PROGRAM = /usr/bin/qmake -install qinstall -exe +DEL_FILE = rm -f +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +TAR = tar -cf +COMPRESS = gzip -9f +DISTNAME = AeroColorMixer1.0.0 +DISTDIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/.tmp/AeroColorMixer1.0.0 +LINK = g++ +LFLAGS = -fPIC +LIBS = $(SUBLIBS) -lKF5WindowSystem /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Core.so -lGL -lpthread +AR = ar cqs +RANLIB = +SED = sed +STRIP = strip + +####### Output directory + +OBJECTS_DIR = ./ + +####### Files + +SOURCES = ../AeroColorMixer/colorwindow.cpp \ + ../AeroColorMixer/flowlayout.cpp \ + ../AeroColorMixer/main.cpp \ + ../AeroColorMixer/mainwindow.cpp moc_mainwindow.cpp +OBJECTS = colorwindow.o \ + flowlayout.o \ + main.o \ + mainwindow.o \ + moc_mainwindow.o +DIST = /usr/lib/qt/mkspecs/features/spec_pre.prf \ + /usr/lib/qt/mkspecs/common/unix.conf \ + /usr/lib/qt/mkspecs/common/linux.conf \ + /usr/lib/qt/mkspecs/common/sanitize.conf \ + /usr/lib/qt/mkspecs/common/gcc-base.conf \ + /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \ + /usr/lib/qt/mkspecs/common/g++-base.conf \ + /usr/lib/qt/mkspecs/common/g++-unix.conf \ + /usr/lib/qt/mkspecs/qconfig.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri \ + /usr/lib/qt/mkspecs/modules/qt_Attica.pri \ + /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \ + /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \ + /usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri \ + /usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_EventViews.pri \ + /usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri \ + /usr/lib/qt/mkspecs/modules/qt_Gravatar.pri \ + /usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \ + /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \ + /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \ + /usr/lib/qt/mkspecs/modules/qt_KChart.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDAV.pri \ + /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \ + /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGantt.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \ + /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIMAP.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \ + /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \ + /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMbox.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMime.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \ + /usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri \ + /usr/lib/qt/mkspecs/modules/qt_KParts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPty.pri \ + /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \ + /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \ + /usr/lib/qt/mkspecs/modules/qt_KService.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSMTP.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTNef.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \ + /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_Ldap.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri \ + /usr/lib/qt/mkspecs/modules/qt_Libkleo.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailCommon.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailImporter.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Marble.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageList.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri \ + /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \ + /usr/lib/qt/mkspecs/modules/qt_PimCommon.pri \ + /usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Prison.pri \ + /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \ + /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_Solid.pri \ + /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \ + /usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri \ + /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \ + /usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri \ + /usr/lib/qt/mkspecs/features/qt_functions.prf \ + /usr/lib/qt/mkspecs/features/qt_config.prf \ + /usr/lib/qt/mkspecs/linux-g++/qmake.conf \ + /usr/lib/qt/mkspecs/features/spec_post.prf \ + ../AeroColorMixer/.qmake.stash \ + /usr/lib/qt/mkspecs/features/exclusive_builds.prf \ + /usr/lib/qt/mkspecs/features/toolchain.prf \ + /usr/lib/qt/mkspecs/features/default_pre.prf \ + /usr/lib/qt/mkspecs/features/resolve_config.prf \ + /usr/lib/qt/mkspecs/features/default_post.prf \ + /usr/lib/qt/mkspecs/features/qml_debug.prf \ + /usr/lib/qt/mkspecs/features/ltcg.prf \ + /usr/lib/qt/mkspecs/features/warn_on.prf \ + /usr/lib/qt/mkspecs/features/qt.prf \ + /usr/lib/qt/mkspecs/features/resources_functions.prf \ + /usr/lib/qt/mkspecs/features/resources.prf \ + /usr/lib/qt/mkspecs/features/moc.prf \ + /usr/lib/qt/mkspecs/features/link_ltcg.prf \ + /usr/lib/qt/mkspecs/features/unix/opengl.prf \ + /usr/lib/qt/mkspecs/features/uic.prf \ + /usr/lib/qt/mkspecs/features/unix/thread.prf \ + /usr/lib/qt/mkspecs/features/qmake_use.prf \ + /usr/lib/qt/mkspecs/features/file_copies.prf \ + /usr/lib/qt/mkspecs/features/testcase_targets.prf \ + /usr/lib/qt/mkspecs/features/exceptions.prf \ + /usr/lib/qt/mkspecs/features/yacc.prf \ + /usr/lib/qt/mkspecs/features/lex.prf \ + ../AeroColorMixer/AeroColorMixer.pro ../AeroColorMixer/colorwindow.h \ + ../AeroColorMixer/flowlayout.h \ + ../AeroColorMixer/mainwindow.h ../AeroColorMixer/colorwindow.cpp \ + ../AeroColorMixer/flowlayout.cpp \ + ../AeroColorMixer/main.cpp \ + ../AeroColorMixer/mainwindow.cpp +QMAKE_TARGET = AeroColorMixer +DESTDIR = +TARGET = AeroColorMixer + + +first: all +####### Build rules + +AeroColorMixer: ui_mainwindow.h $(OBJECTS) + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + +Makefile: ../AeroColorMixer/AeroColorMixer.pro /usr/lib/qt/mkspecs/linux-g++/qmake.conf /usr/lib/qt/mkspecs/features/spec_pre.prf \ + /usr/lib/qt/mkspecs/common/unix.conf \ + /usr/lib/qt/mkspecs/common/linux.conf \ + /usr/lib/qt/mkspecs/common/sanitize.conf \ + /usr/lib/qt/mkspecs/common/gcc-base.conf \ + /usr/lib/qt/mkspecs/common/gcc-base-unix.conf \ + /usr/lib/qt/mkspecs/common/g++-base.conf \ + /usr/lib/qt/mkspecs/common/g++-unix.conf \ + /usr/lib/qt/mkspecs/qconfig.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri \ + /usr/lib/qt/mkspecs/modules/qt_Attica.pri \ + /usr/lib/qt/mkspecs/modules/qt_Baloo.pri \ + /usr/lib/qt/mkspecs/modules/qt_BluezQt.pri \ + /usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri \ + /usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_EventViews.pri \ + /usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri \ + /usr/lib/qt/mkspecs/modules/qt_Gravatar.pri \ + /usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_KActivities.pri \ + /usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri \ + /usr/lib/qt/mkspecs/modules/qt_KArchive.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAsync.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAuth.pri \ + /usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCddb.pri \ + /usr/lib/qt/mkspecs/modules/qt_KChart.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCodecs.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCompletion.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KContacts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KCrash.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDAV.pri \ + /usr/lib/qt/mkspecs/modules/qt_kdav2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDESu.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri \ + /usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri \ + /usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGantt.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri \ + /usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KHolidays.pri \ + /usr/lib/qt/mkspecs/modules/qt_KI18n.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIMAP.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri \ + /usr/lib/qt/mkspecs/modules/qt_KItemModels.pri \ + /usr/lib/qt/mkspecs/modules/qt_KItemViews.pri \ + /usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMbox.pri \ + /usr/lib/qt/mkspecs/modules/qt_KMime.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNotifications.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri \ + /usr/lib/qt/mkspecs/modules/qt_KNTLM.pri \ + /usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri \ + /usr/lib/qt/mkspecs/modules/qt_KParts.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPeople.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri \ + /usr/lib/qt/mkspecs/modules/qt_KPty.pri \ + /usr/lib/qt/mkspecs/modules/qt_KRunner.pri \ + /usr/lib/qt/mkspecs/modules/qt_KScreen.pri \ + /usr/lib/qt/mkspecs/modules/qt_KService.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSMTP.pri \ + /usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KTNef.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWallet.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri \ + /usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri \ + /usr/lib/qt/mkspecs/modules/qt_Ldap.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_core.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_help.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_location.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_network.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_script.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_svg.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \ + /usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + /usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri \ + /usr/lib/qt/mkspecs/modules/qt_Libkleo.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailCommon.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailImporter.pri \ + /usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Marble.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageList.pri \ + /usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri \ + /usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri \ + /usr/lib/qt/mkspecs/modules/qt_PimCommon.pri \ + /usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Prison.pri \ + /usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri \ + /usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri \ + /usr/lib/qt/mkspecs/modules/qt_Solid.pri \ + /usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri \ + /usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri \ + /usr/lib/qt/mkspecs/modules/qt_Syndication.pri \ + /usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri \ + /usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri \ + /usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri \ + /usr/lib/qt/mkspecs/features/qt_functions.prf \ + /usr/lib/qt/mkspecs/features/qt_config.prf \ + /usr/lib/qt/mkspecs/linux-g++/qmake.conf \ + /usr/lib/qt/mkspecs/features/spec_post.prf \ + .qmake.stash \ + /usr/lib/qt/mkspecs/features/exclusive_builds.prf \ + /usr/lib/qt/mkspecs/features/toolchain.prf \ + /usr/lib/qt/mkspecs/features/default_pre.prf \ + /usr/lib/qt/mkspecs/features/resolve_config.prf \ + /usr/lib/qt/mkspecs/features/default_post.prf \ + /usr/lib/qt/mkspecs/features/qml_debug.prf \ + /usr/lib/qt/mkspecs/features/ltcg.prf \ + /usr/lib/qt/mkspecs/features/warn_on.prf \ + /usr/lib/qt/mkspecs/features/qt.prf \ + /usr/lib/qt/mkspecs/features/resources_functions.prf \ + /usr/lib/qt/mkspecs/features/resources.prf \ + /usr/lib/qt/mkspecs/features/moc.prf \ + /usr/lib/qt/mkspecs/features/link_ltcg.prf \ + /usr/lib/qt/mkspecs/features/unix/opengl.prf \ + /usr/lib/qt/mkspecs/features/uic.prf \ + /usr/lib/qt/mkspecs/features/unix/thread.prf \ + /usr/lib/qt/mkspecs/features/qmake_use.prf \ + /usr/lib/qt/mkspecs/features/file_copies.prf \ + /usr/lib/qt/mkspecs/features/testcase_targets.prf \ + /usr/lib/qt/mkspecs/features/exceptions.prf \ + /usr/lib/qt/mkspecs/features/yacc.prf \ + /usr/lib/qt/mkspecs/features/lex.prf \ + ../AeroColorMixer/AeroColorMixer.pro + $(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug +/usr/lib/qt/mkspecs/features/spec_pre.prf: +/usr/lib/qt/mkspecs/common/unix.conf: +/usr/lib/qt/mkspecs/common/linux.conf: +/usr/lib/qt/mkspecs/common/sanitize.conf: +/usr/lib/qt/mkspecs/common/gcc-base.conf: +/usr/lib/qt/mkspecs/common/gcc-base-unix.conf: +/usr/lib/qt/mkspecs/common/g++-base.conf: +/usr/lib/qt/mkspecs/common/g++-unix.conf: +/usr/lib/qt/mkspecs/qconfig.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiAgentBase.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiCalendar.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiContact.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiCore.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiMime.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiNotes.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_AkonadiXml.pri: +/usr/lib/qt/mkspecs/modules/qt_Attica.pri: +/usr/lib/qt/mkspecs/modules/qt_Baloo.pri: +/usr/lib/qt/mkspecs/modules/qt_BluezQt.pri: +/usr/lib/qt/mkspecs/modules/qt_CalendarSupport.pri: +/usr/lib/qt/mkspecs/modules/qt_ContactEditor.pri: +/usr/lib/qt/mkspecs/modules/qt_EventViews.pri: +/usr/lib/qt/mkspecs/modules/qt_GrantleeTheme.pri: +/usr/lib/qt/mkspecs/modules/qt_Gravatar.pri: +/usr/lib/qt/mkspecs/modules/qt_IncidenceEditor.pri: +/usr/lib/qt/mkspecs/modules/qt_KActivities.pri: +/usr/lib/qt/mkspecs/modules/qt_KActivitiesStats.pri: +/usr/lib/qt/mkspecs/modules/qt_KArchive.pri: +/usr/lib/qt/mkspecs/modules/qt_KAsync.pri: +/usr/lib/qt/mkspecs/modules/qt_KAuth.pri: +/usr/lib/qt/mkspecs/modules/qt_KAuthCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KBookmarks.pri: +/usr/lib/qt/mkspecs/modules/qt_KCalendarCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KCalUtils.pri: +/usr/lib/qt/mkspecs/modules/qt_KCddb.pri: +/usr/lib/qt/mkspecs/modules/qt_KChart.pri: +/usr/lib/qt/mkspecs/modules/qt_KCMUtils.pri: +/usr/lib/qt/mkspecs/modules/qt_KCodecs.pri: +/usr/lib/qt/mkspecs/modules/qt_KCompletion.pri: +/usr/lib/qt/mkspecs/modules/qt_KConfigCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KConfigGui.pri: +/usr/lib/qt/mkspecs/modules/qt_KConfigWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KContacts.pri: +/usr/lib/qt/mkspecs/modules/qt_KCoreAddons.pri: +/usr/lib/qt/mkspecs/modules/qt_KCrash.pri: +/usr/lib/qt/mkspecs/modules/qt_KDAV.pri: +/usr/lib/qt/mkspecs/modules/qt_kdav2.pri: +/usr/lib/qt/mkspecs/modules/qt_KDBusAddons.pri: +/usr/lib/qt/mkspecs/modules/qt_KDeclarative.pri: +/usr/lib/qt/mkspecs/modules/qt_KDESu.pri: +/usr/lib/qt/mkspecs/modules/qt_KDNSSD.pri: +/usr/lib/qt/mkspecs/modules/qt_KDSoapClient.pri: +/usr/lib/qt/mkspecs/modules/qt_KDSoapServer.pri: +/usr/lib/qt/mkspecs/modules/qt_KEmoticons.pri: +/usr/lib/qt/mkspecs/modules/qt_KFileMetaData.pri: +/usr/lib/qt/mkspecs/modules/qt_KGantt.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPIBlogger.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPICalendar.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPIContacts.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPICore.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPIDrive.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPILatitude.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPIMaps.pri: +/usr/lib/qt/mkspecs/modules/qt_KGAPITasks.pri: +/usr/lib/qt/mkspecs/modules/qt_KGlobalAccel.pri: +/usr/lib/qt/mkspecs/modules/qt_KGuiAddons.pri: +/usr/lib/qt/mkspecs/modules/qt_KHolidays.pri: +/usr/lib/qt/mkspecs/modules/qt_KI18n.pri: +/usr/lib/qt/mkspecs/modules/qt_KIconThemes.pri: +/usr/lib/qt/mkspecs/modules/qt_KIdentityManagement.pri: +/usr/lib/qt/mkspecs/modules/qt_KIdentityManagementWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KIdleTime.pri: +/usr/lib/qt/mkspecs/modules/qt_KIMAP.pri: +/usr/lib/qt/mkspecs/modules/qt_KIMAP2.pri: +/usr/lib/qt/mkspecs/modules/qt_KIOCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KIOFileWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KIOGui.pri: +/usr/lib/qt/mkspecs/modules/qt_KIOWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_Kirigami2.pri: +/usr/lib/qt/mkspecs/modules/qt_KItemModels.pri: +/usr/lib/qt/mkspecs/modules/qt_KItemViews.pri: +/usr/lib/qt/mkspecs/modules/qt_KJobWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KMailTransport.pri: +/usr/lib/qt/mkspecs/modules/qt_KMailTransportAkonadi.pri: +/usr/lib/qt/mkspecs/modules/qt_KManageSieve.pri: +/usr/lib/qt/mkspecs/modules/qt_KMbox.pri: +/usr/lib/qt/mkspecs/modules/qt_KMime.pri: +/usr/lib/qt/mkspecs/modules/qt_KNewStuff.pri: +/usr/lib/qt/mkspecs/modules/qt_KNewStuffCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KNotifications.pri: +/usr/lib/qt/mkspecs/modules/qt_KNotifyConfig.pri: +/usr/lib/qt/mkspecs/modules/qt_KNTLM.pri: +/usr/lib/qt/mkspecs/modules/qt_KontactInterface.pri: +/usr/lib/qt/mkspecs/modules/qt_KParts.pri: +/usr/lib/qt/mkspecs/modules/qt_KPeople.pri: +/usr/lib/qt/mkspecs/modules/qt_KPeopleWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KPIMTextEdit.pri: +/usr/lib/qt/mkspecs/modules/qt_KPty.pri: +/usr/lib/qt/mkspecs/modules/qt_KRunner.pri: +/usr/lib/qt/mkspecs/modules/qt_KScreen.pri: +/usr/lib/qt/mkspecs/modules/qt_KService.pri: +/usr/lib/qt/mkspecs/modules/qt_KSieveUi.pri: +/usr/lib/qt/mkspecs/modules/qt_KSMTP.pri: +/usr/lib/qt/mkspecs/modules/qt_KSyntaxHighlighting.pri: +/usr/lib/qt/mkspecs/modules/qt_KTextEditor.pri: +/usr/lib/qt/mkspecs/modules/qt_KTextWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KTNef.pri: +/usr/lib/qt/mkspecs/modules/qt_KUnitConversion.pri: +/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackCore.pri: +/usr/lib/qt/mkspecs/modules/qt_KUserFeedbackWidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_KWallet.pri: +/usr/lib/qt/mkspecs/modules/qt_KWaylandClient.pri: +/usr/lib/qt/mkspecs/modules/qt_KWaylandServer.pri: +/usr/lib/qt/mkspecs/modules/qt_KWidgetsAddons.pri: +/usr/lib/qt/mkspecs/modules/qt_KWindowSystem.pri: +/usr/lib/qt/mkspecs/modules/qt_KXmlGui.pri: +/usr/lib/qt/mkspecs/modules/qt_Ldap.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_accessibility_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_core.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_edid_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_egl_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_fb_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_glx_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_help.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_input_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_kms_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_location.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_location_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_multimedia.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_multimediagsttools_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_network.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_networkauth.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_networkauth_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_packetprotocol_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_pdf.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_pdf_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_pdfwidgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_positioningquick_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmldebug_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmlmodels_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qmlworkerscript_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3d.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3d_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3dassetimport_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3drender_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3druntimerender_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick3dutils_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickcontrols2_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickshapes_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quicktemplates2_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_script.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_serialport.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_serialport_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_service_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_svg.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_texttospeech_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_theme_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_uiplugin.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_vulkan_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_waylandclient_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_waylandcompositor_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webchannel.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webchannel_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webengine.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webengine_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webenginecore_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_websockets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_x11extras.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_x11extras_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xkbcommon_support_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri: +/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +/usr/lib/qt/mkspecs/modules/qt_Libkdepim.pri: +/usr/lib/qt/mkspecs/modules/qt_Libkleo.pri: +/usr/lib/qt/mkspecs/modules/qt_MailCommon.pri: +/usr/lib/qt/mkspecs/modules/qt_MailImporter.pri: +/usr/lib/qt/mkspecs/modules/qt_MailImporterAkonadi.pri: +/usr/lib/qt/mkspecs/modules/qt_Marble.pri: +/usr/lib/qt/mkspecs/modules/qt_MessageComposer.pri: +/usr/lib/qt/mkspecs/modules/qt_MessageCore.pri: +/usr/lib/qt/mkspecs/modules/qt_MessageList.pri: +/usr/lib/qt/mkspecs/modules/qt_MessageViewer.pri: +/usr/lib/qt/mkspecs/modules/qt_phonon4qt5.pri: +/usr/lib/qt/mkspecs/modules/qt_PimCommon.pri: +/usr/lib/qt/mkspecs/modules/qt_PimCommonAkonadi.pri: +/usr/lib/qt/mkspecs/modules/qt_Prison.pri: +/usr/lib/qt/mkspecs/modules/qt_Qt5Keychain.pri: +/usr/lib/qt/mkspecs/modules/qt_QuickAddons.pri: +/usr/lib/qt/mkspecs/modules/qt_Solid.pri: +/usr/lib/qt/mkspecs/modules/qt_SonnetCore.pri: +/usr/lib/qt/mkspecs/modules/qt_SonnetUi.pri: +/usr/lib/qt/mkspecs/modules/qt_Syndication.pri: +/usr/lib/qt/mkspecs/modules/qt_TemplateParser.pri: +/usr/lib/qt/mkspecs/modules/qt_ThreadWeaver.pri: +/usr/lib/qt/mkspecs/modules/qt_WebEngineViewer.pri: +/usr/lib/qt/mkspecs/features/qt_functions.prf: +/usr/lib/qt/mkspecs/features/qt_config.prf: +/usr/lib/qt/mkspecs/linux-g++/qmake.conf: +/usr/lib/qt/mkspecs/features/spec_post.prf: +.qmake.stash: +/usr/lib/qt/mkspecs/features/exclusive_builds.prf: +/usr/lib/qt/mkspecs/features/toolchain.prf: +/usr/lib/qt/mkspecs/features/default_pre.prf: +/usr/lib/qt/mkspecs/features/resolve_config.prf: +/usr/lib/qt/mkspecs/features/default_post.prf: +/usr/lib/qt/mkspecs/features/qml_debug.prf: +/usr/lib/qt/mkspecs/features/ltcg.prf: +/usr/lib/qt/mkspecs/features/warn_on.prf: +/usr/lib/qt/mkspecs/features/qt.prf: +/usr/lib/qt/mkspecs/features/resources_functions.prf: +/usr/lib/qt/mkspecs/features/resources.prf: +/usr/lib/qt/mkspecs/features/moc.prf: +/usr/lib/qt/mkspecs/features/link_ltcg.prf: +/usr/lib/qt/mkspecs/features/unix/opengl.prf: +/usr/lib/qt/mkspecs/features/uic.prf: +/usr/lib/qt/mkspecs/features/unix/thread.prf: +/usr/lib/qt/mkspecs/features/qmake_use.prf: +/usr/lib/qt/mkspecs/features/file_copies.prf: +/usr/lib/qt/mkspecs/features/testcase_targets.prf: +/usr/lib/qt/mkspecs/features/exceptions.prf: +/usr/lib/qt/mkspecs/features/yacc.prf: +/usr/lib/qt/mkspecs/features/lex.prf: +../AeroColorMixer/AeroColorMixer.pro: +qmake: FORCE + @$(QMAKE) -o Makefile ../AeroColorMixer/AeroColorMixer.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug + +qmake_all: FORCE + + +all: Makefile AeroColorMixer + +dist: distdir FORCE + (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR) + +distdir: FORCE + @test -d $(DISTDIR) || mkdir -p $(DISTDIR) + $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ + $(COPY_FILE) --parents /usr/lib/qt/mkspecs/features/data/dummy.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.h ../AeroColorMixer/flowlayout.h ../AeroColorMixer/mainwindow.h $(DISTDIR)/ + $(COPY_FILE) --parents ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ../AeroColorMixer/mainwindow.ui $(DISTDIR)/ + + +clean: compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) *~ core *.core + + +distclean: clean + -$(DEL_FILE) $(TARGET) + -$(DEL_FILE) .qmake.stash + -$(DEL_FILE) Makefile + + +####### Sub-libraries + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_predefs_make_all: moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) moc_predefs.h +moc_predefs.h: /usr/lib/qt/mkspecs/features/data/dummy.cpp + g++ -pipe -g -std=gnu++11 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/qt/mkspecs/features/data/dummy.cpp + +compiler_moc_header_make_all: moc_mainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc_mainwindow.cpp +moc_mainwindow.cpp: ../AeroColorMixer/mainwindow.h \ + ../AeroColorMixer/flowlayout.h \ + ../AeroColorMixer/colorwindow.h \ + moc_predefs.h \ + /usr/bin/moc + /usr/bin/moc $(DEFINES) --include /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/build-AeroColorMixer-Desktop-Debug/moc_predefs.h -I/usr/lib/qt/mkspecs/linux-g++ -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/qt_projects/AeroColorMixer -I/usr/include/KF5 -I/usr/include/KF5/KWindowSystem -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/11.1.0 -I/usr/include/c++/11.1.0/x86_64-pc-linux-gnu -I/usr/include/c++/11.1.0/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed -I/usr/include ../AeroColorMixer/mainwindow.h -o moc_mainwindow.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ../AeroColorMixer/mainwindow.ui \ + /usr/bin/uic + /usr/bin/uic ../AeroColorMixer/mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + +####### Compile + +colorwindow.o: ../AeroColorMixer/colorwindow.cpp ../AeroColorMixer/colorwindow.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o colorwindow.o ../AeroColorMixer/colorwindow.cpp + +flowlayout.o: ../AeroColorMixer/flowlayout.cpp ../AeroColorMixer/flowlayout.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flowlayout.o ../AeroColorMixer/flowlayout.cpp + +main.o: ../AeroColorMixer/main.cpp ../AeroColorMixer/mainwindow.h \ + ../AeroColorMixer/flowlayout.h \ + ../AeroColorMixer/colorwindow.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../AeroColorMixer/main.cpp + +mainwindow.o: ../AeroColorMixer/mainwindow.cpp ../AeroColorMixer/mainwindow.h \ + ../AeroColorMixer/flowlayout.h \ + ../AeroColorMixer/colorwindow.h \ + ui_mainwindow.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../AeroColorMixer/mainwindow.cpp + +moc_mainwindow.o: moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp + +####### Install + +install_target: first FORCE + @test -d $(INSTALL_ROOT)/opt/AeroColorMixer/bin || mkdir -p $(INSTALL_ROOT)/opt/AeroColorMixer/bin + $(QINSTALL_PROGRAM) $(QMAKE_TARGET) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET) + +uninstall_target: FORCE + -$(DEL_FILE) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/$(QMAKE_TARGET) + -$(DEL_DIR) $(INSTALL_ROOT)/opt/AeroColorMixer/bin/ + + +install: install_target FORCE + +uninstall: uninstall_target FORCE + +FORCE: + diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o new file mode 100755 index 0000000..c38c9e1 Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/colorwindow.o differ diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o new file mode 100755 index 0000000..8821f0a Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/flowlayout.o differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/main.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/main.o old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/main.o rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/main.o diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o new file mode 100755 index 0000000..e6a0d8f Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/mainwindow.o differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.cpp old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_mainwindow.cpp rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.cpp diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o new file mode 100755 index 0000000..b6d6183 Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_mainwindow.o differ diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_predefs.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_predefs.h old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/build/moc_predefs.h rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/moc_predefs.h diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h new file mode 100755 index 0000000..a8a2eeb --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/build/ui_mainwindow.h @@ -0,0 +1,413 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.15.5 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QWidget *centralwidget; + QGridLayout *gridLayout_3; + QLabel *alpha_label; + QSpacerItem *horizontalSpacer_3; + QLabel *label; + QSpacerItem *horizontalSpacer_5; + QCheckBox *enableTransparency_CheckBox; + QFrame *frame; + QGridLayout *gridLayout; + QSpacerItem *horizontalSpacer; + QLabel *colorMixerLabel; + QGroupBox *colorMixerGroupBox; + QGridLayout *gridLayout_2; + QSpacerItem *horizontalSpacer_2; + QSlider *hue_Slider; + QLabel *label_3; + QLabel *label_2; + QSlider *saturation_Slider; + QLabel *label_4; + QSlider *Lightness_Slider; + QLabel *hue_label; + QLabel *saturation_label; + QLabel *brightness_label; + QSpacerItem *horizontalSpacer_4; + QSpacerItem *verticalSpacer; + QSlider *alpha_slider; + QSpacerItem *verticalSpacer_3; + QLabel *color_name_label; + QGroupBox *groupBox; + QWidget *widget; + QHBoxLayout *horizontalLayout; + QSpacerItem *horizontalSpacer_6; + QPushButton *apply_Button; + QPushButton *saveChanges_Button; + QPushButton *cancel_Button; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(759, 585); + MainWindow->setMinimumSize(QSize(759, 585)); + QIcon icon; + QString iconThemeName = QString::fromUtf8("style"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon = QIcon::fromTheme(iconThemeName); + } else { + icon.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + MainWindow->setWindowIcon(icon); + MainWindow->setStyleSheet(QString::fromUtf8("")); + centralwidget = new QWidget(MainWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + centralwidget->setStyleSheet(QString::fromUtf8("")); + gridLayout_3 = new QGridLayout(centralwidget); + gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); + alpha_label = new QLabel(centralwidget); + alpha_label->setObjectName(QString::fromUtf8("alpha_label")); + alpha_label->setMinimumSize(QSize(40, 0)); + alpha_label->setMaximumSize(QSize(40, 16777215)); + + gridLayout_3->addWidget(alpha_label, 4, 3, 1, 1); + + horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum); + + gridLayout_3->addItem(horizontalSpacer_3, 4, 4, 1, 1); + + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); + label->setSizePolicy(sizePolicy); + label->setMinimumSize(QSize(0, 0)); + label->setMaximumSize(QSize(16777215, 20)); + label->setAlignment(Qt::AlignHCenter|Qt::AlignTop); + + gridLayout_3->addWidget(label, 4, 1, 1, 1); + + horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum); + + gridLayout_3->addItem(horizontalSpacer_5, 4, 5, 1, 1); + + enableTransparency_CheckBox = new QCheckBox(centralwidget); + enableTransparency_CheckBox->setObjectName(QString::fromUtf8("enableTransparency_CheckBox")); + enableTransparency_CheckBox->setMaximumSize(QSize(16777215, 16777215)); + enableTransparency_CheckBox->setChecked(true); + + gridLayout_3->addWidget(enableTransparency_CheckBox, 2, 1, 1, 2); + + frame = new QFrame(centralwidget); + frame->setObjectName(QString::fromUtf8("frame")); + QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); + sizePolicy1.setHorizontalStretch(0); + sizePolicy1.setVerticalStretch(0); + sizePolicy1.setHeightForWidth(frame->sizePolicy().hasHeightForWidth()); + frame->setSizePolicy(sizePolicy1); + frame->setMaximumSize(QSize(16777215, 50)); + frame->setFrameShape(QFrame::NoFrame); + frame->setFrameShadow(QFrame::Raised); + gridLayout = new QGridLayout(frame); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + gridLayout->addItem(horizontalSpacer, 1, 0, 1, 1); + + + gridLayout_3->addWidget(frame, 8, 1, 1, 2); + + colorMixerLabel = new QLabel(centralwidget); + colorMixerLabel->setObjectName(QString::fromUtf8("colorMixerLabel")); + QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy2.setHorizontalStretch(0); + sizePolicy2.setVerticalStretch(0); + sizePolicy2.setHeightForWidth(colorMixerLabel->sizePolicy().hasHeightForWidth()); + colorMixerLabel->setSizePolicy(sizePolicy2); + colorMixerLabel->setCursor(QCursor(Qt::PointingHandCursor)); + colorMixerLabel->setTextFormat(Qt::RichText); + colorMixerLabel->setOpenExternalLinks(false); + colorMixerLabel->setTextInteractionFlags(Qt::LinksAccessibleByMouse); + + gridLayout_3->addWidget(colorMixerLabel, 5, 1, 1, 2); + + colorMixerGroupBox = new QGroupBox(centralwidget); + colorMixerGroupBox->setObjectName(QString::fromUtf8("colorMixerGroupBox")); + colorMixerGroupBox->setMinimumSize(QSize(0, 150)); + colorMixerGroupBox->setFlat(true); + gridLayout_2 = new QGridLayout(colorMixerGroupBox); + gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); + gridLayout_2->setContentsMargins(0, 0, -1, -1); + horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + gridLayout_2->addItem(horizontalSpacer_2, 1, 4, 3, 1); + + hue_Slider = new QSlider(colorMixerGroupBox); + hue_Slider->setObjectName(QString::fromUtf8("hue_Slider")); + QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed); + sizePolicy3.setHorizontalStretch(0); + sizePolicy3.setVerticalStretch(0); + sizePolicy3.setHeightForWidth(hue_Slider->sizePolicy().hasHeightForWidth()); + hue_Slider->setSizePolicy(sizePolicy3); + hue_Slider->setMinimumSize(QSize(259, 25)); + hue_Slider->setMaximumSize(QSize(259, 16777215)); + hue_Slider->setStyleSheet(QString::fromUtf8("QSlider::groove:horizontal {\n" +" background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000);\n" +" height: 5px;\n" +" position: absolute;\n" +"}\n" +"\n" +"QSlider::handle:horizontal {\n" +" height: 3px;\n" +" width: 10px;\n" +" background: #fafafa;\n" +" border: 1px solid #46aaab;\n" +" margin: -6px 1px;\n" +" /* expand outside the groove */\n" +"\n" +"}\n" +"\n" +"QSlider::handle:horizontal:hover { \n" +" background: #dadaff;\n" +"}")); + hue_Slider->setMaximum(359); + hue_Slider->setValue(0); + hue_Slider->setOrientation(Qt::Horizontal); + + gridLayout_2->addWidget(hue_Slider, 1, 2, 1, 1); + + label_3 = new QLabel(colorMixerGroupBox); + label_3->setObjectName(QString::fromUtf8("label_3")); + QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred); + sizePolicy4.setHorizontalStretch(0); + sizePolicy4.setVerticalStretch(0); + sizePolicy4.setHeightForWidth(label_3->sizePolicy().hasHeightForWidth()); + label_3->setSizePolicy(sizePolicy4); + label_3->setMinimumSize(QSize(72, 0)); + label_3->setMaximumSize(QSize(72, 16777215)); + label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); + label_3->setMargin(0); + + gridLayout_2->addWidget(label_3, 2, 0, 1, 1); + + label_2 = new QLabel(colorMixerGroupBox); + label_2->setObjectName(QString::fromUtf8("label_2")); + sizePolicy4.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth()); + label_2->setSizePolicy(sizePolicy4); + label_2->setMinimumSize(QSize(72, 0)); + label_2->setMaximumSize(QSize(72, 16777215)); + label_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); + label_2->setMargin(0); + + gridLayout_2->addWidget(label_2, 1, 0, 1, 1); + + saturation_Slider = new QSlider(colorMixerGroupBox); + saturation_Slider->setObjectName(QString::fromUtf8("saturation_Slider")); + sizePolicy3.setHeightForWidth(saturation_Slider->sizePolicy().hasHeightForWidth()); + saturation_Slider->setSizePolicy(sizePolicy3); + saturation_Slider->setMinimumSize(QSize(259, 25)); + saturation_Slider->setMaximumSize(QSize(259, 16777215)); + saturation_Slider->setMaximum(255); + saturation_Slider->setOrientation(Qt::Horizontal); + + gridLayout_2->addWidget(saturation_Slider, 2, 2, 1, 1); + + label_4 = new QLabel(colorMixerGroupBox); + label_4->setObjectName(QString::fromUtf8("label_4")); + sizePolicy4.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth()); + label_4->setSizePolicy(sizePolicy4); + label_4->setMinimumSize(QSize(72, 0)); + label_4->setMaximumSize(QSize(72, 16777215)); + label_4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter); + label_4->setMargin(0); + + gridLayout_2->addWidget(label_4, 3, 0, 1, 1); + + Lightness_Slider = new QSlider(colorMixerGroupBox); + Lightness_Slider->setObjectName(QString::fromUtf8("Lightness_Slider")); + sizePolicy3.setHeightForWidth(Lightness_Slider->sizePolicy().hasHeightForWidth()); + Lightness_Slider->setSizePolicy(sizePolicy3); + Lightness_Slider->setMinimumSize(QSize(259, 25)); + Lightness_Slider->setMaximumSize(QSize(259, 16777215)); + Lightness_Slider->setMaximum(255); + Lightness_Slider->setOrientation(Qt::Horizontal); + + gridLayout_2->addWidget(Lightness_Slider, 3, 2, 1, 1); + + hue_label = new QLabel(colorMixerGroupBox); + hue_label->setObjectName(QString::fromUtf8("hue_label")); + hue_label->setMinimumSize(QSize(40, 0)); + hue_label->setMaximumSize(QSize(40, 16777215)); + + gridLayout_2->addWidget(hue_label, 1, 3, 1, 1); + + saturation_label = new QLabel(colorMixerGroupBox); + saturation_label->setObjectName(QString::fromUtf8("saturation_label")); + saturation_label->setMinimumSize(QSize(40, 0)); + saturation_label->setMaximumSize(QSize(40, 16777215)); + + gridLayout_2->addWidget(saturation_label, 2, 3, 1, 1); + + brightness_label = new QLabel(colorMixerGroupBox); + brightness_label->setObjectName(QString::fromUtf8("brightness_label")); + brightness_label->setMinimumSize(QSize(40, 0)); + brightness_label->setMaximumSize(QSize(40, 16777215)); + + gridLayout_2->addWidget(brightness_label, 3, 3, 1, 1); + + + gridLayout_3->addWidget(colorMixerGroupBox, 6, 1, 1, 4); + + horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Preferred, QSizePolicy::Minimum); + + gridLayout_3->addItem(horizontalSpacer_4, 1, 0, 1, 1); + + verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::MinimumExpanding); + + gridLayout_3->addItem(verticalSpacer, 7, 1, 1, 1); + + alpha_slider = new QSlider(centralwidget); + alpha_slider->setObjectName(QString::fromUtf8("alpha_slider")); + QSizePolicy sizePolicy5(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred); + sizePolicy5.setHorizontalStretch(1); + sizePolicy5.setVerticalStretch(0); + sizePolicy5.setHeightForWidth(alpha_slider->sizePolicy().hasHeightForWidth()); + alpha_slider->setSizePolicy(sizePolicy5); + alpha_slider->setMinimumSize(QSize(259, 0)); + alpha_slider->setMaximumSize(QSize(250, 16777215)); + alpha_slider->setMaximum(255); + alpha_slider->setOrientation(Qt::Horizontal); + + gridLayout_3->addWidget(alpha_slider, 4, 2, 1, 1); + + verticalSpacer_3 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed); + + gridLayout_3->addItem(verticalSpacer_3, 3, 1, 1, 1); + + color_name_label = new QLabel(centralwidget); + color_name_label->setObjectName(QString::fromUtf8("color_name_label")); + + gridLayout_3->addWidget(color_name_label, 1, 1, 1, 2); + + groupBox = new QGroupBox(centralwidget); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + QSizePolicy sizePolicy6(QSizePolicy::Preferred, QSizePolicy::Maximum); + sizePolicy6.setHorizontalStretch(0); + sizePolicy6.setVerticalStretch(0); + sizePolicy6.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth()); + groupBox->setSizePolicy(sizePolicy6); + groupBox->setMaximumSize(QSize(16777215, 16777215)); + QFont font; + font.setPointSize(12); + font.setBold(false); + font.setItalic(false); + groupBox->setFont(font); + groupBox->setAlignment(Qt::AlignCenter); + + gridLayout_3->addWidget(groupBox, 0, 1, 1, 4); + + widget = new QWidget(centralwidget); + widget->setObjectName(QString::fromUtf8("widget")); + sizePolicy2.setHeightForWidth(widget->sizePolicy().hasHeightForWidth()); + widget->setSizePolicy(sizePolicy2); + widget->setMinimumSize(QSize(290, 0)); + widget->setStyleSheet(QString::fromUtf8("")); + horizontalLayout = new QHBoxLayout(widget); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + horizontalLayout->addItem(horizontalSpacer_6); + + apply_Button = new QPushButton(widget); + apply_Button->setObjectName(QString::fromUtf8("apply_Button")); + sizePolicy3.setHeightForWidth(apply_Button->sizePolicy().hasHeightForWidth()); + apply_Button->setSizePolicy(sizePolicy3); + apply_Button->setMinimumSize(QSize(0, 21)); + apply_Button->setMaximumSize(QSize(16777215, 21)); + + horizontalLayout->addWidget(apply_Button); + + saveChanges_Button = new QPushButton(widget); + saveChanges_Button->setObjectName(QString::fromUtf8("saveChanges_Button")); + sizePolicy3.setHeightForWidth(saveChanges_Button->sizePolicy().hasHeightForWidth()); + saveChanges_Button->setSizePolicy(sizePolicy3); + saveChanges_Button->setMinimumSize(QSize(100, 21)); + saveChanges_Button->setMaximumSize(QSize(100, 21)); + + horizontalLayout->addWidget(saveChanges_Button); + + cancel_Button = new QPushButton(widget); + cancel_Button->setObjectName(QString::fromUtf8("cancel_Button")); + sizePolicy3.setHeightForWidth(cancel_Button->sizePolicy().hasHeightForWidth()); + cancel_Button->setSizePolicy(sizePolicy3); + cancel_Button->setMinimumSize(QSize(0, 21)); + cancel_Button->setMaximumSize(QSize(16777215, 21)); + + horizontalLayout->addWidget(cancel_Button); + + + gridLayout_3->addWidget(widget, 8, 3, 1, 3); + + MainWindow->setCentralWidget(centralwidget); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Change the accent color of your theme", nullptr)); + alpha_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); + label->setText(QCoreApplication::translate("MainWindow", "Color intensity:", nullptr)); +#if QT_CONFIG(tooltip) + enableTransparency_CheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables/disables the transparency of the entire theme. \n" +"NOTE: This setting does NOT affect compositing settings.", nullptr)); +#endif // QT_CONFIG(tooltip) + enableTransparency_CheckBox->setText(QCoreApplication::translate("MainWindow", "Enable transparency", nullptr)); + colorMixerLabel->setText(QCoreApplication::translate("MainWindow", "Show color mixer", nullptr)); + colorMixerGroupBox->setTitle(QString()); + label_3->setText(QCoreApplication::translate("MainWindow", "Saturation:", nullptr)); + label_2->setText(QCoreApplication::translate("MainWindow", "Hue:", nullptr)); + label_4->setText(QCoreApplication::translate("MainWindow", "Brightness:", nullptr)); + hue_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); + saturation_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); + brightness_label->setText(QCoreApplication::translate("MainWindow", "TextLabel", nullptr)); + color_name_label->setText(QCoreApplication::translate("MainWindow", "Current color: Custom", nullptr)); + groupBox->setTitle(QCoreApplication::translate("MainWindow", "Set the color of window decorations, panels, tooltips and taskbar", nullptr)); + apply_Button->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr)); + saveChanges_Button->setText(QCoreApplication::translate("MainWindow", "Save Changes", nullptr)); + cancel_Button->setText(QCoreApplication::translate("MainWindow", "Cancel", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp new file mode 100755 index 0000000..59f4fbd --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.cpp @@ -0,0 +1,70 @@ +#include "colorwindow.h" + +ColorWindow::ColorWindow(QString str, QColor col, QWidget* wnd, int i) +{ + name = str; + color = col; + parent = wnd; + mainFrame = new QFrame(wnd); + mainFrame->setMaximumSize(64, 64); + mainFrame->setMinimumSize(64, 64); + layout = new QGridLayout(mainFrame); + layout->setContentsMargins(5, 5, 5, 5); + childFrame = new QPushButton(mainFrame); + childFrame->setText(""); + childFrame->setMaximumSize(50, 50); + childFrame->setMinimumSize(50, 50); + childFrame->setObjectName("button_" + QString::number(i)); + setStyle(); + layout->addWidget(childFrame); + mainFrame->setToolTip(this->name); + +} + +void ColorWindow::setStyle() +{ + QColor desatColor = color; + QColor brightColor = color; + desatColor.setRgb(255, 255, 255); + brightColor.setRgb(200, 200, 200); + mainFrame->setStyleSheet("QFrame { background-color: " + desatColor.name(QColor::HexRgb) + + ";border: 1px solid black; border-radius: 3px; } QFrame:hover { background-color:" + + QColor(brightColor.red(), brightColor.green(), brightColor.blue()).name(QColor::HexRgb) + "; }"); + childFrame->setStyleSheet("QPushButton { background-color: " + color.name(QColor::HexArgb) + "; border: 2px solid black; border-radius: 3px; }"); + +} + +void ColorWindow::setColor(QColor c) +{ + color = c; + setStyle(); +} + +QString ColorWindow::getName() +{ + return name; +} + +QColor ColorWindow::getColor() +{ + return color; +} + +QFrame* ColorWindow::getFrame() +{ + return mainFrame; +} + +QPushButton* ColorWindow::getButton() +{ + return childFrame; +} + +// To prevent memory leaks. +void ColorWindow::clear() +{ + QLayoutItem *child; + while((child = layout->takeAt(0)) != 0) delete child; + delete layout; + delete mainFrame; +} diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h new file mode 100755 index 0000000..b31d779 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/colorwindow.h @@ -0,0 +1,39 @@ +#ifndef COLORWINDOW_H +#define COLORWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include + +/* + * This class represents the selectable colors found in the FlowLayout of the main window. + * They're made up of a QFrame and a QPushButton, managed by a QGridLayout. the QPushButton + * shows the actual color while the QFrame holding it is just there for the visuals. + */ + +class ColorWindow +{ +public: + explicit ColorWindow(QString, QColor, QWidget*, int); + void setColor(QColor); + QString getName(); + QColor getColor(); + QFrame* getFrame(); + QPushButton* getButton(); + void clear(); +private: + void setStyle(); + QWidget* parent; + QString name; + QColor color; + QFrame* mainFrame; + QPushButton* childFrame; + QGridLayout* layout; +}; + +#endif // COLORWINDOW_H diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp new file mode 100755 index 0000000..9a48855 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.cpp @@ -0,0 +1,221 @@ +/**************************************************************************** +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the examples of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:BSD$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** BSD License Usage +** Alternatively, you may use this file under the terms of the BSD license +** as follows: +** +** "Redistribution and use in source and binary forms, with or without +** modification, are permitted provided that the following conditions are +** met: +** * Redistributions of source code must retain the above copyright +** notice, this list of conditions and the following disclaimer. +** * Redistributions in binary form must reproduce the above copyright +** notice, this list of conditions and the following disclaimer in +** the documentation and/or other materials provided with the +** distribution. +** * Neither the name of The Qt Company Ltd nor the names of its +** contributors may be used to endorse or promote products derived +** from this software without specific prior written permission. +** +** +** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#include + +#include "flowlayout.h" +//! [1] +FlowLayout::FlowLayout(QWidget *parent, int margin, int hSpacing, int vSpacing) + : QLayout(parent), m_hSpace(hSpacing), m_vSpace(vSpacing) +{ + setContentsMargins(margin, margin, margin, margin); +} + +FlowLayout::FlowLayout(int margin, int hSpacing, int vSpacing) + : m_hSpace(hSpacing), m_vSpace(vSpacing) +{ + setContentsMargins(margin, margin, margin, margin); +} +//! [1] + +//! [2] +FlowLayout::~FlowLayout() +{ + QLayoutItem *item; + while ((item = takeAt(0))) + delete item; +} +//! [2] + +//! [3] +void FlowLayout::addItem(QLayoutItem *item) +{ + itemList.append(item); +} +//! [3] + +//! [4] +int FlowLayout::horizontalSpacing() const +{ + if (m_hSpace >= 0) { + return m_hSpace; + } else { + return smartSpacing(QStyle::PM_LayoutHorizontalSpacing); + } +} + +int FlowLayout::verticalSpacing() const +{ + if (m_vSpace >= 0) { + return m_vSpace; + } else { + return smartSpacing(QStyle::PM_LayoutVerticalSpacing); + } +} +//! [4] + +//! [5] +int FlowLayout::count() const +{ + return itemList.size(); +} + +QLayoutItem *FlowLayout::itemAt(int index) const +{ + return itemList.value(index); +} + +QLayoutItem *FlowLayout::takeAt(int index) +{ + if (index >= 0 && index < itemList.size()) + return itemList.takeAt(index); + return nullptr; +} +//! [5] + +//! [6] +Qt::Orientations FlowLayout::expandingDirections() const +{ + return { }; +} +//! [6] + +//! [7] +bool FlowLayout::hasHeightForWidth() const +{ + return true; +} + +int FlowLayout::heightForWidth(int width) const +{ + int height = doLayout(QRect(0, 0, width, 0), true); + return height; +} +//! [7] + +//! [8] +void FlowLayout::setGeometry(const QRect &rect) +{ + QLayout::setGeometry(rect); + doLayout(rect, false); +} + +QSize FlowLayout::sizeHint() const +{ + return minimumSize(); +} + +QSize FlowLayout::minimumSize() const +{ + QSize size; + for (const QLayoutItem *item : qAsConst(itemList)) + size = size.expandedTo(item->minimumSize()); + + const QMargins margins = contentsMargins(); + size += QSize(margins.left() + margins.right(), margins.top() + margins.bottom()); + return size; +} +//! [8] + +//! [9] +int FlowLayout::doLayout(const QRect &rect, bool testOnly) const +{ + int left, top, right, bottom; + getContentsMargins(&left, &top, &right, &bottom); + QRect effectiveRect = rect.adjusted(+left, +top, -right, -bottom); + int x = effectiveRect.x(); + int y = effectiveRect.y(); + int lineHeight = 0; +//! [9] + +//! [10] + for (QLayoutItem *item : qAsConst(itemList)) { + const QWidget *wid = item->widget(); + int spaceX = horizontalSpacing(); + if (spaceX == -1) + spaceX = wid->style()->layoutSpacing( + QSizePolicy::PushButton, QSizePolicy::PushButton, Qt::Horizontal); + int spaceY = verticalSpacing(); + if (spaceY == -1) + spaceY = wid->style()->layoutSpacing( + QSizePolicy::PushButton, QSizePolicy::PushButton, Qt::Vertical); +//! [10] +//! [11] + int nextX = x + item->sizeHint().width() + spaceX; + if (nextX - spaceX > effectiveRect.right() && lineHeight > 0) { + x = effectiveRect.x(); + y = y + lineHeight + spaceY; + nextX = x + item->sizeHint().width() + spaceX; + lineHeight = 0; + } + + if (!testOnly) + item->setGeometry(QRect(QPoint(x, y), item->sizeHint())); + + x = nextX; + lineHeight = qMax(lineHeight, item->sizeHint().height()); + } + return y + lineHeight - rect.y() + bottom; +} +//! [11] +//! [12] +int FlowLayout::smartSpacing(QStyle::PixelMetric pm) const +{ + QObject *parent = this->parent(); + if (!parent) { + return -1; + } else if (parent->isWidgetType()) { + QWidget *pw = static_cast(parent); + return pw->style()->pixelMetric(pm, nullptr, pw); + } else { + return static_cast(parent)->spacing(); + } +} +//! [12] diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h new file mode 100755 index 0000000..3155d5d --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/flowlayout.h @@ -0,0 +1,88 @@ +/**************************************************************************** +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the examples of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:BSD$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** BSD License Usage +** Alternatively, you may use this file under the terms of the BSD license +** as follows: +** +** "Redistribution and use in source and binary forms, with or without +** modification, are permitted provided that the following conditions are +** met: +** * Redistributions of source code must retain the above copyright +** notice, this list of conditions and the following disclaimer. +** * Redistributions in binary form must reproduce the above copyright +** notice, this list of conditions and the following disclaimer in +** the documentation and/or other materials provided with the +** distribution. +** * Neither the name of The Qt Company Ltd nor the names of its +** contributors may be used to endorse or promote products derived +** from this software without specific prior written permission. +** +** +** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#ifndef FLOWLAYOUT_H +#define FLOWLAYOUT_H + +#include +#include +#include +//! [0] +class FlowLayout : public QLayout +{ +public: + explicit FlowLayout(QWidget *parent, int margin = -1, int hSpacing = -1, int vSpacing = -1); + explicit FlowLayout(int margin = -1, int hSpacing = -1, int vSpacing = -1); + ~FlowLayout(); + + void addItem(QLayoutItem *item) override; + int horizontalSpacing() const; + int verticalSpacing() const; + Qt::Orientations expandingDirections() const override; + bool hasHeightForWidth() const override; + int heightForWidth(int) const override; + int count() const override; + QLayoutItem *itemAt(int index) const override; + QSize minimumSize() const override; + void setGeometry(const QRect &rect) override; + QSize sizeHint() const override; + QLayoutItem *takeAt(int index) override; + +private: + int doLayout(const QRect &rect, bool testOnly) const; + int smartSpacing(QStyle::PixelMetric pm) const; + + QList itemList; + int m_hSpace; + int m_vSpace; +}; +//! [0] + +#endif // FLOWLAYOUT_H diff --git a/Plasma/KDE Plasma Theme/AeroColorMixer/main.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/main.cpp old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/AeroColorMixer/main.cpp rename to Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/main.cpp diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp new file mode 100755 index 0000000..d9dc89e --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.cpp @@ -0,0 +1,576 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" + +#include +#include +#include +#include +#include +#include + +/* + * Border color: #b6b6b6e6 + * Lower bound color: #808080b3 + * Upper bound color: #888888b3 + */ + + +// Clamps the value n into the interval [low, high]. +float constrain(float n, float low, float high) +{ + return std::max(std::min(n, high), low); +} + +// Linearly maps a value from the expected interval [start1, stop1] to [start2, stop2]. Implementation taken from p5.js +float map(float value, float start1, float stop1, float start2, float stop2, bool withinBounds = false) +{ + float m = start2 + (stop2 - start2) * ((value - start1) / (stop1 - start1)); + if(!withinBounds) return m; + if(start2 < stop2) + return constrain(value, start2, stop2); + else + return constrain(value, stop2, start2); +} + +// Mixes the base color (light gray) with col at a certain percentage. +QColor mixColor(QColor col, double percentage) +{ + if(percentage > 1.0 || percentage < 0.0) return QColor(0,0,0); + QColor base = QColor(235, 235, 235); + double base_percentage = 1.0 - percentage; + unsigned int r1 = (int)((double)base.red() * base_percentage); + unsigned int g1 = (int)((double)base.green() * base_percentage); + unsigned int b1 = (int)((double)base.blue() * base_percentage); + + unsigned int r2 = (int)((double)col.red() * percentage); + unsigned int g2 = (int)((double)col.green() * percentage); + unsigned int b2 = (int)((double)col.blue() * percentage); + + return QColor(r1+r2, g1+g2, b1+b2); +} + +MainWindow::MainWindow(QWidget *parent) + : QMainWindow(parent) + , ui(new Ui::MainWindow) +{ + /* Loading config file, if it exists. Otherwise use default values */ + settings["transparency"] = 1; + settings["red"] = 116; + settings["green"] = 184; + settings["blue"] = 252; + settings["alpha"] = 107; + settings["color"] = 1; + loadConfig(); + + // Predefined paths, used to check if the theme is actually installed + paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/panel-background.svg"; + paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/widgets/tooltip.svg"; + paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/dialogs/background.svg"; + paths << QDir::homePath() + "/.local/share/plasma/desktoptheme/Seven-Black/solid/dialogs/background.svg"; + paths << QDir::homePath() + "/.emerald/theme/theme.ini"; + + // Predefined style for the QSlider groove and handle. + style = "QSlider::groove:horizontal {" + "background-color: GRADIENT_HERE;" + "height: 5px;" + "position: absolute;" + "}" + + "QSlider::handle:horizontal {" + " height: 3px;" + " width: 8px;" + " background: #fafafa;" + " border: 1px solid #46aaab;" + " margin: -6px 1px;" + "}" + + "QSlider::handle:horizontal:hover { " + " background: #dadaff;" + "}"; + ui->setupUi(this); + + // Setting attributes which will allow the window to have a transparent blurred background. + this->setAttribute(Qt::WA_TranslucentBackground, true); + this->setAttribute(Qt::WA_NoSystemBackground, true); + KWindowEffects::enableBlurBehind(QWindow::fromWinId(this->winId()), true, QRegion(0,0, this->width(), this->height())); + + // Sanity check to ensure the plasma theme is present on the system. If a file is missing from the plasma theme, it will assume the entire theme is not installed. + plasmaThemeExists = true; + for(int i = 0; i < paths.length()-1; i++) + { + plasmaThemeExists = plasmaThemeExists && QFile::exists(paths[i]); + } + // Sanity check to ensure the emerald theme is present on the system. + emeraldThemeExists = QFile::exists(paths[paths.length()-1]); + if(!plasmaThemeExists && emeraldThemeExists) + { + QMessageBox::critical(this, "Plasma theme not found", "Could not find the Plasma theme on your system. This theme will only be applied to the Emerald theme."); + } + else if(plasmaThemeExists && !emeraldThemeExists) + { + QMessageBox::warning(this, "Emerald theme not found", "Could not find the Emerald theme on your system. This theme will only be applied to the Plasma theme."); + } + else if(!plasmaThemeExists && !emeraldThemeExists) + { + QMessageBox::critical(this, "Theme not found", "Could not find the Plasma and Emerald theme on your system. This program will now close."); + this->close(); + } + + /* Setting up more UI stuff */ + + ui->colorMixerGroupBox->setVisible(false); + // Template string defining the CSS style for the hue slider. + hue_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000)"; + ui->hue_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", hue_gradient)); + // Likewise for the saturation and brightness sliders. + saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); + ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); + + ui->hue_label->setText(QString::number(ui->hue_Slider->value())); + ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); + ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); + ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); + + // Predefined color values directly pulled from Windows 7, with the exception of Sunset, which is an original color value. + QStringList values = { "6b74b8fc-Custom", + "6b74b8fc-Sky", + "a80046ad-Twilight", + "8032cdcd-Sea", + "6614a600-Leaf", + "6697d937-Lime", + "54fadc0e-Sun", + "80ff9c00-Pumpkin", + "a8ce0f0f-Ruby", + "66ff0099-Fuchsia", + "70fcc7f8-Blush ", + "856e3ba1-Violet", + "528d5a94-Lavander", + "6698844c-Taupe", + "a84f1b1b-Chocolate", + "80555555-Slate", + "54fcfcfc-Frost", + "89e61f8c-Sunset"}; + for(int i = 0; i < values.size(); i++) + { + QStringList temp = values[i].split("-"); + predefined_colors.push_back(ColorWindow(temp[1], QColor("#" + temp[0]), ui->groupBox, i)); + } + + // By default, the selected color is Sky. + selected_color = 1; + + // Creating a FlowLayout and storing all the colors there. + colorLayout = new FlowLayout(ui->groupBox); + colorLayout->setContentsMargins(25, 25, 25, 25); + + for(unsigned int i = 0; i < predefined_colors.size(); i++) + { + colorLayout->addWidget(predefined_colors[i].getFrame()); + connect(predefined_colors[i].getButton(), SIGNAL(clicked()), this, SLOT(on_colorWindow_Clicked())); + } + colorLayout->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); + + ui->enableTransparency_CheckBox->setChecked(settings["transparency"]); + + // Loading the custom color from the config file. + QColor tempColor(settings["red"], settings["green"], settings["blue"], settings["alpha"]); + predefined_colors[0].setColor(tempColor); + selected_color = -1; + ui->hue_Slider->setValue(predefined_colors[0].getColor().hslHue()); + ui->saturation_Slider->setValue(predefined_colors[0].getColor().hsvSaturation()); + ui->Lightness_Slider->setValue(predefined_colors[0].getColor().value()); + selected_color = 0; + + // Loading the current color from the config file. + selected_color = settings["color"]; + changeColor(selected_color); + changeBackground(); +} + +MainWindow::~MainWindow() +{ + for(unsigned int i = 0; i < predefined_colors.size(); i++) + { + predefined_colors[i].clear(); + } + delete ui; +} + +/* + * Returns the currently set color. Depending on the transparency settings, the alpha value will either + * be directly used as the transparency value, or it will be used to define the saturation of the color. + */ +QColor MainWindow::exportColor() +{ + if(ui->enableTransparency_CheckBox->isChecked()) + { + double alpha_dec = map(ui->alpha_slider->value(), 0, 255, 0.1f, 0.8f); + QColor c = predefined_colors[selected_color].getColor(); + c.setAlphaF(alpha_dec); + return c; + } + else + { + return mixColor(predefined_colors[selected_color].getColor(), ui->alpha_slider->value() / 255.0f); + } +} + +/* + * This method saves the current state into the configuration file. + * The following settings are saved: + * - Transparency: Is transparency enabled? + * - Red: The red component of the custom color. + * - Green: The green component of the custom color. + * - Blue: The blue component of the custom color. + * - Alpha: The alpha component of the custom color. + * - Color: The selected color, either custom or from the predefined selection of colors. + */ +bool MainWindow::saveConfig() +{ + QString txt = ""; + txt = "transparency=" + QString::number(ui->enableTransparency_CheckBox->isChecked()) + "\n"; + txt += "red=" + QString::number(predefined_colors[0].getColor().red()) + "\n"; + txt += "green=" + QString::number(predefined_colors[0].getColor().green()) + "\n"; + txt += "blue=" + QString::number(predefined_colors[0].getColor().blue()) + "\n"; + txt += "alpha=" + QString::number(predefined_colors[0].getColor().alpha()) + "\n"; + txt += "color=" + QString::number(selected_color); + QFile configFile(configPath); + configFile.open(QIODevice::WriteOnly | QIODevice::Text); + QTextStream out(&configFile); + out << txt; + configFile.close(); +} + +// Loads the settings from the config file. +bool MainWindow::loadConfig() +{ + QFile f(configPath); + f.open(QIODevice::ReadOnly | QIODevice::Text); + QTextStream reader(&f); + QString line = ""; + while(!reader.atEnd()) + { + line = reader.readLine(); + QStringList temp = line.split("="); + if(settings.count(temp[0]) != 0) + { + settings[temp[0]] = temp[1].toInt(); + } + else + { + std::cout << "Unknown property" << temp[0].toStdString() << std::endl; + } + } + +} + +void MainWindow::changeEvent(QEvent* e) +{ + if(e->type() == QEvent::ActivationChange) + { + changeBackground(); + } +} + +/* + * Changes the transparent background of the main window, allowing for a preview of how the color would look like + * when rendered on a blurred transparent surface. The main window uses a custom CSS style to achieve the effect of only + * the bottom part of the window being blurred and transparent. + */ +void MainWindow::changeBackground() +{ + QColor theme_color = QWidget::palette().window().color(); + QColor current_color = exportColor(); + QColor inactive_col = current_color; + if(ui->enableTransparency_CheckBox->isChecked()) + { + inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f); + } + else + { + inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF()); + } + if(!this->isActiveWindow()) current_color = inactive_col; + QString temp = this->background_style; + temp = temp.replace('$', "rgba("+ QString::number(current_color.red()) +"," + + QString::number(current_color.green()) +"," + + QString::number(current_color.blue()) +"," + + QString::number(current_color.alpha()) + ")") + .replace('!', "rgba("+ QString::number(theme_color.red()) +"," + + QString::number(theme_color.green()) +"," + + QString::number(theme_color.blue()) +"," + + "255)"); + + + ui->centralwidget->setStyleSheet(temp); + +} + +// Changes the color between the custom and any of the predefined values. +void MainWindow::changeColor(int index) +{ + ui->color_name_label->setText("Current color: " + predefined_colors[index].getName()); + selected_color = -1; + ui->hue_Slider->setValue(predefined_colors[index].getColor().hslHue()); + ui->saturation_Slider->setValue(predefined_colors[index].getColor().hsvSaturation()); + ui->Lightness_Slider->setValue(predefined_colors[index].getColor().value()); + ui->alpha_slider->setValue(predefined_colors[index].getColor().alpha()); + selected_color = index; + changeBackground(); + +} + +// This event fires when a color from the FlowLayout is clicked. +void MainWindow::on_colorWindow_Clicked() +{ + int index = sender()->objectName().split("_")[1].toInt(); + changeColor(index); +} + +// Changes the custom color, this method executes whenever the sliders are moved. +void MainWindow::changeCustomColor() +{ + if(selected_color != -1) + { + selected_color = 0; + ui->color_name_label->setText("Current color: Custom"); + QColor c; + c.setHsv(ui->hue_Slider->value(), ui->saturation_Slider->value(), ui->Lightness_Slider->value(), ui->alpha_slider->value()); + predefined_colors[selected_color].setColor(c); + changeBackground(); + } +} + +// Toggles the visibility of the group box containing the color sliders. +void MainWindow::on_colorMixerLabel_linkActivated(const QString &link) +{ + ui->colorMixerGroupBox->setVisible(!ui->colorMixerGroupBox->isVisible()); + ui->colorMixerLabel->setText(ui->colorMixerGroupBox->isVisible() ? "Hide color mixer" : "Show color mixer" ); +} + +// Updates the color sliders and updates the custom color. +void MainWindow::on_hue_Slider_valueChanged(int value) +{ + ui->hue_label->setText(QString::number(ui->hue_Slider->value())); + saturation_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FFFFFF, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + brightness_gradient = "qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #000000, stop: 1 " + QColor::fromHsl(ui->hue_Slider->value(), 255, 128).name(QColor::HexRgb) + ")"; + ui->saturation_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", saturation_gradient)); + ui->Lightness_Slider->setStyleSheet(QString(style).replace("GRADIENT_HERE", brightness_gradient)); + changeCustomColor(); +} + +void MainWindow::on_pushButton_3_clicked() +{ + this->close(); +} + +void MainWindow::on_saturation_Slider_valueChanged(int value) +{ + ui->saturation_label->setText(QString::number(ui->saturation_Slider->value())); + changeCustomColor(); +} + +void MainWindow::on_Lightness_Slider_valueChanged(int value) +{ + ui->brightness_label->setText(QString::number(ui->Lightness_Slider->value())); + changeCustomColor(); +} + +void MainWindow::on_alpha_slider_valueChanged(int value) +{ + ui->alpha_label->setText(QString::number(ui->alpha_slider->value())); + changeCustomColor(); +} + +// This function is unused +QColor mixColor(QColor first) +{ + return QColor::fromHsv(first.hsvHue(), first.hsvSaturation() * 0.1f, first.value()); +} + +/* + * Applies the currently set color to the entire theme and saves the program information into the config file. + * This is by far the most convoluted process, as it requires writing directly into SVG files and the Emerald theme configuration file. + */ +void MainWindow::applyChanges() +{ + // Gets the current color and its alpha value. + QColor main_color = exportColor(); + QString alpha = QString::number(main_color.alphaF(), 'f'); + + // Regex strings that make life easier. + // Looks for SVG CSS style attributes fill-opacity and fill. + QString fillOpacityMatch = R"(fill-opacity:(\d*\.?\d+;))"; + QString fillMatch = R"(fill:#(?:[0-9a-fA-F]{3}){1,2};)"; + // Emerald properties. + QString active_color = R"(^active_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})"; + QString active_alpha = R"(^active_title_(left|right|middle)_alpha=(\d*\.?\d+))"; + QString inactive_color = R"(^inactive_title_(left|right|middle)=#(?:[0-9a-fA-F]{3}){1,2})"; + QString inactive_alpha = R"(^inactive_title_(left|right|middle)_alpha=(\d*\.?\d+))"; + + // Regex setup code. + QRegularExpression regex(fillOpacityMatch, QRegularExpression::MultilineOption | QRegularExpression::DotMatchesEverythingOption); + int pos = 0; + QStringList matches; + // Lambda funcion that for a given Regex pattern and an input, returns all instances of the matching pattern. + auto getMatches = [&](QString pattern, QString input) + { + matches.clear(); + pos = 0; + regex.setPattern(pattern); + QRegularExpressionMatchIterator it = regex.globalMatch(input); + while(it.hasNext()) + { + QRegularExpressionMatch match = it.next(); + if(match.hasMatch()) + { + matches << match.captured(0); + } + } + + }; + + // Lambda function that writes new data into the specified SVG file. + auto writeToPanel = [&](QString path) + { + if(!plasmaThemeExists) return; + QFile f(path); + f.open(QIODevice::ReadWrite | QIODevice::Text); + QTextStream reader(&f); + reader.setAutoDetectUnicode(true); + QString rawData = ""; + QString line = ""; + // We don't want to read the entire file as SVGs are typically huge. + // Instead, we're stopping until we have the entire style tag loaded, + // which is at the start of the SVG file. + while(!line.contains("")) + { + line = reader.readLine(); + rawData += line + "\n"; + } + getMatches(fillOpacityMatch, rawData); + if(!ui->enableTransparency_CheckBox->isChecked()) + { + rawData.replace(matches[0], "fill-opacity:1;"); + } + else if(ui->enableTransparency_CheckBox->isChecked()) + { + rawData.replace(matches[0], "fill-opacity:" + alpha + ";"); + } + matches.clear(); + pos = 0; + regex.setPattern(fillMatch); + QString colorName = main_color.name(QColor::HexRgb); // CSS expects a hex value + getMatches(fillMatch, rawData); + rawData.replace(matches[0], "fill:" + colorName + ";"); + // Writing to file + f.seek(0); // Go back to the start of the file + f.write(rawData.toStdString().c_str(), rawData.length()); // Overwrites only the first part of the file directly, while keeping the rest untouched. + f.close(); + }; + + // Lambda function that writes to the Emerald theme configuration file. + auto writeToDecoration = [&](QString path) + { + if(!emeraldThemeExists) return; + QFile f(path); + f.open(QIODevice::ReadWrite | QIODevice::Text); + QTextStream reader(&f); + reader.setAutoDetectUnicode(true); + QString rawData = ""; + QString line = ""; + + while(!reader.atEnd()) + { + line = reader.readLine(); + rawData += line + "\n"; + } + + QColor inactive_col = main_color; + if(ui->enableTransparency_CheckBox->isChecked()) + { + inactive_col.setAlphaF(inactive_col.alphaF() / 2.0f); + } + else + { + inactive_col.setHslF(inactive_col.hslHueF(), inactive_col.hslSaturationF() / 2.0f, inactive_col.lightnessF()); + } + + getMatches(active_alpha, rawData); + for(int i = 0; i < matches.length(); i++) + { + QStringList temp = matches[i].split("="); + rawData.replace(matches[i], temp[0] + "=" + QString::number(main_color.alphaF(), 'f')); + } + + getMatches(inactive_alpha, rawData); + for(int i = 0; i < matches.length(); i++) + { + QStringList temp = matches[i].split("="); + rawData.replace(matches[i], temp[0] + "=" + QString::number(inactive_col.alphaF(), 'f')); + } + + getMatches(active_color, rawData); + for(int i = 0; i < matches.length(); i++) + { + QStringList temp = matches[i].split("="); + rawData.replace(matches[i], temp[0] + "=" + main_color.name(QColor::HexRgb)); + } + + getMatches(inactive_color, rawData); + for(int i = 0; i < matches.length(); i++) + { + QStringList temp = matches[i].split("="); + rawData.replace(matches[i], temp[0] + "=" + inactive_col.name(QColor::HexRgb)); + } + f.seek(0); + f.write(rawData.toStdString().c_str(), rawData.length()); + f.close(); + }; + for(int i = 0; i < paths.length()-1; i++) + { + writeToPanel(paths[i]); + printf("Test\n"); + fflush(stdout); + } + writeToDecoration(paths[paths.length()-1]); + + // Set the plasma theme to Oxygen and then back to Seven-Black to apply the changes immediately. + QProcess process; + process.execute("plasma-apply-desktoptheme", QStringList() << "oxygen"); + process.waitForFinished(); + QThread::sleep(1); + process.execute("plasma-apply-desktoptheme", QStringList() << "Seven-Black"); + process.waitForFinished(); + process.close(); + // Restart KWin to apply changes to the window decorations as well. + system("kwin_x11 --replace &"); +} + +void MainWindow::on_apply_Button_clicked() +{ + applyChanges(); + saveConfig(); +} + +void MainWindow::on_cancel_Button_clicked() +{ + this->close(); +} + + +void MainWindow::on_saveChanges_Button_clicked() +{ + applyChanges(); + saveConfig(); + this->close(); +} + + +void MainWindow::on_enableTransparency_CheckBox_stateChanged(int arg1) +{ + changeBackground(); +} + diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h new file mode 100755 index 0000000..66e5865 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.h @@ -0,0 +1,84 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "flowlayout.h" +#include "colorwindow.h" + +QT_BEGIN_NAMESPACE +namespace Ui { class MainWindow; } +QT_END_NAMESPACE + +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + MainWindow(QWidget *parent = nullptr); + ~MainWindow(); + void changeCustomColor(); + void changeColor(int index); + void applyChanges(); + bool loadConfig(); + bool saveConfig(); + void changeBackground(); + QColor exportColor(); + +protected: + void changeEvent(QEvent* e); + +private slots: + void on_colorMixerLabel_linkActivated(const QString &link); + + void on_hue_Slider_valueChanged(int value); + + void on_pushButton_3_clicked(); + + void on_saturation_Slider_valueChanged(int value); + + void on_Lightness_Slider_valueChanged(int value); + + void on_colorWindow_Clicked(); + + void on_apply_Button_clicked(); + + void on_cancel_Button_clicked(); + + void on_alpha_slider_valueChanged(int value); + + void on_saveChanges_Button_clicked(); + + void on_enableTransparency_CheckBox_stateChanged(int arg1); + +private: + Ui::MainWindow *ui; + bool plasmaThemeExists; + bool emeraldThemeExists; + FlowLayout* colorLayout; + std::vector predefined_colors; + std::map settings; // Holds the settings loaded from the config file. + QStringList paths; // Holds the predefined file paths. + const QString configPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + "/.aerorc"; // Holds the predefined path of the config file. (~/.config/.aerorc) + short selected_color; // Index of the currently selected color. + QColor color; + QString hue_gradient; + QString saturation_gradient; + QString brightness_gradient; + QString style; + QString background_style = "QWidget#centralwidget { background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0.0, y2:0, stop:0 $, stop:0.105 $, stop:0.106 !); }"; // CSS for the main window background. +}; +#endif // MAINWINDOW_H diff --git a/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui new file mode 100755 index 0000000..d7b327c --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Deprecated/AeroColorMixer/mainwindow.ui @@ -0,0 +1,719 @@ + + + MainWindow + + + + 0 + 0 + 759 + 585 + + + + + 759 + 585 + + + + Change the accent color of your theme + + + + .. + + + + + + + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 16777215 + 20 + + + + Color intensity: + + + Qt::AlignHCenter|Qt::AlignTop + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + + 16777215 + 16777215 + + + + Enables/disables the transparency of the entire theme. +NOTE: This setting does NOT affect compositing settings. + + + Enable transparency + + + true + + + + + + + + 0 + 0 + + + + + 16777215 + 50 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 40 + 20 + + + + + + + + + + + + 0 + 0 + + + + PointingHandCursor + + + <a href="no">Show color mixer</a> + + + Qt::RichText + + + false + + + Qt::LinksAccessibleByMouse + + + + + + + + 0 + 150 + + + + + + + true + + + + 0 + + + 0 + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + QSlider::groove:horizontal { + background-color: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0 #FF0000, stop: 0.167 #FFFF00, stop: 0.33 #00FF00, stop: 0.5 #00FFFF, stop: 0.667 #0000FF, stop: 0.833 #FF00FF, stop: 1 #FF0000); + height: 5px; + position: absolute; +} + +QSlider::handle:horizontal { + height: 3px; + width: 10px; + background: #fafafa; + border: 1px solid #46aaab; + margin: -6px 1px; + /* expand outside the groove */ + +} + +QSlider::handle:horizontal:hover { + background: #dadaff; +} + + + 359 + + + 0 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Saturation: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Hue: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 72 + 0 + + + + + 72 + 16777215 + + + + Brightness: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + 0 + + + + + + + + 0 + 0 + + + + + 259 + 25 + + + + + 259 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + 40 + 0 + + + + + 40 + 16777215 + + + + TextLabel + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::MinimumExpanding + + + + 20 + 10 + + + + + + + + + 1 + 0 + + + + + 259 + 0 + + + + + 250 + 16777215 + + + + 255 + + + Qt::Horizontal + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 10 + + + + + + + + Current color: Custom + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + 12 + false + false + + + + Set the color of window decorations, panels, tooltips and taskbar + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + + 290 + 0 + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 0 + 21 + + + + + 16777215 + 21 + + + + Apply + + + + + + + + 0 + 0 + + + + + 100 + 21 + + + + + 100 + 21 + + + + Save Changes + + + + + + + + 0 + 0 + + + + + 0 + 21 + + + + + 16777215 + 21 + + + + Cancel + + + + + + + + + + + + diff --git a/Plasma/KDE Plasma Theme/Seven-Black/Donations.desktop b/Plasma/KDE_Plasma_Theme/Seven-Black/Donations.desktop old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/Donations.desktop rename to Plasma/KDE_Plasma_Theme/Seven-Black/Donations.desktop diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/backup/background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/panel-background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/backup/panel-background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/panel-background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/backup/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/backup/tooltip.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/backup/tooltip.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/backup/tooltip.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/.directory old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/.directory rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/.directory diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/akonadi.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akonadi.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/akonadi.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akonadi.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/akregator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akregator.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/akregator.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/akregator.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/amarok.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/amarok.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/amarok.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/amarok.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/applications.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/applications.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/applications.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/applications.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/apport.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/apport.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/apport.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/apport.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/audio.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/audio.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/audio.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/audio.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/baloo.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/baloo.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/baloo.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/baloo.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/bangarang.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bangarang.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/bangarang.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bangarang.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/basket.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/basket.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/basket.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/basket.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/battery.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/battery.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/battery.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/battery.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/bookmarks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bookmarks.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/bookmarks.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/bookmarks.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/cantata.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/cantata.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/cantata.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/cantata.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok_offline.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok_offline.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/choqok_offline.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/choqok_offline.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/clementine.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/clementine.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/clementine.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/clementine.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/computer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/computer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/computer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/computer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/configure.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/configure.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/configure.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/configure.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/device.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/device.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/device.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/device.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/dialog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dialog.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/dialog.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dialog.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/distribute.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/distribute.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/distribute.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/distribute.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/document.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/document.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/document.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/document.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/drive.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/drive.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/drive.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/drive.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/dropbox.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dropbox.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/dropbox.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/dropbox.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/edit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/edit.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/edit.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/edit.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/fcitx.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/fcitx.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/fcitx.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/fcitx.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/go.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/go.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/go.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/go.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ibus.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ibus.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ibus.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ibus.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/input.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/input.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/input.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/input.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/juk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/juk.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/juk.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/juk.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kaffeine.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kaffeine.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kaffeine.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kaffeine.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kalarm.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kalarm.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kalarm.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kalarm.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kdeconnect.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kdeconnect.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kdeconnect.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kdeconnect.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/keyboard.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/keyboard.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/keyboard.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/keyboard.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kget.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kget.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kget.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kget.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kgpg.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kgpg.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kgpg.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kgpg.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/klipper.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/klipper.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/klipper.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/klipper.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kmail.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmail.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kmail.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmail.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kmess.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmess.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kmess.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kmess.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/knotes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/knotes.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/knotes.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/knotes.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konqueror.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konqueror.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konqueror.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konqueror.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konv_message.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konv_message.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konv_message.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konv_message.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/konversation.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konversation.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/konversation.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/konversation.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kopete.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kopete.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kopete.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kopete.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/korgac.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/korgac.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/korgac.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/korgac.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kpackagekit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kpackagekit.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kpackagekit.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kpackagekit.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kruler.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kruler.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kruler.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kruler.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/kteatime.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kteatime.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/kteatime.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/kteatime.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ktimer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktimer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ktimer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktimer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/ktorrent.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktorrent.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/ktorrent.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/ktorrent.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/list.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/list.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/list.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/list.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/location.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/location.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/location.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/location.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/mail-unread-new.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail-unread-new.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/mail-unread-new.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail-unread-new.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/mail.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/mail.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/mail.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/media.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/media.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/media.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/message-indicator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/message-indicator.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/message-indicator.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/message-indicator.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/nepomuk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/nepomuk.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/nepomuk.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/nepomuk.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/network.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/network.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/network.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/network.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/notification.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/notification.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/notification.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/notification.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/phone.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/phone.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/phone.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/phone.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/plasma-networkmanagement.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/plasma-networkmanagement.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/plasma-networkmanagement.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/plasma-networkmanagement.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/preferences.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/preferences.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/preferences.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/preferences.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/presence-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/presence-applet.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/presence-applet.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/presence-applet.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/printer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/printer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/printer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/printer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/quassel.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quassel.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/quassel.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quassel.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/quota.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quota.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/quota.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/quota.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/recorditnow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/recorditnow.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/recorditnow.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/recorditnow.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/simpleaudioplayer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/simpleaudioplayer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/simpleaudioplayer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/simpleaudioplayer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/skype.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/skype.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/skype.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/skype.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/slc.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/slc.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/slc.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/slc.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/smartphone.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smartphone.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/smartphone.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smartphone.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/smb4k.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smb4k.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/smb4k.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/smb4k.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/software-updates.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software-updates.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/software-updates.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software-updates.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/software.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/software.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/software.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/start.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/start.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/start.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/start.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/steam.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/steam.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/steam.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/steam.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/synaptiks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/synaptiks.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/synaptiks.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/synaptiks.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/system.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/system.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/system.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/system.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/tomahawk.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/tomahawk.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/tomahawk.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/tomahawk.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/touchpad.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/touchpad.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/touchpad.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/touchpad.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission-qt.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission-qt.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission-qt.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission-qt.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/transmission.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/transmission.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/user.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/user.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/user.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/user.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/video-display.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video-display.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/video-display.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video-display.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/video.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/video.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/view.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/view.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/view.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/view.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/vlc.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/vlc.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/vlc.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/vlc.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/wallet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/wallet.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/wallet.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/wallet.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/weather.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/weather.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/weather.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/weather.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/window.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/window.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/window.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/window.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/yarock.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/yarock.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/yarock.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/yarock.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bicons/zoom.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bicons/zoom.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bicons/zoom.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bicons/zoom.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/bubblemon/bubble.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/bubblemon/bubble.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/bubblemon/bubble.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/bubblemon/bubble.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/calendar/mini-calendar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/calendar/mini-calendar.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/calendar/mini-calendar.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/calendar/mini-calendar.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/colors b/Plasma/KDE_Plasma_Theme/Seven-Black/colors old mode 100644 new mode 100755 similarity index 95% rename from Plasma/KDE Plasma Theme/Seven-Black/colors rename to Plasma/KDE_Plasma_Theme/Seven-Black/colors index 8c2ce7f..15ba136 --- a/Plasma/KDE Plasma Theme/Seven-Black/colors +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/colors @@ -20,9 +20,9 @@ IntensityEffect=0 [Colors:Button] BackgroundAlternate=10,10,10 -BackgroundNormal=59,148,190 +BackgroundNormal=0,153,255 DecorationFocus=30,146,255 -DecorationHover=25,182,238 +DecorationHover=0,187,255 ForegroundActive=245,121,0 ForegroundInactive=175,176,179 ForegroundLink=25,182,238 @@ -84,13 +84,13 @@ ForegroundInactive=175,176,179 ForegroundLink=25,182,238 ForegroundNegative=223,56,44 ForegroundNeutral=233,194,19 -ForegroundNormal=255,255,255 +ForegroundNormal=15,15,15 ForegroundPositive=50,205,50 ForegroundVisited=25,182,238 [Colors:Window] BackgroundAlternate=10,10,10 -BackgroundNormal=0,117,153 +BackgroundNormal=0,102,180 DecorationFocus=30,146,255 DecorationHover=25,182,238 ForegroundActive=245,121,0 diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/.directory old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/.directory rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/.directory diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg new file mode 100755 index 0000000..d7e6932 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/background.svg @@ -0,0 +1,1369 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/kickoff.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/kickoff.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/kickoff.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/kickoff.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/krunner.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/krunner.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/krunner.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/krunner.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/dialogs/shutdowndialog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/shutdowndialog.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/dialogs/shutdowndialog.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/dialogs/shutdowndialog.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/k3b.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/k3b.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/k3b.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/k3b.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-audio.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-audio.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-audio.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-audio.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-blu-ray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-blu-ray.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-blu-ray.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-blu-ray.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd-video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd-video.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd-video.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd-video.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-dvd.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-dvd.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-recordable.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-recordable.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-recordable.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-recordable.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-video.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-video.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical-video.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical-video.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/discburner/media-optical.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/discburner/media-optical.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/fifteenPuzzle/blanksquare.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/fifteenPuzzle/blanksquare.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/fifteenPuzzle/blanksquare.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/fifteenPuzzle/blanksquare.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/Oxygen-COPYING.txt b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/Oxygen-COPYING.txt similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/Oxygen-COPYING.txt rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/Oxygen-COPYING.txt diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/battery.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/battery.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/battery.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/battery.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/configure.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/configure.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/configure.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/configure.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/input.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/input.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/input.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/input.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/keyboard.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/keyboard.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/keyboard.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/keyboard.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/klipper.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/klipper.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/klipper.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/klipper.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/list.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/list.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/list.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/list.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg.b b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg.b old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/media.svg.b rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/media.svg.b diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/network.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/network.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/network.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/network.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/notification.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/notification.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/notification.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/notification.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/preferences.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/preferences.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/preferences.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/preferences.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icons/printer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icons/printer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icons/printer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icons/printer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/badge.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/badge.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/badge.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/badge.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/dropindicators.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/dropindicators.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/dropindicators.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/dropindicators.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/indicators.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/indicators.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/indicators.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/indicators.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/launcherseparator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/launcherseparator.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/launcherseparator.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/launcherseparator.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/icontasks/progress.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/progress.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/icontasks/progress.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/icontasks/progress.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/install b/Plasma/KDE_Plasma_Theme/Seven-Black/install old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/install rename to Plasma/KDE_Plasma_Theme/Seven-Black/install diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-applet.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories-extender.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-categories.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-categories.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers-plasma-applet.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-headers.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-headers.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items-extender.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items-extender.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items-extender.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/action-list-view-items.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/action-list-view-items.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/extender-button-icon.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/extender-button-icon.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/extender-button-icon.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/extender-button-icon.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-backgroundoud.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-backgroundoud.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/inner-backgroundoud.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/inner-backgroundoud.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context-extender.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context-extender.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context-extender.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/lancelot-context.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/lancelot-context.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/oudeextender-button-icon.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/oudeextender-button-icon.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/oudeextender-button-icon.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/oudeextender-button-icon.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons-extender.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-buttons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-buttons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-inactivebuttons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-spacer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-spacer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/passageway-view-spacer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/passageway-view-spacer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/section-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/section-buttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/section-buttons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/section-buttons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons-extender.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons-extender.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons-extender.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons-extender.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/system-buttons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/system-buttons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/lancelot/theme.config b/Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/theme.config old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/lancelot/theme.config rename to Plasma/KDE_Plasma_Theme/Seven-Black/lancelot/theme.config diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop b/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop new file mode 100755 index 0000000..4a944f8 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/metadata.desktop @@ -0,0 +1,22 @@ +[Contrast Effect] +contrast=1 +enabled=True +intensity=1 +saturation=1.7 + +[Desktop Entry] +Comment=Seven Black theme with glass effect and reflections +Name=Seven Black +X-KDE-PluginInfo-Author=Mirko Gennari +X-KDE-PluginInfo-Category=Plasma Theme +X-KDE-PluginInfo-Depends=KDE5 +X-KDE-PluginInfo-Email=mirkogen@hotmail.it +X-KDE-PluginInfo-EnabledByDefault=True +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-Name=Seven Black +X-KDE-PluginInfo-Version=1.0.88 +X-KDE-PluginInfo-Website=http://www.techbulk.net +X-Plasma-API=5.0 + +[Settings] +UseNativeWidgetStyle=True diff --git a/Plasma/KDE Plasma Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/networkmanagement/networkmanagement-wireless.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/news/down.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/news/down.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/news/down.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/news/down.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/news/up.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/news/up.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/news/up.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/news/up.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/nowplaying/nocover.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/nowplaying/nocover.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/nowplaying/nocover.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/nowplaying/nocover.svg diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg new file mode 100755 index 0000000..90ae2a7 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/dialogs/background.svg @@ -0,0 +1,1330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/.directory old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/.directory rename to Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/.directory diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg new file mode 100755 index 0000000..12fd831 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/panel-background.svg @@ -0,0 +1,1869 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg new file mode 100755 index 0000000..d47c0c3 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/opaque/widgets/tooltip.svg @@ -0,0 +1,4884 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/arrows.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/arrows.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/arrows.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/arrows.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/left.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/left.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/left.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/left.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/right.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/right.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/right.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/right.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/rssnow/rssnow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/rssnow.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/rssnow/rssnow.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/rssnow/rssnow.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/settings b/Plasma/KDE_Plasma_Theme/Seven-Black/settings old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/settings rename to Plasma/KDE_Plasma_Theme/Seven-Black/settings diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg new file mode 100755 index 0000000..16df3be --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background.svg @@ -0,0 +1,2275 @@ + + + + image/svg+xml diff --git a/Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background_backup.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background_backup.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/solid/dialogs/background_backup.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/solid/dialogs/background_backup.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/stylesheets/news.css b/Plasma/KDE_Plasma_Theme/Seven-Black/stylesheets/news.css old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/stylesheets/news.css rename to Plasma/KDE_Plasma_Theme/Seven-Black/stylesheets/news.css diff --git a/Plasma/KDE Plasma Theme/Seven-Black/system-monitor/hdd_panel.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/system-monitor/hdd_panel.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/system-monitor/hdd_panel.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/system-monitor/hdd_panel.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/configure.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/configure.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/configure.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/configure.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/edit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/edit.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/edit.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/edit.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/go.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/go.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/go.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/go.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/list.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/list.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/list.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/list.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/media.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/media.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/media.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/media.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/window.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/window.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/toolbar-icons/window.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/toolbar-icons/window.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/translucent/colors b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/colors old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/translucent/colors rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/colors diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/dialogs/background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/dialogs/background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/dialogs/background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/dialogs/background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/panel-background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/panel-background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/panel-background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/tooltip.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/opaque/widgets/tooltip.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/translucent/widgets/tooltip.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/.directory b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/.directory old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/.directory rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/.directory diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/action-overlays.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/action-overlays.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/action-overlays.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/action-overlays.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/actionbutton.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/actionbutton.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/actionbutton.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/actionbutton.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/activities.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/activities.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/activities.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/activities.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-albums.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-albums.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-albums.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-albums.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-currenttrack.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-currenttrack.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-currenttrack.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-currenttrack.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-info-applet.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-info-applet.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-info-applet.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-info-applet.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipedia.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipedia.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipedia.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipedia.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipediaheader.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipediaheader.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/amarok-wikipediaheader.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/amarok-wikipediaheader.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/analog_meter.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/analog_meter.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/analog_meter.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/analog_meter.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/arrows.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/arrows.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/arrows.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/arrows.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipslogo.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipslogo.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipslogo.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipslogo.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsoffbtn.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsoffbtn.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsoffbtn.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsoffbtn.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsonbtn.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsonbtn.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/atipsonbtn.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/atipsonbtn.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/background.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/background.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/background.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/background.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_horizontal.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_horizontal.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_horizontal.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_horizontal.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_vertical.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_vertical.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/bar_meter_vertical.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/bar_meter_vertical.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/battery-oxygen.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery-oxygen.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/battery-oxygen.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery-oxygen.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/battery.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/battery.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/battery.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/branding.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/branding.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/branding.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/branding.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/busywidget.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/busywidget.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/busywidget.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/busywidget.svgz diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg new file mode 100755 index 0000000..46f0526 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button-close.svg @@ -0,0 +1,1783 @@ + + + +image/svg+xml diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/button.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/button.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/button.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/calendar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/calendar.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/calendar.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/calendar.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/checkmarks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/checkmarks.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/checkmarks.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/checkmarks.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/clock.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/clock.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/clock.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/clock.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/configuration-icons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/configuration-icons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/configuration-icons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/configuration-icons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/connection-established.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/connection-established.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/connection-established.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/connection-established.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/containment-controls.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/containment-controls.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/containment-controls.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/containment-controls.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/dragger.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/dragger.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/dragger.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/dragger.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-dragger.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-dragger.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/extender-dragger.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/extender-dragger.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/frame.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/frame.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/frame.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/frame.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/glowbar.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/glowbar.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/glowbar.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/glowbar.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/iconbutton.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/iconbutton.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/iconbutton.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/iconbutton.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/identiconshapes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identiconshapes.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/identiconshapes.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identiconshapes.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/identicontheme.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identicontheme.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/identicontheme.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/identicontheme.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/labeltexture.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/labeltexture.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/labeltexture.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/labeltexture.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/line.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/line.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/line.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/line.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/lineb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineb.svg diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg new file mode 100644 index 0000000..bda5d8f --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svg @@ -0,0 +1,669 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old new file mode 100755 index 0000000..52d6fc8 Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineedit.svgz.old differ diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/lineeditb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineeditb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/lineeditb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/lineeditb.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/listitem.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitem.svgz similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/listitem.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitem.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/listitemb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitemb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/listitemb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/listitemb.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/luna.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/luna.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/luna.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/luna.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/media-delegate.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/media-delegate.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/media-delegate.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/media-delegate.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/menuitem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/menuitem.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/menuitem.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/menuitem.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/microblog.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/microblog.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/microblog.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/microblog.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/mock przelacznik pulpitow.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/monitor.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/monitor.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/monitor.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/monitor.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/notes.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/notes.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/notes.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/notes.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/onoff_switch.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/onoff_switch.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/onoff_switch.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/onoff_switch.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/pager.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pager.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/pager.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pager.svgz diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg new file mode 100755 index 0000000..b63cb20 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background.svg @@ -0,0 +1,2106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background_original.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background_original.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/panel-background_original.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panel-background_original.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/panelspacer-separator.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panelspacer-separator.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/panelspacer-separator.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/panelspacer-separator.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/picker.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picker.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/picker.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picker.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/picture-frame-default.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picture-frame-default.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/picture-frame-default.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/picture-frame-default.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/plasmoidheading.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plasmoidheading.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/plasmoidheading.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plasmoidheading.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/plot-background.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plot-background.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/plot-background.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/plot-background.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/pownce.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pownce.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/pownce.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/pownce.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-16.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-16.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-16.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-16.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-22.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-22.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/previewer-22.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/previewer-22.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollbar.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollbar.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollbar.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollwidget.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollwidget.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/scrollwidget.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/scrollwidget.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/showdesktop.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/showdesktop.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/showdesktop.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/showdesktop.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/sidebaritem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sidebaritem.svg similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/sidebaritem.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sidebaritem.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/slider.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/slider.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/slider.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/slider.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/sliderb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sliderb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/sliderb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/sliderb.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/startmenu-buttons.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/startmenu-buttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/startmenu-buttons.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/startmenu-buttons.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/system-lock-screen.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/system-lock-screen.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/system-lock-screen.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/system-lock-screen.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svgz similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systemtray.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systemtray.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/systray.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systray.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/systray.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/systray.svg diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz new file mode 100755 index 0000000..95b2080 Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tabbar.svgz differ diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/taskbarhover.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/taskbarhover.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/taskbarhover.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/taskbarhover.svg diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg new file mode 100755 index 0000000..c9359b3 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasks.svg @@ -0,0 +1,10389 @@ + +image/svg+xml hover focus minimized normal attention   diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/tasksb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasksb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/tasksb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tasksb.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/timer.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/timer.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/timer.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/timer.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbar.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbar.svgz old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbar.svgz rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbar.svgz diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox-button.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox-button.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox-button.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox-button.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/toolbox.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/toolbox.svg diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg new file mode 100755 index 0000000..dc8aec9 --- /dev/null +++ b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/tooltip.svg @@ -0,0 +1,4880 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz new file mode 100755 index 0000000..a631c92 Binary files /dev/null and b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/translucentbackground.svgz differ diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/twitter.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/twitter.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/twitter.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/twitter.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg.bak b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg.bak similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitem.svg.bak rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitem.svg.bak diff --git a/Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitemb.svg b/Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitemb.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/KDE Plasma Theme/Seven-Black/widgets/viewitemb.svg rename to Plasma/KDE_Plasma_Theme/Seven-Black/widgets/viewitemb.svg diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml b/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml deleted file mode 100644 index 5a7db32..0000000 --- a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/main.qml +++ /dev/null @@ -1,113 +0,0 @@ -/* - SPDX-FileCopyrightText: 2020 Andrey Butirsky - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.12 -import Qt.labs.platform 1.1 -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.workspace.components 2.0 - -Item { - id: root - - function iconURL(name) { - return StandardPaths.locate(StandardPaths.GenericDataLocation, - "kf5/locale/countries/" + name + "/flag.png") - } - - signal layoutSelected(int layout) - - function actionTriggered(selectedLayout) { - layoutSelected(selectedLayout) - } - - Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation - - Plasmoid.compactRepresentation: KeyboardLayoutSwitcher { - Plasmoid.toolTipSubText: layoutNames.longName - Plasmoid.status: hasMultipleKeyboardLayouts ? PlasmaCore.Types.ActiveStatus : PlasmaCore.Types.HiddenStatus - - Connections { - target: keyboardLayout - - function onLayoutsListChanged() { - plasmoid.clearActions() - - keyboardLayout.layoutsList.forEach( - function(layout, index) { - plasmoid.setAction( - index, - layout.longName, - iconURL(layout.shortName).toString().substring(7) // remove file:// scheme - ) - } - ) - } - - function onLayoutChanged() { - root.Plasmoid.activated() - } - } - - Connections { - target: root - - function onLayoutSelected(layout) { - keyboardLayout.layout = layout - } - } - - hoverEnabled: true - - PlasmaCore.IconItem { - id: icon - - source: iconURL(layoutNames.shortName) - visible: plasmoid.configuration.showFlag && source - anchors.fill: parent - active: containsMouse - } - - PlasmaComponents3.Label { - text: layoutNames.displayName || layoutNames.shortName - visible: !icon.visible - anchors.fill: parent - anchors.margins: PlasmaCore.Units.smallSpacing*2 - //anchors.bottomMargin: PlasmaCore.Units.smallSpacing - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - fontSizeMode: Text.Fit - minimumPointSize: 9; - rightPadding: PlasmaCore.Units.smallSpacing - leftPadding: PlasmaCore.Units.smallSpacing - font.pointSize: height - font.capitalization: Font.AllUppercase - MouseArea { - id: ma - anchors.fill: parent - hoverEnabled: true - propagateComposedEvents: true - onClicked: { - mouse.accepted = false; - } - } - PlasmaCore.FrameSvgItem { - id: decorationButton - z: -1 - anchors.fill: parent - imagePath: "widgets/button" - visible: ma.containsMouse - prefix: { - var x = "keyboard-"; - if(ma.containsMouse && !ma.containsPress) return x+"hover"; - else if(ma.containsMouse && ma.containsPress) return x+"pressed"; - else return "keyboard-hover"; - } - } - } - - } -} diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml deleted file mode 100644 index 6a716c5..0000000 --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml +++ /dev/null @@ -1,129 +0,0 @@ -/*************************************************************************** - * Copyright 2013 Sebastian Kügler * - * Copyright 2015 Marco Martin * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU Library General Public License as * - * published by the Free Software Foundation; either version 2 of the * - * License, or (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Library General Public License for more details. * - * * - * You should have received a copy of the GNU Library General Public * - * License along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ - -import QtQuick 2.0 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.1 -import org.kde.plasma.core 2.0 as PlasmaCore - -PlasmaCore.ToolTipArea { - id: tooltip - - property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical - implicitWidth: PlasmaCore.Units.iconSizes.smallMedium - implicitHeight: implicitWidth - - mainText: systemTrayState.expanded ? i18n("Hide") : i18n("Show hidden icons") - - MouseArea { - id: arrowMouseArea - anchors.fill: parent - anchors.leftMargin: 2 - onClicked: systemTrayState.expanded = !systemTrayState.expanded - hoverEnabled: true - - - readonly property int arrowAnimationDuration: PlasmaCore.Units.shortDuration - - PlasmaCore.Svg { - id: arrowSvg - imagePath: "widgets/arrows" - } - - PlasmaCore.SvgItem { - id: arrow - - anchors.centerIn: parent - width: Math.min(parent.width, parent.height)+1 - height: width-1 - /*rotation: systemTrayState.expanded ? 180 : 0 - Behavior on rotation { - RotationAnimation { - duration: arrowMouseArea.arrowAnimationDuration - } - }*/ - /*opacity: systemTrayState.expanded ? 0 : 1 - Behavior on opacity { - NumberAnimation { - duration: arrowMouseArea.arrowAnimationDuration - } - }*/ - PlasmaCore.FrameSvgItem { - id: hoverButton - z: -1 - anchors.fill: parent - //anchors.leftMargin: 1 - //anchors.rightMargin: 1 - //anchors.topMargin: 2 - imagePath: "widgets/systray" - //opacity: arrowMouseArea.containsMouse ? 1 : 0 - prefix: { - if(arrowMouseArea.containsPress || systemTrayState.expanded) return "pressed"; - if(arrowMouseArea.containsMouse) return "hover"; - return "normal"; - } - } - svg: arrowSvg - elementId: { - if (plasmoid.location === PlasmaCore.Types.TopEdge) { - return "down-arrow"; - } else if (plasmoid.location === PlasmaCore.Types.LeftEdge) { - return "right-arrow"; - } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { - return "left-arrow"; - } else { - return "up-arrow"; - } - } - } - - /*PlasmaCore.SvgItem { - anchors.centerIn: parent - width: arrow.width - height: arrow.height - - rotation: systemTrayState.expanded ? 0 : -180 - Behavior on rotation { - RotationAnimation { - duration: arrowMouseArea.arrowAnimationDuration - } - } - opacity: systemTrayState.expanded ? 1 : 0 - Behavior on opacity { - NumberAnimation { - duration: arrowMouseArea.arrowAnimationDuration - } - } - - svg: arrowSvg - elementId: { - if (plasmoid.location === PlasmaCore.Types.TopEdge) { - return "up-arrow"; - } else if (plasmoid.location === PlasmaCore.Types.LeftEdge) { - return "left-arrow"; - } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { - return "right-arrow"; - } else { - return "down-arrow"; - } - } - }*/ - } -} diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml deleted file mode 100644 index c8e65ae..0000000 --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml +++ /dev/null @@ -1,243 +0,0 @@ -/* - * Copyright 2016 Marco Martin - * Copyright 2020 Konrad Materka - * Copyright 2020 Nate Graham - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.2 -import QtQuick.Layouts 1.1 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 3.0 as PlasmaComponents3 - -PlasmaCore.ToolTipArea { - id: abstractItem - - height: inVisibleLayout ? visibleLayout.cellHeight : hiddenTasks.cellHeight - width: inVisibleLayout ? visibleLayout.cellWidth : hiddenTasks.cellWidth - - property var model: itemModel - - property string itemId - property alias text: label.text - property alias iconContainer: iconContainer - property int /*PlasmaCore.Types.ItemStatus*/ status: model.status || PlasmaCore.Types.UnknownStatus - property int /*PlasmaCore.Types.ItemStatus*/ effectiveStatus: model.effectiveStatus || PlasmaCore.Types.UnknownStatus - readonly property bool inHiddenLayout: effectiveStatus === PlasmaCore.Types.PassiveStatus - readonly property bool inVisibleLayout: effectiveStatus === PlasmaCore.Types.ActiveStatus - - signal clicked(var mouse) - signal pressed(var mouse) - signal wheel(var wheel) - signal contextMenu(var mouse) - - /* subclasses need to assign to this tooltip properties - mainText: - subText: - */ - - - location: { - if (inHiddenLayout) { - if (LayoutMirroring.enabled && plasmoid.location !== PlasmaCore.Types.RightEdge) { - return PlasmaCore.Types.LeftEdge; - } else if (plasmoid.location !== PlasmaCore.Types.LeftEdge) { - return PlasmaCore.Types.RightEdge; - } - } - - return plasmoid.location; - } - -//BEGIN CONNECTIONS - - onContainsMouseChanged: { - if (inHiddenLayout && containsMouse) { - root.hiddenLayout.currentIndex = index - } - else if(!inHiddenLayout) { - itemHighLight.opacity = containsMouse ? 1 : 0 - } - - } - -//END CONNECTIONS - - PlasmaCore.FrameSvgItem { - id: itemHighLight - anchors.fill: parent - property int location - - property bool animationEnabled: true - property var highlightedItem: null - - z: -1 // always draw behind icons - opacity: 0 - - imagePath: "widgets/tabbar" - prefix: { - var prefix = "" - switch (location) { - case PlasmaCore.Types.LeftEdge: - prefix = "west-active-tab"; - break; - case PlasmaCore.Types.TopEdge: - prefix = "north-active-tab"; - break; - case PlasmaCore.Types.RightEdge: - prefix = "east-active-tab"; - break; - default: - prefix = "south-active-tab"; - } - if (!hasElementPrefix(prefix)) { - prefix = "active-tab"; - } - return prefix; - } - Behavior on opacity { - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad - //easing.type: systemTrayState.expanded ? Easing.OutCubic : Easing.InCubic - } - } - Rectangle { - id: pressRect - property alias activatedPress: pressRect.opacity - anchors.fill: parent - anchors.leftMargin: 2; - anchors.rightMargin: 2; - gradient: Gradient { - GradientStop { position: 0.1; color: "transparent"; } - GradientStop { position: 0.5; color: "#66000000"; } - GradientStop { position: 0.9; color: "transparent"; } - } - opacity: 0 - Behavior on opacity { - NumberAnimation { - duration: 150; - easing.type: Easing.InOutQuad - } - } - } - } - PulseAnimation { - targetItem: iconContainer - running: (abstractItem.status === PlasmaCore.Types.NeedsAttentionStatus || - abstractItem.status === PlasmaCore.Types.RequiresAttentionStatus ) && - PlasmaCore.Units.longDuration > 0 - } - - function activated() { - //activatedAnimation.start() - } - - SequentialAnimation { - id: activatedAnimation - loops: 1 - - ScaleAnimator { - target: iconContainer - from: 1 - to: 0.5 - duration: PlasmaCore.Units.shortDuration - easing.type: Easing.InQuad - } - - ScaleAnimator { - target: iconContainer - from: 0.5 - to: 1 - duration: PlasmaCore.Units.shortDuration - easing.type: Easing.OutQuad - } - } - - MouseArea { - id: ma - z: 5 - anchors.fill: abstractItem - hoverEnabled: true - drag.filterChildren: true - acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton - onClicked: abstractItem.clicked(mouse) - onPressed: { - abstractItem.hideToolTip() - abstractItem.pressed(mouse) - pressRect.activatedPress = ma.pressedButtons & Qt.LeftButton; - } - onReleased: { - pressRect.activatedPress = 0; - } - onPressAndHold: { - abstractItem.contextMenu(mouse) - pressRect.activatedPress = 0; - } - onWheel: { - abstractItem.wheel(wheel); - //Don't accept the event in order to make the scrolling by mouse wheel working - //for the parent scrollview this icon is in. - wheel.accepted = false; - } - } - - ColumnLayout { - anchors.fill: abstractItem - spacing: 0 - - Item { - id: iconContainer - - property alias container: abstractItem - property alias inVisibleLayout: abstractItem.inVisibleLayout - readonly property int size: abstractItem.inVisibleLayout ? root.itemSize : PlasmaCore.Units.iconSizes.smallMedium - - Layout.alignment: Qt.Bottom | Qt.AlignHCenter - Layout.fillHeight: abstractItem.inHiddenLayout ? true : false - implicitWidth: root.vertical && abstractItem.inVisibleLayout ? abstractItem.width : size - implicitHeight: !root.vertical && abstractItem.inVisibleLayout ? abstractItem.height : size - Layout.topMargin: abstractItem.inHiddenLayout ? Math.round(PlasmaCore.Units.smallSpacing * 1.5): 0 - } - PlasmaComponents3.Label { - id: label - - Layout.fillWidth: true - Layout.fillHeight: abstractItem.inHiddenLayout ? true : false - Layout.leftMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 - Layout.rightMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 - Layout.bottomMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 - - visible: abstractItem.inHiddenLayout - - verticalAlignment: Text.AlignTop - horizontalAlignment: Text.AlignHCenter - elide: Text.ElideRight - wrapMode: Text.Wrap - maximumLineCount: 3 - - opacity: visible ? 1 : 0 - Behavior on opacity { - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutQuad - } - } - } - } -} - diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml b/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml deleted file mode 100644 index d72d7e8..0000000 --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/main.qml +++ /dev/null @@ -1,311 +0,0 @@ -/* - * Copyright 2011 Marco Martin - * Copyright 2020 Konrad Materka - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License as - * published by the Free Software Foundation; either version 2, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Library General Public License for more details - * - * You should have received a copy of the GNU Library General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.5 -import QtQuick.Layouts 1.1 -import org.kde.plasma.core 2.1 as PlasmaCore -import org.kde.plasma.plasmoid 2.0 -import org.kde.draganddrop 2.0 as DnD -import org.kde.kirigami 2.5 as Kirigami - -import "items" - -MouseArea { - id: root - - readonly property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical - - Layout.minimumWidth: vertical ? PlasmaCore.Units.iconSizes.small : mainLayout.implicitWidth + PlasmaCore.Units.smallSpacing - Layout.minimumHeight: vertical ? mainLayout.implicitHeight + PlasmaCore.Units.smallSpacing : PlasmaCore.Units.iconSizes.small - - LayoutMirroring.enabled: !vertical && Qt.application.layoutDirection === Qt.RightToLeft - LayoutMirroring.childrenInherit: true - - readonly property alias systemTrayState: systemTrayState - readonly property alias itemSize: tasksGrid.itemSize - readonly property alias visibleLayout: tasksGrid - readonly property alias hiddenLayout: expandedRepresentation.hiddenLayout - - onWheel: { - // Don't propagate unhandled wheel events - wheel.accepted = true; - } - - SystemTrayState { - id: systemTrayState - } - - //being there forces the items to fully load, and they will be reparented in the popup one by one, this item is *never* visible - Item { - id: preloadedStorage - visible: false - } - - CurrentItemHighLight { - id: cur_item_highlight - location: plasmoid.location - parent: root - } - - DnD.DropArea { - anchors.fill: parent - - preventStealing: true; - - /** Extracts the name of the system tray applet in the drag data if present - * otherwise returns null*/ - function systemTrayAppletName(event) { - if (event.mimeData.formats.indexOf("text/x-plasmoidservicename") < 0) { - return null; - } - var plasmoidId = event.mimeData.getDataAsByteArray("text/x-plasmoidservicename"); - - if (!plasmoid.nativeInterface.isSystemTrayApplet(plasmoidId)) { - return null; - } - return plasmoidId; - } - - onDragEnter: { - if (!systemTrayAppletName(event)) { - event.ignore(); - } - } - - onDrop: { - var plasmoidId = systemTrayAppletName(event); - if (!plasmoidId) { - event.ignore(); - return; - } - - if (plasmoid.configuration.extraItems.indexOf(plasmoidId) < 0) { - var extraItems = plasmoid.configuration.extraItems; - extraItems.push(plasmoidId); - plasmoid.configuration.extraItems = extraItems; - } - } - } - - //Main Layout - GridLayout { - id: mainLayout - - rowSpacing: 0 - columnSpacing: 0 - anchors.fill: parent - - flow: vertical ? GridLayout.TopToBottom : GridLayout.LeftToRight - - - ExpanderArrow { - id: expander - Layout.fillWidth: vertical - Layout.fillHeight: !vertical - Layout.alignment: vertical ? Qt.AlignVCenter : Qt.AlignHCenter - visible: root.hiddenLayout.itemCount > 0 - } - GridView { - id: tasksGrid - - Layout.alignment: Qt.AlignCenter - - interactive: false //disable features we don't need - flow: vertical ? GridView.LeftToRight : GridView.TopToBottom - - // The icon size to display when not using the auto-scaling setting - readonly property int smallIconSize: PlasmaCore.Units.iconSizes.small - readonly property bool autoSize: plasmoid.configuration.scaleIconsToFit - - readonly property int gridThickness: root.vertical ? root.width : root.height - // Should change to 2 rows/columns on a 56px panel (in standard DPI) - readonly property int rowsOrColumns: autoSize ? 1 : Math.max(1, Math.min(count, Math.floor(gridThickness / (smallIconSize + PlasmaCore.Units.smallSpacing)))) - - // Add margins only if the panel is larger than a small icon (to avoid large gaps between tiny icons) - readonly property int smallSizeCellLength: gridThickness < smallIconSize ? smallIconSize : smallIconSize + PlasmaCore.Units.smallSpacing * 2 - cellHeight: { - if (root.vertical) { - return autoSize ? root.width + PlasmaCore.Units.smallSpacing : smallSizeCellLength - } else { - return autoSize ? root.height : Math.floor(root.height / rowsOrColumns) - } - } - cellWidth: { - if (root.vertical) { - return autoSize ? root.width : Math.floor(root.width / rowsOrColumns) - } else { - return autoSize ? root.height + PlasmaCore.Units.smallSpacing : smallSizeCellLength - } - } - - //depending on the form factor, we are calculating only one dimention, second is always the same as root/parent - implicitHeight: root.vertical ? cellHeight * Math.ceil(count / rowsOrColumns) : root.height - implicitWidth: !root.vertical ? cellWidth * Math.ceil(count / rowsOrColumns) : root.width - - // Used only by AbstractItem, but it's easiest to keep it here since it - // uses dimensions from this item to calculate the final value - readonly property int itemSize: { - if (autoSize) { - const size = Math.min(implicitWidth / rowsOrColumns, implicitHeight / rowsOrColumns) - return PlasmaCore.Units.roundToIconSize(Math.min(size, PlasmaCore.Units.iconSizes.enormous)) - } else { - return smallIconSize - } - } - - model: PlasmaCore.SortFilterModel { - sourceModel: plasmoid.nativeInterface.systemTrayModel - filterRole: "effectiveStatus" - filterCallback: function(source_row, value) { - return value === PlasmaCore.Types.ActiveStatus - } - } - - delegate: ItemLoader {} - - add: Transition { - enabled: itemSize > 0 - - NumberAnimation { - property: "scale" - from: 0 - to: 1 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.longDuration - } - } - - displaced: Transition { - //ensure scale value returns to 1.0 - //https://doc.qt.io/qt-5/qml-qtquick-viewtransition.html#handling-interrupted-animations - NumberAnimation { - property: "scale" - to: 1 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.longDuration - } - } - - move: Transition { - NumberAnimation { - properties: "x,y" - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.longDuration - } - } - } - - } - PlasmaCore.FrameSvgItem { - id : panelSvg - - visible: false - - imagePath: "widgets/panel-background" - } - function popupPosition(width, height) { - var screenAvail = plasmoid.availableScreenRect; - var screen/*Geom*/ = plasmoid.screenGeometry; - //QtBug - QTBUG-64115 - /*var screen = Qt.rect(screenAvail.x + screenGeom.x, - screenAvail.y + screenGeom.y, - screenAvail.width, - screenAvail.height);*/ - - var offset = PlasmaCore.Units.smallSpacing; - // Fall back to bottom-left of screen area when the applet is on the desktop or floating. - var x = offset; - var y = screen.height - height - offset; - var horizMidPoint = screen.x + (screen.width / 2); - var vertMidPoint = screen.y + (screen.height / 2); - var appletTopLeft = root.mapToGlobal(0, 0); - var appletBottomLeft = root.mapToGlobal(0, root.height); - - x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width; - - if (appletTopLeft.x < horizMidPoint) { - x += offset - } else if (appletTopLeft.x + width > horizMidPoint){ - x -= offset - } - - if (plasmoid.location == PlasmaCore.Types.TopEdge) { - - /*this is floatingAvatar.width*/ - offset = PlasmaCore.Units.smallSpacing*2; - y = screen.y + parent.height + panelSvg.margins.bottom + offset; - } else { - offset = PlasmaCore.Units.smallSpacing*2; - y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset; - } - - return Qt.point(x, y); - } - - - //Main popup - PlasmaCore.Dialog { - id: dialog - //visualParent: root - flags: Qt.WindowStaysOnTopHint - location: PlasmaCore.Types.Floating; - //location: plasmoid.location - hideOnWindowDeactivate: !plasmoid.configuration.pin - visible: systemTrayState.expanded - //x: 200 - //y: 200 - onVisibleChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - systemTrayState.expanded = visible; - } - onHeightChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - } - - onWidthChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - } - mainItem: ExpandedRepresentation { - id: expandedRepresentation - - Keys.onEscapePressed: { - systemTrayState.expanded = false - } - - LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft - LayoutMirroring.childrenInherit: true - } - - Component.onCompleted: { - dialog.backgroundHints = 2; - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - //dialog.type = 12; - //dialog.flag = Qt.ToolTip; - } - } -} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml deleted file mode 100644 index fbdc523..0000000 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CalendarView.qml +++ /dev/null @@ -1,454 +0,0 @@ -/* - * Copyright 2013 Sebastian Kügler - * Copyright 2015 Martin Klapetek - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -import QtQuick 2.4 -import QtQuick.Layouts 1.1 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.calendar 2.0 as PlasmaCalendar -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtras - -PlasmaCore.Dialog { - id: calendar - objectName: "popupWindow" - flags: Qt.WindowStaysOnTopHint - location: PlasmaCore.Types.Floating - hideOnWindowDeactivate: !plasmoid.configuration.pin - //visible: isExpanded - PlasmaCore.FrameSvgItem { - id : panelSvg - - visible: false - - imagePath: "widgets/panel-background" - } - onVisibleChanged: { - - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - - holidaysList.model = null; - holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); - } - onHeightChanged: { - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - } - - onWidthChanged: { - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - - } - - function popupPosition(i, j) { - //w = _minimumWidth; - //height = _minimumHeight * 1.5; - //console.log(width + ", " + height); - var screenAvail = plasmoid.availableScreenRect; - var screen/*Geom*/ = plasmoid.screenGeometry; - //QtBug - QTBUG-64115 - /*var screen = Qt.rect(screenAvail.x + screenGeom.x, - screenAvail.y + screenGeom.y, - screenAvail.width, - screenAvail.height);*/ - - var offset = PlasmaCore.Units.smallSpacing; - // Fall back to bottom-left of screen area when the applet is on the desktop or floating. - var x = offset; - var y = screen.height - j - offset; - var horizMidPoint = screen.x + (screen.width / 2); - var vertMidPoint = screen.y + (screen.height / 2); - var appletTopLeft = parent.mapToGlobal(0, 0); - var appletBottomLeft = parent.mapToGlobal(0, parent.height); - - x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - i; - - if (appletTopLeft.x < horizMidPoint) { - x += offset - } else if (appletTopLeft.x + i > horizMidPoint){ - x -= offset - } - - if (plasmoid.location == PlasmaCore.Types.TopEdge) { - - /*this is floatingAvatar.width*/ - offset = PlasmaCore.Units.smallSpacing*2; - y = screen.y + parent.height + panelSvg.margins.bottom + offset; - } else { - offset = PlasmaCore.Units.smallSpacing*2; - y = screen.y + screen.height - (parent.height) - j - panelSvg.margins.top - offset; - } - //console.log(appletTopLeft + ", " + appletBottomLeft); - return Qt.point(x, y); - } - //Layout.minimumWidth: _minimumWidth - //Layout.minimumHeight: _minimumHeight - - //x: 0 - //y: 0 - - // The "sensible" values - - //Layout.preferredWidth: _minimumWidth - //Layout.preferredHeight: _minimumHeight * 1.5 - - readonly property bool showAgenda: PlasmaCalendar.EventPluginsManager.enabledPlugins.length > 0 - - property int _minimumWidth: (showAgenda ? agendaViewWidth : units.largeSpacing) + monthViewWidth - property int _minimumHeight: PlasmaCore.Units.gridUnit * 12 - - readonly property int agendaViewWidth: _minimumHeight - readonly property int monthViewWidth: monthView.showWeekNumbers ? Math.round(_minimumHeight * 1.25) : Math.round(_minimumHeight * 1.125) - - property int boxWidth: (agendaViewWidth + monthViewWidth - ((showAgenda ? 3 : 4) * spacing)) / 2 - - property int spacing: units.largeSpacing - property alias borderWidth: monthView.borderWidth - property alias monthView: monthView - - property bool debug: false - - property bool isExpanded: plasmoid.expanded - - onIsExpandedChanged: { - // clear all the selections when the plasmoid is showing/hiding - monthView.resetToToday(); - } - FocusScope { - - Layout.minimumWidth: _minimumWidth * 0.8 - Layout.minimumHeight: _minimumHeight * 1.2 - Layout.maximumWidth: _minimumWidth * 0.8 - Layout.maximumHeight: _minimumHeight * 1.2 - Layout.preferredWidth: _minimumWidth * 0.8 - Layout.preferredHeight: _minimumHeight * 1.2 - PlasmaExtras.Heading { - id: longDateLabel - anchors.left: parent.left - anchors.right: parent.right - anchors.top: parent.top - anchors.topMargin: PlasmaCore.Units.smallSpacing*2 - //height: dayHeading.height + dateHeading.height - width: paintedWidth - horizontalAlignment: Text.AlignHCenter - //font.pixelSize: height - //font.weight: Font.Light - text: agenda.dateString("dddd") + ", " + Qt.locale().standaloneMonthName(monthView.currentDate.getMonth()) + agenda.dateString(" dd") + ", " + agenda.dateString("yyyy") - level: 5 - } - Item { - id: agenda - visible: calendar.showAgenda - - width: boxWidth * 0.75 - anchors { - top: parent.top - right: parent.right - bottom: parent.bottom - //rightMargin: units.smallSpacing - topMargin: spacing - bottomMargin: spacing - } - - function dateString(format) { - return Qt.formatDate(monthView.currentDate, format); - } - - function formatDateWithoutYear(date) { - // Unfortunatelly Qt overrides ECMA's Date.toLocaleDateString(), - // which is able to return locale-specific date-and-month-only date - // formats, with its dumb version that only supports Qt::DateFormat - // enum subset. So to get a day-and-month-only date format string we - // must resort to this magic and hope there are no locales that use - // other separators... - var format = Qt.locale().dateFormat(Locale.ShortFormat).replace(/[./ ]*Y{2,4}[./ ]*/i, ''); - return Qt.formatDate(date, format); - } - - Connections { - target: monthView - - onCurrentDateChanged: { - // Apparently this is needed because this is a simple QList being - // returned and if the list for the current day has 1 event and the - // user clicks some other date which also has 1 event, QML sees the - // sizes match and does not update the labels with the content. - // Resetting the model to null first clears it and then correct data - // are displayed. - holidaysList.model = null; - holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); - } - } - - Connections { - target: monthView.daysModel - - onAgendaUpdated: { - // Checks if the dates are the same, comparing the date objects - // directly won't work and this does a simple integer subtracting - // so should be fastest. One of the JS weirdness. - if (updatedDate - monthView.currentDate === 0) { - holidaysList.model = null; - holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); - } - } - } - - Connections { - target: plasmoid.configuration - - onEnabledCalendarPluginsChanged: { - PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins; - } - } - - Binding { - target: plasmoid - property: "hideOnWindowDeactivate" - value: !plasmoid.configuration.pin - } - - - - - TextMetrics { - id: dateLabelMetrics - - // Date/time are arbitrary values with all parts being two-digit - readonly property string timeString: Qt.formatTime(new Date(2000, 12, 12, 12, 12, 12, 12)) - readonly property string dateString: agenda.formatDateWithoutYear(new Date(2000, 12, 12, 12, 12, 12)) - - font: theme.defaultFont - text: timeString.length > dateString.length ? timeString : dateString - } - - PlasmaExtras.ScrollArea { - id: holidaysView - anchors { - top: parent.top - topMargin: PlasmaCore.Units.largeSpacing - left: parent.left - right: parent.right - bottom: parent.bottom - } - flickableItem.boundsBehavior: Flickable.StopAtBounds - - ListView { - id: holidaysList - - delegate: PlasmaComponents.ListItem { - id: eventItem - property bool hasTime: { - // Explicitly all-day event - if (modelData.isAllDay) { - return false; - } - // Multi-day event which does not start or end today (so - // is all-day from today's point of view) - if (modelData.startDateTime - monthView.currentDate < 0 && - modelData.endDateTime - monthView.currentDate > 86400000) { // 24hrs in ms - return false; - } - - // Non-explicit all-day event - var startIsMidnight = modelData.startDateTime.getHours() == 0 - && modelData.startDateTime.getMinutes() == 0; - - var endIsMidnight = modelData.endDateTime.getHours() == 0 - && modelData.endDateTime.getMinutes() == 0; - - var sameDay = modelData.startDateTime.getDate() == modelData.endDateTime.getDate() - && modelData.startDateTime.getDay() == modelData.endDateTime.getDay() - - if (startIsMidnight && endIsMidnight && sameDay) { - return false - } - - return true; - } - - PlasmaCore.ToolTipArea { - width: parent.width - height: eventGrid.height - active: eventTitle.truncated || eventDescription.truncated - mainText: active ? eventTitle.text : "" - subText: active ? eventDescription.text : "" - - GridLayout { - id: eventGrid - columns: 3 - rows: 2 - rowSpacing: 0 - columnSpacing: 2 * units.smallSpacing - - width: parent.width - - Rectangle { - id: eventColor - - Layout.row: 0 - Layout.column: 0 - Layout.rowSpan: 2 - Layout.fillHeight: true - - color: modelData.eventColor - width: 5 * units.devicePixelRatio - visible: modelData.eventColor !== "" - } - - PlasmaComponents.Label { - id: startTimeLabel - - readonly property bool startsToday: modelData.startDateTime - monthView.currentDate >= 0 - readonly property bool startedYesterdayLessThan12HoursAgo: modelData.startDateTime - monthView.currentDate >= -43200000 //12hrs in ms - - Layout.row: 0 - Layout.column: 1 - Layout.minimumWidth: dateLabelMetrics.width - - text: startsToday || startedYesterdayLessThan12HoursAgo - ? Qt.formatTime(modelData.startDateTime) - : agenda.formatDateWithoutYear(modelData.startDateTime) - horizontalAlignment: Qt.AlignRight - visible: eventItem.hasTime - } - - PlasmaComponents.Label { - id: endTimeLabel - - readonly property bool endsToday: modelData.endDateTime - monthView.currentDate <= 86400000 // 24hrs in ms - readonly property bool endsTomorrowInLessThan12Hours: modelData.endDateTime - monthView.currentDate <= 86400000 + 43200000 // 36hrs in ms - - Layout.row: 1 - Layout.column: 1 - Layout.minimumWidth: dateLabelMetrics.width - - text: endsToday || endsTomorrowInLessThan12Hours - ? Qt.formatTime(modelData.endDateTime) - : agenda.formatDateWithoutYear(modelData.endDateTime) - horizontalAlignment: Qt.AlignRight - enabled: false - - visible: eventItem.hasTime - } - - PlasmaComponents.Label { - id: eventTitle - - readonly property bool wrap: eventDescription.text === "" - - Layout.row: 0 - Layout.rowSpan: wrap ? 2 : 1 - Layout.column: 2 - Layout.fillWidth: true - - - elide: Text.ElideRight - text: modelData.title - verticalAlignment: Text.AlignVCenter - maximumLineCount: 2 - wrapMode: wrap ? Text.Wrap : Text.NoWrap - } - - PlasmaComponents.Label { - id: eventDescription - - Layout.row: 1 - Layout.column: 2 - Layout.fillWidth: true - - elide: Text.ElideRight - text: modelData.description - verticalAlignment: Text.AlignVCenter - enabled: false - - visible: text !== "" - } - } - } - } - - section.property: "modelData.eventType" - section.delegate: PlasmaExtras.Heading { - level: 5 - elide: Text.ElideRight - text: section - font.weight: Font.Bold - } - } - } - - PlasmaExtras.Heading { - anchors.fill: holidaysView - //anchors.leftMargin: units.smallSpacing - anchors.rightMargin: units.largeSpacing - text: monthView.isToday(monthView.currentDate) ? i18n("No events for today") + "\n" - : i18n("No events for this day") + "\n"; - level: 5 - opacity: 0.8 - visible: holidaysList.count == 0 - } - - } - Item { - id: cal - width: boxWidth - anchors { - top: parent.top - left: parent.left - bottom: parent.bottom - leftMargin: PlasmaCore.Units.smallSpacing * 2 - topMargin: PlasmaCore.Units.largeSpacing * 2 - rightMargin: spacing - bottomMargin: 0 - } - - CustomMonthView { - id: monthView - //borderOpacity: 0.25 - today: root.tzDate - showWeekNumbers: plasmoid.configuration.showWeekNumbers - firstDayOfWeek: Locale.Monday - //showCustomHeader: true - anchors.fill: parent - //anchors.margins: 0 - - } - } - - // Allows the user to keep the calendar open for reference - /*PlasmaComponents.ToolButton { - anchors.right: parent.right - width: Math.round(units.gridUnit * 1.25) - height: width - checkable: true - iconSource: "window-pin" - checked: plasmoid.configuration.pin - onCheckedChanged: plasmoid.configuration.pin = checked - }*/ - } - Component.onCompleted: { - calendar.backgroundHints = 2; - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - } -} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml deleted file mode 100644 index b31ad17..0000000 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DayDelegate.qml +++ /dev/null @@ -1,112 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Heena Mahour - SPDX-FileCopyrightText: 2013 Sebastian Kügler - SPDX-FileCopyrightText: 2015 Kai Uwe Broulik - SPDX-FileCopyrightText: 2021 Jan Blackquill - SPDX-FileCopyrightText: 2021 Carl Schwan - - SPDX-License-Identifier: GPL-2.0-or-later -*/ -import QtQuick 2.0 -import org.kde.plasma.calendar 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.extras 2.0 as PlasmaExtras -import QtQml.Models 2.15 -import org.kde.kirigami 2.12 as Kirigami -import QtGraphicalEffects 1.15 - -import org.kde.plasma.calendar 2.0 - -PlasmaComponents3.AbstractButton { - id: dayStyle - - hoverEnabled: true - property var dayModel: null - - signal activated - - readonly property date thisDate: new Date(yearNumber, typeof monthNumber !== "undefined" ? monthNumber - 1 : 0, typeof dayNumber !== "undefined" ? dayNumber : 1) - readonly property bool today: { - const today = root.today; - let result = true; - if (dateMatchingPrecision >= Calendar.MatchYear) { - result = result && today.getFullYear() === thisDate.getFullYear() - } - if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) { - result = result && today.getMonth() === thisDate.getMonth() - } - if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) { - result = result && today.getDate() === thisDate.getDate() - } - return result - } - readonly property bool selected: { - const current = root.currentDate; - let result = true; - if (dateMatchingPrecision >= Calendar.MatchYear) { - result = result && current.getFullYear() === thisDate.getFullYear() - } - if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) { - result = result && current.getMonth() === thisDate.getMonth() - } - if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) { - result = result && current.getDate() === thisDate.getDate() - } - return result - } - - PlasmaExtras.Highlight { - id: todayRect - anchors.fill: parent - hovered: true - opacity: { - if (today) { - return 0.7; - } else if (selected) { - return 0.6; - } else if (dayStyle.hovered) { - return 0.3; - } - return 0; - } - z: -1; - } - - /*Loader { - active: model.eventCount !== undefined && model.eventCount > 0 - anchors.bottom: parent.bottom - anchors.bottomMargin: PlasmaCore.Units.smallSpacing - anchors.horizontalCenter: parent.horizontalCenter - sourceComponent: Row { - spacing: PlasmaCore.Units.smallSpacing - Repeater { - model: DelegateModel { - model: dayStyle.dayModel - delegate: Rectangle { - width: PlasmaCore.Units.smallSpacing * 1.5 - height: width - radius: width / 2 - color: model.eventColor ? Kirigami.ColorUtils.linearInterpolation(model.eventColor, PlasmaCore.Theme.textColor, 0.2) : PlasmaCore.Theme.highlightColor - } - - Component.onCompleted: rootIndex = modelIndex(index) - } - } - } - }*/ - - contentItem: PlasmaExtras.Heading { - id: label - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - text: model.label || dayNumber - opacity: isCurrent ? 1.0 : 0.5 - wrapMode: Text.NoWrap - elide: Text.ElideRight - fontSizeMode: Text.Fit - level: 5 - //font.pixelSize: 12 - //color: (model.eventCount !== undefined && model.eventCount > 0) ? Qt.darker(PlasmaCore.Theme.textColor, 0.5) : PlasmaCore.Theme.textColor - } -} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml deleted file mode 100644 index 83fb4a0..0000000 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/main.qml +++ /dev/null @@ -1,233 +0,0 @@ -/* - * Copyright 2013 Heena Mahour - * Copyright 2013 Sebastian Kügler - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -import QtQuick 2.0 -import QtQuick.Layouts 1.1 -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.extras 2.0 as PlasmaExtras -import org.kde.kquickcontrolsaddons 2.0 -import org.kde.plasma.private.digitalclock 1.0 -import org.kde.kquickcontrolsaddons 2.0 -import org.kde.plasma.calendar 2.0 as PlasmaCalendar - -Item { - id: root - anchors.fill: parent - - // Updater 1/3 ================================================================================================================================== - property string updateResponse; - property string currentVersion: '5.5'; - property bool checkUpdateStartup: Plasmoid.configuration.checkUpdateStartup - // ============================================================================================================================================== - - width: units.gridUnit * 10 - height: units.gridUnit * 4 - property string dateFormatString: setDateFormatString() - property date tzDate: { - // get the time for the given timezone from the dataengine - var now = dataSource.data[plasmoid.configuration.lastSelectedTimezone]["DateTime"]; - // get current UTC time - var msUTC = now.getTime() + (now.getTimezoneOffset() * 60000); - // add the dataengine TZ offset to it - return new Date(msUTC + (dataSource.data[plasmoid.configuration.lastSelectedTimezone]["Offset"] * 1000)); - } - - function initTimezones() { - var tz = Array() - if (plasmoid.configuration.selectedTimeZones.indexOf("Local") === -1) { - tz.push("Local"); - } - root.allTimezones = tz.concat(plasmoid.configuration.selectedTimeZones); - } - - Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation - Plasmoid.compactRepresentation: null - Plasmoid.fullRepresentation: smallRepresentation//mainRepresentation - - Plasmoid.toolTipItem: Loader { - id: tooltipLoader - - Layout.minimumWidth: item ? item.width : 0 - Layout.maximumWidth: item ? item.width : 0 - Layout.minimumHeight: item ? item.height : 0 - Layout.maximumHeight: item ? item.height : 0 - - source: "Tooltip.qml" - } - - //We need Local to be *always* present, even if not disaplayed as - //it's used for formatting in ToolTip.dateTimeChanged() - property var allTimezones - Connections { - target: plasmoid.configuration - onSelectedTimeZonesChanged: root.initTimezones(); - } - Component { - id: mainRepresentation - CalendarView { - - } - } - Component { - id: smallRepresentation - DigitalClock - {} - } - - PlasmaCore.DataSource { - id: dataSource - engine: "time" - connectedSources: allTimezones - interval: plasmoid.configuration.showSeconds ? 1000 : 60000 - intervalAlignment: plasmoid.configuration.showSeconds ? PlasmaCore.Types.NoAlignment : PlasmaCore.Types.AlignToMinute - } - - function setDateFormatString() { - // remove "dddd" from the locale format string - // /all/ locales in LongFormat have "dddd" either - // at the beginning or at the end. so we just - // remove it + the delimiter and space - var format = Qt.locale().dateFormat(Locale.LongFormat); - format = format.replace(/(^dddd.?\s)|(,?\sdddd$)/, ""); - return format; - } - - function action_clockkcm() { - KCMShell.open("clock"); - } - - function action_formatskcm() { - KCMShell.open("formats"); - } - - // Updater 2/3 ================================================================================================================================== - - PlasmaCore.DataSource { - id: executableNotification - engine: "executable" - onNewData: disconnectSource(sourceName) // cmd finished - function exec(cmd) { - connectSource(cmd) - } - } - - Timer { - id:timerStartUpdater - interval: 300000 - onTriggered: updaterNotification(false) - } - - function availableUpdate() { - var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'An update is available \nUpdate link' -t 30000"; - executableNotification.exec(notificationCommand); - } - - function noAvailableUpdate() { - var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'Your current version is up to date' -t 30000"; - executableNotification.exec(notificationCommand); - } - - function updaterNotification(notifyUpdated) { - var xhr = new XMLHttpRequest; - xhr.responseType = 'text'; - xhr.open("GET", "https://raw.githubusercontent.com/Intika-Linux-Plasmoid/plasmoid-digital-clock-lite/master/version"); - xhr.onreadystatechange = function() { - if (xhr.readyState == XMLHttpRequest.DONE) { - updateResponse = xhr.responseText; - console.log('.'+updateResponse+'.'); - console.log('.'+currentVersion+'.'); - //console.log('.'+xhr.status+'.'); - //console.log('.'+xhr.statusText+'.'); - if (updateResponse.localeCompare(currentVersion) && updateResponse.localeCompare('') && updateResponse.localeCompare('404: Not Found\n')) { - availableUpdate(); - } else if (notifyUpdated) { - noAvailableUpdate(); - } - } - }; - xhr.send(); - } - - function action_checkUpdate() { - updaterNotification(true); - } - - /*PlasmaCore.Dialog { - id: dialog - flags: Qt.WindowStaysOnTopHint - location: PlasmaCore.Types.Floating; - hideOnWindowDeactivate: !plasmoid.configuration.pin - visible: plasmoid.expanded - onVisibleChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - plasmoid.expanded = visible; - } - onHeightChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - } - - onWidthChanged: { - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - } - mainItem: CalendarView { - id: expandedRepresentation - - Keys.onEscapePressed: { - plasmoid.expanded = false - } - - LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft - LayoutMirroring.childrenInherit: true - } - Component.onCompleted: { - dialog.backgroundHints = 2; - var pos = popupPosition(dialog.width, dialog.height); - dialog.x = pos.x; - dialog.y = pos.y; - //dialog.type = 12; - //dialog.flag = Qt.ToolTip; - } - }*/ - // ============================================================================================================================================== - - Component.onCompleted: { - root.initTimezones(); - if (KCMShell.authorize("clock.desktop").length > 0) { - plasmoid.setAction("clockkcm", i18n("Adjust Date and Time..."), "preferences-system-time"); - } - if (KCMShell.authorize("formats.desktop").length > 0) { - plasmoid.setAction("formatskcm", i18n("Set Time Format...")); - } - - // Set the list of enabled plugins from config - // to the manager - PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins; - - // Updater 3/3 ============================================================================================================================== - plasmoid.setAction("checkUpdate", i18n("Check for updates on github"), "view-grid"); - if (checkUpdateStartup) {timerStartUpdater.start();} - // ========================================================================================================================================== - } -} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop b/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop deleted file mode 100644 index 3477ccc..0000000 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/metadata.desktop +++ /dev/null @@ -1,148 +0,0 @@ -[Desktop Entry] -Name=Digital Clock Lite -Name[af]=Digitale horlosie Lite -Name[ar]= Lite ساعة رقمية -Name[be]=Лічбавы гадзіннік Lite -Name[be@latin]=Ličbavy hadzińnik Lite -Name[bg]=Цифров часовник Lite -Name[bn]=ডিজিটাল ঘড়ি -Name[bn_IN]=ডিজিট্যাল ঘড়ি -Name[bs]=Digitalni sat Lite -Name[ca]=Rellotge digital Lite -Name[ca@valencia]=Rellotge digital Lite -Name[cs]=Digitální hodiny Lite -Name[csb]=Cyfrowi zédżer Lite -Name[da]=Digitalt ur Lite -Name[de]=Digitale Uhr Lite -Name[el]=Ψηφιακό ρολόι Lite -Name[en_GB]=Digital Clock Lite -Name[eo]=Cifereca horloĝo Lite -Name[es]=Reloj digital Lite -Name[et]=Digikell Lite -Name[eu]=Erloju digitala Lite -Name[fi]=Digitaalinen kello Lite -Name[fr]=Horloge numérique Lite -Name[fy]=Digitale klok Lite -Name[ga]=Clog Digiteach Lite -Name[gl]=Reloxo dixital Lite -Name[gu]=ડિજીટલ ઘડિયાળ -Name[he]=Lite שעון דיגיטלי -Name[hi]=डिजिटल घड़ी -Name[hne]=डिजिटल घड़ी -Name[hr]=Digitalni sat Lite -Name[hsb]=Digitalny časnik Lite -Name[hu]=Digitális óra Lite -Name[ia]=Horologio digital Lite -Name[id]=Jam Digital Lite -Name[is]=Stafræn klukka Lite -Name[it]=Orologio digitale Lite -Name[ja]=デジタル時計 Lite -Name[kk]=Цифрлық сағат Lite -Name[km]=នាឡិកា​ឌីជីថល -Name[kn]=ಅಂಕೀಯ (ಡಿಜಿಟಲ್) ಗಡಿಯಾರ Lite -Name[ko]=디지털 시계 Lite -Name[ku]=Demjimêra Dîjîtal Lite -Name[lt]=Skaitmeninis laikrodis Lite -Name[lv]=Ciparu pulkstenis Lite -Name[mai]=डिजिटल घडी -Name[mk]=Дигитален часовник Lite -Name[ml]=ഡിജിറ്റല്‍ ഘടികാരം -Name[mr]=डिजिटल घड्याळ -Name[nb]=Digital klokke Lite -Name[nds]=Digitaal Klock Lite -Name[ne]=डिजिटल घडी -Name[nl]=Digitale klok Lite -Name[nn]=Digital klokke Lite -Name[oc]=Relòtge numeric Lite -Name[or]=ସାଂଖିକ ଘଡ଼ି -Name[pa]=ਡਿਜਿਟਲ ਘੜੀ -Name[pl]=Zegar cyfrowy Lite -Name[pt]=Relógio Digital Lite -Name[pt_BR]=Relógio digital Lite -Name[ro]=Ceas digital Lite -Name[ru]=Цифровые часы Lite -Name[se]=Digitálalaš diibmu Lite -Name[si]=අංකිත ඔරලෝසුව -Name[sk]=Digitálne hodiny Lite -Name[sl]=Digitalna ura Lite -Name[sr]=дигитални сат Lite -Name[sr@ijekavian]=дигитални сат Lite -Name[sr@ijekavianlatin]=digitalni sat Lite -Name[sr@latin]=digitalni sat Lite -Name[sv]=Digitalklocka Lite -Name[ta]=எண்ணுரு கடிகாரம் -Name[te]=డిజిటల్ గడియారం -Name[tg]=Соати рақамӣ Lite -Name[th]=นาฬิกาดิจิทัล -Name[tr]=Dijital Saat Lite -Name[ug]=Lite رەقەملىك سائەت -Name[uk]=Цифровий годинник Lite -Name[uz]=Raqamli soat Lite -Name[uz@cyrillic]=Рақамли соат Lite -Name[vi]=Đồng hồ số Lite -Name[wa]=Ôrlodje didjitåle Lite -Name[x-test]=xxDigital Clockxx Lite -Name[zh_CN]=数字钟 Lite -Name[zh_TW]=數位時鐘 Lite - -Comment=Time displayed in a digital format -Comment[ar]=الوقت بتنسيق رقميّ -Comment[bs]=Vrijeme prikazano u digitalnom obliku -Comment[ca]=Mostra l'hora en un format digital -Comment[ca@valencia]=Mostra l'hora en un format digital -Comment[cs]=Čas zobrazený v digitální podobě -Comment[da]=Tiden vist i et digitalt format -Comment[de]=Zeigt die Uhrzeit in digitaler Form an. -Comment[el]=Εμφάνιση της ώρας σε ψηφιακή μορφή -Comment[en_GB]=Time displayed in a digital format -Comment[es]=La hora mostrada en formato digital -Comment[et]=Aja esitamine digitaalsel kujul -Comment[eu]=Ordua formatu digitalean bistaratua -Comment[fi]=Aika näytettynä digitaalimuodossa -Comment[fr]=L'heure au format numérique -Comment[gl]=A hora mostrada nun formato dixital -Comment[he]=השעה מוצגת בפורמט דיגיטלי -Comment[hu]=Digitális formában kijelzett idő -Comment[id]=Waktu ditampilkan dalam format digital -Comment[is]=Klukkan sýnd á stafrænu formi -Comment[it]=Ora indicata in formato digitale -Comment[ja]=デジタル形式で表示される時刻 -Comment[ko]=디지털 시계 -Comment[lt]=Laikas rodomas skaitmeniniu formatu -Comment[nb]=Klokkeslett vist i digitalt format -Comment[nds]=Tiet wiest in digitaal Formaat -Comment[nl]=Tijd weergegeven in een digitale opmaak -Comment[nn]=Klokka vist i digitalformat -Comment[pa]=ਡਿਜ਼ਿਟਲ ਫਾਰਮੈਟ ਵਿੱਚ ਸਮਾਂ ਵੇਖੋ -Comment[pl]=Wyświetla czas w formacie cyfrowym -Comment[pt]=A hora apresentada num formato digital -Comment[pt_BR]=Hora exibida em formato digital -Comment[ru]=Показ времени цифрами -Comment[sk]=Čas zobrazený v digitálnom formáte -Comment[sl]=Prikaz časa v digitalni obliki -Comment[sr]=Време дато у дигиталном формату -Comment[sr@ijekavian]=Време дато у дигиталном формату -Comment[sr@ijekavianlatin]=Vreme dato u digitalnom formatu -Comment[sr@latin]=Vreme dato u digitalnom formatu -Comment[sv]=Tid visad med digitalformat -Comment[tr]=Dijital biçimde gösterilen saat -Comment[uk]=Час, показаний у цифровому форматі -Comment[x-test]=xxTime displayed in a digital formatxx -Comment[zh_CN]=以数字格式显示的时间 -Comment[zh_TW]=以數位格式顯示時間 - -Icon=preferences-system-time -Type=Service -X-KDE-ParentApp= -X-KDE-PluginInfo-Author=Martin Klapetek - Intika MoD -X-KDE-PluginInfo-Email=mklapetek@kde.org - Intika MoD -X-KDE-PluginInfo-License=GPL-2.0+ -X-KDE-PluginInfo-Name=org.kde.plasma.digitalclocklite -X-KDE-PluginInfo-Version=5.5 -X-KDE-PluginInfo-Website=plasma.kde.org -X-KDE-ServiceTypes=Plasma/Applet -X-Plasma-API=declarativeappletscript -X-KDE-PluginInfo-Category=Date and Time -X-Plasma-Provides=org.kde.plasma.time,org.kde.plasma.date - -X-Plasma-MainScript=ui/main.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml deleted file mode 100644 index 2feb271..0000000 --- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/main.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - showdesktop - - - - - - run_commands - - - qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume" - - - qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "decrease_volume" - - - 3 - - - false - - - 1000 - - - - - - - - - - - - diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml deleted file mode 100644 index 0fe716a..0000000 --- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/main.qml +++ /dev/null @@ -1,454 +0,0 @@ -/* - Copyright (C) 2019 Chris Holland - Copyright (C) 2014 Ashish Madeti - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ - -import QtQuick 2.7 -import QtQuick.Layouts 1.1 - -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -// import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.private.showdesktop 0.1 - -import org.kde.draganddrop 2.0 as DragAndDrop -import org.kde.taskmanager 0.1 as TaskManager - -Item { - id: widget - - Layout.minimumWidth: Layout.maximumWidth - Layout.minimumHeight: Layout.maximumHeight - - // In Latte, widgets are always Mutable. - property bool isInLatte: false // Latte v8 - // Latte will set inEditMode=true when editing the dock. - // https://techbase.kde.org/LatteDock#latteBridge - property QtObject latteBridge: null // Latte v9 - readonly property bool inLatte: latteBridge !== null - - readonly property bool isWidgetUnlocked: { - if (isInLatte) { // Latte v8 - return false - } else if (inLatte) { // Latte v9 - return latteBridge.inEditMode - } else if (plasmoid.immutability != PlasmaCore.Types.Mutable) { // Plasma 5.17 and below - return false - } else { // Plasma 5.18 - return widget.editMode - } - } - - //--- containment.editMode detector - property var containmentInterface: null - readonly property bool editMode: containmentInterface ? containmentInterface.editMode : false - onParentChanged: { - if (parent) { - for (var obj = widget, depth = 0; !!obj; obj = obj.parent, depth++) { - // console.log('depth', depth, 'obj', obj) - if (obj.toString().startsWith('ContainmentInterface')) { - // desktop containment / plasmoidviewer - // Note: This doesn't always work. FolderViewDropArea may not yet have - // ContainmentInterface as a parent when this loop runs. - if (typeof obj['editMode'] === 'boolean') { - // console.log('\t', 'obj.editMode', obj.editMode, typeof obj['editMode']) - widget.containmentInterface = obj - break - } - } else if (obj.toString().startsWith('DeclarativeDropArea')) { - // panel containment - if (typeof obj['Plasmoid'] !== 'undefined' && obj['Plasmoid'].toString().startsWith('ContainmentInterface')) { - if (typeof obj['Plasmoid']['editMode'] === 'boolean') { - // console.log('\t', 'obj.Plasmoid', obj.Plasmoid, typeof obj['Plasmoid']) // ContainmentInterface - // console.log('\t', 'obj.Plasmoid.editMode', obj.Plasmoid.editMode, typeof obj['Plasmoid']['editMode']) - widget.containmentInterface = obj.Plasmoid - break - } - } - } - } - } - } - - //--- - property int iconSize: units.iconSizes.smallMedium - property int size: { - if (isWidgetUnlocked) { - return iconSize - } else { - return Math.max(1, plasmoid.configuration.size) * units.devicePixelRatio - } - } - - AppletConfig { - id: config - } - - //--- - state: { - if (plasmoid.formFactor == PlasmaCore.Types.Vertical) return "vertical" - if (plasmoid.formFactor == PlasmaCore.Types.Horizontal) return "horizontal" - return "square" - } - - states: [ - State { name: "square" - PropertyChanges { - target: widget - Layout.minimumWidth: units.iconSizeHints.desktop - Layout.minimumHeight: units.iconSizeHints.desktop - Layout.maximumWidth: -1 - Layout.maximumHeight: -1 - iconSize: units.iconSizeHints.desktop - } - PropertyChanges { - target: buttonRect - y: 0 - x: 0 - width: plasmoid.width - height: plasmoid.height - } - /*PropertyChanges { - target: edgeLine - color: "transparent" - anchors.fill: edgeLine.parent - border.color: config.edgeColor - }*/ - }, - State { name: "vertical" // ...panel (fat short button) - // Assume it's on the bottom. Breeze has margins of top=4 right=5 bottom=1 left=N/A - PropertyChanges { - target: widget - Layout.maximumWidth: plasmoid.width - Layout.maximumHeight: widget.size // size + bottomMargin = totalHeight - iconSize: Math.min(plasmoid.width, units.iconSizes.smallMedium) - } - PropertyChanges { - target: buttonRect - rightMargin: 5 - bottomMargin: 5 - } - /*PropertyChanges { - target: edgeLine - height: 1 * units.devicePixelRatio - } - AnchorChanges { - target: edgeLine - anchors.left: edgeLine.parent.left - anchors.top: edgeLine.parent.top - anchors.right: edgeLine.parent.right - }*/ - }, - State { name: "horizontal" // ...panel (thin tall button) - // Assume it's on the right. Breeze has margins of top=4 right=5 bottom=1 left=N/A - PropertyChanges { - target: widget - Layout.maximumWidth: widget.size // size + rightMargin = totalWidth - Layout.maximumHeight: plasmoid.height - iconSize: Math.min(plasmoid.height, units.iconSizes.smallMedium) - } - PropertyChanges { - target: buttonRect - topMargin: 4 - rightMargin: 5 - bottomMargin: 3 - } - /*PropertyChanges { - target: edgeLine - width: 1 * units.devicePixelRatio - } - AnchorChanges { - target: edgeLine - anchors.left: edgeLine.parent.left - anchors.top: edgeLine.parent.top - anchors.bottom: edgeLine.parent.bottom - }*/ - } - ] - - Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation - Plasmoid.onActivated: widget.performClick() - - function performClick() { - if (plasmoid.configuration.click_action == 'minimizeall') { - minimizeAll.toggleActive() - } else if (plasmoid.configuration.click_action == 'run_command') { - widget.exec(plasmoid.configuration.click_command) - } else { // Default: showdesktop - showdesktop.showingDesktop = !showdesktop.showingDesktop - } - } - - function performMouseWheelUp() { - widget.exec(plasmoid.configuration.mousewheel_up) - } - - function performMouseWheelDown() { - widget.exec(plasmoid.configuration.mousewheel_down) - } - - //--- ShowDesktop - // https://github.com/KDE/plasma-desktop/blob/master/applets/showdesktop/package/contents/ui/main.qml - ShowDesktop { - id: showdesktop - property bool isPeeking: false - onIsPeekingChanged: { - if (isPeeking) { - showingDesktop = true - } - } - - function initPeeking() { - // console.log('initPeeking') - // console.log('showingDesktop', showingDesktop) - // console.log('peekTimer.running', peekTimer.running) - if (!showingDesktop) { - if (plasmoid.configuration.peekingEnabled) { - peekTimer.restart() - } - } - } - - function cancelPeek() { - // console.log('cancelPeek') - // console.log('peekTimer.running', peekTimer.running) - peekTimer.stop() - if (isPeeking) { - isPeeking = false - showingDesktop = false - } - } - } - - //--- MinimizeAll - // https://github.com/KDE/plasma-desktop/blob/master/applets/minimizeall/package/contents/ui/main.qml - QtObject { - id: minimizeAll - property bool active: false - property var minimizedClients: [] //list of persistentmodelindexes from task manager model of clients minimised by us - - property var taskModel: TaskManager.TasksModel { - id: tasksModel - sortMode: TaskManager.TasksModel.SortDisabled - groupMode: TaskManager.TasksModel.GroupDisabled - } - property var taskModelConnection: Connections { - target: tasksModel - enabled: minimizeAll.active - - onActiveTaskChanged: { - if (tasksModel.activeTask.valid) { //to suppress changing focus to non windows, such as the desktop - minimizeAll.active = false - minimizeAll.minimizedClients = [] - } - } - onVirtualDesktopChanged: minimizeAll.deactivate() - onActivityChanged: minimizeAll.deactivate() - } - - function activate() { - var clients = [] - for (var i = 0; i < tasksModel.count; i++) { - var idx = tasksModel.makeModelIndex(i) - if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) { - tasksModel.requestToggleMinimized(idx) - clients.push(tasksModel.makePersistentModelIndex(i)) - } - } - minimizedClients = clients - active = true - } - - function deactivate() { - active = false; - for (var i = 0; i < minimizedClients.length; i++) { - var idx = minimizedClients[i] - //client deleted, do nothing - if (!idx.valid) { - continue - } - //if the user has restored it already, do nothing - if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) { - continue - } - tasksModel.requestToggleMinimized(idx) - } - minimizedClients = [] - } - - function toggleActive() { - if (active) { - deactivate() - } else { - activate() - } - } - } - //--- - - Timer { - id: peekTimer - interval: plasmoid.configuration.peekingThreshold - onTriggered: { - showdesktop.isPeeking = true - } - } - - Rectangle { - id: buttonRect - color: "transparent" - - property int topMargin: 0 - property int rightMargin: 0 - property int bottomMargin: 0 - property int leftMargin: 0 - - y: -topMargin - x: -leftMargin - width: leftMargin + plasmoid.width + rightMargin - height: topMargin + plasmoid.height + bottomMargin - - PlasmaCore.FrameSvgItem { - id: buttonImg - anchors.fill: parent - anchors.topMargin: 2; - anchors.rightMargin: 3; - anchors.bottomMargin: 1; - - imagePath: "widgets/showdesktop" - prefix: { - if(control.containsPress) return "selected"; - if(control.containsMouse) return "hover"; - return "normal"; - } - - MouseArea { - id: control - anchors.fill: parent - hoverEnabled: true - onClicked: { - if (showdesktop.isPeeking && showdesktop.showingDesktop) { - showdesktop.isPeeking = false - } else { - peekTimer.stop() - - if (true) { - widget.performClick() - } else { - showdesktop.showingDesktop = false - minimizeAll.toggleActive() - } - } - } - onEntered: { - // console.log('onEntered') - showdesktop.initPeeking() - } - onExited: { - // console.log('onExited') - showdesktop.cancelPeek() - } - - - // org.kde.plasma.volume - property int wheelDelta: 0 - onWheel: { - var delta = wheel.angleDelta.y || wheel.angleDelta.x - wheelDelta += delta - // Magic number 120 for common "one click" - // See: http://qt-project.org/doc/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop - while (wheelDelta >= 120) { - wheelDelta -= 120 - widget.performMouseWheelUp() - } - while (wheelDelta <= -120) { - wheelDelta += 120 - widget.performMouseWheelDown() - } - wheel.accepted = true - } - } - - DragAndDrop.DropArea { - anchors.fill: parent - onDragEnter: { - // console.log('showDesktopDropArea.onDragEnter') - // showdesktop.initPeeking() - showdesktop.showingDesktop = true - } - } - } - - // PlasmaComponents.Button { - // anchors.fill: parent - // // anchors.left: parent.left - // // anchors.top: parent.top + 3 - // // anchors.right: parent.right + 5 - // // anchors.bottom: parent.bottom + 5 - // // width: parent.width - // // height: parent.height - // onClicked: showdesktop.showDesktop() - // } - } - - PlasmaCore.IconItem { - anchors.centerIn: parent - visible: widget.isWidgetUnlocked - source: "transform-move" - width: units.iconSizes.smallMedium - height: units.iconSizes.smallMedium - } - - // org.kde.plasma.mediacontrollercompact - PlasmaCore.DataSource { - id: executeSource - engine: "executable" - connectedSources: [] - onNewData: { - //we get new data when the process finished, so we can remove it - disconnectSource(sourceName) - } - } - function exec(cmd) { - //Note: we assume that 'cmd' is executed quickly so that a previous call - //with the same 'cmd' has already finished (otherwise no new cmd will be - //added because it is already in the list) - executeSource.connectSource(cmd) - } - - - Component.onCompleted: { - plasmoid.setAction("toggleLockWidgets", i18n("Toggle Lock Widgets (Plasma 5.18)"), "object-locked") - plasmoid.setAction("showdesktop", i18nd("plasma_applet_org.kde.plasma.showdesktop", "Show Desktop"), "user-desktop") - plasmoid.setAction("minimizeall", i18ndc("plasma_applet_org.kde.plasma.showdesktop", "@action", "Minimize All Windows"), "user-desktop") - } - - //--- - function action_toggleLockWidgets() { - var cmd = 'qdbus org.kde.plasmashell /PlasmaShell evaluateScript "lockCorona(!locked)"' - widget.exec(cmd) - } - - function action_showdesktop() { - showdesktop.showingDesktop = true - } - - function action_minimizeall() { - minimizeAll.toggleActive() - } -} diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop b/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop deleted file mode 100644 index fb3d438..0000000 --- a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/metadata.desktop +++ /dev/null @@ -1,132 +0,0 @@ -[Desktop Entry] -Name=Show Desktop (Win7) -Comment=Show the Plasma desktop - -Type=Service -Icon=user-desktop - -X-KDE-PluginInfo-Author=Petri Damstén + Chris Holland -X-KDE-PluginInfo-Email=zrenfire@gmail.com -X-KDE-PluginInfo-Name=org.kde.plasma.win7showdesktop -X-KDE-PluginInfo-Version=11 -X-KDE-PluginInfo-Website=https://github.com/Zren/plasma-applet-win7showdesktop -X-KDE-PluginInfo-Category=Windows and Tasks -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-Plasma-MainScript=ui/main.qml -X-Plasma-Provides=org.kde.plasma.windowmanagement - -X-Plasma-API=declarativeappletscript -X-KDE-ServiceTypes=Plasma/Applet -X-KDE-FormFactors=desktop - - -Name[ar]=أظهر سطح المكتب (Win7) -Name[bs]=Prikaži radnu površinu (Win7) -Name[ca]=Mostra l'escriptori (Win7) -Name[ca@valencia]=Mostra l'escriptori (Win7) -Name[cs]=Zobrazit plochu (Win7) -Name[da]=Vis skrivebord (Win7) -Name[de]=Arbeitsfläche anzeigen (Win7) -Name[el]=Εμφάνιση επιφάνειας εργασίας (Win7) -Name[en_GB]=Show Desktop (Win7) -Name[es]=Mostrar el escritorio (Win7) -Name[et]=Töölaua näitamine (Win7) -Name[eu]=Erakutsi mahaigaina (Win7) -Name[fi]=Näytä työpöytä (Win7) -Name[fr]=Afficher un bureau (Win7) -Name[ga]=Taispeáin an Deasc (Win7) -Name[gl]=Mostrar o escritorio (Win7) -Name[he]=הצג שולחן עבודה (Win7) -Name[hr]=Prkaži radnu površinu (Win7) -Name[hu]=A munkaasztal megjelenítése (Win7) -Name[is]=Sýna skjáborðið (Win7) -Name[it]=Mostra desktop (Win7) -Name[ja]=デスクトップを表示 (Win7) -Name[kk]=Үстел бетін көрсету (Win7) -Name[km]=បង្ហាញ​ផ្ទៃតុ (Win7) -Name[ko]=데스크톱 보이기 (Win7) -Name[ku]=Sermasê Nîşan Bide (Win7) -Name[lt]=Rodyti darbalaukį (Win7) -Name[lv]=Parādīt darbvirsmu (Win7) -Name[mr]=डेस्कटॉप दर्शवा (Win7) -Name[nb]=Vis skrivebord (Win7) -Name[nds]=Schriefdisch wiesen (Win7) -Name[nl]=Bureaublad tonen (Win7) -Name[nn]=Vis skrivebord (Win7) -Name[pa]=ਡੈਸਕਟਾਪ ਵੇਖੋ (Win7) -Name[pl]=Pokaż pulpit (Win7) -Name[pt]=Mostrar o Ecrã (Win7) -Name[pt_BR]=Exibir a área de trabalho (Win7) -Name[ro]=Arată biroul (Win7) -Name[ru]=Показать рабочий стол (Win7) -Name[sk]=Zobraziť plochu (Win7) -Name[sl]=Pokaži namizje (Win7) -Name[sq]=Shfaq Hapësirën e Punës (Win7) -Name[sr]=приказ површи (Win7) -Name[sr@ijekavian]=приказ површи (Win7) -Name[sr@ijekavianlatin]=prikaz površi (Win7) -Name[sr@latin]=prikaz površi (Win7) -Name[sv]=Visa skrivbord (Win7) -Name[th]=แสดงพื้นที่ทำงาน (Win7) -Name[tr]=Masaüstünü Göster (Win7) -Name[ug]=ئۈستەلئۈستىنى كۆرسەت (Win7) -Name[uk]=Показати стільницю (Win7) -Name[wa]=Mostrer scribanne (Win7) -Name[x-test]=xxShow Desktopxx (Win7) -Name[zh_CN]=显示桌面 (Win7) -Name[zh_TW]=顯示桌面 (Win7) -Comment[ar]=أظهر سطح مكتب بلازما -Comment[bs]=Prikazi plazma površ -Comment[ca]=Mostra l'escriptori Plasma -Comment[ca@valencia]=Mostra l'escriptori Plasma -Comment[cs]=Zobrazení plochy Plasmy -Comment[da]=Viser Plasmas skrivebord. -Comment[de]=Die Plasma-Arbeitsfläche anzeigen -Comment[el]=Εμφάνιση της επιφάνειας εργασίας plasma -Comment[en_GB]=Show the Plasma desktop -Comment[es]=Mostrar el escritorio de Plasma -Comment[et]=Plasma töölaua näitamine -Comment[eu]=Erakutsi Plasma mahaigaina -Comment[fi]=Näyttää työpöydän -Comment[fr]=Afficher le bureau Plasma -Comment[ga]=Taispeáin an deasc Plasma -Comment[gl]=Mostra o escritorio Plasma -Comment[he]=מציג את שולחן העבודה Plasma -Comment[hr]=Prikaži radnu površinu Plasme -Comment[hu]=A Plazma munkaasztal megjelenítése -Comment[is]=Sýna Plasmaskjáborðið -Comment[it]=Mostra il desktop di Plasma -Comment[ja]=Plasma デスクトップを表示します -Comment[kk]=Plasma үстелінің бетін көрсету -Comment[km]=បង្ហាញ​ផ្ទៃតុ​ប្លាស្មា -Comment[ko]=Plasma 데스크톱 보이기 -Comment[ku]=Sermase ya Plasma nîşan bide -Comment[lt]=Rodo Plasma darbalaukį -Comment[lv]=Parāda Plasma darbvirsmu -Comment[mr]=प्लाज्मा डेस्कटॉप दर्शवा -Comment[nb]=Vis Plasma-skrivebordet -Comment[nds]=Den Plasma-Schriefdisch wiesen -Comment[nl]=Toont het Plasma-bureaublad -Comment[nn]=Vis Plasma-skrivebordet -Comment[pa]=ਪਲਾਜ਼ਮਾ ਡੈਸਕਟਾਪ ਵੇਖੋ -Comment[pl]=Pokazuje pulpit Plazmy -Comment[pt]=Mostrar o ecrã do Plasma -Comment[pt_BR]=Mostra a área de trabalho do Plasma -Comment[ro]=Arată biroul Plasma -Comment[ru]=Показать рабочий стол Plasma -Comment[sk]=Zobrazenie plochy Plasmy -Comment[sl]=Pokaži namizje Plasma -Comment[sr]=Баците поглед на плазма површ -Comment[sr@ijekavian]=Баците поглед на плазма површ -Comment[sr@ijekavianlatin]=Bacite pogled na plasma površ -Comment[sr@latin]=Bacite pogled na plasma površ -Comment[sv]=Visa Plasmas skrivbord -Comment[th]=แสดงพื้นที่ทำงานของพลาสมา -Comment[tr]=Plasma masaüstünü göster -Comment[uk]=Показує стільницю Плазми -Comment[wa]=Mostrer l' sicribanne Plasma -Comment[x-test]=xxShow the Plasma desktopxx -Comment[zh_CN]=显示 Plasma 桌面 -Comment[zh_TW]=顯示 Plasma 桌面 diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml deleted file mode 100644 index 08da0db..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/main.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - start-here-kde - - - true - - - start-here-kde - - - start-here-kde - - - start-here-kde - - - - true - - - - 0 - - - false - - - - 1 - - - - 12 - - - - preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.kate.desktop - - - logout,lock-screen,reboot,shutdown - - - - - - - true - - - bookmarks,baloosearch - - - true - - - - true - - - - muon-discover --application - - - - - false - - - true - - - diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png deleted file mode 100644 index 6a652f1..0000000 Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/hovered.png and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png deleted file mode 100644 index b522030..0000000 Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/normal.png and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png deleted file mode 100644 index 4b8a1a2..0000000 Binary files a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/selected.png and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg deleted file mode 100644 index 244bf00..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/system-lock-screen.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml deleted file mode 100644 index 09b3e47..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/BaseView.qml +++ /dev/null @@ -1,69 +0,0 @@ -/* - Copyright (C) 2011 Martin Gräßlin - Copyright (C) 2012 Marco Martin - Copyright (C) 2015-2018 Eike Hein - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -import QtQuick 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.extras 2.0 as PlasmaExtras -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.draganddrop 2.0 - - -Item { - property alias model: baseView.model - property alias delegate: baseView.delegate - property alias currentIndex: baseView.currentIndex; - - property ListView listView: baseView.listView - - function decrementCurrentIndex() { - baseView.decrementCurrentIndex(); - } - - function incrementCurrentIndex() { - baseView.incrementCurrentIndex(); - } - - function activateCurrentIndex() { - - baseView.currentItem.activate(); - } - - function openContextMenu() { - baseView.currentItem.openActionMenu(); - } - - Connections { - target: plasmoid - - function onExpandedChanged() { - if (!plasmoid.expanded) { - baseView.currentIndex = -1; - } - } - } - - KickoffListView { - id: baseView - - anchors.fill: parent - - currentIndex: -1 - interactive: contentHeight > height - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml deleted file mode 100644 index 64c111d..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/CompactRepresentation.qml +++ /dev/null @@ -1,141 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2013-2014 by Eike Hein * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ - -import QtQuick 2.0 -import QtQuick.Layouts 1.1 - -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore - -Item { - id: root - - readonly property var screenGeometry: plasmoid.screenGeometry - readonly property bool inPanel: (plasmoid.location == PlasmaCore.Types.TopEdge - || plasmoid.location == PlasmaCore.Types.RightEdge - || plasmoid.location == PlasmaCore.Types.BottomEdge - || plasmoid.location == PlasmaCore.Types.LeftEdge) - readonly property bool vertical: (plasmoid.formFactor == PlasmaCore.Types.Vertical) - readonly property bool useCustomButtonImage: (plasmoid.configuration.useCustomButtonImage - && plasmoid.configuration.customButtonImage.length != 0) - property QtObject dashWindow: null - - Plasmoid.status: dashWindow && dashWindow.visible ? PlasmaCore.Types.RequiresAttentionStatus : PlasmaCore.Types.PassiveStatus - - onWidthChanged: updateSizeHints() - onHeightChanged: updateSizeHints() - - function updateSizeHints() { - if (useCustomButtonImage) { - if (vertical) { - var scaledHeight = Math.floor(parent.width * (buttonIcon.implicitHeight / buttonIcon.implicitWidth)); - root.Layout.minimumHeight = scaledHeight; - root.Layout.maximumHeight = scaledHeight; - root.Layout.minimumWidth = units.iconSizes.small; - root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1; - } else { - var scaledWidth = Math.floor(parent.height * (buttonIcon.implicitWidth / buttonIcon.implicitHeight)); - root.Layout.minimumWidth = scaledWidth; - root.Layout.maximumWidth = scaledWidth; - root.Layout.minimumHeight = units.iconSizes.small; - root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1; - } - } else { - root.Layout.minimumWidth = units.iconSizes.small; - root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1; - root.Layout.minimumHeight = units.iconSizes.small - root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1; - } - } - - Connections { - target: units.iconSizeHints - - onPanelChanged: updateSizeHints() - } - - PlasmaCore.IconItem { - id: buttonIconHovered - z: 1 - source: plasmoid.configuration.customButtonImageHover - opacity: 0 - anchors.fill: parent - readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth - : implicitWidth / implicitHeight) - smooth: true - - // A custom icon could also be rectangular. However, if a square, custom, icon is given, assume it - // to be an icon and round it to the nearest icon size again to avoid scaling artefacts. - roundToIconSize: !useCustomButtonImage || aspectRatio === 1 - - onSourceChanged: updateSizeHints() - } - PlasmaCore.IconItem { - id: buttonIcon - anchors.fill: parent - opacity: 1 - readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth - : implicitWidth / implicitHeight) - - - //source: useCustomButtonImage ? plasmoid.configuration.customButtonImage : plasmoid.configuration.icon - source: dashWindow.visible ? plasmoid.configuration.customButtonImageActive : plasmoid.configuration.customButtonImage - - states: State { - name: "mouse-over"; when: mouseArea.containsMouse && !dashWindow.visible - //PropertyChanges { target: buttonIcon; opacity: dashWindow.visible ? 1 : 0} - PropertyChanges { target: buttonIconHovered; opacity: 1} - } - - transitions: Transition { - NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } - } - - //active: mouseArea.containsMouse - - smooth: true - - // A custom icon could also be rectangular. However, if a square, custom, icon is given, assume it - // to be an icon and round it to the nearest icon size again to avoid scaling artefacts. - roundToIconSize: !useCustomButtonImage || aspectRatio === 1 - - onSourceChanged: updateSizeHints() - } - - MouseArea - { - id: mouseArea - - anchors.fill: parent - - hoverEnabled: true - - onClicked: { - dashWindow.visible = !dashWindow.visible; - dashWindow.showingAllPrograms = false; - } - } - - Component.onCompleted: { - dashWindow = Qt.createQmlObject("MenuRepresentation {}", root); - plasmoid.activated.connect(function() { - dashWindow.visible = !dashWindow.visible; - }); - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml deleted file mode 100644 index aa0f115..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ConfigGeneral.qml +++ /dev/null @@ -1,279 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014 by Eike Hein * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ - -import QtQuick 2.0 -import QtQuick.Controls 1.0 -import QtQuick.Dialogs 1.2 -import QtQuick.Layouts 1.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons -import org.kde.draganddrop 2.0 as DragDrop - -import org.kde.plasma.private.kicker 0.1 as Kicker - -Item { - id: configGeneral - - width: childrenRect.width - height: childrenRect.height - - property string cfg_icon: plasmoid.configuration.icon - property bool cfg_useCustomButtonImage: plasmoid.configuration.useCustomButtonImage - property string cfg_customButtonImage: plasmoid.configuration.customButtonImage - property string cfg_customButtonImageHover: plasmoid.configuration.customButtonImageHover - property string cfg_customButtonImageActive: plasmoid.configuration.customButtonImageActive - - property alias cfg_showRecentsView: showRecentsView.checked - - property alias cfg_appNameFormat: appNameFormat.currentIndex - property alias cfg_switchCategoriesOnHover: switchCategoriesOnHover.checked - - property alias cfg_useExtraRunners: useExtraRunners.checked - - property alias cfg_numberRows: numberRows.value - - ColumnLayout { - anchors.left: parent.left - - RowLayout { - spacing: units.smallSpacing - - Label { - text: i18n("Icon:") - } - - IconPicker { - id: iconPickerNormal - currentIcon: cfg_customButtonImage - defaultIcon: "start-here-kde" - onIconChanged: cfg_customButtonImage = iconName - enabled: true - - } - Label { - text: i18n("Hover Icon:") - } - IconPicker { - id: iconPickerHover - currentIcon: cfg_customButtonImageHover - defaultIcon: "start-here-kde" - onIconChanged: cfg_customButtonImageHover = iconName - enabled: true - - } - Label { - text: i18n("Active Icon:") - } - IconPicker { - id: iconPickerActive - currentIcon: cfg_customButtonImageActive - defaultIcon: "start-here-kde" - onIconChanged: cfg_customButtonImageActive = iconName - enabled: true - - } - /*Button { - id: iconButton - Layout.minimumWidth: previewFrame.width + units.smallSpacing * 2 - Layout.maximumWidth: Layout.minimumWidth - Layout.minimumHeight: previewFrame.height + units.smallSpacing * 2 - Layout.maximumHeight: Layout.minimumWidth - - DragDrop.DropArea { - id: dropArea - - property bool containsAcceptableDrag: false - - anchors.fill: parent - - onDragEnter: { - // Cannot use string operations (e.g. indexOf()) on "url" basic type. - var urlString = event.mimeData.url.toString(); - - // This list is also hardcoded in KIconDialog. - var extensions = [".png", ".xpm", ".svg", ".svgz"]; - containsAcceptableDrag = urlString.indexOf("file:///") === 0 && extensions.some(function (extension) { - return urlString.indexOf(extension) === urlString.length - extension.length; // "endsWith" - }); - - if (!containsAcceptableDrag) { - event.ignore(); - } - } - onDragLeave: containsAcceptableDrag = false - - onDrop: { - if (containsAcceptableDrag) { - // Strip file:// prefix, we already verified in onDragEnter that we have only local URLs. - iconDialog.setCustomButtonImage(event.mimeData.url.toString().substr("file://".length)); - } - containsAcceptableDrag = false; - } - } - - KQuickAddons.IconDialog { - id: iconDialog - - function setCustomButtonImage(image) { - cfg_customButtonImage = image || cfg_icon || "start-here-kde" - cfg_useCustomButtonImage = true; - } - - onIconNameChanged: setCustomButtonImage(iconName); - } - - // just to provide some visual feedback, cannot have checked without checkable enabled - checkable: true - checked: dropArea.containsAcceptableDrag - onClicked: { - checked = Qt.binding(function() { // never actually allow it being checked - return iconMenu.status === PlasmaComponents.DialogStatus.Open || dropArea.containsAcceptableDrag; - }) - - iconMenu.open(0, height) - } - - PlasmaCore.FrameSvgItem { - id: previewFrame - anchors.centerIn: parent - imagePath: plasmoid.location === PlasmaCore.Types.Vertical || plasmoid.location === PlasmaCore.Types.Horizontal - ? "widgets/panel-background" : "widgets/background" - width: units.iconSizes.large + fixedMargins.left + fixedMargins.right - height: units.iconSizes.large + fixedMargins.top + fixedMargins.bottom - - PlasmaCore.IconItem { - anchors.centerIn: parent - width: units.iconSizes.large - height: width - source: cfg_useCustomButtonImage ? cfg_customButtonImage : cfg_icon - } - } - } - - // QQC Menu can only be opened at cursor position, not a random one - PlasmaComponents.ContextMenu { - id: iconMenu - visualParent: iconButton - - PlasmaComponents.MenuItem { - text: i18nc("@item:inmenu Open icon chooser dialog", "Choose...") - icon: "document-open-folder" - onClicked: iconDialog.open() - } - PlasmaComponents.MenuItem { - text: i18nc("@item:inmenu Reset icon to default", "Clear Icon") - icon: "edit-clear" - onClicked: { - cfg_useCustomButtonImage = false; - } - } - }*/ - } - - GroupBox { - Layout.fillWidth: true - - title: i18n("Behavior") - - flat: true - - ColumnLayout { - RowLayout { - Label { - text: i18n("Show applications as:") - } - - ComboBox { - id: appNameFormat - - Layout.fillWidth: true - - model: [i18n("Name only"), i18n("Description only"), i18n("Name (Description)"), i18n("Description (Name)")] - } - } - - CheckBox { - id: switchCategoriesOnHover - - text: i18n("Switch categories on hover") - } - } - } - - GroupBox { - Layout.fillWidth: true - title: i18n("Search") - flat: true - - ColumnLayout { - CheckBox { - id: useExtraRunners - - text: i18n("Expand search to bookmarks, files and emails") - } - } - } - - GroupBox { - title: i18n("Rows") - flat: true - ColumnLayout { - RowLayout{ - Layout.fillWidth: true - - RowLayout{ - Layout.fillWidth: true - SpinBox{ - id: numberRows - minimumValue: 10 - maximumValue: 15 - //onValueChanged: root.recents.model = kicker.rootModel.modelForRow(0); - } - Label { - Layout.leftMargin: units.smallSpacing - text: i18n("Number of rows") - } - } - } - } - } - GroupBox { - title: i18n("View") - flat: true - ColumnLayout { - RowLayout{ - Layout.fillWidth: true - - RowLayout{ - Layout.fillWidth: true - CheckBox { - id: showRecentsView - text: i18n("Show recent programs") - } - - - } - } - } - } - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml deleted file mode 100644 index b0fe6db..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/MenuRepresentation.qml +++ /dev/null @@ -1,1309 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014 by Weng Xuetian - * Copyright (C) 2013-2017 by Eike Hein * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ - -import QtQuick 2.4 -import QtQuick.Controls 1.1 -import QtQuick.Controls.Styles 1.1 -import QtQuick.Layouts 1.1 -import QtQuick.Window 2.1 -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.extras 2.0 as PlasmaExtras - -import org.kde.plasma.private.kicker 0.1 as Kicker -import org.kde.kcoreaddons 1.0 as KCoreAddons // kuser -import org.kde.plasma.private.shell 2.0 - -import org.kde.kwindowsystem 1.0 -import QtGraphicalEffects 1.0 -import org.kde.kquickcontrolsaddons 2.0 -import org.kde.plasma.private.quicklaunch 1.0 - -import org.kde.kirigami 2.13 as Kirigami -import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons - - -import QtQuick.Dialogs 1.2 - -PlasmaCore.Dialog { - id: root - objectName: "popupWindow" - flags: Qt.WindowStaysOnTopHint - //location: kicker.location; - location: "Floating" - - - //backgroundHints: PlasmaCore.Types.SolidBackground - //color: "red"; - - //clip: true - hideOnWindowDeactivate: true - property int iconSize: units.iconSizes.medium - property int iconSizeSide: units.iconSizes.smallMedium - property int cellWidth: units.gridUnit * 14 - property int cellWidthSide: units.gridUnit * 8 - property int cellHeight: iconSize + units.smallSpacing + (Math.max(highlightItemSvg.margins.top + highlightItemSvg.margins.bottom, - highlightItemSvg.margins.left + highlightItemSvg.margins.right)) - property bool searching: (searchField.text != "") - property bool showingAllPrograms: false - - property int slideAnimationDuration: 105 - - - onVisibleChanged: { - - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - if (!visible) { - reset(); - } else { - requestActivate(); - resetRecents(); - } - } - - onHeightChanged: { - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - } - - onWidthChanged: { - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - } - - onSearchingChanged: { - if (searching) { - //pageList.model = runnerModel; - - } else { - reset(); - } - } - - function resetRecents() { - recents.model = rootModel.modelForRow(0); - recents.model.refresh(); - recents.currentIndex = -1; - } - function reset() { - if (!searching) { - //pageList.model = rootModel.modelForRow(0); - //pageList.currentIndex = 1; - } - searchField.text = ""; - //resetRecents(); - //pageListScrollArea.focus = true; - //pageList.currentItem.itemGrid.currentIndex = -1; - } - - function popupPosition(width, height) { - var screenAvail = plasmoid.availableScreenRect; - var screen/*Geom*/ = plasmoid.screenGeometry; - //QtBug - QTBUG-64115 - /*var screen = Qt.rect(screenAvail.x + screenGeom.x, - screenAvail.y + screenGeom.y, - screenAvail.width, - screenAvail.height);*/ - - var offset = 0; - // Fall back to bottom-left of screen area when the applet is on the desktop or floating. - var x = offset; - var y = screen.height - height - offset; - var horizMidPoint = screen.x + (screen.width / 2); - var vertMidPoint = screen.y + (screen.height / 2); - var appletTopLeft = kicker.mapToGlobal(0, 0); - var appletBottomLeft = kicker.mapToGlobal(0, kicker.height); - - x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width; - - if (appletTopLeft.x < horizMidPoint) { - x += offset - } else if (appletTopLeft.x + width > horizMidPoint){ - x -= offset - } - - if (plasmoid.location == PlasmaCore.Types.TopEdge) { - - /*this is floatingAvatar.width*/ - offset = 2; - y = screen.y + parent.height + panelSvg.margins.bottom + offset; - } else { - offset = 2; - y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset; - } - - return Qt.point(x, y); - } - FocusScope { - - - //clip: true - Layout.minimumWidth: root.cellWidth + root.cellWidthSide// + units.smallSpacing*3 - Layout.maximumWidth: root.cellWidth + root.cellWidthSide// + units.smallSpacing*3 - Layout.minimumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium - Layout.maximumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium - - focus: true - - KCoreAddons.KUser { id: kuser } - Logic { id: logic } - - Connections { - target: plasmoid.configuration - onNumberRowsChanged: { - recents.model = rootModel.modelForRow(0); - recents.model.refresh(); - } - } - - - PlasmaCore.DataSource { - id: pmEngine - engine: "powermanagement" - connectedSources: ["PowerDevil", "Sleep States"] - function performOperation(what) { - var service = serviceForSource("PowerDevil") - var operation = service.operationDescription(what) - service.startOperationCall(operation) - } - } - - PlasmaCore.DataSource { - id: executable - engine: "executable" - connectedSources: [] - onNewData: { - var exitCode = data["exit code"] - var exitStatus = data["exit status"] - var stdout = data["stdout"] - var stderr = data["stderr"] - exited(sourceName, exitCode, exitStatus, stdout, stderr) - disconnectSource(sourceName) - } - function exec(cmd) { - if (cmd) { - connectSource(cmd) - } - } - signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) - } - - PlasmaComponents.Highlight { - id: delegateHighlight - visible: false - z: -1 // otherwise it shows ontop of the icon/label and tints them slightly - } - - PlasmaExtras.Heading { - id: dummyHeading - visible: false - width: 0 - level: 5 - } - - TextMetrics { - id: headingMetrics - font: dummyHeading.font - } - - ActionMenu { - id: actionMenu - onActionClicked: visualParent.actionTriggered(actionId, actionArgument) - onClosed: { - /*if (pageList.currentItem) { - pageList.currentItem.itemGrid.currentIndex = -1; - }*/ - } - } - - - - Rectangle { - id: backgroundRect - //anchors.fill: pageListScrollArea - anchors.top: faves.top - anchors.topMargin: -4 - anchors.left: faves.left - //anchors.leftMargin: units.smallSpacing - width: root.cellWidth - height: (root.cellHeight * plasmoid.configuration.numberRows) + searchBackground.height + 2 - color: "white" - border.color: "#44000000" - border.width: 1 - radius: 3 - z: 5 - Behavior on width { - NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } - //NumberAnimation { duration: 1000 } - } - Rectangle { - id: backgroundBorderLine - color: "#cddbea" - radius: 3 - anchors { - top: searchBackground.top - topMargin: 1 - //bottomMargin: units.smallSpacing - left: parent.left - leftMargin: 1 - - } - width: backgroundRect.width-2 - height: 2 - //height: backgroundRect - z: 5 - - } - Rectangle { - id: searchBackground - Behavior on width { - NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } - //NumberAnimation { duration: 1000 } - } - color: "#F3F7FB" - radius: 3 - anchors { - bottom: parent.bottom - bottomMargin: units.smallSpacing-2 - left: parent.left - leftMargin: 1 - } - width: root.cellWidth - 2 - height: searchField.height + units.smallSpacing * 4.5 - 2 - } - } - FavoritesView { - id: faves - anchors.left: parent.left - anchors.top: parent.top - anchors.topMargin: 6 - anchors.leftMargin: 2 - //anchors.bottom: pageListScrollAreabottom - //anchors.right: pageListScrollArea.right - width: root.cellWidth - height: plasmoid.configuration.showRecentsView ? ((root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : faves.getFavoritesCount())) - units.smallSpacing * 2) : (root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height - allProgramsSeparator.height) - visible: !showingAllPrograms && !searching - z: 8 - } - Rectangle { - id: tabBarSeparator - anchors.top: faves.bottom - //anchors.topMargin: units.smallSpacing - anchors.left: parent.left - anchors.leftMargin: units.smallSpacing*4+2 - anchors.right: faves.right - anchors.rightMargin: units.smallSpacing*4 - - height: 1 - color: "#d6e5f5" - opacity: 1 - visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching) - z: 6 - - } - OftenUsedView { - id: recents - anchors.left: parent.left - anchors.top: faves.bottom - anchors.topMargin: units.smallSpacing*2 - anchors.bottomMargin: units.smallSpacing - anchors.leftMargin: 3 - width: root.cellWidth-2 - height: (root.cellHeight * plasmoid.configuration.numberRows) - (root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : faves.getFavoritesCount())) - units.smallSpacing*2 - allProgramsButton.height - visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching) - z: 8 - } - Rectangle { - id: allProgramsSeparator - anchors.top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom - //anchors.topMargin: units.smallSpacing - anchors.left: parent.left - anchors.leftMargin: units.smallSpacing*4+2 - //anchors.right: faves.right - anchors.rightMargin: units.smallSpacing*4 - width: root.cellWidth - units.smallSpacing*8 - Behavior on width { - NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } - } - height: 1 - color: "#d6e5f5" - opacity: 1 - //visible: !showingAllPrograms && !searching - z: 6 - - } - MouseArea { - id: allButtonsArea - hoverEnabled: true - anchors.top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom - anchors.topMargin: units.smallSpacing-1 - anchors.left: parent.left - anchors.leftMargin: units.smallSpacing +2 - anchors.rightMargin: units.smallSpacing - onClicked: { - if(searching) - { - searchField.text = ""; - //searching = false; - console.log("stopped searching"); - } - else if(showingAllPrograms) - { - showingAllPrograms = false; - appsView.reset(); - console.log("showing normal view"); - } - else if(!searching && !showingAllPrograms) - { - showingAllPrograms = true; - console.log("showing all apps"); - } - } - height: 25 - width: root.cellWidth - units.smallSpacing*2 - Behavior on width { - NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } - } - z: 8 - PlasmaCore.FrameSvgItem { - id : allProgramsButton - - - - //visible: true - anchors.fill: parent - imagePath: "widgets/menuitem" - - prefix: "hover" - visible: allButtonsArea.containsMouse ? true : false - //z:7 - - - - } - PlasmaCore.SvgItem { - id: arrowDirection - svg: arrowsSvg - elementId: (searching || showingAllPrograms) ? "left-arrow-black" : "right-arrow-black" - anchors.left: parent.left - anchors.verticalCenter: parent.verticalCenter - anchors.leftMargin: units.smallSpacing - width: 16 - height: 16 - } - Text { - text: showingAllPrograms || searching ? "Back" : "All programs" - font.pixelSize: 12 - //color: searching ? "#202020" : "white" - anchors.left: arrowDirection.right - anchors.leftMargin: units.smallSpacing - //anchors.horizontalCenter: parent.horizontalCenter - anchors.verticalCenter: parent.verticalCenter - } - - } - - - SearchView { - id: searchView - anchors.top: parent.top - anchors.topMargin: units.smallSpacing*2 -2 - anchors.left: parent.left - anchors.leftMargin: 2 - anchors.right: parent.right - anchors.rightMargin: 2 - anchors.bottom: allProgramsSeparator.top - height: root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height - //Layout.fillWidth: true - opacity: 0 - Behavior on opacity { - NumberAnimation { easing.type: Easing.InOutQuart; duration: 150 } - } - z: 7 - //visible: !showingAllPrograms && searching - } - ApplicationsView { - id: appsView - anchors.top: parent.top - anchors.topMargin: 2 - anchors.left: parent.left - anchors.leftMargin: 2 - anchors.right: faves.right - width: root.cellWidth - height: (root.cellHeight * plasmoid.configuration.numberRows) - units.smallSpacing*2 - allProgramsButton.height - opacity: 0 - z: 1 - function resetIndex() { - appsView.listView.currentIndex = -1; - } - } - - states: [ - - State { - name: "AllPrograms"; when: !searching && showingAllPrograms - PropertyChanges { - target: faves; opacity: 0; - } - PropertyChanges { - target: recents; opacity: 0; - } - PropertyChanges { - target: tabBarSeparator; opacity: 0; - } - PropertyChanges { - target: appsView; opacity: 1; - } - PropertyChanges { - target: appsView; z: 7; - } - StateChangeScript { - script: appsView.resetIndex(); - //target: appsView.applicationsView.listView; currentIndex: -1; - } - - }, - State { - name: "Searching"; when: searching// && !showingAllPrograms - PropertyChanges { - target: searchView; opacity: (backgroundRect.width === searchView.width ? 1 : 0); - } - PropertyChanges { - target: faves; opacity: 0; - } - PropertyChanges { - target: recents; opacity: 0; - } - PropertyChanges { - target: tabBarSeparator; opacity: 0; - } - PropertyChanges { - target: searchBackground; width: searchView.width - units.smallSpacing; - } - PropertyChanges { - target: backgroundRect; width: searchView.width; - } - PropertyChanges { - target: allProgramsButton; width: searchView.width - units.smallSpacing*2; - } - PropertyChanges { - target: allProgramsSeparator; width: searchView.width - units.smallSpacing*8; - } - PropertyChanges { - target: allButtonsArea; width: searchView.width - units.smallSpacing*2; - } - PropertyChanges { - target: sidePanel; opacity: 0; - } - /*PropertyChanges { - target: appsView; opacity: 0; - }*/ - PropertyChanges { - target: sidePanel; enabled: false - } - /*PropertyChanges { - target: searchBackground; width: searchView.width - }*/ - } - ] - transitions: [ - Transition { - PropertyAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 100 } - } - /*Transition { - NumberAnimation { properties: "width"; easing.type: Easing.OutQuad; duration: 250 } - }*/ - ] - - - PlasmaComponents.TextField { - id: searchField - anchors{ - //top: leaveButtons.top - bottom: parent.bottom - bottomMargin: units.smallSpacing * 2.5 - left: parent.left - right: faves.right// + units.largeSpacing - rightMargin: units.smallSpacing * 2 - leftMargin: units.smallSpacing * 2 + 2 - } - style: TextFieldStyle { - textColor: "black" - placeholderTextColor: "#707070" - font.italic: searchField.length == 0 ? true : false - - Rectangle { - anchors.fill: parent - color: "white" } - } - z: 7 - //clearButtonShown: true - width: root.cellWidth - units.smallSpacing * 4 - 2 - height: units.smallSpacing * 7 - units.smallSpacing - placeholderText: i18n("Search programs and files") - text: "" - onTextChanged: { - - searchView.onQueryChanged(); - //runnerModel.query = text; - } - Keys.onPressed: { - if(searching) - { - var currentView = searchView; - switch(event.key) { - case Qt.Key_Up: { - currentView.decrementCurrentIndex(); - event.accepted = true; - break; - } - case Qt.Key_Down: { - currentView.incrementCurrentIndex(); - event.accepted = true; - break; - } - /*case Qt.Key_Left: { - if (searchField.focus && header.state == "query") { - break; - } - if (!currentView.deactivateCurrentIndex()) { - if (root.state == "Applications") { - mainTabGroup.currentTab = firstButton.tab; - tabBar.currentTab = firstButton; - } - root.state = "Normal" - } - event.accepted = true; - break; - } - case Qt.Key_Right: { - if (header.input.focus && header.state == "query") { - break; - } - currentView.activateCurrentIndex(); - event.accepted = true; - break; - }*/ - /*case Qt.Key_Tab: { - root.state == "Applications" ? root.state = "Normal" : root.state = "Applications"; - event.accepted = true; - break; - }*/ - case Qt.Key_Enter: - case Qt.Key_Return: { - currentView.activateCurrentIndex(1); - event.accepted = true; - break; - } - default: - if (!searchField.focus) { - searchField.forceActiveFocus(); - } - } - } - } - - function backspace() { - if (!root.visible) { - return; - } - - focus = true; - text = text.slice(0, -1); - } - - function appendText(newText) { - if (!root.visible) { - return; - } - - focus = true; - text = text + newText; - } - } - - Item{ - id: sidePanel - //width: root.cellWidthSide - //height: parent.height - z: 7 - anchors{ - left: faves.right - right: parent.right - top: parent.top - bottom: parent.bottom - bottomMargin: units.largeSpacing - leftMargin: units.smallSpacing * 2 - rightMargin: units.smallSpacing - } - - FileDialog { - id: folderDialog - visible: false - folder: shortcuts.pictures - - function getPath(val){ - if(val === 1) - return shortcuts.pictures - else if (val === 2) - return shortcuts.documents - else if (val === 3) - return shortcuts.music - else if (val === 4) - return shortcuts.home - else if (val === 5) - return shortcuts.movies - else if (val === 6) - return "~/Downloads" - else if (val === 7) - return "/" - } - } - - Rectangle{ - id: iconUser - height: units.iconSizes.huge - width: height - color: "transparent" - clip: true - //anchors.left: parent.width - anchors.leftMargin: units.smallSpacing - anchors.top: parent.top - anchors.topMargin: -units.smallSpacing - anchors.horizontalCenter: parent.horizontalCenter - // Image { - Image { - source: "../pics/user.png" - smooth: true - z: 1 - //anchors.fill: parent - anchors.left: parent.left - //anchors.leftMargin: -units.smallSpacing*2.2 - anchors.right: parent.right - //anchors.rightMargin: -units.smallSpacing*2.2 - anchors.bottom: parent.bottom - //anchors.bottomMargin: -units.smallSpacing*1.7 - anchors.top: parent.top - //anchors.topMargin: -units.smallSpacing*2.2 - //width: parent.width + units.smallSpacing * 2 - //height: parent.height + units.smallSpacing * 2 - - } - PlasmaCore.IconItem { - id: imgAuthorIcon - anchors.top: parent.top - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - anchors.topMargin: 2 - anchors.leftMargin: 2 - anchors.rightMargin: 2 - anchors.bottomMargin: 2 - source: "user-identity" - smooth: true - visible: false - - } - - Image { - id: imgAuthor - anchors.top: parent.top - anchors.left: parent.left - anchors.right: parent.right - anchors.bottom: parent.bottom - anchors.topMargin: units.smallSpacing*2 - anchors.leftMargin: units.smallSpacing*2 - anchors.rightMargin: units.smallSpacing*2 - anchors.bottomMargin: units.smallSpacing*2 - source: kuser.faceIconUrl.toString() - smooth: true - mipmap: true - visible: false - - - } - OpacityMask { - anchors.fill: imgAuthor - source: (kuser.faceIconUrl.toString() === "") ? imgAuthorIcon : imgAuthor; - maskSource: Rectangle { - width: imgAuthor.width - height: imgAuthor.height - //radius: iconUser.width*0.5 - visible: false - } - } - - MouseArea{ - anchors.fill: parent - acceptedButtons: Qt.LeftButton - onPressed: { - root.visible = false; - KCMShell.open("kcm_users") - } - cursorShape: Qt.PointingHandCursor - } - } - ColumnLayout { - id: columnItems - spacing: 3 - //spacing: units.smallSpacing - anchors.top: iconUser.bottom - anchors.topMargin: units.largeSpacing - //anchors.bottom: parent.bottom - anchors.left: parent.left - //anchors.right: parent.right - width: parent.width - - - ListDelegate { - text: kuser.loginName - //highlight: delegateHighlight - icon: "user-home" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: homeFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - homeFrame.hovered = true - } - onExited: { - homeFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(4)) - } - hoverEnabled: true - anchors.fill: parent - } - } - ListDelegate { - text: "Documents" - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: documentsFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - documentsFrame.hovered = true - } - onExited: { - documentsFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(2)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-documents" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(2)) - } - - ListDelegate { - text: "Pictures" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: picturesFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - picturesFrame.hovered = true - } - onExited: { - picturesFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(1)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-pictures" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(1)) - } - ListDelegate { - - text: "Music" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: musicFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - musicFrame.hovered = true - } - onExited: { - musicFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(3)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-music" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(3)) - } - ListDelegate { - text: "Videos" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: videosFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - videosFrame.hovered = true - } - onExited: { - videosFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(5)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-music" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5)) - } - ListDelegate { - text: "Downloads" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: downloadsFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - downloadsFrame.hovered = true - } - onExited: { - downloadsFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(6)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-music" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5)) - } - ListDelegate { - text: "Computer" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: computerFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - computerFrame.hovered = true - } - onExited: { - computerFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("dolphin --new-window "+folderDialog.getPath(7)) - } - hoverEnabled: true - anchors.fill: parent - } - icon: "folder-music" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: executable.exec("dolphin --new-window "+folderDialog.getPath(5)) - } - - ListDelegate { - text: "System Settings" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: settingsFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - settingsFrame.hovered = true - } - onExited: { - settingsFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("systemsettings5") - } - hoverEnabled: true - anchors.fill: parent - } - icon: "configure" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: logic.openUrl("file:///usr/share/applications/systemsettings.desktop") - } - ListDelegate { - text: "Default Programs" - - anchors.left: parent.left; - anchors.right: parent.right; - PlasmaCore.FrameSvgItem { - id: defaultProgramsFrame - z: -1 - property bool hovered: false - opacity: hovered ? 1.0 : 0.0 - - //visible: true - anchors.fill: parent - imagePath: "widgets/sidebaritem" - - prefix: "menuitem" - - } - MouseArea { - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onEntered: { - defaultProgramsFrame.hovered = true - } - onExited: { - defaultProgramsFrame.hovered = false - } - onClicked: { - root.visible = false; - executable.exec("systemsettings5 kcm_componentchooser") - } - hoverEnabled: true - anchors.fill: parent - } - icon: "configure" - size: iconSizeSide + units.smallSpacing / 1.5 + 1 - //onClicked: logic.openUrl("file:///usr/share/applications/systemsettings.desktop") - } - - Item{ - Layout.fillHeight: true - } - //Clock{} - - Item{ - height: units.smallSpacing - } - - - } - } - - RowLayout{ - id: leaveButtons - spacing: 0 - //width: units.smallSpacing*28 - //height: units.smallSpacing * 7 - z: 7 - anchors{ - //top: leaveButtons.top - //bottom: searchField.bottom - top: searchField.top - //topMargin: -units.smallSpacing/2 - //bottom: searchField.bottom - //bottomMargin: -units.smallSpacing * 3 - left: searchField.right - leftMargin: units.smallSpacing*4-1 - } - - - //anchors.top: searchField.top - //anchors.topMargin: searchField.topMargin - //Layout.fillWidth: false - ListDelegate { - //text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") - id: shutdown - width: units.smallSpacing * 17 - height: units.smallSpacing * 6 - Text { - text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") - font.pixelSize: 12 - color: searching ? "#202020" : PlasmaCore.Theme.textColor - anchors.horizontalCenter: parent.horizontalCenter - anchors.verticalCenter: parent.verticalCenter - z: 5 - } - size: iconSizeSide - PlasmaCore.FrameSvgItem { - id: shutdownButton - prefix: { - if(ma.containsPress) return "pressed"; - else if(ma.containsMouse || lockma.containsMouse) return "hover"; - else return "normal"; - } - anchors.fill:parent - //width: parent.width + units.smallSpacing / 2 - //height: parent.height - units.smallSpacing / 2 - anchors.left: parent.left - imagePath: "widgets/startmenu-buttons" - } - MouseArea { - id: ma - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onClicked: { - root.visible = false; - pmEngine.performOperation("requestShutDown"); - } - hoverEnabled: true - anchors.fill: parent - } - } - ListDelegate { - id: lockScreenDelegate - //text: i18nc("@action", "Lock Screen") - //width: units.smallSpacing * 8 - anchors.left: shutdown.right - anchors.leftMargin: -1 - anchors.top: shutdown.top - height: shutdown.height - //icon: "system-lock-screen" - PlasmaCore.FrameSvgItem { - id: lockButton - prefix: { - if(ma.containsPress || lockma.containsPress) return "rtl-pressed"; - else if(ma.containsMouse || lockma.containsMouse) return "rtl-hover"; - else return "rtl-normal"; - } - anchors.fill: parent; - //width: parent.width / 1.5 - //height: parent.height - units.smallSpacing / 2 - anchors.left: parent.left - imagePath: "widgets/startmenu-buttons" - } - MouseArea { - id: lockma - enabled: !root.hoverDisabled - acceptedButtons: Qt.LeftButton - onClicked: { - root.visible = false; - pmEngine.performOperation("lockScreen") - } - hoverEnabled: true - anchors.fill: lockButton - } - PlasmaCore.SvgItem { - id: lsSvg - svg: lockScreenSvg - //width: parent.height - units.smallSpacing - //height: parent.height - units.smallSpacing - //anchors.horizontalCenter: parent.horizontalCenter - //anchors.left: parent.left - anchors.fill: lockButton - anchors.leftMargin: units.smallSpacing*2 - anchors.rightMargin: units.smallSpacing*2 - anchors.topMargin: units.smallSpacing*1.5 - anchors.bottomMargin: units.smallSpacing*1.5 - elementId: searching ? "dark-lock" : "light-lock" - // anchors.leftMargin: -1 - //anchors.leftMargin: units.smallSpacing - /*ColorOverlay { - anchors.fill: lockScreenSvg - source: lockScreenSvg - - color: searching ? "#FF202020" : PlasmaCore.Theme.textColor - }*/ - } - //highlight: delegateHighlight - enabled: pmEngine.data["Sleep States"]["LockScreen"] - size: iconSizeSide - //showIcon: true - } - } - - - Keys.onPressed: { - if (event.key == Qt.Key_Escape) { - event.accepted = true; - - if (searching) { - reset(); - } else if(showingAllPrograms) { - showingAllPrograms = false; - appsView.reset(); - } else { - root.visible = false; - } - - return; - } - - if (searchField.focus) { - return; - } - - if (event.key == Qt.Key_Backspace) { - event.accepted = true; - searchField.backspace(); - /*} else if (event.key == Qt.Key_Tab || event.key == Qt.Key_Backtab) { - if (pageListScrollArea.focus == true && pageList.currentItem.itemGrid.currentIndex == -1) { - event.accepted = true; - pageList.currentItem.itemGrid.tryActivate(0, 0); - }*/ - } else if (event.text != "") { - event.accepted = true; - searchField.appendText(event.text); - } - } - - } - - Component.onCompleted: { - kicker.reset.connect(reset); - //dragHelper.dropped.connect(pageList.cycle); - reset(); - faves.listView.currentIndex = -1; - - var pos = popupPosition(width, height); - x = pos.x; - y = pos.y; - //root.backgroundHints = 2; - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml deleted file mode 100644 index 0767bdb..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/OftenUsedView.qml +++ /dev/null @@ -1,62 +0,0 @@ -/* - Copyright (C) 2011 Martin Gräßlin - Copyright (C) 2012 Marco Martin - Copyright (C) 2015 Eike Hein - Copyright (C) 2017 Ivan Cukic - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -import QtQuick 2.0 -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.private.kicker 0.1 as Kicker - -/*Kicker.RecentUsageModel { - id: recentsModel - favoritesModel: globalFavorites - ordering: 1 // Popular / Often Used - Component.onCompleted: { - var sectionsCount = 0; - for(var i = 0; i < recentsModel.count; i++) - { - if(recentsModel.get(i).objectName === "SectionDelegate") - { - if(recentsModel.get(i).getName() === "Files") - { - - } - sectionsCount++; - recentsModel.remove(i); - i--; - continue; - } - if(sectionsCount === 2) - { - - } - } - } -}*/ -BaseView { - id: recentsModel - objectName: "OftenUsedView" - - model: Kicker.RecentUsageModel { - favoritesModel: globalFavorites//rootModel.modelForRow(0) - ordering: 0 - shownItems: Kicker.RecentUsageModel.OnlyApps - - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml deleted file mode 100644 index a64603f..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SearchView.qml +++ /dev/null @@ -1,111 +0,0 @@ -/* - Copyright (C) 2011 Martin Gräßlin - Copyright (C) 2012 Gregor Taetzner - Copyright (C) 2015-2018 Eike Hein - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -import QtQuick 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.extras 2.0 as PlasmaExtras -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.private.kicker 0.1 as Kicker - -Item { - id: searchViewContainer - - //anchors.fill: parent - - objectName: "SearchView" - - function decrementCurrentIndex() { - runnerModel.decrementCurrentIndex(); - } - - function incrementCurrentIndex() { - runnerModel.incrementCurrentIndex(); - } - - function activateCurrentIndex() { - runnerModel.currentItem.activate(); - } - - function openContextMenu() { - runnerModel.currentItem.openActionMenu(); - } - function onQueryChanged() { - runnerModel.query = searchField.text; - //searchView.currentIndex = 0; - - if (!searchField.text) { - runnerModel.model = null; - } - } - - Kicker.RunnerModel { - id: runnerModel - appletInterface: plasmoid - mergeResults: false - favoritesModel: globalFavorites - } - - /*Connections { - target: searchField - - - }*/ - - Connections { - target: runnerModel - - function onCountChanged() { - - if (runnerModel.count && !runnerGrid.model) { - runnerGrid.model = runnerModel; - } - } - } - - ItemMultiGridView { - id: runnerGrid - anchors.fill: parent - anchors.leftMargin: units.smallSpacing; - z: 9999 - aCellWidth: parent.width - units.smallSpacing*2 - aCellHeight: iconSize + units.smallSpacing - - //enabled: (opacity == 1.0) ? 1 : 0 - enabled: searchField.text - isSquare: false - model: runnerModel - grabFocus: true - //opacity: searching ? 1.0 : 0.0 - /*onOpacityChanged: { - if (opacity == 1.0) { - mainColumn.visibleGrid = runnerGrid; - } - }*/ - //onKeyNavRight: globalFavoritesGrid.tryActivate(0,0) - } - - /*KickoffSearchView { - id: searchView - - anchors.fill: parent - - showAppsByName: false //krunner results have the most relevant field in the "display" column, which is showAppsByName = false - }*/ -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml deleted file mode 100644 index becea46..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/main.qml +++ /dev/null @@ -1,239 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2014-2015 by Eike Hein * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * - ***************************************************************************/ - -import QtQuick 2.0 -import QtQuick.Layouts 1.1 -import org.kde.plasma.plasmoid 2.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.plasma.private.kicker 0.1 as Kicker - -Item { - id: kicker - - anchors.fill: parent - - signal reset - - property bool isDash: false - - Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation - - Plasmoid.compactRepresentation: null - Plasmoid.fullRepresentation: compactRepresentation - - property Item dragSource: null - - property QtObject globalFavorites: rootModel.favoritesModel - property QtObject systemFavorites: rootModel.systemFavoritesModel -PlasmaCore.DataSource { - id: menu_executable - engine: "executable" - connectedSources: [] - onNewData: { - var exitCode = data["exit code"] - var exitStatus = data["exit status"] - var stdout = data["stdout"] - var stderr = data["stderr"] - exited(sourceName, exitCode, exitStatus, stdout, stderr) - disconnectSource(sourceName) - } - function exec(cmd) { - if (cmd) { - connectSource(cmd) - } - } - signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) - } - - function action_menuedit() { - processRunner.runMenuEditor(); - } - function action_taskman() { - menu_executable.exec("ksysguard"); - } - - Component { - id: compactRepresentation - CompactRepresentation {} - } - - Component { - id: menuRepresentation - MenuRepresentation { - - } - } - - Kicker.RootModel { - id: rootModel - - autoPopulate: false - - appNameFormat: plasmoid.configuration.appNameFormat - flat: true - sorted: true - showSeparators: true - appletInterface: plasmoid - - paginate: false - pageSize: plasmoid.configuration.numberColumns * plasmoid.configuration.numberRows - - showAllApps: false - showRecentApps: true - showRecentDocs: false - showRecentContacts: false - showPowerSession: false - - onFavoritesModelChanged: { - if ("initForClient" in favoritesModel) { - favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id) - - if (!plasmoid.configuration.favoritesPortedToKAstats) { - favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps); - plasmoid.configuration.favoritesPortedToKAstats = true; - } - } else { - favoritesModel.favorites = plasmoid.configuration.favoriteApps; - } - - favoritesModel.maxFavorites = pageSize; - } - - onSystemFavoritesModelChanged: { - systemFavoritesModel.enabled = false; - systemFavoritesModel.favorites = plasmoid.configuration.favoriteSystemActions; - systemFavoritesModel.maxFavorites = 8; - } - - Component.onCompleted: { - if ("initForClient" in favoritesModel) { - favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id) - - if (!plasmoid.configuration.favoritesPortedToKAstats) { - favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps); - plasmoid.configuration.favoritesPortedToKAstats = true; - } - } else { - favoritesModel.favorites = plasmoid.configuration.favoriteApps; - } - - favoritesModel.maxFavorites = pageSize; - rootModel.refresh(); - } - } - - Connections { - target: globalFavorites - - onFavoritesChanged: { - plasmoid.configuration.favoriteApps = target.favorites; - } - } - - Connections { - target: systemFavorites - - onFavoritesChanged: { - plasmoid.configuration.favoriteSystemActions = target.favorites; - } - } - - Connections { - target: plasmoid.configuration - - onFavoriteAppsChanged: { - globalFavorites.favorites = plasmoid.configuration.favoriteApps; - } - - onFavoriteSystemActionsChanged: { - systemFavorites.favorites = plasmoid.configuration.favoriteSystemActions; - } - } - - Kicker.RunnerModel { - id: runnerModel - - favoritesModel: globalFavorites - runners: plasmoid.configuration.useExtraRunners ? new Array("services").concat(plasmoid.configuration.extraRunners) : "services" - appletInterface: plasmoid - - deleteWhenEmpty: false - } - - Kicker.DragHelper { - id: dragHelper - } - - Kicker.ProcessRunner { - id: processRunner; - } - - PlasmaCore.FrameSvgItem { - id : highlightItemSvg - - visible: false - - imagePath: "widgets/menuitem" - prefix: "hover" - } - - PlasmaCore.FrameSvgItem { - id : panelSvg - - visible: false - - imagePath: "widgets/panel-background" - } - PlasmaCore.Svg { - id: arrowsSvg - - imagePath: "widgets/arrows" - size: "16x16" - } - PlasmaCore.Svg { - id: lockScreenSvg - imagePath: "widgets/system-lock-screen" - } - PlasmaComponents.Label { - id: toolTipDelegate - - width: contentWidth - height: contentHeight - - property Item toolTip - - text: (toolTip != null) ? toolTip.text : "" - } - - function resetDragSource() { - dragSource = null; - } - - Component.onCompleted: { - plasmoid.setAction("menuedit", i18n("Edit Applications...")); - plasmoid.setAction("taskman", i18n("Task Manager")); - - rootModel.refreshed.connect(reset); - - dragHelper.dropped.connect(resetDragSource); - } -} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop b/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop deleted file mode 100644 index 1886450..0000000 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/metadata.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Seven Start -Comment=Open application menu - -Type=Service -Icon=start-here-kde -X-KDE-ServiceTypes=Plasma/Applet - -X-Plasma-API=declarativeappletscript -X-Plasma-MainScript=ui/main.qml -X-Plasma-Provides=org.kde.plasma.launchermenu - -X-KDE-PluginInfo-Author=adhe -X-KDE-PluginInfo-Email=wackyideas535[at]gmail.com -X-KDE-PluginInfo-Name=SevenStart -X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Category=Application Launchers -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL v2+ -X-KDE-PluginInfo-EnabledByDefault=true diff --git a/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so b/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so deleted file mode 100755 index c590fd9..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/bin/plasma_applet_seventasks.so and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml deleted file mode 100644 index 8732841..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/main.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - false - - - - true - - - - true - - - - false - - - - true - - - - 1 - - - - 0 - - - - true - - - - true - - - - - - - - - - - - 1 - - - - true - - - - 2 - 1 - - - - false - - - - true - - - - true - - - - true - - - - applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred://filemanager,preferred://browser - - - - - - - - - - - - 2 - - - - true - - - - true - - - - 0 - - - - - - - - - - - - 3 - - - - true - - - - false - - - - - diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png deleted file mode 100644 index 539adb8..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/index.png and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg deleted file mode 100644 index d061e7d..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/images/thermal-monitor.svg +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp deleted file mode 100644 index a5ab43e..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.ContextMenu.qml.kate-swp and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp deleted file mode 100644 index bc94aed..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.Task.qml.kate-swp and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp deleted file mode 100644 index b36ba37..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/.main.qml.kate-swp and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml deleted file mode 100644 index 92e31bc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AdvMenu.qml +++ /dev/null @@ -1,94 +0,0 @@ -/* - SPDX-FileCopyrightText: 2016 Marco Martin - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.7 -import QtQuick.Controls 2.15 -import QtQuick.Templates 2.15 as T -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.kirigami 2.5 as Kirigami - -T.Menu { - id: control - - palette: Kirigami.Theme.palette - implicitWidth: Math.max(background ? background.implicitWidth : 0, - contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0) - implicitHeight: Math.max(background ? background.implicitHeight : 0, - contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding - - delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() } - - margins: 0 - leftPadding: background.margins.left - topPadding: background.margins.top - rightPadding: background.margins.right - bottomPadding: background.margins.bottom - - contentItem: ListView { - implicitHeight: contentHeight - property bool hasCheckables: false - property bool hasIcons: false - model: control.contentModel - - implicitWidth: { - var maxWidth = 0; - for (var i = 0; i < contentItem.children.length; ++i) { - maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth); - } - return maxWidth; - } - - interactive: ApplicationWindow.window ? contentHeight > ApplicationWindow.window.height : false - clip: true - currentIndex: control.currentIndex || 0 - keyNavigationEnabled: true - keyNavigationWraps: true - - T.ScrollBar.vertical: ScrollBar {} - } - - Connections { - target: control.contentItem.contentItem - - function onChildrenChanged() { - for (var i in control.contentItem.contentItem.children) { - var child = control.contentItem.contentItem.children[i]; - if (child.checkable) { - control.contentItem.hasCheckables = true; - } - if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) { - control.contentItem.hasIcons = true; - } - } - } - } - - enter: Transition { - NumberAnimation { - property: "opacity" - from: 0 - to: 1 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.shortDuration - } - } - - exit: Transition { - NumberAnimation { - property: "opacity" - from: 1 - to: 0 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.shortDuration - } - } - - background: PlasmaCore.FrameSvgItem { - imagePath: "widgets/background" - implicitWidth: PlasmaCore.Units.gridUnit * 8 - implicitHeight: PlasmaCore.Units.gridUnit * 2 - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml deleted file mode 100644 index 3dc0b41..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml +++ /dev/null @@ -1,204 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 -import QtQuick.Controls 2.5 -import QtQuick.Layouts 1.12 -import org.kde.kirigami 2.4 as Kirigami - -import org.kde.plasma.core 2.0 as PlasmaCore - -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -Item { - width: childrenRect.width - height: childrenRect.height - - property alias cfg_groupingStrategy: groupingStrategy.currentIndex - property alias cfg_groupedTaskVisualization: groupedTaskVisualization.currentIndex - property alias cfg_groupPopups: groupPopups.checked - property alias cfg_onlyGroupWhenFull: onlyGroupWhenFull.checked - property alias cfg_sortingStrategy: sortingStrategy.currentIndex - property alias cfg_separateLaunchers: separateLaunchers.checked - property alias cfg_middleClickAction: middleClickAction.currentIndex - property alias cfg_wheelEnabled: wheelEnabled.checked - property alias cfg_showOnlyCurrentScreen: showOnlyCurrentScreen.checked - property alias cfg_showOnlyCurrentDesktop: showOnlyCurrentDesktop.checked - property alias cfg_showOnlyCurrentActivity: showOnlyCurrentActivity.checked - property alias cfg_showOnlyMinimized: showOnlyMinimized.checked - property alias cfg_minimizeActiveTaskOnClick: minimizeActive.checked - property alias cfg_unhideOnAttention: unhideOnAttention.checked - property alias cfg_labelVisible: labelVisible.checked - - - TaskManagerApplet.Backend { - id: backend - } - - Kirigami.FormLayout { - anchors.left: parent.left - anchors.right: parent.right - - ComboBox { - id: groupingStrategy - Kirigami.FormData.label: i18n("Group:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [i18n("Do not group"), i18n("By program name")] - } - - ComboBox { - id: groupedTaskVisualization - Kirigami.FormData.label: i18n("Clicking grouped task:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - - enabled: groupingStrategy.currentIndex !== 0 - - model: [ - i18nc("Completes the sentence 'Clicking grouped task cycles through tasks' ", "Cycles through tasks"), - i18nc("Completes the sentence 'Clicking grouped task shows tooltip window thumbnails' ", "Shows tooltip window thumbnails"), - i18nc("Completes the sentence 'Clicking grouped task shows 'Present Windows' effect' ", "Shows 'Present Windows' effect"), - i18nc("Completes the sentence 'Clicking grouped task shows textual list' ", "Shows textual list"), - ] - } - // "You asked for Tooltips but Tooltips are disabled" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("Tooltips are disabled, so the 'Present Windows' effect will be displayed instead.") - } - // "You asked for Tooltips but Tooltips are disabled and Present Windows is not available" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && !backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("Tooltips are disabled, and the 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead") - } - // "You asked for Present Windows but Present Windows is not available" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 2 && !backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("The 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead.") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: groupPopups - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Combine into single button") - enabled: groupingStrategy.currentIndex > 0 - } - - CheckBox { - id: onlyGroupWhenFull - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Group only when the Task Manager is full") - enabled: groupingStrategy.currentIndex > 0 && groupPopups.checked - } - - Item { - Kirigami.FormData.isSection: true - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - } - - ComboBox { - id: sortingStrategy - Kirigami.FormData.label: i18n("Sort:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [i18n("Do not sort"), i18n("Manually"), i18n("Alphabetically"), i18n("By desktop"), i18n("By activity")] - } - - CheckBox { - id: separateLaunchers - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Keep launchers separate") - enabled: sortingStrategy.currentIndex == 1 - } - - Item { - Kirigami.FormData.isSection: true - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - } - - CheckBox { - id: minimizeActive - Kirigami.FormData.label: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Clicking active task:") - text: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Minimizes the task") - } - - ComboBox { - id: middleClickAction - Kirigami.FormData.label: i18n("Middle-clicking any task:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [ - i18nc("Part of a sentence: 'Middle-clicking any task does nothing'", "Does nothing"), - i18nc("Part of a sentence: 'Middle-clicking any task closes window or group'", "Closes window or group"), - i18nc("Part of a sentence: 'Middle-clicking any task opens a new instance'", "Opens a new instance"), - i18nc("Part of a sentence: 'Middle-clicking any task minimizes/restores window or group'", "Minimizes/Restores window or group"), - i18nc("Part of a sentence: 'Middle-clicking any task toggles grouping'", "Toggles grouping"), - i18nc("Part of a sentence: 'Middle-clicking any task brings it to the current virtual desktop'", "Brings it to the current virtual desktop") - ] - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: wheelEnabled - Kirigami.FormData.label: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Mouse wheel:") - text: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Cycles through tasks") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: showOnlyCurrentScreen - Kirigami.FormData.label: i18n("Show only tasks:") - text: i18n("From current screen") - } - - CheckBox { - id: showOnlyCurrentDesktop - text: i18n("From current desktop") - } - - CheckBox { - id: showOnlyCurrentActivity - text: i18n("From current activity") - } - - CheckBox { - id: showOnlyMinimized - text: i18n("That are minimized") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: unhideOnAttention - Kirigami.FormData.label: i18n("When panel is hidden:") - text: i18n("Unhide when a window wants attention") - } - CheckBox { - id: labelVisible - Kirigami.FormData.label: i18n("Labels:") - text: i18n("Show labels on taskbar buttons") - } - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml deleted file mode 100644 index cbfb336..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml +++ /dev/null @@ -1,749 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2016 Eike Hein - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.plasmoid 2.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.taskmanager 0.1 as TaskManager - -import "code/layout.js" as LayoutManager - -PlasmaComponents.ContextMenu { - id: menu - - property QtObject backend - property QtObject mpris2Source - property var modelIndex - readonly property var atm: TaskManager.AbstractTasksModel - - property bool showAllPlaces: false - - placement: { - if (plasmoid.location === PlasmaCore.Types.LeftEdge) { - return PlasmaCore.Types.RightPosedTopAlignedPopup; - } else if (plasmoid.location === PlasmaCore.Types.TopEdge) { - return PlasmaCore.Types.BottomPosedLeftAlignedPopup; - } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { - return PlasmaCore.Types.LeftPosedTopAlignedPopup; - } else { - return PlasmaCore.Types.TopPosedLeftAlignedPopup; - } - } - - minimumWidth: visualParent.width - - onStatusChanged: { - if (visualParent && get(atm.LauncherUrlWithoutIcon) != "" && status == PlasmaComponents.DialogStatus.Open) { - activitiesDesktopsMenu.refresh(); - - } else if (status == PlasmaComponents.DialogStatus.Closed) { - menu.destroy(); - backend.ungrabMouse(visualParent); - } - } - - function updateHover() { - task.updateHoverColor(); - } - Component.onCompleted: { - // Cannot have "Connections" as child of PlasmaCoponents.ContextMenu. - backend.showAllPlaces.connect(function() { - visualParent.showContextMenu({showAllPlaces: true}); - }); - } - - function get(modelProp) { - return tasksModel.data(modelIndex, modelProp) - } - - function show() { - loadDynamicLaunchActions(get(atm.LauncherUrlWithoutIcon)); - openRelative(); - } - - function newMenuItem(parent) { - return Qt.createQmlObject( - "import org.kde.plasma.components 2.0 as PlasmaComponents;" + - "PlasmaComponents.MenuItem {}", - parent); - } - - function newSeparator(parent) { - return Qt.createQmlObject( - "import org.kde.plasma.components 2.0 as PlasmaComponents;" + - "PlasmaComponents.MenuItem { separator: true }", - parent); - } - - function loadDynamicLaunchActions(launcherUrl) { - var sections = [ - { - title: i18n("Places"), - group: "places", - actions: backend.placesActions(launcherUrl, showAllPlaces, menu) - }, - { - title: i18n("Recent Files"), - group: "recents", - actions: backend.recentDocumentActions(launcherUrl, menu) - }, - { - title: i18n("Actions"), - group: "actions", - actions: backend.jumpListActions(launcherUrl, menu) - } - ] - - // QMenu does not limit its width automatically. Even if we set a maximumWidth - // it would just cut off text rather than eliding. So we do this manually. - var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menu); - var maximumWidth = LayoutManager.maximumContextMenuTextWidth(); - - sections.forEach(function (section) { - if (section["actions"].length > 0 || section["group"] == "actions") { - // Don't add the "Actions" header if the menu has nothing but actions - // in it, because then it's redundant (all menus have actions) - if ( - (section["group"] != "actions") || - (section["group"] == "actions" && (sections[0]["actions"].length > 0 || sections[1]["actions"].length > 0)) - ) { - var sectionHeader = newMenuItem(menu); - sectionHeader.text = section["title"]; - sectionHeader.section = true; - menu.addMenuItem(sectionHeader, startNewInstanceItem); - } - } - - for (var i = 0; i < section["actions"].length; ++i) { - var item = newMenuItem(menu); - item.action = section["actions"][i]; - - // Crude way of manually eliding... - var elided = false; - textMetrics.text = Qt.binding(function() { - return item.action.text; - }); - - while (textMetrics.width > maximumWidth) { - item.action.text = item.action.text.slice(0, -1); - elided = true; - } - - if (elided) { - item.action.text += "…"; - } - - menu.addMenuItem(item, startNewInstanceItem); - } - }); - - // Add Media Player control actions - var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); - - if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { - var playerData = mpris2Source.data[sourceName] - - if (playerData.CanControl) { - var playing = (playerData.PlaybackStatus === "Playing"); - var menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Play previous track", "Previous Track"); - menuItem.icon = "media-skip-backward"; - menuItem.enabled = Qt.binding(function() { - return playerData.CanGoPrevious; - }); - menuItem.clicked.connect(function() { - mpris2Source.goPrevious(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... - menuItem.text = Qt.binding(function() { - // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play - return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); - }); - menuItem.icon = Qt.binding(function() { - return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; - }); - menuItem.enabled = Qt.binding(function() { - return playing ? playerData.CanPause : playerData.CanPlay; - }); - menuItem.clicked.connect(function() { - if (playing) { - mpris2Source.pause(sourceName); - } else { - mpris2Source.play(sourceName); - } - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Play next track", "Next Track"); - menuItem.icon = "media-skip-forward"; - menuItem.enabled = Qt.binding(function() { - return playerData.CanGoNext; - }); - menuItem.clicked.connect(function() { - mpris2Source.goNext(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Stop playback", "Stop"); - menuItem.icon = "media-playback-stop"; - menuItem.enabled = Qt.binding(function() { - return playerData.PlaybackStatus !== "Stopped"; - }); - menuItem.clicked.connect(function() { - mpris2Source.stop(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - // Technically media controls and audio streams are separate but for the user they're - // semantically related, don't add a separator inbetween. - if (!menu.visualParent.hasAudioStream) { - menu.addMenuItem(newSeparator(menu), startNewInstanceItem); - } - - // If we don't have a window associated with the player but we can quit - // it through MPRIS we'll offer a "Quit" option instead of "Close" - if (!closeWindowItem.visible && playerData.CanQuit) { - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Quit media player app", "Quit"); - menuItem.icon = "application-exit"; - menuItem.visible = Qt.binding(function() { - return !closeWindowItem.visible; - }); - menuItem.clicked.connect(function() { - mpris2Source.quit(sourceName); - }); - menu.addMenuItem(menuItem); - } - - // If we don't have a window associated with the player but we can raise - // it through MPRIS we'll offer a "Restore" option - if (!startNewInstanceItem.visible && playerData.CanRaise) { - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); - menuItem.icon = playerData["Desktop Icon Name"]; - menuItem.visible = Qt.binding(function() { - return !startNewInstanceItem.visible; - }); - menuItem.clicked.connect(function() { - mpris2Source.raise(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - } - } - } - - // We allow mute/unmute whenever an application has a stream, regardless of whether it - // is actually playing sound. - // This way you can unmute, e.g. a telephony app, even after the conversation has ended, - // so you still have it ringing later on. - if (menu.visualParent.hasAudioStream) { - var muteItem = menu.newMenuItem(menu); - muteItem.checkable = true; - muteItem.checked = Qt.binding(function() { - return menu.visualParent && menu.visualParent.muted; - }); - muteItem.clicked.connect(function() { - menu.visualParent.toggleMuted(); - }); - muteItem.text = i18n("Mute"); - muteItem.icon = "audio-volume-muted"; - menu.addMenuItem(muteItem, startNewInstanceItem); - - menu.addMenuItem(newSeparator(menu), startNewInstanceItem); - } - } - - PlasmaComponents.MenuItem { - id: startNewInstanceItem - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" - - text: i18n("Start New Instance") - icon: "list-add-symbolic" - - onClicked: tasksModel.requestNewInstance(modelIndex) - } - - PlasmaComponents.MenuItem { - id: virtualDesktopsMenuItem - - visible: virtualDesktopInfo.numberOfDesktops > 1 - && (visualParent && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && get(atm.IsVirtualDesktopsChangeable) === true) - - enabled: visible - - text: i18n("Move to &Desktop") - icon: "virtual-desktops" - - Connections { - target: virtualDesktopInfo - - function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - } - - PlasmaComponents.ContextMenu { - id: virtualDesktopsMenu - - visualParent: virtualDesktopsMenuItem.action - - function refresh() { - clearMenuItems(); - - if (virtualDesktopInfo.numberOfDesktops <= 1) { - return; - } - - var menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("Move &To Current Desktop"); - menuItem.enabled = Qt.binding(function() { - return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; - }); - menuItem.clicked.connect(function() { - tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.currentDesktop]); - }); - - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("&All Desktops"); - menuItem.checkable = true; - menuItem.checked = Qt.binding(function() { - return menu.visualParent && menu.get(atm.IsOnAllVirtualDesktops) === true; - }); - menuItem.clicked.connect(function() { - tasksModel.requestVirtualDesktops(menu.modelIndex, []); - }); - backend.setActionGroup(menuItem.action); - - menu.newSeparator(virtualDesktopsMenu); - - for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); - menuItem.checkable = true; - menuItem.checked = Qt.binding((function(i) { - return function() { return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; - })(i)); - menuItem.clicked.connect((function(i) { - return function() { return tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; - })(i)); - backend.setActionGroup(menuItem.action); - } - - menu.newSeparator(virtualDesktopsMenu); - - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("&New Desktop"); - menuItem.clicked.connect(function() { - tasksModel.requestNewVirtualDesktop(menu.modelIndex); - }); - } - - Component.onCompleted: refresh() - } - } - - PlasmaComponents.MenuItem { - id: activitiesDesktopsMenuItem - - visible: activityInfo.numberOfRunningActivities > 1 - && (visualParent && !get(atm.IsLauncher) - && !get(atm.IsStartup)) - - enabled: visible - - text: i18n("Show in &Activities") - icon: "activities" - - Connections { - target: activityInfo - - function onNumberOfRunningActivitiesChanged() { - activitiesDesktopsMenu.refresh() - } - } - - PlasmaComponents.ContextMenu { - id: activitiesDesktopsMenu - - visualParent: activitiesDesktopsMenuItem.action - - function refresh() { - clearMenuItems(); - - if (activityInfo.numberOfRunningActivities <= 1) { - return; - } - - var menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = i18n("Add To Current Activity"); - menuItem.enabled = Qt.binding(function() { - return menu.visualParent && menu.get(atm.Activities).length > 0 && - menu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; - }); - menuItem.clicked.connect(function() { - tasksModel.requestActivities(menu.modelIndex, menu.get(atm.Activities).concat(activityInfo.currentActivity)); - }); - - menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = i18n("All Activities"); - menuItem.checkable = true; - menuItem.checked = Qt.binding(function() { - return menu.visualParent && menu.get(atm.Activities).length === 0; - }); - menuItem.toggled.connect(function(checked) { - var newActivities = undefined; // will cast to an empty QStringList i.e all activities - if (!checked) { - newActivities = new Array(activityInfo.currentActivity); - } - tasksModel.requestActivities(menu.modelIndex, newActivities); - }); - - menu.newSeparator(activitiesDesktopsMenu); - - var runningActivities = activityInfo.runningActivities(); - for (var i = 0; i < runningActivities.length; ++i) { - var activityId = runningActivities[i]; - - menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = activityInfo.activityName(runningActivities[i]); - menuItem.checkable = true; - menuItem.checked = Qt.binding( (function(activityId) { - return function() { - return menu.visualParent && menu.get(atm.Activities).indexOf(activityId) >= 0; - }; - })(activityId)); - menuItem.toggled.connect((function(activityId) { - return function (checked) { - var newActivities = menu.get(atm.Activities); - if (checked) { - newActivities = newActivities.concat(activityId); - } else { - var index = newActivities.indexOf(activityId) - if (index < 0) { - return; - } - - newActivities.splice(index, 1); - } - return tasksModel.requestActivities(menu.modelIndex, newActivities); - }; - })(activityId)); - } - - menu.newSeparator(activitiesDesktopsMenu); - } - - Component.onCompleted: refresh() - } - } - - PlasmaComponents.MenuItem { - id: moreActionsMenuItem - - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visible - - text: i18n("More Actions") - icon: "view-more-symbolic" - - PlasmaComponents.ContextMenu { - visualParent: moreActionsMenuItem.action - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsMovable) === true - - text: i18n("&Move") - icon: "transform-move" - - onClicked: tasksModel.requestMove(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsResizable) === true - - text: i18n("Re&size") - icon: "transform-scale" - - onClicked: tasksModel.requestResize(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: menu.visualParent && get(atm.IsMaximizable) === true - - checkable: true - checked: menu.visualParent && get(atm.IsMaximized) === true - - text: i18n("Ma&ximize") - icon: "window-maximize" - - onClicked: tasksModel.requestToggleMaximized(modelIndex) - } - - PlasmaComponents.MenuItem { - visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: menu.visualParent && get(atm.IsMinimizable) === true - - checkable: true - checked: menu.visualParent && get(atm.IsMinimized) === true - - text: i18n("Mi&nimize") - icon: "window-minimize" - - onClicked: tasksModel.requestToggleMinimized(modelIndex) - } - - PlasmaComponents.MenuItem { - checkable: true - checked: menu.visualParent && menu.get(atm.IsKeepAbove) === true - - text: i18n("Keep &Above Others") - icon: "window-keep-above" - - onClicked: tasksModel.requestToggleKeepAbove(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - checkable: true - checked: menu.visualParent && menu.get(atm.IsKeepBelow) === true - - text: i18n("Keep &Below Others") - icon: "window-keep-below" - - onClicked: tasksModel.requestToggleKeepBelow(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsFullScreenable) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsFullScreen) === true - - text: i18n("&Fullscreen") - icon: "view-fullscreen" - - onClicked: tasksModel.requestToggleFullScreen(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsShadeable) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsShaded) === true - - text: i18n("&Shade") - icon: "window-shade" - - onClicked: tasksModel.requestToggleShaded(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - separator: true - } - - PlasmaComponents.MenuItem { - visible: (plasmoid.configuration.groupingStrategy !== 0) && menu.get(atm.IsWindow) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsGroupable) === true - - text: i18n("Allow this program to be grouped") - icon: "view-group" - - onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - separator: true - } - - PlasmaComponents.MenuItem { - property QtObject configureAction: null - - enabled: configureAction && configureAction.enabled - visible: configureAction && configureAction.visible - - text: configureAction ? configureAction.text : "" - icon: configureAction ? configureAction.icon : "" - - onClicked: configureAction.trigger() - - Component.onCompleted: configureAction = plasmoid.action("configure") - } - - PlasmaComponents.MenuItem { - property QtObject alternativesAction: null - - enabled: alternativesAction && alternativesAction.enabled - visible: alternativesAction && alternativesAction.visible - - text: alternativesAction ? alternativesAction.text : "" - icon: alternativesAction ? alternativesAction.icon : "" - - onClicked: alternativesAction.trigger() - - Component.onCompleted: alternativesAction = plasmoid.action("alternatives") - } - } - } - - PlasmaComponents.MenuItem { - id: launcherToggleAction - - visible: visualParent - && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && (activityInfo.numberOfRunningActivities < 2) - && tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) == -1 - - enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" - - text: i18n("&Pin to Task Manager") - icon: "window-pin" - - onClicked: { - if (tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) !== -1) { - tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); - } else { - tasksModel.requestAddLauncher(get(atm.LauncherUrl)); - } - - taskList.updateHoverFunc(); - } - } - - PlasmaComponents.MenuItem { - id: showLauncherInActivitiesItem - - text: i18n("&Pin to Task Manager") - icon: "window-pin" - - visible: visualParent - && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && (activityInfo.numberOfRunningActivities >= 2) - - Connections { - target: activityInfo - function onNumberOfRunningActivitiesChanged() { - activitiesDesktopsMenu.refresh() - } - } - - PlasmaComponents.ContextMenu { - id: activitiesLaunchersMenu - visualParent: showLauncherInActivitiesItem.action - - function refresh() { - clearMenuItems(); - - if (menu.visualParent === null) return; - - var createNewItem = function(id, title, url, activities) { - var result = menu.newMenuItem(activitiesLaunchersMenu); - result.text = title; - - result.visible = true; - result.checkable = true; - - result.checked = activities.some(function(activity) { return activity === id }); - - result.clicked.connect( - function() { - if (result.checked) { - tasksModel.requestAddLauncherToActivity(url, id); - } else { - tasksModel.requestRemoveLauncherFromActivity(url, id); - } - } - ); - - return result; - } - - if (menu.visualParent === null) return; - - var url = menu.get(atm.LauncherUrlWithoutIcon); - - var activities = tasksModel.launcherActivities(url); - - var NULL_UUID = "00000000-0000-0000-0000-000000000000"; - - createNewItem(NULL_UUID, i18n("On All Activities"), url, activities); - - if (activityInfo.numberOfRunningActivities <= 1) { - return; - } - - createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); - - menu.newSeparator(activitiesLaunchersMenu); - - var runningActivities = activityInfo.runningActivities(); - - runningActivities.forEach(function(id) { - createNewItem(id, activityInfo.activityName(id), url, activities); - }); - - taskList.updateHoverFunc(); - } - - Component.onCompleted: { - menu.onVisualParentChanged.connect(refresh); - refresh(); - } - } - } - - PlasmaComponents.MenuItem { - visible: (visualParent - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && !launcherToggleAction.visible - && !showLauncherInActivitiesItem.visible) - - text: i18n("Unpin from Task Manager") - icon: "window-unpin" - - onClicked: { - tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); - taskList.updateHoverFunc(); - //taskRepeater.itemAt(modelIndex).updateHoverColor(); - } - } - - PlasmaComponents.MenuItem { separator: true } - - PlasmaComponents.MenuItem { - id: closeWindowItem - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visualParent && get(atm.IsClosable) === true - - text: i18n("&Close") - icon: "window-close" - - onClicked: tasksModel.requestClose(modelIndex) - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml deleted file mode 100644 index acd712a..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ContextMenuBackend.qml +++ /dev/null @@ -1,20 +0,0 @@ -/* - SPDX-FileCopyrightText: 2011 Marco Martin - SPDX-FileCopyrightText: 2011 Nokia Corporation and /or its subsidiary(-ies) - - This file is part of the Qt Components project. - - SPDX-License-Identifier: BSD-3-Clause -*/ - -import QtQuick 2.1 -import org.kde.plasma.components 2.0 as PlasmaComponents - -/** - * Provides a component with list of options that the user can choose from. - * - * All elements of this component are defined in Menu, its base component. - */ -MenuBackend { - id: root -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml deleted file mode 100644 index 92e31bc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MenuBackend.qml +++ /dev/null @@ -1,94 +0,0 @@ -/* - SPDX-FileCopyrightText: 2016 Marco Martin - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.7 -import QtQuick.Controls 2.15 -import QtQuick.Templates 2.15 as T -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.kirigami 2.5 as Kirigami - -T.Menu { - id: control - - palette: Kirigami.Theme.palette - implicitWidth: Math.max(background ? background.implicitWidth : 0, - contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0) - implicitHeight: Math.max(background ? background.implicitHeight : 0, - contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding - - delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() } - - margins: 0 - leftPadding: background.margins.left - topPadding: background.margins.top - rightPadding: background.margins.right - bottomPadding: background.margins.bottom - - contentItem: ListView { - implicitHeight: contentHeight - property bool hasCheckables: false - property bool hasIcons: false - model: control.contentModel - - implicitWidth: { - var maxWidth = 0; - for (var i = 0; i < contentItem.children.length; ++i) { - maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth); - } - return maxWidth; - } - - interactive: ApplicationWindow.window ? contentHeight > ApplicationWindow.window.height : false - clip: true - currentIndex: control.currentIndex || 0 - keyNavigationEnabled: true - keyNavigationWraps: true - - T.ScrollBar.vertical: ScrollBar {} - } - - Connections { - target: control.contentItem.contentItem - - function onChildrenChanged() { - for (var i in control.contentItem.contentItem.children) { - var child = control.contentItem.contentItem.children[i]; - if (child.checkable) { - control.contentItem.hasCheckables = true; - } - if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) { - control.contentItem.hasIcons = true; - } - } - } - } - - enter: Transition { - NumberAnimation { - property: "opacity" - from: 0 - to: 1 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.shortDuration - } - } - - exit: Transition { - NumberAnimation { - property: "opacity" - from: 1 - to: 0 - easing.type: Easing.InOutQuad - duration: PlasmaCore.Units.shortDuration - } - } - - background: PlasmaCore.FrameSvgItem { - imagePath: "widgets/background" - implicitWidth: PlasmaCore.Units.gridUnit * 8 - implicitHeight: PlasmaCore.Units.gridUnit * 2 - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml deleted file mode 100644 index 9ce7aa0..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Task.qml +++ /dev/null @@ -1,976 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2013 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.draganddrop 2.0 - -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -import "code/layout.js" as LayoutManager -import "code/tools.js" as TaskTools -import QtGraphicalEffects 1.15 - -MouseArea { - id: task - - width: groupDialog.contentWidth - height: Math.max(theme.mSize(theme.defaultFont).height, PlasmaCore.Units.iconSizes.medium) + LayoutManager.verticalMargins() - - visible: true - hoverEnabled: true - preventStealing: true - propagateComposedEvents: true - z: 2 - LayoutMirroring.enabled: (Qt.application.layoutDirection == Qt.RightToLeft) - LayoutMirroring.childrenInherit: (Qt.application.layoutDirection == Qt.RightToLeft) - - readonly property var m: model - - readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0 - readonly property string appName: model.AppName - readonly property variant winIdList: model.WinIdList - property int itemIndex: index - property bool inPopup: false - property bool isWindow: model.IsWindow === true - property int childCount: model.ChildCount !== undefined ? model.ChildCount : 0 - property int previousChildCount: 0 - property alias labelText: label.text - property bool pressed: false - property int pressX: -1 - property int pressY: -1 - property QtObject contextMenu: null - property int wheelDelta: 0 - readonly property bool smartLauncherEnabled: !inPopup && model.IsStartup !== true - property QtObject smartLauncherItem: null - property alias toolTipAreaItem: toolTipArea - property alias audioStreamIconLoaderItem: audioStreamIconLoader - property color hoverColor - property real taskWidth: 0 - property real taskHeight: 0 - property string previousState: "" - - property Item audioStreamOverlay - property var audioStreams: [] - property bool delayAudioStreamIndicator: false - readonly property bool audioIndicatorsEnabled: plasmoid.configuration.indicateAudioStreams - readonly property bool hasAudioStream: audioStreams.length > 0 - readonly property bool playingAudio: hasAudioStream && audioStreams.some(function (item) { - return !item.corked - }) - readonly property bool muted: hasAudioStream && audioStreams.every(function (item) { - return item.muted - }) - - readonly property bool highlighted: (inPopup && activeFocus) || (!inPopup && containsMouse) - || (task.contextMenu && task.contextMenu.status === PlasmaComponents.DialogStatus.Open) - || (groupDialog.visible && groupDialog.visualParent === task) - - - onHighlightedChanged: { - // ensure it doesn't get stuck with a window highlighted - backend.cancelHighlightWindows(); - } - function closeTask() { - closingAnimation.start(); - } - function showToolTip() { - toolTipArea.showToolTip(); - } - function hideToolTipTemporarily() { - toolTipArea.hideToolTip(); - } - function updateHoverColor() { - hoverColor = plasmoid.nativeInterface.getDominantColor(icon.source); - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - - } - function updateMousePosition(pos) { - //console.log(frame.width), console.log(frame.height); - if(!model.IsStartup) - hoverGradient.horizontalOffset = pos - hoverRect.width/2; - } - - acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MidButton | Qt.BackButton | Qt.ForwardButton - - onPidChanged: updateAudioStreams({delay: false}) - onAppNameChanged: updateAudioStreams({delay: false}) - - onIsWindowChanged: { - if (isWindow) { - taskInitComponent.createObject(task); - } - hoverEnabled = true; - } - - onChildCountChanged: { - if (!childCount && groupDialog.visualParent == task) { - groupDialog.visible = false; - - return; - } - - if (containsMouse) { - groupDialog.activeTask = null; - } - - if (childCount > previousChildCount) { - tasksModel.requestPublishDelegateGeometry(modelIndex(), backend.globalRect(task), task); - } - - previousChildCount = childCount; - hoverEnabled = true; - } - - onItemIndexChanged: { - hideToolTipTemporarily(); - - if (!inPopup && !tasks.vertical - && (LayoutManager.calculateStripes() > 1 || !plasmoid.configuration.separateLaunchers)) { - tasks.requestLayout(); - } - hoverEnabled = true; - taskList.updateHoverFunc(); - } - - onContainsMouseChanged: { - updateMousePosition(ma.mouseX); - if(taskList.firstTimeHover === false) { - taskList.updateHoverFunc(); - taskList.firstTimeHover = true; - } - if (containsMouse) { - if (inPopup) { - forceActiveFocus(); - } - } else { - pressed = false; - //if(!ma.pressed) tasks.dragSource = null; - } - hoverEnabled = true; - - } - - onPressed: { - if (mouse.button == Qt.LeftButton || mouse.button == Qt.MidButton || mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { - pressed = true; - pressX = mouse.x; - pressY = mouse.y; - - } else if (mouse.button == Qt.RightButton) { - // When we're a launcher, there's no window controls, so we can show all - // places without the menu getting super huge. - if (model.IsLauncher === true) { - showContextMenu({showAllPlaces: true}) - } else { - showContextMenu(); - } - } - hoverEnabled = true; - } - - onReleased: { - if (pressed) { - if (mouse.button == Qt.MidButton) { - if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.NewInstance) { - hoverRect.state = "startup"; - tasksModel.requestNewInstance(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.Close) { - tasks.taskClosedWithMouseMiddleButton = winIdList.slice() - tasksModel.requestClose(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleMinimized) { - tasksModel.requestToggleMinimized(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleGrouping) { - tasksModel.requestToggleGrouping(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.BringToCurrentDesktop) { - tasksModel.requestVirtualDesktops(modelIndex(), [virtualDesktopInfo.currentDesktop]); - } - } else if (mouse.button == Qt.LeftButton) { - if (plasmoid.configuration.showToolTips && toolTipArea.active) { - hideToolTipTemporarily(); - } - TaskTools.activateTask(modelIndex(), model, mouse.modifiers, task); - - } else if (mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { - var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid); - if (sourceName) { - if (mouse.button === Qt.BackButton) { - mpris2Source.goPrevious(sourceName); - } else { - mpris2Source.goNext(sourceName); - } - } else { - mouse.accepted = false; - } - } - - backend.cancelHighlightWindows(); - } - - pressed = false; - pressX = -1; - pressY = -1; - hoverEnabled = true; - - } - - onPressAndHold: { - } - onPositionChanged: { //hoverEnabled: true, but this event still doesn't fire at all - //unless i am pressing the left mouse button for a short period of time - if (pressX != -1 && mouse.buttons == Qt.LeftButton && dragHelper.isDrag(pressX, pressY, mouse.x, mouse.y)) { - - tasks.dragSource = task; - dragHelper.startDrag(task, model.MimeType, model.MimeData, - model.LauncherUrlWithoutIcon, model.decoration); - pressX = -1; - pressY = -1; - return; - } - else - { - tasks.dragSource = null; - } - - //code for dragging the task around - - } - - onWheel: { - if (plasmoid.configuration.wheelEnabled && (!inPopup || !groupDialog.overflowing)) { - wheelDelta = TaskTools.wheelActivateNextPrevTask(task, wheelDelta, wheel.angleDelta.y); - } else { - wheel.accepted = false; - } - } - - onSmartLauncherEnabledChanged: { - if (smartLauncherEnabled && !smartLauncherItem) { - var smartLauncher = Qt.createQmlObject(" - import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet; - TaskManagerApplet.SmartLauncherItem { }", task); - - smartLauncher.launcherUrl = Qt.binding(function() { return model.LauncherUrlWithoutIcon; }); - - smartLauncherItem = smartLauncher; - } - } - - onHasAudioStreamChanged: { - audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; - } - - onAudioIndicatorsEnabledChanged: { - audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; - } - - Keys.onReturnPressed: TaskTools.activateTask(modelIndex(), model, event.modifiers, task) - Keys.onEnterPressed: Keys.onReturnPressed(event); - - function modelIndex() { - return (inPopup ? tasksModel.makeModelIndex(groupDialog.visualParent.itemIndex, index) - : tasksModel.makeModelIndex(index)); - } - - function showContextMenu(args) { - toolTipArea.hideImmediately(); - contextMenu = tasks.createContextMenu(task, modelIndex(), args); - contextMenu.show(); - } - - function updateAudioStreams(args) { - if (args) { - // When the task just appeared (e.g. virtual desktop switch), show the audio indicator - // right away. Only when audio streams change during the lifetime of this task, delay - // showing that to avoid distraction. - delayAudioStreamIndicator = !!args.delay; - } - - var pa = pulseAudio.item; - if (!pa) { - task.audioStreams = []; - return; - } - - var streams = pa.streamsForPid(task.pid); - if (streams.length) { - pa.registerPidMatch(task.appName); - } else { - // We only want to fall back to appName matching if we never managed to map - // a PID to an audio stream window. Otherwise if you have two instances of - // an application, one playing and the other not, it will look up appName - // for the non-playing instance and erroneously show an indicator on both. - if (!pa.hasPidMatch(task.appName)) { - streams = pa.streamsForAppName(task.appName); - } - } - - task.audioStreams = streams; - } - - function toggleMuted() { - if (muted) { - task.audioStreams.forEach(function (item) { item.unmute(); }); - } else { - task.audioStreams.forEach(function (item) { item.mute(); }); - } - } - - Connections { - target: pulseAudio.item - ignoreUnknownSignals: true // Plasma-PA might not be available - function onStreamsChanged() { - task.updateAudioStreams({delay: true}) - } - } - Component { - id: taskInitComponent - - Timer { - id: timer - - interval: PlasmaCore.Units.longDuration - repeat: false - - onTriggered: { - //parent.hoverEnabled = true; - if (parent.isWindow) { - tasksModel.requestPublishDelegateGeometry(parent.modelIndex(), - backend.globalRect(parent), parent); - } - timer.destroy(); - } - - Component.onCompleted: { - - taskList.updateHoverFunc(); - timer.start(); - } - } - } - NumberAnimation { - id: closingAnimation - target: frame - properties: "opacity" - from: 1 - to: 0 - duration: 200 - - onRunningChanged: { if(!closingAnimation.running) { - opacity: 1; - //tasksModel.requestClose(modelIndex()); - } - } - } - PlasmaCore.FrameSvgItem { - id: frame - z: -1 - anchors { - fill: parent - - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 - } - PlasmaCore.FrameSvgItem { - id: stackFirst - z: 2 - imagePath: "widgets/tasks" - anchors.fill: parent - visible: frame.basePrefix != "active-tab" - opacity: { - if(childCount == 0) return 1; - else if(childCount == 2) return 0.6; - else return 0.25; - } - //imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : "widgets/tasks" - prefix: childCount == 0 ? frame.prefix : TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)); - } - PlasmaCore.FrameSvgItem { - id: stackSecond - imagePath: "widgets/tasks" - prefix: frame.prefix - anchors.fill: parent - opacity: 1 - visible: childCount >= 2 ? true : false - anchors.rightMargin: PlasmaCore.Units.smallSpacing * (childCount >= 3 ? 2 : 1.2); - } - PlasmaCore.FrameSvgItem { - id: stackThird - imagePath: "widgets/tasks" - prefix: TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)) - anchors.fill: parent - opacity: 0.6 - visible: childCount >= 3 ? true : false - anchors.rightMargin: PlasmaCore.Units.smallSpacing - enabledBorders: Plasma.FrameSvg.EnabledBorders.RightBorder - - } - - LinearGradient { - - id: highlightGradient - opacity: (pressed && frame.isHovered && frame.basePrefix === "active-tab") ? 1 : 0 - - anchors.fill: parent - anchors.leftMargin: 3 - anchors.rightMargin: 3 - anchors.topMargin: 2 - - start: Qt.point(3, 3) - end: Qt.point(3, parent.height-3) - gradient: Gradient { - GradientStop { position: 0.0; color: "#00000000"; } - GradientStop { position: 0.5; color: "#66000000"; } - GradientStop { position: 1.0; color: "#00000000"; } - } - } - imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : ""//"widgets/tasks" - property bool isHovered: task.highlighted && plasmoid.configuration.taskHoverEffect - property string basePrefix: "normal" - //prefix: isHovered ? (TaskTools.taskPrefixHovered(basePrefix)) : TaskTools.taskPrefix(basePrefix) - //prefix: TaskTools.taskPrefix(basePrefix) - prefix: { - if(pressed && frame.basePrefix != "active-tab") return TaskTools.taskPrefix("focus"); - else if(isHovered && (basePrefix === "normal" || basePrefix === "minimized")) { return TaskTools.taskPrefix("hover"); } - else return TaskTools.taskPrefix(basePrefix); - } - //prefix: ((pressed) && frame.basePrefix != "active-tab") ? TaskTools.taskPrefix("focus") : TaskTools.taskPrefix(basePrefix) - Rectangle { - id: hoverRect - - anchors { - fill: parent - - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 +1 : 1 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - } - z: -5 - clip: true - states: [ - State { - name: "startup"; when: (model.IsStartup === true) - - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "startup"; - //console.log("\nTurned to startup state\n" + previousState); - } - } - - }, - State { - name: "startup-finished"; when: (model.IsStartup === false) - - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "startup"; - } - } - - }, - State { - name: "mouse-over"; when: ((frame.isHovered && frame.basePrefix != "active-tab")) - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "mouse-over"; - //console.log("\nTurned to mouseover state\n" + previousState); - } - } - - }, - State { - name: ""; - PropertyChanges { target: hoverRect; opacity: 0 } - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = ""; - //console.log("\nTurned to default state\n" + previousState); - } - } - } - ] - transitions: [ Transition { - from: "*"; to: "*"; - NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } - }, - Transition { - from: "*"; to: "startup"; - NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } - SequentialAnimation { - id: horizRad - NumberAnimation { - id: horizRad1 - target: hoverGradient - property: "horizontalRadius" - from: 0; to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; - easing.type: Easing.OutQuad; duration: 400 - } - /*NumberAnimation { - id: horizRad11 - target: hoverGradient - property: "horizontalRadius" - from: LayoutManager.taskWidth(); to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; - easing.type: Easing.Linear; duration: - }*/ - NumberAnimation { - id: horizRad2 - target: hoverGradient - property: "horizontalRadius" - //to: 0; - from: LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; - easing.type: Easing.InQuad; duration: 550 - } - NumberAnimation { - id: horizRad3 - target: hoverGradient - property: "horizontalRadius" - //to: 0; - from: 0; to: 0; //LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; - easing.type: Easing.Linear; duration: 3600 - } - NumberAnimation { - id: frameOpacity - target: task - property: "opacity" - from: 1; to: 0; - easing.type: Easing.OutCubic; duration: 650 - } - //loops: 3 - } - - SequentialAnimation { - id: vertiRad - NumberAnimation { - id: vertiRad1 - target: hoverGradient - property: "verticalRadius" - from: 0; to: LayoutManager.taskHeight(); - easing.type: Easing.OutQuad; duration: 400 - } - /*NumberAnimation { - id: vertiRad11 - target: hoverGradient - property: "verticalRadius" - from: LayoutManager.taskHeight(); to: LayoutManager.taskHeight(); - easing.type: Easing.Linear; duration: 50 - }*/ - NumberAnimation { - id: vertiRad2 - target: hoverGradient - property: "verticalRadius" - from: LayoutManager.taskHeight(); to: 0; - easing.type: Easing.InQuad; duration: 550 - } - NumberAnimation { - id: vertiRad3 - target: hoverGradient - property: "verticalRadius" - from: 0; to: 0; - easing.type: Easing.Linear; duration: 1250 - } - NumberAnimation { - id: hoverBorder - target: hoverRect - property: "opacity" - from: 1; to: 0; - easing.type: Easing.Linear; duration: 550 - } - //loops: 3 - } - - } ] - opacity: 0//(frame.isHovered && frame.basePrefix != "") ? 1.0 : 0 - color: "#00000000" - Rectangle { - id: borderRect - anchors { - fill: parent - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - } - z: -5 - border.color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.4); - //border.color: Qt.tint(hoverColor, "#22777777") - border.width: 2 - radius: 2 - color: "#00000000" - } - - RadialGradient { - id: hoverGradient - z: -3 - anchors { - fill: parent - topMargin: -2 * PlasmaCore.Units.smallSpacing - leftMargin: -2 * PlasmaCore.Units.smallSpacing - bottomMargin: -2 * PlasmaCore.Units.smallSpacing - rightMargin: -2 * PlasmaCore.Units.smallSpacing - /*topMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0*/ - } - gradient: Gradient { - id: radialGrad - GradientStop { position: 0.0; color: Qt.tint(hoverColor, "#CFF8F8F8") } - GradientStop { position: 0.4; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.75) } - //GradientStop { position: 0.4; color: Qt.tint(hoverColor, "#55AAAAAA") } - GradientStop { position: 0.85; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.2) } - } - verticalOffset: hoverRect.height/2.2 - horizontalOffset: 0 - - - //hoverGradient.horizontalOffset = task.mouseX - hoverRect.width/2 - - } - - Blend { - anchors.fill: borderRect - source: borderRect - foregroundSource: hoverGradient - mode: "addition" - } - //z: -1 - - } - PlasmaCore.ToolTipArea { - id: toolTipArea - z: -1 - //backgroundHints: "SolidBackground" - MouseArea { - id: ma - hoverEnabled: true - propagateComposedEvents: true - anchors.fill: parent - onPositionChanged: { - task.updateMousePosition(ma.mouseX); - task.positionChanged(mouse); - //var xtr = toolTipArea.backgroundHints(); - - } - onContainsMouseChanged: { - - task.updateMousePosition(ma.mouseX); - //task.onContainsMouseChanged(); - //toolTipArea.onContainsMouseChanged(); - //mouse.accepted = false; - } - onPressed: mouse.accepted = false; - onReleased: mouse.accepted = false; - onWheel: wheel.accepted = false; - //onExited: { hoverGradient.horizontalOffset = 0; - //task.onExited(); - //} - } - anchors.fill: parent - location: plasmoid.location - - active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips - interactive: model.IsWindow === true - - mainItem: (model.IsWindow === true) ? openWindowToolTipDelegate : pinnedAppToolTipDelegate - property alias mainToolTip: toolTipArea.mainItem - - onContainsMouseChanged: { - - if (containsMouse) { - mainItem.parentTask = task; - mainItem.rootIndex = tasksModel.makeModelIndex(itemIndex, -1); - - /*mainItem.isWindowActive = Qt.binding(function() { - return false; - });*/ - mainItem.appName = Qt.binding(function() { - return model.AppName; - }); - mainItem.pidParent = Qt.binding(function() { - return model.AppPid !== undefined ? model.AppPid : 0; - }); - mainItem.windows = Qt.binding(function() { - return model.WinIdList; - }); - mainItem.isGroup = Qt.binding(function() { - return model.IsGroupParent === true; - }); - mainItem.icon = Qt.binding(function() { - return model.decoration; - }); - mainItem.launcherUrl = Qt.binding(function() { - return model.LauncherUrlWithoutIcon; - }); - mainItem.isLauncher = Qt.binding(function() { - return model.IsLauncher === true; - }); - mainItem.isMinimizedParent = Qt.binding(function() { - return model.IsMinimized === true; - }); - mainItem.displayParent = Qt.binding(function() { - return model.display; - }); - mainItem.genericName = Qt.binding(function() { - return model.GenericName; - }); - mainItem.virtualDesktopParent = Qt.binding(function() { - return (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0]; - }); - mainItem.isOnAllVirtualDesktopsParent = Qt.binding(function() { - return model.IsOnAllVirtualDesktops === true; - }); - mainItem.activitiesParent = Qt.binding(function() { - return model.Activities; - }); - - mainItem.smartLauncherCountVisible = Qt.binding(function() { - return task.smartLauncherItem && task.smartLauncherItem.countVisible; - }); - mainItem.smartLauncherCount = Qt.binding(function() { - return mainItem.smartLauncherCountVisible ? task.smartLauncherItem.count : 0; - }); - } - } - } - } - - Loader { - anchors.fill: frame - asynchronous: true - source: "TaskProgressOverlay.qml" - active: task.isWindow && task.smartLauncherItem && task.smartLauncherItem.progressVisible - } - - Item { - id: iconBox - - anchors { - left: parent.left - leftMargin: adjustMargin(true, parent.width, taskFrame.margins.left); - top: parent.top - topMargin: adjustMargin(false, parent.height, taskFrame.margins.top) - } - - width: height - height: (parent.height - adjustMargin(false, parent.height, taskFrame.margins.top) - - adjustMargin(false, parent.height, taskFrame.margins.bottom)) - - function adjustMargin(vert, size, margin) { - if (!size) { - return margin; - } - - var margins = vert ? LayoutManager.horizontalMargins() : LayoutManager.verticalMargins(); - - if ((size - margins) < PlasmaCore.Units.iconSizes.small) { - return Math.ceil((margin * (PlasmaCore.Units.iconSizes.small / size)) / 2); - } - return margin; - } - - //width: inPopup ? PlasmaCore.Units.iconSizes.small : Math.min(height, parent.width - LayoutManager.horizontalMargins()) - - PlasmaCore.IconItem { - id: icon - - anchors.fill: parent - anchors.leftMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - ((childCount > 0) ? PlasmaCore.Units.smallSpacing * ((childCount > 2) ? 2 : 1.2) : 0) - anchors.topMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - - //active: task.highlighted - enabled: true - usesPlasmaTheme: false - - source: model.decoration - - onSourceChanged: { - //if(!icon.valid || icon.source == "" /*&& !model.IsLauncher && !model.IsStartup*/) icon.source = "application-x-executable"; - - updateHoverColor(); - } - } - - /*Loader { - // QTBUG anchors.fill in conjunction with the Loader doesn't reliably work on creation: - // have a window with a badge, move it from one screen to another, the new task item on the - // other screen will now have a glitched out badge mask. - width: parent.width - height: parent.height - asynchronous: true - source: "TaskBadgeOverlay.qml" - active: height >= PlasmaCore.Units.iconSizes.small - && task.smartLauncherItem && task.smartLauncherItem.countVisible - }*/ - - states: [ - // Using a state transition avoids a binding loop between label.visible and - // the text label margin, which derives from the icon width. - State { - name: "standalone" - when: !label.visible - - AnchorChanges { - target: iconBox - anchors.left: undefined - anchors.horizontalCenter: parent.horizontalCenter - } - - PropertyChanges { - target: iconBox - anchors.leftMargin: 0 - width: parent.width - adjustMargin(true, task.width, taskFrame.margins.left) - - adjustMargin(true, task.width, taskFrame.margins.right) - } - } - ] - - /*Loader { - anchors.fill: parent - - active: model.IsStartup === true - sourceComponent: busyIndicator - } - - Component { - id: busyIndicator - - PlasmaComponents.BusyIndicator { anchors.fill: parent } - }*/ - } - - Loader { - id: audioStreamIconLoader - - readonly property bool shown: item && item.visible - readonly property var indicatorScale: 1.2 - - source: "AudioStream.qml" - width: Math.min(Math.min(iconBox.width, iconBox.height) * 0.4, PlasmaCore.Units.iconSizes.smallMedium) - height: width - - anchors { - right: frame.right - top: frame.top - rightMargin: taskFrame.margins.right - topMargin: Math.round(taskFrame.margins.top * indicatorScale) - } - - } - - PlasmaComponents.Label { - id: label - - visible: (inPopup || !iconsOnly && model.IsLauncher !== true - && (parent.width - iconBox.height - PlasmaCore.Units.smallSpacing) >= (theme.mSize(theme.defaultFont).width * LayoutManager.minimumMColumns())) - - anchors { - fill: parent - leftMargin: taskFrame.margins.left + iconBox.width + PlasmaCore.Units.smallSpacing - topMargin: taskFrame.margins.top - rightMargin: taskFrame.margins.right + (audioStreamIconLoader.shown ? (audioStreamIconLoader.width + PlasmaCore.Units.smallSpacing) : 0) - bottomMargin: taskFrame.margins.bottom - } - - text: model.display - wrapMode: (maximumLineCount == 1) ? Text.NoWrap : Text.Wrap - elide: Text.ElideRight - textFormat: Text.PlainText - verticalAlignment: Text.AlignVCenter - maximumLineCount: plasmoid.configuration.maxTextLines || undefined - style: Text.Outline - styleColor: "#20404040" - /*layer.enabled: true - layer.effect: DropShadow { - anchors.fill: parent - source: parent - verticalOffset: 1 - horizontalOffset: 1 - color: "#80000000" - radius: 0 - }*/ - } - - states: [ - State { - name: "launcher" - when: model.IsLauncher === true - - PropertyChanges { - target: frame - basePrefix: "active-tab" - } - }, - State { - name: "attention" - when: model.IsDemandingAttention === true || (task.smartLauncherItem && task.smartLauncherItem.urgent) - - PropertyChanges { - target: frame - basePrefix: "attention" - } - }, - State { - name: "minimized" - when: model.IsMinimized === true - - PropertyChanges { - target: frame - basePrefix: "minimized" - } - }, - State { - name: "active" - when: model.IsActive === true - - PropertyChanges { - target: frame - basePrefix: "focus" - } - } - - ] - - Component.onCompleted: { - /*if (!inPopup && model.IsWindow === true) { - var component = Qt.createComponent("GroupExpanderOverlay.qml"); - component.createObject(task); - }*/ - - if (!inPopup && model.IsWindow !== true) { - taskInitComponent.createObject(task); - } - taskList.updateHoverFunc(); - updateAudioStreams({delay: false}); - //toolTipArea.setBackgroundHints(2); - - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml deleted file mode 100644 index 11eea39..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml +++ /dev/null @@ -1,584 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Sebastian Kügler - SPDX-FileCopyrightText: 2014 Martin Gräßlin - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - SPDX-FileCopyrightText: 2017 Roman Gilg - SPDX-FileCopyrightText: 2020 Nate Graham - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.6 -import QtQuick.Layouts 1.1 -import QtGraphicalEffects 1.0 -import QtQml.Models 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -// for Highlight -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.extras 2.0 as PlasmaExtras -import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons - -ColumnLayout { - id: tooltipInstance - property var submodelIndex - property int flatIndex: isGroup && index != undefined ? index : 0 - - readonly property string mprisSourceName: mpris2Source.sourceNameForLauncherUrl(toolTipDelegate.launcherUrl, isGroup ? AppPid : pidParent) - readonly property var playerData: mprisSourceName != "" ? mpris2Source.data[mprisSourceName] : 0 - readonly property bool hasPlayer: !!mprisSourceName && !!playerData - readonly property bool playing: hasPlayer && playerData.PlaybackStatus === "Playing" - readonly property bool canControl: hasPlayer && playerData.CanControl - readonly property bool canPlay: hasPlayer && playerData.CanPlay - readonly property bool canPause: hasPlayer && playerData.CanPause - readonly property bool canGoBack: hasPlayer && playerData.CanGoPrevious - readonly property bool canGoNext: hasPlayer && playerData.CanGoNext - readonly property bool canRaise: hasPlayer && playerData.CanRaise - readonly property var currentMetadata: hasPlayer ? playerData.Metadata : ({}) - property bool activeWindow: plasmoid.nativeInterface.isActiveWindow(thumbnailSourceItem.winId); - - readonly property string track: { - var xesamTitle = currentMetadata["xesam:title"] - if (xesamTitle) { - return xesamTitle; - } - // if no track title is given, print out the file name - var xesamUrl = currentMetadata["xesam:url"] ? currentMetadata["xesam:url"].toString() : "" - if (!xesamUrl) { - return ""; - } - var lastSlashPos = xesamUrl.lastIndexOf('/') - if (lastSlashPos < 0) { - return ""; - } - var lastUrlPart = xesamUrl.substring(lastSlashPos + 1) - return decodeURIComponent(lastUrlPart); - } - readonly property string artist: currentMetadata["xesam:artist"] || "" - readonly property string albumArt: currentMetadata["mpris:artUrl"] || "" - - spacing: isWin ? PlasmaCore.Units.smallSpacing * 2 : 0 - - // text labels + close button - - RowLayout { - id: header - // match spacing of DefaultToolTip.qml in plasma-framework - //spacing: isWin ? PlasmaCore.Units.smallSpacing : 0 //isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing - spacing: 0 - // This number controls the overall size of the window tooltips - Layout.maximumWidth: PlasmaCore.Units.gridUnit * 12 - Layout.minimumWidth: isWin ? Layout.maximumWidth : 0 - Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter - // match margins of DefaultToolTip.qml in plasma-framework - Layout.margins: isWin ? 0 : PlasmaCore.Units.smallSpacing / 2 - // There's no PlasmaComponents3 version - - ToolTipWindowMouseArea { - id: hoverHandler - Layout.alignment: Qt.AlignTop - height: { - //console.log("the penis xd "); - //console.log(PlasmaCore.Units.iconSizes.small); - if(playerControls.visible) - return tooltipInstance.height - parent.height; - else - return tooltipInstance.height; - } - width: header.width - //anchors.fill: parent - rootTask: parentTask - modelIndex: submodelIndex - winId: thumbnailSourceItem.winId - //propagateComposedEvents: true - z: 0 - enabled: visible - closeBtn: closeButtonMA - - PlasmaCore.FrameSvgItem { - //anchors.top: parent.top - - - imagePath: "widgets/taskbarhover" - z: -1 - - anchors.top: parent.top; - anchors.left: parent.left; - anchors.right: parent.right; - anchors.bottom: parent.bottom; - - anchors.bottomMargin: PlasmaCore.Units.smallSpacing + ((playerControls.visible) ? -header.height : 0); - anchors.leftMargin: PlasmaCore.Units.smallSpacing - anchors.rightMargin: PlasmaCore.Units.smallSpacing - anchors.topMargin: PlasmaCore.Units.smallSpacing - - //height: tooltipInstance.height * 0.98 //parent.height + thumbnailSourceItem.height + (playerControls.visible ? playerControls.height : 0) - //width: header.width * 0.98 - - //x: header.width * 0.01 - //y: tooltipInstance.height * 0.01 - prefix: { - if(activeWindow) return "active"; - return "normal"; - } - opacity: isWin ? (hoverHandler.containsPress ? 1.0 : ( (hoverHandler.opacityHover || closeButton.hovered) ? ((activeWindow) ? 1.0 : 0.7) : (activeWindow ? 0.7 : 0) )) : 0; - Behavior on opacity { - NumberAnimation { duration: PlasmaCore.Units.shortDuration*2 } - } - //visible: hoverHandler.containsMouse - //pressed: hoverHandler.containsPress - } - } - - // all textlabels - PlasmaCore.IconItem { - id: iconSmall - implicitWidth: PlasmaCore.Units.iconSizes.small; - implicitHeight: PlasmaCore.Units.iconSizes.small; - Layout.topMargin: PlasmaCore.Units.smallSpacing; - Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; - Layout.alignment: Qt.AlignVCenter - //anchors.horizontalCenter: parent.horizontalCenter - source: icon - animated: false - usesPlasmaTheme: false - roundToIconSize: false - visible: valid && isWin - } - ColumnLayout { - spacing: 0 - // app name - - PlasmaExtras.Heading { - id: appNameHeading - level: 5 - maximumLineCount: 1 - lineHeight: isWin ? iconSmall.implicitHeight * 2 : 1.0 - lineHeightMode: isWin ? Text.FixedHeight : Text.ProportionalHeight - //lineHeight: isWin ? 1 : appNameHeading.lineHeight - Layout.fillWidth: true - Layout.topMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - verticalAlignment: Text.AlignVCenter - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - //Layout.rightMargin: (!closeButton.isvisible && isWin) ? PlasmaCore.Units.smallSpacing*2 : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*2) : PlasmaCore.Units.smallSpacing)); - elide: Text.ElideRight - text: isWin ? generateTitle() : appName; - opacity: 1 - //visible: text.length !== 0 - textFormat: Text.PlainText - } - // window title - PlasmaComponents.Label { - - id: winTitle - maximumLineCount: 1 - lineHeight: 1.0 - Layout.fillWidth: true - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); - - elide: Text.ElideRight - text: ""; - //text: (!hasPlayer || !title.includes(songText.text)) ? title : "" - opacity: 0.75 - visible: false - textFormat: Text.PlainText - } - // subtext - PlasmaComponents.Label { - readonly property string title: generateTitle() - id: subtext - maximumLineCount: 1 - Layout.fillWidth: true - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - //Layout.rightMargin: (!closeButton.isvisible && isWin) ? PlasmaCore.Units.smallSpacing*2 : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); - elide: Text.ElideRight - text: title; - //text: isWin ? generateSubText() : "" - opacity: 0.7 - visible: !isWin && (title.length !== 0) - textFormat: Text.PlainText - } - } - - // Count badge. - // The badge itself is inside an item to better center the text in the bubble - /*Item { - Layout.alignment: Qt.AlignRight | Qt.AlignTop - Layout.preferredHeight: closeButton.height - Layout.preferredWidth: closeButton.width - visible: flatIndex === 0 && smartLauncherCountVisible - - Badge { - anchors.centerIn: parent - height: PlasmaCore.Units.iconSizes.smallMedium - number: smartLauncherCount - } - }*/ - - // close button - PlasmaComponents3.ToolButton { - id: closeButton - property bool isvisible: closeButton.visible - Layout.alignment: Qt.AlignRight | Qt.AlignTop - Layout.maximumWidth: PlasmaCore.Units.gridUnit; - Layout.maximumHeight: PlasmaCore.Units.gridUnit; - Layout.rightMargin: PlasmaCore.Units.smallSpacing*3-1; - Layout.topMargin: PlasmaCore.Units.smallSpacing*3-1; - visible: isWin && hoverHandler.opacityHover - icon.name: "window-close" - MouseArea { - id: closeButtonMA - anchors.fill: parent - onClicked: { - backend.cancelHighlightWindows(); - tasksModel.requestClose(submodelIndex); - } - onEntered: { - hoverHandler.opacityHover = 1; - tasks.windowsHovered([thumbnailSourceItem.winId], 1); - } - hoverEnabled: true - z: 7 - } - z: 6 - } - } - - // thumbnail container - Item { - id: thumbnailSourceItem - - Layout.minimumWidth: header.width - PlasmaCore.Units.smallSpacing*4; - Layout.preferredHeight: header.width / 2 - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - - visible: toolTipDelegate.isWin - - readonly property bool isMinimized: isGroup ? IsMinimized == true : isMinimizedParent - // TODO: this causes XCB error message when being visible the first time - readonly property var winId: toolTipDelegate.isWin && toolTipDelegate.windows[flatIndex] !== undefined ? toolTipDelegate.windows[flatIndex] : 0 - - - - PlasmaCore.WindowThumbnail { - id: x11Thumbnail - - anchors.fill: parent - // Indent a little bit so that neither the thumbnail nor the drop - // shadow can cover up the highlight - anchors.topMargin: PlasmaCore.Units.smallSpacing * 2 - anchors.leftMargin: PlasmaCore.Units.smallSpacing * 4 - anchors.rightMargin: PlasmaCore.Units.smallSpacing * 4 - anchors.bottomMargin: PlasmaCore.Units.smallSpacing*4 - - //visible: true - //winId: thumbnailSourceItem.winId - visible: !albumArtImage.visible && !thumbnailSourceItem.isMinimized && Number.isInteger(thumbnailSourceItem.winId) - winId: Number.isInteger(thumbnailSourceItem.winId) ? thumbnailSourceItem.winId : 0 - } - - Loader { - id: pipeWireLoader - Layout.alignment: Qt.AlignTop - //anchors.fill: hoverHandler - // Indent a little bit so that neither the thumbnail nor the drop - // shadow can cover up the highlight - anchors.margins: PlasmaCore.Units.smallSpacing * 2 - - active: !albumArtImage.visible && !Number.isInteger(thumbnailSourceItem.winId) - - //In a loader since we might not have PipeWire available yet - source: "PipeWireThumbnail.qml" - } - - DropShadow { - anchors.fill: pipeWireLoader.active ? pipeWireLoader : x11Thumbnail - visible: pipeWireLoader.active ? pipeWireLoader.item.visible : x11Thumbnail.visible - horizontalOffset: 0 - verticalOffset: Math.round(3 * PlasmaCore.Units.devicePixelRatio) - radius: Math.round(8.0 * PlasmaCore.Units.devicePixelRatio) - samples: Math.round(radius * 1.5) - color: "Black" - source: pipeWireLoader.active ? pipeWireLoader.item : x11Thumbnail - } - - Image { - id: albumArtBackground - source: albumArt - sourceSize: Qt.size(x11Thumbnail.width, x11Thumbnail.height) - //anchors.left: x11Thumbnail.left - //anchors.right: x11Thumbnail.right - anchors.top: x11Thumbnail.top - anchors.bottom: x11Thumbnail.bottom - anchors.left: parent.left - anchors.right: parent.right - - fillMode: Image.PreserveAspectCrop - visible: albumArtImage.available - asynchronous: true - layer.enabled: true - opacity: 0.45 - layer.effect: FastBlur { - source: albumArtBackground - anchors.fill: parent - radius: 30 - } - } - - Image { - id: albumArtImage - // also Image.Loading to prevent loading thumbnails just because the album art takes a split second to load - // don't show album art if window title doesn't include media title (eg we're in a different browser tab) - readonly property bool available: (status === Image.Ready || status === Image.Loading) && generateTitle().includes(track) - - anchors.fill: x11Thumbnail - // Indent by one pixel to make sure we never cover up the entire highlight - anchors.margins: 1 - anchors.topMargin: PlasmaCore.Units.smallSpacing*2; - sourceSize: Qt.size(parent.width, parent.height) - - asynchronous: true - source: albumArt - fillMode: Image.PreserveAspectFit - visible: available - } - - // when minimized, we don't have a preview on X11, so show the icon - PlasmaCore.IconItem { - width: parent.width - height: thumbnailSourceItem.height - anchors.horizontalCenter: parent.horizontalCenter - source: thumbnailSourceItem.isMinimized && !albumArtImage.visible && Number.isInteger(thumbnailSourceItem.winId) ? icon : "" - animated: false - usesPlasmaTheme: false - visible: valid && !pipeWireLoader.active - } - - - } - - // Player controls row - RowLayout { - id: playerControls - Layout.maximumWidth: header.Layout.maximumWidth - // Match margins of header - Layout.leftMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 - Layout.rightMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 - - visible: hasPlayer - enabled: canControl - ColumnLayout { - Layout.fillWidth: true - Layout.topMargin: PlasmaCore.Units.smallSpacing - Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 - Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing - Layout.columnSpan: 2 - Layout.column: 0 - spacing: 0 - z: -1 - ScrollableTextWrapper { - id: songTextWrapper - - Layout.fillWidth: true - Layout.preferredHeight: songText.height - implicitWidth: songText.implicitWidth - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - - PlasmaComponents3.Label { - id: songText - parent: songTextWrapper - width: parent.width - height: undefined - lineHeight: 1 - maximumLineCount: artistText.visible? 1 : 2 - wrapMode: Text.NoWrap - elide: parent.state ? Text.ElideNone : Text.ElideRight - text: track || "" - textFormat: Text.PlainText - } - } - - ScrollableTextWrapper { - id: artistTextWrapper - - z: -1 - Layout.fillWidth: true - Layout.preferredHeight: artistText.height - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - implicitWidth: artistText.implicitWidth - visible: artistText.text !== "" - - PlasmaComponents3.Label { - id: artistText - parent: artistTextWrapper - width: parent.width - height: undefined - wrapMode: Text.NoWrap - lineHeight: 1 - elide: parent.state ? Text.ElideNone : Text.ElideRight - text: artist || "" - font: PlasmaCore.Theme.smallestFont - textFormat: Text.PlainText - //color: "white"; - } - } - } - RowLayout { - - Layout.fillWidth: true - //Layout.topMargin: PlasmaCore.Units.smallSpacing - Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 - Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing*2 : PlasmaCore.Units.largeSpacing - spacing: PlasmaCore.Units.smallSpacing / 4 - - PlasmaComponents3.ToolButton { - enabled: canGoBack - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.leftMargin: PlasmaCore.Units.smallSpacing*8; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: LayoutMirroring.enabled ? "media-skip-forward" : "media-skip-backward" - onClicked: mpris2Source.goPrevious(mprisSourceName) - } - - PlasmaComponents3.ToolButton { - enabled: playing ? canPause : canPlay - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: playing ? "media-playback-pause" : "media-playback-start" - onClicked: { - if (!playing) { - mpris2Source.play(mprisSourceName); - } else { - mpris2Source.pause(mprisSourceName); - } - } - } - - PlasmaComponents3.ToolButton { - enabled: canGoNext - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.rightMargin: PlasmaCore.Units.smallSpacing*2; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: LayoutMirroring.enabled ? "media-skip-backward" : "media-skip-forward" - onClicked: mpris2Source.goNext(mprisSourceName) - } - } - - } - - function generateTitle() { - if (!isWin) { - return genericName != undefined ? genericName : ""; - } - - var text; - if (isGroup) { - if (model.display === undefined) { - return ""; - } - text = model.display.toString(); - } else { - text = displayParent; - } - - // KWin appends increasing integers in between pointy brackets to otherwise equal window titles. - // In this case save <#number> as counter and delete it at the end of text. - var counter = text.match(/<\d+>\W*$/); - text = text.replace(/\s*<\d+>\W*$/, ""); - - // Remove appName from the end of text. - var appNameRegex = new RegExp(appName + "$", "i"); - text = text.replace(appNameRegex, ""); - text = text.replace(/\s*(?:-|—)*\s*$/, ""); - - // Add counter back at the end. - if (counter !== null) { - if (text === "") { - text = counter; - } else { - text = text + " " + counter; - } - } - - // In case the window title had only redundant information (i.e. appName), text is now empty. - // Add a hyphen to indicate that and avoid empty space. - if (text === "") { - text = appName; - } - //console.log(text); - return text.toString(); - } - - function generateSubText() { - if (activitiesParent === undefined) { - return ""; - } - - var subTextEntries = []; - - var onAllDesktops = (isGroup ? IsOnAllVirtualDesktops : isOnAllVirtualDesktopsParent) === true; - if (!plasmoid.configuration.showOnlyCurrentDesktop && virtualDesktopInfo.numberOfDesktops > 1) { - var virtualDesktops = isGroup ? VirtualDesktops : virtualDesktopParent; - - if (!onAllDesktops && virtualDesktops !== undefined && virtualDesktops.length > 0) { - var virtualDesktopNameList = new Array(); - - for (var i = 0; i < virtualDesktops.length; ++i) { - virtualDesktopNameList.push(virtualDesktopInfo.desktopNames[virtualDesktopInfo.desktopIds.indexOf(virtualDesktops[i])]); - } - - subTextEntries.push(i18nc("Comma-separated list of desktops", "On %1", - virtualDesktopNameList.join(", "))); - } else if (onAllDesktops) { - subTextEntries.push(i18nc("Comma-separated list of desktops", "Pinned to all desktops")); - } - } - - var act = isGroup ? Activities : activitiesParent; - if (act === undefined) { - return subTextEntries.join("\n"); - } - - if (act.length === 0 && activityInfo.numberOfRunningActivities > 1) { - subTextEntries.push(i18nc("Which virtual desktop a window is currently on", - "Available on all activities")); - } else if (act.length > 0) { - var activityNames = []; - - for (var i = 0; i < act.length; i++) { - var activity = act[i]; - var activityName = activityInfo.activityName(act[i]); - if (activityName === "") { - continue; - } - if (plasmoid.configuration.showOnlyCurrentActivity) { - if (activity !== activityInfo.currentActivity) { - activityNames.push(activityName); - } - } else if (activity !== activityInfo.currentActivity) { - activityNames.push(activityName); - } - } - - if (plasmoid.configuration.showOnlyCurrentActivity) { - if (activityNames.length > 0) { - subTextEntries.push(i18nc("Activities a window is currently on (apart from the current one)", - "Also available on %1", activityNames.join(", "))); - } - } else if (activityNames.length > 0) { - subTextEntries.push(i18nc("Which activities a window is currently on", - "Available on %1", activityNames.join(", "))); - } - } - - return subTextEntries.join("\n"); - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipWindowMouseArea.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipWindowMouseArea.qml deleted file mode 100644 index 7c19d79..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipWindowMouseArea.qml +++ /dev/null @@ -1,62 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Sebastian Kügler - SPDX-FileCopyrightText: 2014 Martin Gräßlin - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.components 2.0 as PlasmaComponents - -MouseArea { - property var modelIndex - property var closeBtn - // winId won't be an int wayland - property var winId // FIXME Legacy - property Item rootTask - property double opacityHover: 0; - property ScrollableTextWrapper title1; - property ScrollableTextWrapper title2; - property bool firstHover: false - acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton - hoverEnabled: true - enabled: winId !== 0 - y: 0 - - onClicked: { - if (mouse.button == Qt.LeftButton) { - tasksModel.requestActivate(modelIndex); - rootTask.hideToolTipTemporarily(); - backend.cancelHighlightWindows(); - } else if (mouse.button == Qt.MiddleButton) { - backend.cancelHighlightWindows(); - tasksModel.requestClose(modelIndex); - } else /* right button */ { - tasks.createContextMenu(rootTask, modelIndex).show(); - } - } - - - onEntered: { - tasks.windowsHovered([winId], 1); - opacityHover = 1;//containsMouse - //mouse.accepted = false; - } - onExited: { - tasks.windowsHovered([winId], 0); - opacityHover = 0; - //mouse.accepted = false; - } - - Component.onCompleted: { - tasks.windowsHovered([winId], 0); - opacityHover = 0; - - } - /*onContainsMouseChanged: { - tasks.windowsHovered([winId], containsMouse); - opacityHover = containsMouse ? 1 : 0; - }*/ -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/main.qml deleted file mode 100644 index 20cf020..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/main.qml +++ /dev/null @@ -1,578 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2016 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 -import QtQuick.Layouts 1.1 -import QtQml 2.15 - -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore - -import org.kde.taskmanager 0.1 as TaskManager -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -import "code/layout.js" as LayoutManager -import "code/tools.js" as TaskTools - -MouseArea { - id: tasks - - anchors.fill: parent - hoverEnabled: true - - property bool vertical: (plasmoid.formFactor === PlasmaCore.Types.Vertical) - property bool iconsOnly: !plasmoid.configuration.labelVisible//(plasmoid.pluginName === "org.kde.plasma.icontasks") - - property QtObject contextMenuComponent: Qt.createComponent("ContextMenu.qml"); - property QtObject pulseAudioComponent: Qt.createComponent("PulseAudio.qml"); - - property bool needLayoutRefresh: false; - property variant taskClosedWithMouseMiddleButton: [] - - Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation - - Plasmoid.constraintHints: PlasmaCore.Types.CanFillArea - - Plasmoid.onUserConfiguringChanged: { - if (plasmoid.userConfiguring) { - LayoutManager.layout(taskRepeater); - groupDialog.visible = false; - } - } - - Layout.fillWidth: true - Layout.fillHeight: true - Layout.minimumWidth: tasks.vertical ? 0 : LayoutManager.preferredMinWidth() - Layout.minimumHeight: !tasks.vertical ? 0 : LayoutManager.preferredMinHeight() - -//BEGIN TODO: this is not precise enough: launchers are smaller than full tasks - Layout.preferredWidth: tasks.vertical ? PlasmaCore.Units.gridUnit * 10 : ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxWidth()) / LayoutManager.calculateStripes()); - Layout.preferredHeight: tasks.vertical ? ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxHeight()) / LayoutManager.calculateStripes()) : PlasmaCore.Units.gridUnit * 2; -//END TODO - - property Item dragSource: null - - signal requestLayout - signal windowsHovered(variant winIds, bool hovered) - signal presentWindows(variant winIds) - - states: State { - name: "iconsOnlyChanged"; when: iconsOnly - StateChangeScript { - script: taskList.updateHoverFunc(); - } - StateChangeScript { - script: LayoutManager.layout(taskRepeater); - } - PropertyChanges { - target: taskList; firstTimeHover: false - } - /*PropertyChanges { - target: tasks; needLayoutRefresh: true - }*/ - - } - onWidthChanged: { - taskList.width = LayoutManager.layoutWidth(); - - if (plasmoid.configuration.forceStripes) { - taskList.height = LayoutManager.layoutHeight(); - } - } - - onHeightChanged: { - if (plasmoid.configuration.forceStripes) { - taskList.width = LayoutManager.layoutWidth(); - } - - taskList.height = LayoutManager.layoutHeight(); - } - - onDragSourceChanged: { - if (dragSource == null) { - tasksModel.syncLaunchers(); - } - } - - onExited: { - if (needLayoutRefresh) { - LayoutManager.layout(taskRepeater) - needLayoutRefresh = false; - } - } - - ContextMenu { - id: testMenu - } - - TaskManager.TasksModel { - id: tasksModel - - readonly property int logicalLauncherCount: { - if (plasmoid.configuration.separateLaunchers) { - return launcherCount; - } - - var startupsWithLaunchers = 0; - - for (var i = 0; i < taskRepeater.count; ++i) { - var item = taskRepeater.itemAt(i); - - if (item && item.m.IsStartup === true && item.m.HasLauncher === true) { - ++startupsWithLaunchers; - } - } - - return launcherCount + startupsWithLaunchers; - } - - virtualDesktop: virtualDesktopInfo.currentDesktop - screenGeometry: plasmoid.screenGeometry - activity: activityInfo.currentActivity - - filterByVirtualDesktop: plasmoid.configuration.showOnlyCurrentDesktop - filterByScreen: plasmoid.configuration.showOnlyCurrentScreen - filterByActivity: plasmoid.configuration.showOnlyCurrentActivity - filterNotMinimized: plasmoid.configuration.showOnlyMinimized - - sortMode: sortModeEnumValue(plasmoid.configuration.sortingStrategy) - launchInPlace: iconsOnly && plasmoid.configuration.sortingStrategy === 1 - separateLaunchers: { - if (!iconsOnly && !plasmoid.configuration.separateLaunchers - && plasmoid.configuration.sortingStrategy === 1) { - return false; - } - - return true; - } - - groupMode: groupModeEnumValue(plasmoid.configuration.groupingStrategy) - groupInline: !plasmoid.configuration.groupPopups - groupingWindowTasksThreshold: (plasmoid.configuration.onlyGroupWhenFull && !iconsOnly - ? LayoutManager.optimumCapacity(width, height) + 1 : -1) - - onLauncherListChanged: { - layoutTimer.restart(); - plasmoid.configuration.launchers = launcherList; - taskList.updateHoverFunc(); - //This could be a good hover change - } - - onGroupingAppIdBlacklistChanged: { - plasmoid.configuration.groupingAppIdBlacklist = groupingAppIdBlacklist; - } - - onGroupingLauncherUrlBlacklistChanged: { - plasmoid.configuration.groupingLauncherUrlBlacklist = groupingLauncherUrlBlacklist; - } - - function sortModeEnumValue(index) { - switch (index) { - case 0: - return TaskManager.TasksModel.SortDisabled; - case 1: - return TaskManager.TasksModel.SortManual; - case 2: - return TaskManager.TasksModel.SortAlpha; - case 3: - return TaskManager.TasksModel.SortVirtualDesktop; - case 4: - return TaskManager.TasksModel.SortActivity; - default: - return TaskManager.TasksModel.SortDisabled; - } - } - - function groupModeEnumValue(index) { - switch (index) { - case 0: - return TaskManager.TasksModel.GroupDisabled; - case 1: - return TaskManager.TasksModel.GroupApplications; - } - } - - Component.onCompleted: { - launcherList = plasmoid.configuration.launchers; - groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; - groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; - - // Only hook up view only after the above churn is done. - taskRepeater.model = tasksModel; - } - } - - Connections { - target: tasksModel - - function onActiveTaskChanged() { - if (!plasmoid.configuration.groupPopups) { - return; - } - if (tasksModel.activeTask.parent.valid) { - groupDialog.activeTask = tasksModel.activeTask; - } - } - } - - TaskManager.VirtualDesktopInfo { - id: virtualDesktopInfo - } - - TaskManager.ActivityInfo { - id: activityInfo - } - - TaskManagerApplet.Backend { - id: backend - - taskManagerItem: tasks - //groupDialog: groupDialog - highlightWindows: plasmoid.configuration.highlightWindows - - onAddLauncher: { - tasks.addLauncher(url); - //Here too - } - } - - PlasmaCore.DataSource { - id: menu_executable - engine: "executable" - connectedSources: [] - onNewData: { - var exitCode = data["exit code"] - var exitStatus = data["exit status"] - var stdout = data["stdout"] - var stderr = data["stderr"] - exited(sourceName, exitCode, exitStatus, stdout, stderr) - disconnectSource(sourceName) - } - function exec(cmd) { - if (cmd) { - connectSource(cmd) - } - } - signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) - } - - function action_taskman() { - menu_executable.exec("ksysguard"); - } - - PlasmaCore.DataSource { - id: mpris2Source - engine: "mpris2" - connectedSources: sources - function sourceNameForLauncherUrl(launcherUrl, pid) { - if (!launcherUrl || launcherUrl === "") { - return ""; - } - - // MPRIS spec explicitly mentions that "DesktopEntry" is with .desktop extension trimmed - // Moreover, remove URL parameters, like wmClass (part after the question mark) - var desktopFileName = launcherUrl.toString().split('/').pop().split('?')[0].replace(".desktop", "") - if (desktopFileName.indexOf("applications:") === 0) { - desktopFileName = desktopFileName.substr(13) - } - - for (var i = 0, length = connectedSources.length; i < length; ++i) { - var source = connectedSources[i]; - // we intend to connect directly, otherwise the multiplexer steals the connection away - if (source === "@multiplex") { - continue; - } - - var sourceData = data[source]; - if (!sourceData) { - continue; - } - - if (sourceData.DesktopEntry === desktopFileName || (pid && sourceData.InstancePid === pid)) { - return source; - } - - var metadata = sourceData.Metadata; - if (metadata) { - var kdePid = metadata["kde:pid"]; - if (kdePid && pid === kdePid) { - return source; - } - } - } - - return "" - } - - function startOperation(source, op) { - var service = serviceForSource(source) - var operation = service.operationDescription(op) - return service.startOperationCall(operation) - } - - function goPrevious(source) { - startOperation(source, "Previous"); - } - function goNext(source) { - startOperation(source, "Next"); - } - function play(source) { - startOperation(source, "Play"); - } - function pause(source) { - startOperation(source, "Pause"); - } - function playPause(source) { - startOperation(source, "PlayPause"); - } - function stop(source) { - startOperation(source, "Stop"); - } - function raise(source) { - startOperation(source, "Raise"); - } - function quit(source) { - startOperation(source, "Quit"); - } - } - - Loader { - id: pulseAudio - sourceComponent: pulseAudioComponent - active: pulseAudioComponent.status === Component.Ready - } - - Timer { - id: iconGeometryTimer - - interval: 500 - repeat: false - - onTriggered: { - TaskTools.publishIconGeometries(taskList.children); - } - } - - Binding { - target: plasmoid - property: "status" - value: (tasksModel.anyTaskDemandsAttention && plasmoid.configuration.unhideOnAttention - ? PlasmaCore.Types.NeedsAttentionStatus : PlasmaCore.Types.PassiveStatus) - restoreMode: Binding.RestoreBinding - } - - Connections { - target: plasmoid - - function onLocationChanged() { - // This is on a timer because the panel may not have - // settled into position yet when the location prop- - // erty updates. - iconGeometryTimer.start(); - } - } - - Connections { - target: plasmoid.configuration - - function onLaunchersChanged() { - tasksModel.launcherList = plasmoid.configuration.launchers - } - function onGroupingAppIdBlacklistChanged() { - tasksModel.groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; - } - function onGroupingLauncherUrlBlacklistChanged() { - tasksModel.groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; - } - } - - TaskManagerApplet.DragHelper { - id: dragHelper - - dragIconSize: PlasmaCore.Units.iconSizes.medium - } - - PlasmaCore.FrameSvgItem { - id: taskFrame - - visible: false; - - imagePath: "widgets/tasks"; - prefix: "normal" - } - - PlasmaCore.Svg { - id: taskSvg - - imagePath: "widgets/tasks" - } - - MouseHandler { - id: mouseHandler - - anchors.fill: parent - - target: taskList - - onUrlsDropped: { - // If all dropped URLs point to application desktop files, we'll add a launcher for each of them. - var createLaunchers = urls.every(function (item) { - return backend.isApplication(item) - }); - - if (createLaunchers) { - urls.forEach(function (item) { - addLauncher(item); - }); - return; - } - - if (!hoveredItem) { - return; - } - - // DeclarativeMimeData urls is a QJsonArray but requestOpenUrls expects a proper QList. - var urlsList = backend.jsonArrayToUrlList(urls); - - // Otherwise we'll just start a new instance of the application with the URLs as argument, - // as you probably don't expect some of your files to open in the app and others to spawn launchers. - tasksModel.requestOpenUrls(hoveredItem.modelIndex(), urlsList); - } - } - - ToolTipDelegate { - id: openWindowToolTipDelegate - visible: false - } - - ToolTipDelegate { - id: pinnedAppToolTipDelegate - visible: false - } - - TaskList { - id: taskList - anchors { - left: parent.left - top: parent.top - } - property bool firstTimeHover: false - onWidthChanged: LayoutManager.layout(taskRepeater) - onHeightChanged: LayoutManager.layout(taskRepeater) - - flow: { - if (tasks.vertical) { - return plasmoid.configuration.forceStripes ? Flow.LeftToRight : Flow.TopToBottom - } - return plasmoid.configuration.forceStripes ? Flow.TopToBottom : Flow.LeftToRight - } - - onAnimatingChanged: { - if (!animating) { - TaskTools.publishIconGeometries(children); - } - } - - function layout() { - taskList.width = LayoutManager.layoutWidth(); - taskList.height = LayoutManager.layoutHeight(); - LayoutManager.layout(taskRepeater); - //taskList.updateHoverFunc(); - } - function updateHoverFunc() - { - for(var i = 0; i < taskRepeater.count; i++) - { - taskRepeater.itemAt(i).updateHoverColor(); - } - tasks.state = ""; - console.log("Updated hovers"); - } - - Timer { - id: layoutTimer - - interval: 0 - repeat: false - - onTriggered: taskList.layout() - } - - Repeater { - id: taskRepeater - - - delegate: Task { id: task } - onItemAdded: { - taskList.layout(); - taskList.updateHoverFunc(); - } - onItemRemoved: { - - if (tasks.containsMouse && index != taskRepeater.count && - item.winIdList && item.winIdList.length > 0 && - taskClosedWithMouseMiddleButton.indexOf(item.winIdList[0]) > -1) { - needLayoutRefresh = true; - } else { - taskList.layout(); - } - taskClosedWithMouseMiddleButton = []; - taskList.updateHoverFunc(); - } - - } - } - - GroupDialog { id: groupDialog } - function hasLauncher(url) { - return tasksModel.launcherPosition(url) != -1; - } - - function addLauncher(url) { - if (plasmoid.immutability !== PlasmaCore.Types.SystemImmutable) { - tasksModel.requestAddLauncher(url); - } - } - - // This is called by plasmashell in response to a Meta+number shortcut. - function activateTaskAtIndex(index) { - if (typeof index !== "number") { - return; - } - - var task = taskRepeater.itemAt(index); - if (task) { - TaskTools.activateTask(task.modelIndex(), task.m, null, task); - } - } - - function resetDragSource() { - dragSource = null; - } - - function createContextMenu(rootTask, modelIndex, args) { - var initialArgs = args || {} - initialArgs.visualParent = rootTask; - initialArgs.modelIndex = modelIndex; - initialArgs.mpris2Source = mpris2Source; - initialArgs.backend = backend; - - return tasks.contextMenuComponent.createObject(rootTask, initialArgs); - } - - Component.onCompleted: { - plasmoid.setAction("taskman", i18n("Task Manager")); - function action_taskman() { - menu_executable.exec("ksysguard"); - } - tasks.requestLayout.connect(layoutTimer.restart); - tasks.requestLayout.connect(iconGeometryTimer.restart); - tasks.windowsHovered.connect(backend.windowsHovered); - tasks.presentWindows.connect(backend.presentWindows); - dragHelper.dropped.connect(resetDragSource); - taskList.updateHoverFunc(); - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.desktop b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.desktop deleted file mode 100644 index 200352b..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.desktop +++ /dev/null @@ -1,107 +0,0 @@ -[Desktop Entry] -Name=SevenTasks -Name[ar]=SevenTasks -Name[az]=SevenTasks -Name[ca]=SevenTasks -Name[ca@valencia]=SevenTasks -Name[cs]=SevenTasks -Name[da]=SevenTasks -Name[de]=SevenTasks -Name[en_GB]=SevenTasks -Name[es]=SevenTasks -Name[et]=SevenTasks -Name[eu]=SevenTasks -Name[fi]=SevenTasks -Name[fr]=SevenTasks -Name[gd]=SevenTasks -Name[gl]=SevenTasks -Name[hu]=SevenTasks -Name[ia]=SevenTasks -Name[id]=SevenTasks -Name[it]=SevenTasks -Name[ko]=SevenTasks -Name[lt]=SevenTasks -Name[nb]=SevenTasks -Name[nl]=SevenTasks -Name[nn]=SevenTasks -Name[pa]=SevenTasks -Name[pl]=SevenTasks -Name[pt]=SevenTasks -Name[pt_BR]=SevenTasks -Name[ro]=SevenTasks -Name[ru]=SevenTasks -Name[sk]=SevenTasks -Name[sl]=SevenTasks -Name[sr]=SevenTasks -Name[sr@ijekavian]=SevenTasks -Name[sr@ijekavianlatin]=SevenTasks -Name[sr@latin]=SevenTasks -Name[sv]=SevenTasks -Name[tg]=SevenTasks -Name[tr]=SevenTasks -Name[uk]=SevenTasks -Name[vi]=SevenTasks -Name[x-test]=xxSevenTasksxx -Name[zh_CN]=SevenTasks -Name[zh_TW]=SevenTasks -Comment=what your app does in a few words -Comment[ar]=ما يفعله تطبيقك ببضع كلمات -Comment[az]=Bu proqramın nə işə yaradığı haqqında bir neçə söz -Comment[ca]=Què fa aquesta aplicació en poques paraules -Comment[ca@valencia]=Què fa aquesta aplicació en poques paraules -Comment[da]=nogle få ord om hvad din app gør -Comment[de]=In ein paar Worten, was Ihre Anwendung tut -Comment[en_GB]=what your app does in a few words -Comment[es]=lo que hace su aplicación, en pocas palabras -Comment[et]=Mõne sõnaga, mida rakendus teeb -Comment[eu]=zure aplikazioak egiten duena hitz gutxitan -Comment[fi]=ohjelmasi toiminta muutamalla sanalla -Comment[fr]=que fait votre application en quelques mots -Comment[gd]=na nì an aplacaid agad ann am beagan fhaclan -Comment[gl]=o que fai o seu aplicativo en poucas palabras -Comment[hu]=Írja le néhány szóba, mit csinál az alkalmazása! -Comment[ia]=cosa tu app face in pauc parolas -Comment[id]=app apa yang kamu lakukan dalam beberapa kata -Comment[it]=Cosa fa la tua applicazione in poche parole -Comment[ko]=프로그램이 하는 일에 대한 간단한 설명 -Comment[nb]=hva programmet gjør, med noen få ord -Comment[nl]=wat uw app doet in een paar woorden -Comment[nn]=nokre få ord om kva programmet gjer -Comment[pl]=w kilku słowach opis co robi twój program -Comment[pt]=o que faz a sua aplicação, em poucas palavras -Comment[pt_BR]=breve descrição do que o seu aplicativo faz -Comment[ro]=ce face aplicația, în câteva cuvinte -Comment[ru]=Несколько слов о том, что делает ваша программа -Comment[sk]=čo vaša aplikácia robí v niekoľkých slovách -Comment[sl]=kaj vaš program dela, v nekaj besedah -Comment[sr]=Укратко о томе шта ваш програм ради -Comment[sr@ijekavian]=Укратко о томе шта ваш програм ради -Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi -Comment[sr@latin]=Ukratko o tome šta vaš program radi -Comment[sv]=vad programmet gör med några få ord -Comment[tg]=Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад -Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte -Comment[uk]=призначення вашої програми у декількох словах -Comment[vi]=dùng vài từ để mô tả ứng dụng của bạn làm việc gì -Comment[x-test]=xxwhat your app does in a few wordsxx -Comment[zh_CN]=简单几个词概括您的小程序的功能 -Comment[zh_TW]=以數個字描述您的應用程式的用途 - - -Icon=applications-system -Type=Service -X-KDE-ServiceTypes=Plasma/Applet -X-KDE-Library=plasma_applet_seventasks - -X-KDE-PluginInfo-Author= -X-KDE-PluginInfo-Email= -X-KDE-PluginInfo-Name=org.kde.plasma.seventasks -X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=https://plasma.kde.org/ -X-KDE-PluginInfo-Category=Utilities -X-KDE-PluginInfo-License=LGPL-2.1+ -X-KDE-PluginInfo-EnabledByDefault=true - -X-Plasma-API=declarativeappletscript -X-Plasma-MainScript=ui/main.qml - diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.json b/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.json deleted file mode 100644 index 4926a63..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/metadata.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "KPlugin": { - "Authors": [ - { - "Email": "", - "Name": "" - } - ], - "Category": "Utilities", - "Description": "what your app does in a few words", - "Description[ar]": "ما يفعله تطبيقك ببضع كلمات", - "Description[az]": "Bu proqramın nə işə yaradığı haqqında bir neçə söz", - "Description[ca@valencia]": "Què fa aquesta aplicació en poques paraules", - "Description[ca]": "Què fa aquesta aplicació en poques paraules", - "Description[da]": "nogle få ord om hvad din app gør", - "Description[de]": "In ein paar Worten, was Ihre Anwendung tut", - "Description[en_GB]": "what your app does in a few words", - "Description[es]": "lo que hace su aplicación, en pocas palabras", - "Description[et]": "Mõne sõnaga, mida rakendus teeb", - "Description[eu]": "zure aplikazioak egiten duena hitz gutxitan", - "Description[fi]": "ohjelmasi toiminta muutamalla sanalla", - "Description[fr]": "que fait votre application en quelques mots", - "Description[gd]": "na nì an aplacaid agad ann am beagan fhaclan", - "Description[gl]": "o que fai o seu aplicativo en poucas palabras", - "Description[hu]": "Írja le néhány szóba, mit csinál az alkalmazása!", - "Description[ia]": "cosa tu app face in pauc parolas", - "Description[id]": "app apa yang kamu lakukan dalam beberapa kata", - "Description[it]": "Cosa fa la tua applicazione in poche parole", - "Description[ko]": "프로그램이 하는 일에 대한 간단한 설명", - "Description[nb]": "hva programmet gjør, med noen få ord", - "Description[nl]": "wat uw app doet in een paar woorden", - "Description[nn]": "nokre få ord om kva programmet gjer", - "Description[pl]": "w kilku słowach opis co robi twój program", - "Description[pt]": "o que faz a sua aplicação, em poucas palavras", - "Description[pt_BR]": "breve descrição do que o seu aplicativo faz", - "Description[ro]": "ce face aplicația, în câteva cuvinte", - "Description[ru]": "Несколько слов о том, что делает ваша программа", - "Description[sk]": "čo vaša aplikácia robí v niekoľkých slovách", - "Description[sl]": "kaj vaš program dela, v nekaj besedah", - "Description[sr@ijekavian]": "Укратко о томе шта ваш програм ради", - "Description[sr@ijekavianlatin]": "Ukratko o tome šta vaš program radi", - "Description[sr@latin]": "Ukratko o tome šta vaš program radi", - "Description[sr]": "Укратко о томе шта ваш програм ради", - "Description[sv]": "vad programmet gör med några få ord", - "Description[tg]": "Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад", - "Description[tr]": "uygulamanızın yaptığı şey, birkaç sözcükte", - "Description[uk]": "призначення вашої програми у декількох словах", - "Description[vi]": "dùng vài từ để mô tả ứng dụng của bạn làm việc gì", - "Description[x-test]": "xxwhat your app does in a few wordsxx", - "Description[zh_CN]": "简单几个词概括您的小程序的功能", - "Description[zh_TW]": "以數個字描述您的應用程式的用途", - "EnabledByDefault": true, - "Icon": "applications-system", - "Id": "org.kde.plasma.seventasks", - "License": "LGPL-2.1+", - "Name": "SevenTasks", - "Name[ar]": "SevenTasks", - "Name[az]": "SevenTasks", - "Name[ca@valencia]": "SevenTasks", - "Name[ca]": "SevenTasks", - "Name[cs]": "SevenTasks", - "Name[da]": "SevenTasks", - "Name[de]": "SevenTasks", - "Name[en_GB]": "SevenTasks", - "Name[es]": "SevenTasks", - "Name[et]": "SevenTasks", - "Name[eu]": "SevenTasks", - "Name[fi]": "SevenTasks", - "Name[fr]": "SevenTasks", - "Name[gd]": "SevenTasks", - "Name[gl]": "SevenTasks", - "Name[hu]": "SevenTasks", - "Name[ia]": "SevenTasks", - "Name[id]": "SevenTasks", - "Name[it]": "SevenTasks", - "Name[ko]": "SevenTasks", - "Name[lt]": "SevenTasks", - "Name[nb]": "SevenTasks", - "Name[nl]": "SevenTasks", - "Name[nn]": "SevenTasks", - "Name[pa]": "SevenTasks", - "Name[pl]": "SevenTasks", - "Name[pt]": "SevenTasks", - "Name[pt_BR]": "SevenTasks", - "Name[ro]": "SevenTasks", - "Name[ru]": "SevenTasks", - "Name[sk]": "SevenTasks", - "Name[sl]": "SevenTasks", - "Name[sr@ijekavian]": "SevenTasks", - "Name[sr@ijekavianlatin]": "SevenTasks", - "Name[sr@latin]": "SevenTasks", - "Name[sr]": "SevenTasks", - "Name[sv]": "SevenTasks", - "Name[tg]": "SevenTasks", - "Name[tr]": "SevenTasks", - "Name[uk]": "SevenTasks", - "Name[vi]": "SevenTasks", - "Name[x-test]": "xxSevenTasksxx", - "Name[zh_CN]": "SevenTasks", - "Name[zh_TW]": "SevenTasks", - "ServiceTypes": [ - "Plasma/Applet" - ], - "Version": "1.0", - "Website": "https://plasma.kde.org/" - }, - "X-Plasma-API": "declarativeappletscript", - "X-Plasma-MainScript": "ui/main.qml" -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CHANGELOG.md b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CHANGELOG.md deleted file mode 100644 index e19c877..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CHANGELOG.md +++ /dev/null @@ -1,90 +0,0 @@ -FULL CHANGELOG OF THE NEWEST RELEASE: - -Bugfixes: - -- Fixed Start menu not appearing in the right place. -- Start menu elements will no longer become messed up after opening certain settings pages. -- Taskbar tooltips will no longer automatically select themselves as if it is hovered for the first time. -- The close button of taskbar tooltips will no longer prevent highlighting of a window. -- The tooltip hover will now be automatically visible only for the currently active window. -- The clock widget has a tooltip again, displaying the current day, month and year. -- Some system tray tooltips have their text moved from the subText property to mainText, to improve readability. -- Fixed smaragd's awkward maximised window rendering. -- The Desktop no longer rearranges itself during startup. -- Fixed plasma themed tabs. - -QoL changes: - -The following graphical elements now have SVG textures for better scaling and more faithful design: -- System tray "Show hidden icons" arrow -- Show Desktop widget -- Start menu sidebar menu entries -- Start menu shutdown and lock buttons - -SYSTEM TRAY: - -- The size of system tray icons has been reduced to 16px. -- The size of the system tray popup menu has been reduced. -- The system tray popup menu has a new design which stands out from other dialogue menus. This style follows the colour scheme set by AeroColorMixer. -- System tray items will have a hover effect, as well as a press effect. -- The popup menu is now a floating dialogue menu. -- The system tray has updated icons. - -DIGITAL CLOCK: - -- The clock has a hover and press effect. -- The popup menu shares the same design as the system tray. -- The size of the clock popup menu has been reduced, making the calendar much smaller. -- The clock shows the current day, and long date at the top of the popup menu. -- The layout has been moved to make the calendar appear on the left, while events appear on the right and take up less space. - -WINDOW DECORATIONS: - -- The height of the window titlebar is now smaller. -- The horizontal offset of caption buttons is reduced past its minimum limit of 0. (CAUTION: Opening the window theme in Emerald settings will reset the horizontal offset back to 0. Reverting the horizontal offset back requires editing the theme configuration file manually.) -- Window decorations have sidebar glow effects. -- Window decorations have text caption glow. -- Window decorations have an incomplete reflection effect. (TODO: The effect does not update itself upon moving the window) - -TASKBAR: - -- The size of taskbar tooltips has been reduced, and hovering over a tooltip will show a highlighted rectangle. -- The size of taskbar items themselves are set to match the size of Windows 7 taskbar items. -- Taskbar item labels can be switched on or off on the fly in the settings, instead of having to change plasmoids completely. -- Taskbar items now have mouse hot tracking, which takes the dominant colour of the task icon. -- If the task icon is missing, it will be replaced by a generic icon. -- If the icon in question has a dominant colour with low saturation and lightness (greys, white and black colours), the dominant colour is then set to a predefined blue colour. -- The text sizes of taskbar tooltips have been greatly reduced. -- The task manager (KSysGuard) can be opened from the taskbar. -- The task buttons have an updated look for grouped tasks. -- Newly opened tasks will show an animation which fades out after a while if the application refuses to start. This feature needs more work. -- Tasks pinned to the taskbar now have a hover and press animation similar to the system tray and clock plasmoids. - -START MENU: - -- The Start menu button has three states: Normal, hover, and pressed. -- These states are configurable by the user, who can set icons, custom images files or bitmaps for each state. -- There is a smooth transition when changing between states. -- The Start menu follows the design of Windows 7's Start menu. - -PLASMA THEME: - -- Some buttons and tabs have a new and improved look. -- The highlight svg has an improved look. -- Solid dialogues have been added to make the system tray and clock plasmoids look distinct. -- The entire plasma theme is configurable via AeroColorMixer, which is able to change the colour scheme. -- Elements affected by AeroColorMixer are the panel, window decoration, dialogues and 'solid' dialogues. -- Replaced certain plasma icons with Windows 7 counterparts. -- Progress bars have an updated look and have more width. -- Task elements have a stacked+ prefix, which are used by the task manager to display grouped tasks. -- The 'busy' widget has an updated look. -- Most icons have been downscaled to 16px sizes. - -MISC: - -- The desktop has reduced icon sizes as well as reduced spacing. -- The general icon theme has been updated and improved in many areas. Work still needs to be done here. -- Kvantum has been added as an optional Qt visual style to replace QGtkStyle, although either one can be picked by the user. -- GTK 2 applications can also be themed to look like Windows 7. - - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCCompiler.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCCompiler.cmake deleted file mode 100644 index 118821e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,72 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "12.1.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed;/usr/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0;/usr/lib;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 96768dc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,83 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "12.1.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") -set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12.1.0;/usr/include/c++/12.1.0/x86_64-pc-linux-gnu;/usr/include/c++/12.1.0/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed;/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0;/usr/lib;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index b92b39f..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_CXX.bin b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 0a21a8a..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeSystem.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeSystem.cmake deleted file mode 100644 index 5503bc0..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-5.10.43-1-lts") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "5.10.43-1-lts") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-5.10.43-1-lts") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "5.10.43-1-lts") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 26b2f9e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,828 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if !defined(__STDC__) && !defined(__clang__) -# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) -# define C_VERSION "90" -# else -# define C_VERSION -# endif -#elif __STDC_VERSION__ > 201710L -# define C_VERSION "23" -#elif __STDC_VERSION__ >= 201710L -# define C_VERSION "17" -#elif __STDC_VERSION__ >= 201000L -# define C_VERSION "11" -#elif __STDC_VERSION__ >= 199901L -# define C_VERSION "99" -#else -# define C_VERSION "90" -#endif -const char* info_language_standard_default = - "INFO" ":" "standard_default[" C_VERSION "]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/a.out b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/a.out deleted file mode 100755 index fde2958..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/a.out and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 57a7a85..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,816 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif -# else -# define CXX_STD 199711L -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L - "23" -#elif CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/a.out b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/a.out deleted file mode 100755 index ce798a2..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/a.out and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake deleted file mode 100644 index f77e600..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCCompiler.cmake +++ /dev/null @@ -1,72 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "12.1.1") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed;/usr/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1;/usr/lib;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake deleted file mode 100644 index c6a41b6..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,83 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "12.1.1") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") -set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12.1.1;/usr/include/c++/12.1.1/x86_64-pc-linux-gnu;/usr/include/c++/12.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed;/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1;/usr/lib;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_C.bin b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 97d4384..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_CXX.bin b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index bd94dbd..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeSystem.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeSystem.cmake deleted file mode 100644 index c46d1cc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-5.15.59-2-lts") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "5.15.59-2-lts") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-5.15.59-2-lts") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "5.15.59-2-lts") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 26b2f9e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,828 +0,0 @@ -#ifdef __cplusplus -# error "A C++ compiler has been selected for C." -#endif - -#if defined(__18CXX) -# define ID_VOID_MAIN -#endif -#if defined(__CLASSIC_C__) -/* cv-qualifiers did not exist in K&R C */ -# define const -# define volatile -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if !defined(__STDC__) && !defined(__clang__) -# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) -# define C_VERSION "90" -# else -# define C_VERSION -# endif -#elif __STDC_VERSION__ > 201710L -# define C_VERSION "23" -#elif __STDC_VERSION__ >= 201710L -# define C_VERSION "17" -#elif __STDC_VERSION__ >= 201000L -# define C_VERSION "11" -#elif __STDC_VERSION__ >= 199901L -# define C_VERSION "99" -#else -# define C_VERSION "90" -#endif -const char* info_language_standard_default = - "INFO" ":" "standard_default[" C_VERSION "]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/a.out b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/a.out deleted file mode 100755 index d2cbc78..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/a.out and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 57a7a85..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,816 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif -# else -# define CXX_STD 199711L -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L - "23" -#elif CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/a.out b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/a.out deleted file mode 100755 index 6049c00..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/a.out and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 3f90bad..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeOutput.log b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 1186125..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,966 +0,0 @@ -The system is: Linux - 5.10.43-1-lts - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/3.23.2/CompilerIdCXX/a.out" - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_914f8/fast && /usr/bin/make -f CMakeFiles/cmTC_914f8.dir/build.make CMakeFiles/cmTC_914f8.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -o CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1 -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.0 (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_914f8.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccvV8Thl.s -GNU C17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../x86_64-pc-linux-gnu/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed - /usr/include -End of search list. -GNU C17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 3e6a47a96552b6758214eb71bda8ede7 -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/' - as -v --64 -o CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o /tmp/ccvV8Thl.s -GNU assembler version 2.38 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.38 -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.' -Linking C executable cmTC_914f8 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_914f8.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -o cmTC_914f8 -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1 -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.0 (GCC) -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_914f8' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_914f8.' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxONZ9B.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_914f8 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../.. CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_914f8' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_914f8.' -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed;/usr/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_914f8/fast && /usr/bin/make -f CMakeFiles/cmTC_914f8.dir/build.make CMakeFiles/cmTC_914f8.dir/build] - ignore line: [make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.0 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_914f8.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccvV8Thl.s] - ignore line: [GNU C17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [GNU C17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 3e6a47a96552b6758214eb71bda8ede7] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o /tmp/ccvV8Thl.s] - ignore line: [GNU assembler version 2.38 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.38] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_914f8] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_914f8.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -o cmTC_914f8 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.0 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_914f8' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_914f8.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxONZ9B.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_914f8 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../.. CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccxONZ9B.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_914f8] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] - arg [CMakeFiles/cmTC_914f8.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0;/usr/lib;/lib] - implicit fwks: [] - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_cf666/fast && /usr/bin/make -f CMakeFiles/cmTC_cf666.dir/build.make CMakeFiles/cmTC_cf666.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -v -o CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1 -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.0 (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf666.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccDkpxEf.s -GNU C++17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../x86_64-pc-linux-gnu/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0 - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/x86_64-pc-linux-gnu - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/backward - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed - /usr/include -End of search list. -GNU C++17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 14439460ac50886fda7029a3ce5859f0 -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/' - as -v --64 -o CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccDkpxEf.s -GNU assembler version 2.38 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.38 -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.' -Linking CXX executable cmTC_cf666 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf666.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cf666 -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1 -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.0 (GCC) -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf666' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf666.' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccITLhpX.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf666 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../.. CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf666' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf666.' -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Parsed CXX implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/x86_64-pc-linux-gnu] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/backward] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0] ==> [/usr/include/c++/12.1.0] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/x86_64-pc-linux-gnu] ==> [/usr/include/c++/12.1.0/x86_64-pc-linux-gnu] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/backward] ==> [/usr/include/c++/12.1.0/backward] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/12.1.0;/usr/include/c++/12.1.0/x86_64-pc-linux-gnu;/usr/include/c++/12.1.0/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed;/usr/include] - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_cf666/fast && /usr/bin/make -f CMakeFiles/cmTC_cf666.dir/build.make CMakeFiles/cmTC_cf666.dir/build] - ignore line: [make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [Building CXX object CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.0 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf666.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccDkpxEf.s] - ignore line: [GNU C++17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/x86_64-pc-linux-gnu] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/backward] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [GNU C++17 (GCC) version 12.1.0 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 14439460ac50886fda7029a3ce5859f0] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccDkpxEf.s] - ignore line: [GNU assembler version 2.38 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.38] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [Linking CXX executable cmTC_cf666] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf666.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cf666 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --with-build-config=bootstrap-lto --enable-link-serialization=1] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.0 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf666' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf666.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccITLhpX.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf666 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../.. CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccITLhpX.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_cf666] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] - arg [CMakeFiles/cmTC_cf666.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.0;/usr/lib;/lib] - implicit fwks: [] - - -Determining if the __GLIBC__ exist passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_12ba0/fast && /usr/bin/make -f CMakeFiles/cmTC_12ba0.dir/build.make CMakeFiles/cmTC_12ba0.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_12ba0.dir/CheckSymbolExists.c.o -/usr/bin/cc -o CMakeFiles/cmTC_12ba0.dir/CheckSymbolExists.c.o -c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -Linking C executable cmTC_12ba0 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12ba0.dir/link.txt --verbose=1 -/usr/bin/cc CMakeFiles/cmTC_12ba0.dir/CheckSymbolExists.c.o -o cmTC_12ba0 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - -File /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: -/* */ -#include - -int main(int argc, char** argv) -{ - (void)argv; -#ifndef __GLIBC__ - return ((int*)(&__GLIBC__))[argc]; -#else - (void)argc; - return 0; -#endif -} -Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_b0314/fast && /usr/bin/make -f CMakeFiles/cmTC_b0314.dir/build.make CMakeFiles/cmTC_b0314.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_b0314.dir/src.cxx.o -/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_b0314.dir/src.cxx.o -c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp/src.cxx -Linking CXX executable cmTC_b0314 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0314.dir/link.txt --verbose=1 -/usr/bin/c++ CMakeFiles/cmTC_b0314.dir/src.cxx.o -o cmTC_b0314 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - -Source file was: - -#include - /* Check that off_t can represent 2**63 - 1 correctly. - We can't simply define LARGE_OFF_T to be 9223372036854775807, - since some C++ compilers masquerading as C compilers - incorrectly reject 9223372036854775807. */ -#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) - int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; - int main() { return 0; } - -Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_d5270/fast && /usr/bin/make -f CMakeFiles/cmTC_d5270.dir/build.make CMakeFiles/cmTC_d5270.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_d5270.dir/src.cxx.o -/usr/bin/c++ -DHAVE_DATE_TIME -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -std=gnu++11 -o CMakeFiles/cmTC_d5270.dir/src.cxx.o -c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp/src.cxx -Linking CXX executable cmTC_d5270 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5270.dir/link.txt --verbose=1 -/usr/bin/c++ -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wl,--enable-new-dtags CMakeFiles/cmTC_d5270.dir/src.cxx.o -o cmTC_d5270 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - -Source file was: -int main() { return 0; } -Determining if the function XOpenDisplay exists in the /usr/lib/libX11.so;/usr/lib/libXext.so passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_52ee1/fast && /usr/bin/make -f CMakeFiles/cmTC_52ee1.dir/build.make CMakeFiles/cmTC_52ee1.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_52ee1.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -std=gnu90 -o CMakeFiles/cmTC_52ee1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_52ee1 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52ee1.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -Wl,--enable-new-dtags CMakeFiles/cmTC_52ee1.dir/CheckFunctionExists.c.o -o cmTC_52ee1 /usr/lib/libX11.so /usr/lib/libXext.so -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Determining if the function gethostbyname exists passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_5947a/fast && /usr/bin/make -f CMakeFiles/cmTC_5947a.dir/build.make CMakeFiles/cmTC_5947a.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_5947a.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -std=gnu90 -o CMakeFiles/cmTC_5947a.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_5947a -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5947a.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,--enable-new-dtags CMakeFiles/cmTC_5947a.dir/CheckFunctionExists.c.o -o cmTC_5947a -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Determining if the function connect exists passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_b40f8/fast && /usr/bin/make -f CMakeFiles/cmTC_b40f8.dir/build.make CMakeFiles/cmTC_b40f8.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_b40f8.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -std=gnu90 -o CMakeFiles/cmTC_b40f8.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_b40f8 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b40f8.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -Wl,--enable-new-dtags CMakeFiles/cmTC_b40f8.dir/CheckFunctionExists.c.o -o cmTC_b40f8 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Determining if the function remove exists passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_b14f3/fast && /usr/bin/make -f CMakeFiles/cmTC_b14f3.dir/build.make CMakeFiles/cmTC_b14f3.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_b14f3.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -std=gnu90 -o CMakeFiles/cmTC_b14f3.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_b14f3 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b14f3.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -Wl,--enable-new-dtags CMakeFiles/cmTC_b14f3.dir/CheckFunctionExists.c.o -o cmTC_b14f3 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Determining if the function shmat exists passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_3a488/fast && /usr/bin/make -f CMakeFiles/cmTC_3a488.dir/build.make CMakeFiles/cmTC_3a488.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_3a488.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -std=gnu90 -o CMakeFiles/cmTC_3a488.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_3a488 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a488.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -Wl,--enable-new-dtags CMakeFiles/cmTC_3a488.dir/CheckFunctionExists.c.o -o cmTC_3a488 -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Determining if the function IceConnectionNumber exists in the ICE passed with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_83417/fast && /usr/bin/make -f CMakeFiles/cmTC_83417.dir/build.make CMakeFiles/cmTC_83417.dir/build -make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_83417.dir/CheckFunctionExists.c.o -/usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -std=gnu90 -o CMakeFiles/cmTC_83417.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c -Linking C executable cmTC_83417 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83417.dir/link.txt --verbose=1 -/usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -Wl,--enable-new-dtags CMakeFiles/cmTC_83417.dir/CheckFunctionExists.c.o -o cmTC_83417 -lICE -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -The system is: Linux - 5.15.59-2-lts - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: /usr/bin/c++ -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/3.23.3/CompilerIdCXX/a.out" - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_42235/fast && make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -/usr/bin/make -f CMakeFiles/cmTC_42235.dir/build.make CMakeFiles/cmTC_42235.dir/build -make[2]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -o CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.1 20220730 (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_42235.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cclKLiUe.s -GNU C17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.1 20220730, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.25-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed - /usr/include -End of search list. -GNU C17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.1 20220730, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.25-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 6dadb53059c00a18874576e950e4a0dc -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/' - as -v --64 -o CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o /tmp/cclKLiUe.s -GNU assembler version 2.39 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.39 -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.' -Linking C executable cmTC_42235 -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42235.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -o cmTC_42235 -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.1 20220730 (GCC) -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_42235' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_42235.' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrey9Fs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_42235 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../.. CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_42235' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_42235.' -make[2]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed;/usr/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_42235/fast && make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_42235.dir/build.make CMakeFiles/cmTC_42235.dir/build] - ignore line: [make[2]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.1 20220730 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_42235.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cclKLiUe.s] - ignore line: [GNU C17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.1 20220730 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.25-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [GNU C17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.1 20220730 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.25-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 6dadb53059c00a18874576e950e4a0dc] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o /tmp/cclKLiUe.s] - ignore line: [GNU assembler version 2.39 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.39] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_42235] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42235.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -o cmTC_42235 ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.1 20220730 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_42235' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_42235.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrey9Fs.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_42235 /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../.. CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccrey9Fs.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_42235] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] - arg [CMakeFiles/cmTC_42235.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1;/usr/lib;/lib] - implicit fwks: [] - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/make -f Makefile cmTC_d709e/fast && make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -/usr/bin/make -f CMakeFiles/cmTC_d709e.dir/build.make CMakeFiles/cmTC_d709e.dir/build -make[2]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -Building CXX object CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -/usr/bin/c++ -v -o CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.1 20220730 (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_d709e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccg5BeyE.s -GNU C++17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.1 20220730, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.25-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1 - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/x86_64-pc-linux-gnu - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/backward - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed - /usr/include -End of search list. -GNU C++17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu) - compiled by GNU C version 12.1.1 20220730, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.25-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 8630496add660d955c9a9ad9553de44a -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/' - as -v --64 -o CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccg5BeyE.s -GNU assembler version 2.39 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.39 -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.' -Linking CXX executable cmTC_d709e -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d709e.dir/link.txt --verbose=1 -/usr/bin/c++ -v CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d709e -Using built-in specs. -COLLECT_GCC=/usr/bin/c++ -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -Target: x86_64-pc-linux-gnu -Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror -Thread model: posix -Supported LTO compression algorithms: zlib zstd -gcc version 12.1.1 20220730 (GCC) -COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d709e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d709e.' - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccErGDlC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d709e /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../.. CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d709e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d709e.' -make[2]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' -make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp' - - - -Parsed CXX implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/x86_64-pc-linux-gnu] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/backward] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1] ==> [/usr/include/c++/12.1.1] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/12.1.1/x86_64-pc-linux-gnu] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/backward] ==> [/usr/include/c++/12.1.1/backward] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/12.1.1;/usr/include/c++/12.1.1/x86_64-pc-linux-gnu;/usr/include/c++/12.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed;/usr/include] - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_d709e/fast && make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_d709e.dir/build.make CMakeFiles/cmTC_d709e.dir/build] - ignore line: [make[2]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/CMakeTmp'] - ignore line: [Building CXX object CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.1 20220730 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_d709e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccg5BeyE.s] - ignore line: [GNU C++17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.1 20220730 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.25-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/x86_64-pc-linux-gnu] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../include/c++/12.1.1/backward] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [GNU C++17 (GCC) version 12.1.1 20220730 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 12.1.1 20220730 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.25-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 8630496add660d955c9a9ad9553de44a] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccg5BeyE.s] - ignore line: [GNU assembler version 2.39 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.39] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [Linking CXX executable cmTC_d709e] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d709e.dir/link.txt --verbose=1] - ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d709e ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=c c++ ada fortran go lto objc obj-c++ d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 12.1.1 20220730 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d709e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d709e.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccErGDlC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d709e /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../.. CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccErGDlC.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_d709e] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] - arg [CMakeFiles/cmTC_d709e.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/../../..] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1;/usr/lib;/lib] - implicit fwks: [] - - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt deleted file mode 100644 index af39ba6..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt +++ /dev/null @@ -1,8 +0,0 @@ -# Hashes of file build rules. -9c29d2312d389475f4e373b07eb41737 CMakeFiles/fetch-translations -4c06325e82781eb5319e8306a553c12c CMakeFiles/uninstall -b9d4076bd755c7016a68543cffef0c2c releaseme -1a8172501487ab368fafde7866749027 src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json -fb5fc7644df20228cc52f8bb2f93086f src/CMakeFiles/plasma_applet_seventasks_autogen -dd1b7ae26733982264a4237750eb675a src/metadata.json -11933541e8ead3209d07eb93cacff185 src/org.kde.plasma.seventasks-plasmoids-metadata.json diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make deleted file mode 100644 index 11759f1..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5Config_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5Config_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5Config_QCH.dir/progress.make - -KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/build.make -.PHONY : KF5Config_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5Config_QCH.dir/build: KF5Config_QCH -.PHONY : CMakeFiles/KF5Config_QCH.dir/build - -CMakeFiles/KF5Config_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5Config_QCH.dir/clean - -CMakeFiles/KF5Config_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5Config_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make deleted file mode 100644 index 6e84c55..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5CoreAddons_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5CoreAddons_QCH.dir/progress.make - -KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/build.make -.PHONY : KF5CoreAddons_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5CoreAddons_QCH.dir/build: KF5CoreAddons_QCH -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/build - -CMakeFiles/KF5CoreAddons_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean - -CMakeFiles/KF5CoreAddons_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make deleted file mode 100644 index 91efdcc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5I18n_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5I18n_QCH.dir/progress.make - -KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/build.make -.PHONY : KF5I18n_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5I18n_QCH.dir/build: KF5I18n_QCH -.PHONY : CMakeFiles/KF5I18n_QCH.dir/build - -CMakeFiles/KF5I18n_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5I18n_QCH.dir/clean - -CMakeFiles/KF5I18n_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5I18n_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make deleted file mode 100644 index a6f4822..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5Package_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5Package_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5Package_QCH.dir/progress.make - -KF5Package_QCH: CMakeFiles/KF5Package_QCH.dir/build.make -.PHONY : KF5Package_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5Package_QCH.dir/build: KF5Package_QCH -.PHONY : CMakeFiles/KF5Package_QCH.dir/build - -CMakeFiles/KF5Package_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5Package_QCH.dir/clean - -CMakeFiles/KF5Package_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5Package_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make deleted file mode 100644 index c98106e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5Plasma_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5Plasma_QCH.dir/progress.make - -KF5Plasma_QCH: CMakeFiles/KF5Plasma_QCH.dir/build.make -.PHONY : KF5Plasma_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5Plasma_QCH.dir/build: KF5Plasma_QCH -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/build - -CMakeFiles/KF5Plasma_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/clean - -CMakeFiles/KF5Plasma_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make deleted file mode 100644 index 80b974e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5Service_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5Service_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5Service_QCH.dir/progress.make - -KF5Service_QCH: CMakeFiles/KF5Service_QCH.dir/build.make -.PHONY : KF5Service_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5Service_QCH.dir/build: KF5Service_QCH -.PHONY : CMakeFiles/KF5Service_QCH.dir/build - -CMakeFiles/KF5Service_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5Service_QCH.dir/clean - -CMakeFiles/KF5Service_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5Service_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make deleted file mode 100644 index 56156c3..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make +++ /dev/null @@ -1,83 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for KF5WindowSystem_QCH. - -# Include any custom commands dependencies for this target. -include CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/KF5WindowSystem_QCH.dir/progress.make - -KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/build.make -.PHONY : KF5WindowSystem_QCH - -# Rule to build all files generated by this target. -CMakeFiles/KF5WindowSystem_QCH.dir/build: KF5WindowSystem_QCH -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/build - -CMakeFiles/KF5WindowSystem_QCH.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean - -CMakeFiles/KF5WindowSystem_QCH.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index 59c9e84..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,314 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "../CMakeLists.txt" - "CMakeFiles/3.23.3/CMakeCCompiler.cmake" - "CMakeFiles/3.23.3/CMakeCXXCompiler.cmake" - "CMakeFiles/3.23.3/CMakeSystem.cmake" - "../src/CMakeLists.txt" - "/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigCompilerTargets.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigConfigVersion.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigMacros.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigQchTargets.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Config/KF5ConfigTargets.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsQchTargets.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nConfigVersion.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nMacros.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nQchTargets.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5I18n/KF5I18nTargets.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageConfig.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageConfigVersion.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageMacros.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageQchTargets.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageTargets.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageToolsTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Package/KF5PackageToolsTargets.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaConfigVersion.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaMacros.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaQchTargets.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Plasma/KF5PlasmaTargets.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceConfig.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceConfigVersion.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceMacros.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceQchTargets.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5Service/KF5ServiceTargets.cmake" - "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake" - "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake" - "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemQchTargets.cmake" - "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake" - "/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake" - "/usr/lib64/cmake/Qt5/Qt5Config.cmake" - "/usr/lib64/cmake/Qt5/Qt5ConfigVersion.cmake" - "/usr/lib64/cmake/Qt5/Qt5ModuleLocation.cmake" - "/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake" - "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" - "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" - "/usr/lib64/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake" - "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfig.cmake" - "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake" - "/usr/lib64/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake" - "/usr/lib64/cmake/Qt5DBus/Qt5DBusMacros.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QGtk2ThemePlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" - "/usr/lib64/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" - "/usr/lib64/cmake/Qt5Network/Qt5NetworkConfig.cmake" - "/usr/lib64/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake" - "/usr/lib64/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake" - "/usr/lib64/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5QmlConfig.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QDebugMessageServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QLocalClientConnectionFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlDebugServerFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlDebuggerServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlInspectorServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlPreviewServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake" - "/usr/lib64/cmake/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake" - "/usr/lib64/cmake/Qt5QmlModels/Qt5QmlModelsConfig.cmake" - "/usr/lib64/cmake/Qt5QmlModels/Qt5QmlModelsConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Quick/Qt5QuickConfig.cmake" - "/usr/lib64/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5Widgets_QBB10StylePlugin.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5Widgets_QCleanlooksStylePlugin.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5Widgets_QGtk2StylePlugin.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5Widgets_QMotifStylePlugin.cmake" - "/usr/lib64/cmake/Qt5Widgets/Qt5Widgets_QPlastiqueStylePlugin.cmake" - "/usr/lib64/cmake/Qt5Xml/Qt5XmlConfig.cmake" - "/usr/lib64/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake" - "/usr/share/ECM/cmake/ECMConfig.cmake" - "/usr/share/ECM/cmake/ECMConfigVersion.cmake" - "/usr/share/ECM/find-modules/ECMFindModuleHelpersStub.cmake" - "/usr/share/ECM/find-modules/FindKF5.cmake" - "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake" - "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake" - "/usr/share/ECM/kde-modules/KDEInstallDirs.cmake" - "/usr/share/ECM/kde-modules/KDEInstallDirs5.cmake" - "/usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake" - "/usr/share/ECM/kde-modules/KDESetupPrefixScript.cmake" - "/usr/share/ECM/kde-modules/prefix.sh.cmake" - "/usr/share/ECM/modules/ECMCoverageOption.cmake" - "/usr/share/ECM/modules/ECMEnableSanitizers.cmake" - "/usr/share/ECM/modules/ECMFindModuleHelpers.cmake" - "/usr/share/ECM/modules/ECMQueryQt.cmake" - "/usr/share/ECM/modules/ECMSourceVersionControl.cmake" - "/usr/share/ECM/modules/ECMUninstallTarget.cmake" - "/usr/share/ECM/modules/ECMUseFindModules.cmake" - "/usr/share/ECM/modules/QtVersionOption.cmake" - "/usr/share/ECM/modules/ecm_uninstall.cmake.in" - "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake/Modules/CMakeCInformation.cmake" - "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" - "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake" - "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake/Modules/CMakeParseArguments.cmake" - "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" - "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" - "/usr/share/cmake/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" - "/usr/share/cmake/Modules/CheckFunctionExists.cmake" - "/usr/share/cmake/Modules/CheckLanguage.cmake" - "/usr/share/cmake/Modules/CheckLibraryExists.cmake" - "/usr/share/cmake/Modules/CheckSymbolExists.cmake" - "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake/Modules/Compiler/GNU.cmake" - "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/FeatureSummary.cmake" - "/usr/share/cmake/Modules/FindFontconfig.cmake" - "/usr/share/cmake/Modules/FindFreetype.cmake" - "/usr/share/cmake/Modules/FindGettext.cmake" - "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" - "/usr/share/cmake/Modules/FindPackageMessage.cmake" - "/usr/share/cmake/Modules/FindPkgConfig.cmake" - "/usr/share/cmake/Modules/FindX11.cmake" - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" - "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" - "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake/Modules/MacroAddFileDependencies.cmake" - "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake/Modules/Platform/Linux.cmake" - "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" - "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/3.23.3/CMakeSystem.cmake" - "CMakeFiles/3.23.3/CMakeCCompiler.cmake" - "CMakeFiles/3.23.3/CMakeCXXCompiler.cmake" - "CMakeFiles/3.23.3/CMakeCCompiler.cmake" - "CMakeFiles/3.23.3/CMakeCXXCompiler.cmake" - "prefix.sh" - "ecm_uninstall.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json" - "src/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/uninstall.dir/DependInfo.cmake" - "CMakeFiles/fetch-translations.dir/DependInfo.cmake" - "CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake" - "CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake" - "src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake" - "src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake" - "src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake" - ) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile2 b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile2 deleted file mode 100644 index fc3f9a3..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,425 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: src/all -.PHONY : all - -# The main recursive "preinstall" target. -preinstall: src/preinstall -.PHONY : preinstall - -# The main recursive "clean" target. -clean: CMakeFiles/uninstall.dir/clean -clean: CMakeFiles/fetch-translations.dir/clean -clean: CMakeFiles/KF5WindowSystem_QCH.dir/clean -clean: CMakeFiles/KF5Plasma_QCH.dir/clean -clean: CMakeFiles/KF5Package_QCH.dir/clean -clean: CMakeFiles/KF5CoreAddons_QCH.dir/clean -clean: CMakeFiles/KF5Config_QCH.dir/clean -clean: CMakeFiles/KF5Service_QCH.dir/clean -clean: CMakeFiles/KF5I18n_QCH.dir/clean -clean: src/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory src - -# Recursive "all" directory target. -src/all: src/CMakeFiles/plasma_applet_seventasks.dir/all -src/all: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/all -.PHONY : src/all - -# Recursive "preinstall" directory target. -src/preinstall: -.PHONY : src/preinstall - -# Recursive "clean" directory target. -src/clean: src/CMakeFiles/plasma_applet_seventasks.dir/clean -src/clean: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean -src/clean: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean -.PHONY : src/clean - -#============================================================================= -# Target rules for target CMakeFiles/uninstall.dir - -# All Build rule for target. -CMakeFiles/uninstall.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target uninstall" -.PHONY : CMakeFiles/uninstall.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/uninstall.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/uninstall.dir/rule - -# Convenience name for target. -uninstall: CMakeFiles/uninstall.dir/rule -.PHONY : uninstall - -# clean rule for target. -CMakeFiles/uninstall.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean -.PHONY : CMakeFiles/uninstall.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/fetch-translations.dir - -# All Build rule for target. -CMakeFiles/fetch-translations.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=1,2 "Built target fetch-translations" -.PHONY : CMakeFiles/fetch-translations.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/fetch-translations.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fetch-translations.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/fetch-translations.dir/rule - -# Convenience name for target. -fetch-translations: CMakeFiles/fetch-translations.dir/rule -.PHONY : fetch-translations - -# clean rule for target. -CMakeFiles/fetch-translations.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/clean -.PHONY : CMakeFiles/fetch-translations.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5WindowSystem_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5WindowSystem_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5WindowSystem_QCH" -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5WindowSystem_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WindowSystem_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/rule - -# Convenience name for target. -KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/rule -.PHONY : KF5WindowSystem_QCH - -# clean rule for target. -CMakeFiles/KF5WindowSystem_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/clean -.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5Plasma_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5Plasma_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5Plasma_QCH" -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5Plasma_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Plasma_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/rule - -# Convenience name for target. -KF5Plasma_QCH: CMakeFiles/KF5Plasma_QCH.dir/rule -.PHONY : KF5Plasma_QCH - -# clean rule for target. -CMakeFiles/KF5Plasma_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/clean -.PHONY : CMakeFiles/KF5Plasma_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5Package_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5Package_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5Package_QCH" -.PHONY : CMakeFiles/KF5Package_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5Package_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Package_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5Package_QCH.dir/rule - -# Convenience name for target. -KF5Package_QCH: CMakeFiles/KF5Package_QCH.dir/rule -.PHONY : KF5Package_QCH - -# clean rule for target. -CMakeFiles/KF5Package_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/clean -.PHONY : CMakeFiles/KF5Package_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5CoreAddons_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5CoreAddons_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5CoreAddons_QCH" -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5CoreAddons_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5CoreAddons_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/rule - -# Convenience name for target. -KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/rule -.PHONY : KF5CoreAddons_QCH - -# clean rule for target. -CMakeFiles/KF5CoreAddons_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/clean -.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5Config_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5Config_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5Config_QCH" -.PHONY : CMakeFiles/KF5Config_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5Config_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Config_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5Config_QCH.dir/rule - -# Convenience name for target. -KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/rule -.PHONY : KF5Config_QCH - -# clean rule for target. -CMakeFiles/KF5Config_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/clean -.PHONY : CMakeFiles/KF5Config_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5Service_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5Service_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5Service_QCH" -.PHONY : CMakeFiles/KF5Service_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5Service_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Service_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5Service_QCH.dir/rule - -# Convenience name for target. -KF5Service_QCH: CMakeFiles/KF5Service_QCH.dir/rule -.PHONY : KF5Service_QCH - -# clean rule for target. -CMakeFiles/KF5Service_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/clean -.PHONY : CMakeFiles/KF5Service_QCH.dir/clean - -#============================================================================= -# Target rules for target CMakeFiles/KF5I18n_QCH.dir - -# All Build rule for target. -CMakeFiles/KF5I18n_QCH.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num= "Built target KF5I18n_QCH" -.PHONY : CMakeFiles/KF5I18n_QCH.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/KF5I18n_QCH.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5I18n_QCH.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : CMakeFiles/KF5I18n_QCH.dir/rule - -# Convenience name for target. -KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/rule -.PHONY : KF5I18n_QCH - -# clean rule for target. -CMakeFiles/KF5I18n_QCH.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/clean -.PHONY : CMakeFiles/KF5I18n_QCH.dir/clean - -#============================================================================= -# Target rules for target src/CMakeFiles/plasma_applet_seventasks.dir - -# All Build rule for target. -src/CMakeFiles/plasma_applet_seventasks.dir/all: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/depend - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=4,5,6 "Built target plasma_applet_seventasks" -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/all - -# Build rule for subdir invocation for target. -src/CMakeFiles/plasma_applet_seventasks.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 5 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/rule - -# Convenience name for target. -plasma_applet_seventasks: src/CMakeFiles/plasma_applet_seventasks.dir/rule -.PHONY : plasma_applet_seventasks - -# clean rule for target. -src/CMakeFiles/plasma_applet_seventasks.dir/clean: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/clean -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/clean - -#============================================================================= -# Target rules for target src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir - -# All Build rule for target. -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/all: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/depend - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=3 "Built target org.kde.plasma.seventasks-plasmoids-metadata-json" -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/all - -# Build rule for subdir invocation for target. -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule - -# Convenience name for target. -org.kde.plasma.seventasks-plasmoids-metadata-json: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json - -# clean rule for target. -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean - -#============================================================================= -# Target rules for target src/CMakeFiles/plasma_applet_seventasks_autogen.dir - -# All Build rule for target. -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=7,8 "Built target plasma_applet_seventasks_autogen" -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all - -# Build rule for subdir invocation for target. -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule - -# Convenience name for target. -plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule -.PHONY : plasma_applet_seventasks_autogen - -# clean rule for target. -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/TargetDirectories.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 3035aec..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,26 +0,0 @@ -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/uninstall.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/fetch-translations.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/test.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/edit_cache.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/rebuild_cache.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/list_install_components.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/install.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/install/local.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/install/strip.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/test.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/edit_cache.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/rebuild_cache.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/list_install_components.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/install.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/install/local.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/install/strip.dir -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make deleted file mode 100644 index 2bc32c2..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make +++ /dev/null @@ -1,96 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for fetch-translations. - -# Include any custom commands dependencies for this target. -include CMakeFiles/fetch-translations.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/fetch-translations.dir/progress.make - -CMakeFiles/fetch-translations: releaseme - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for plasma-seventasks branch trunk..." - git -C /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/releaseme pull - cmake -E remove_directory /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/po - cmake -E remove_directory /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/poqm - ruby /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/releaseme/fetchpo.rb --origin trunk --project plasma-seventasks --output-dir /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/po --output-poqm-dir /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/poqm /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -releaseme: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..." - git clone --depth 1 https://invent.kde.org/sdk/releaseme.git - -fetch-translations: CMakeFiles/fetch-translations -fetch-translations: releaseme -fetch-translations: CMakeFiles/fetch-translations.dir/build.make -.PHONY : fetch-translations - -# Rule to build all files generated by this target. -CMakeFiles/fetch-translations.dir/build: fetch-translations -.PHONY : CMakeFiles/fetch-translations.dir/build - -CMakeFiles/fetch-translations.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/fetch-translations.dir/cmake_clean.cmake -.PHONY : CMakeFiles/fetch-translations.dir/clean - -CMakeFiles/fetch-translations.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/fetch-translations.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/build.make deleted file mode 100644 index e994990..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/build.make +++ /dev/null @@ -1,87 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for uninstall. - -# Include any custom commands dependencies for this target. -include CMakeFiles/uninstall.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/uninstall.dir/progress.make - -CMakeFiles/uninstall: - /usr/bin/cmake -P /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/ecm_uninstall.cmake - -uninstall: CMakeFiles/uninstall -uninstall: CMakeFiles/uninstall.dir/build.make -.PHONY : uninstall - -# Rule to build all files generated by this target. -CMakeFiles/uninstall.dir/build: uninstall -.PHONY : CMakeFiles/uninstall.dir/build - -CMakeFiles/uninstall.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake -.PHONY : CMakeFiles/uninstall.dir/clean - -CMakeFiles/uninstall.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/uninstall.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CTestTestfile.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CTestTestfile.cmake deleted file mode 100644 index 03d2c9e..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CTestTestfile.cmake +++ /dev/null @@ -1,9 +0,0 @@ -# CMake generated Testfile for -# Source directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src -# Build directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(appstreamtest "/usr/bin/cmake" "-DAPPSTREAMCLI=/usr/bin/appstreamcli" "-DINSTALL_FILES=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/install_manifest.txt" "-P" "/usr/share/ECM/kde-modules/appstreamtest.cmake") -set_tests_properties(appstreamtest PROPERTIES _BACKTRACE_TRIPLES "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;162;add_test;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;180;appstreamtest;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;0;;/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/CMakeLists.txt;10;include;/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/CMakeLists.txt;0;") -subdirs("src") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/Makefile b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/Makefile deleted file mode 100644 index 7ebb5f8..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/Makefile +++ /dev/null @@ -1,368 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"plasma-seventasks\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named uninstall - -# Build rule for target. -uninstall: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall -.PHONY : uninstall - -# fast build rule for target. -uninstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build -.PHONY : uninstall/fast - -#============================================================================= -# Target rules for targets named fetch-translations - -# Build rule for target. -fetch-translations: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fetch-translations -.PHONY : fetch-translations - -# fast build rule for target. -fetch-translations/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build -.PHONY : fetch-translations/fast - -#============================================================================= -# Target rules for targets named KF5WindowSystem_QCH - -# Build rule for target. -KF5WindowSystem_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WindowSystem_QCH -.PHONY : KF5WindowSystem_QCH - -# fast build rule for target. -KF5WindowSystem_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build -.PHONY : KF5WindowSystem_QCH/fast - -#============================================================================= -# Target rules for targets named KF5Plasma_QCH - -# Build rule for target. -KF5Plasma_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Plasma_QCH -.PHONY : KF5Plasma_QCH - -# fast build rule for target. -KF5Plasma_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/build -.PHONY : KF5Plasma_QCH/fast - -#============================================================================= -# Target rules for targets named KF5Package_QCH - -# Build rule for target. -KF5Package_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Package_QCH -.PHONY : KF5Package_QCH - -# fast build rule for target. -KF5Package_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/build -.PHONY : KF5Package_QCH/fast - -#============================================================================= -# Target rules for targets named KF5CoreAddons_QCH - -# Build rule for target. -KF5CoreAddons_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5CoreAddons_QCH -.PHONY : KF5CoreAddons_QCH - -# fast build rule for target. -KF5CoreAddons_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build -.PHONY : KF5CoreAddons_QCH/fast - -#============================================================================= -# Target rules for targets named KF5Config_QCH - -# Build rule for target. -KF5Config_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Config_QCH -.PHONY : KF5Config_QCH - -# fast build rule for target. -KF5Config_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build -.PHONY : KF5Config_QCH/fast - -#============================================================================= -# Target rules for targets named KF5Service_QCH - -# Build rule for target. -KF5Service_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Service_QCH -.PHONY : KF5Service_QCH - -# fast build rule for target. -KF5Service_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/build -.PHONY : KF5Service_QCH/fast - -#============================================================================= -# Target rules for targets named KF5I18n_QCH - -# Build rule for target. -KF5I18n_QCH: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5I18n_QCH -.PHONY : KF5I18n_QCH - -# fast build rule for target. -KF5I18n_QCH/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build -.PHONY : KF5I18n_QCH/fast - -#============================================================================= -# Target rules for targets named plasma_applet_seventasks - -# Build rule for target. -plasma_applet_seventasks: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plasma_applet_seventasks -.PHONY : plasma_applet_seventasks - -# fast build rule for target. -plasma_applet_seventasks/fast: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build -.PHONY : plasma_applet_seventasks/fast - -#============================================================================= -# Target rules for targets named org.kde.plasma.seventasks-plasmoids-metadata-json - -# Build rule for target. -org.kde.plasma.seventasks-plasmoids-metadata-json: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 org.kde.plasma.seventasks-plasmoids-metadata-json -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json - -# fast build rule for target. -org.kde.plasma.seventasks-plasmoids-metadata-json/fast: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json/fast - -#============================================================================= -# Target rules for targets named plasma_applet_seventasks_autogen - -# Build rule for target. -plasma_applet_seventasks_autogen: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plasma_applet_seventasks_autogen -.PHONY : plasma_applet_seventasks_autogen - -# fast build rule for target. -plasma_applet_seventasks_autogen/fast: - $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build -.PHONY : plasma_applet_seventasks_autogen/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... rebuild_cache" - @echo "... test" - @echo "... KF5Config_QCH" - @echo "... KF5CoreAddons_QCH" - @echo "... KF5I18n_QCH" - @echo "... KF5Package_QCH" - @echo "... KF5Plasma_QCH" - @echo "... KF5Service_QCH" - @echo "... KF5WindowSystem_QCH" - @echo "... fetch-translations" - @echo "... org.kde.plasma.seventasks-plasmoids-metadata-json" - @echo "... plasma_applet_seventasks_autogen" - @echo "... uninstall" - @echo "... plasma_applet_seventasks" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/cmake_install.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/cmake_install.cmake deleted file mode 100644 index dcbe088..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/cmake_install.cmake +++ /dev/null @@ -1,59 +0,0 @@ -# Install script for directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/cmake_install.cmake") -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/ecm_uninstall.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/ecm_uninstall.cmake deleted file mode 100644 index 08d377f..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/ecm_uninstall.cmake +++ /dev/null @@ -1,21 +0,0 @@ -if(NOT EXISTS "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/install_manifest.txt") - message(FATAL_ERROR "Cannot find install manifest: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/install_manifest.txt") -endif() - -file(READ "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/install_manifest.txt" files) -string(REGEX REPLACE "\n" ";" files "${files}") -foreach(file ${files}) - message(STATUS "Uninstalling $ENV{DESTDIR}${file}") - if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") - exec_program( - "/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" - OUTPUT_VARIABLE rm_out - RETURN_VALUE rm_retval - ) - if(NOT "${rm_retval}" STREQUAL 0) - message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}") - endif() - else() - message(STATUS "File $ENV{DESTDIR}${file} does not exist.") - endif() -endforeach() diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/install_manifest.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/install_manifest.txt deleted file mode 100644 index 04380cb..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/install_manifest.txt +++ /dev/null @@ -1,29 +0,0 @@ -/usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/config/config.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/config/main.xml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/code/layout.js -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/code/tools.js -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/AudioStream.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/Badge.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ConfigAppearance.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ConfigBehavior.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ContextMenu.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/GroupDialog.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/GroupExpanderOverlay.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/MouseHandler.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/PipeWireThumbnail.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/PulseAudio.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ScrollViewTask.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ScrollableTextWrapper.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/Task.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/TaskBadgeOverlay.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/TaskList.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/TaskProgressOverlay.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ToolTipDelegate.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ToolTipInstance.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/ToolTipWindowMouseArea.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/contents/ui/main.qml -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/metadata.desktop -/usr/share/plasma/plasmoids/org.kde.plasma.seventasks/metadata.json -/usr/share/metainfo/org.kde.plasma.seventasks.appdata.xml -/usr/share/kservices5/plasma-applet-org.kde.plasma.seventasks.desktop \ No newline at end of file diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 3f90bad..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make deleted file mode 100644 index 0004b40..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make +++ /dev/null @@ -1,91 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for org.kde.plasma.seventasks-plasmoids-metadata-json. - -# Include any custom commands dependencies for this target. -include src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.make - -# Include the progress variables for this target. -include src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/progress.make - -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json: src/org.kde.plasma.seventasks-plasmoids-metadata.json - -src/org.kde.plasma.seventasks-plasmoids-metadata.json: ../src/package/metadata.desktop - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating org.kde.plasma.seventasks-plasmoids-metadata.json" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src && /usr/bin/desktoptojson -i /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/package/metadata.desktop -o /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/org.kde.plasma.seventasks-plasmoids-metadata.json - -org.kde.plasma.seventasks-plasmoids-metadata-json: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json -org.kde.plasma.seventasks-plasmoids-metadata-json: src/org.kde.plasma.seventasks-plasmoids-metadata.json -org.kde.plasma.seventasks-plasmoids-metadata-json: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json - -# Rule to build all files generated by this target. -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build: org.kde.plasma.seventasks-plasmoids-metadata-json -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build - -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && $(CMAKE_COMMAND) -P CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/clean - -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake deleted file mode 100644 index b836dbc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake +++ /dev/null @@ -1,9 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json" - "org.kde.plasma.seventasks-plasmoids-metadata.json" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.make deleted file mode 100644 index 97e914d..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for org.kde.plasma.seventasks-plasmoids-metadata-json. -# This may be replaced when dependencies are built. diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts deleted file mode 100644 index 16c5f4f..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for org.kde.plasma.seventasks-plasmoids-metadata-json. diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake deleted file mode 100644 index de168b8..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake +++ /dev/null @@ -1,20 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp" "src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" "gcc" "src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d" - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp" "src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" "gcc" "src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make deleted file mode 100644 index 4a277b7..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make +++ /dev/null @@ -1,127 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Include any dependencies generated for this target. -include src/CMakeFiles/plasma_applet_seventasks.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make - -# Include the progress variables for this target. -include src/CMakeFiles/plasma_applet_seventasks.dir/progress.make - -# Include the compile flags for this target's objects. -include src/CMakeFiles/plasma_applet_seventasks.dir/flags.make - -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/flags.make -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/plasma_applet_seventasks_autogen/mocs_compilation.cpp -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -MF CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp - -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp > CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i - -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp -o CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s - -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/flags.make -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: ../src/seventasks.cpp -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -MF CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d -o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -c /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp - -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp > CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i - -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp -o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s - -# Object files for target plasma_applet_seventasks -plasma_applet_seventasks_OBJECTS = \ -"CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" \ -"CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" - -# External object files for target plasma_applet_seventasks -plasma_applet_seventasks_EXTERNAL_OBJECTS = - -src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/build.make -src/plasma_applet_seventasks.so: /usr/lib/libX11.so -src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared module plasma_applet_seventasks.so" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/plasma_applet_seventasks.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -src/CMakeFiles/plasma_applet_seventasks.dir/build: src/plasma_applet_seventasks.so -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/build - -src/CMakeFiles/plasma_applet_seventasks.dir/clean: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && $(CMAKE_COMMAND) -P CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/clean - -src/CMakeFiles/plasma_applet_seventasks.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal deleted file mode 100644 index 22c6f79..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal +++ /dev/null @@ -1,949 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp - /usr/include/stdc-predef.h - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp - /usr/include/c++/12.1.1/memory - /usr/include/c++/12.1.1/bits/stl_algobase.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h - /usr/include/features.h - /usr/include/features-time64.h - /usr/include/bits/wordsize.h - /usr/include/bits/timesize.h - /usr/include/sys/cdefs.h - /usr/include/bits/long-double.h - /usr/include/gnu/stubs.h - /usr/include/gnu/stubs-64.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h - /usr/include/c++/12.1.1/bits/functexcept.h - /usr/include/c++/12.1.1/bits/exception_defines.h - /usr/include/c++/12.1.1/bits/cpp_type_traits.h - /usr/include/c++/12.1.1/ext/type_traits.h - /usr/include/c++/12.1.1/ext/numeric_traits.h - /usr/include/c++/12.1.1/bits/stl_pair.h - /usr/include/c++/12.1.1/type_traits - /usr/include/c++/12.1.1/bits/move.h - /usr/include/c++/12.1.1/bits/utility.h - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h - /usr/include/c++/12.1.1/bits/concept_check.h - /usr/include/c++/12.1.1/debug/assertions.h - /usr/include/c++/12.1.1/bits/stl_iterator.h - /usr/include/c++/12.1.1/bits/ptr_traits.h - /usr/include/c++/12.1.1/debug/debug.h - /usr/include/c++/12.1.1/bits/predefined_ops.h - /usr/include/c++/12.1.1/bits/allocator.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h - /usr/include/c++/12.1.1/bits/new_allocator.h - /usr/include/c++/12.1.1/new - /usr/include/c++/12.1.1/bits/exception.h - /usr/include/c++/12.1.1/bits/memoryfwd.h - /usr/include/c++/12.1.1/bits/stl_construct.h - /usr/include/c++/12.1.1/bits/stl_uninitialized.h - /usr/include/c++/12.1.1/ext/alloc_traits.h - /usr/include/c++/12.1.1/bits/alloc_traits.h - /usr/include/c++/12.1.1/bits/stl_tempbuf.h - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h - /usr/include/c++/12.1.1/bits/align.h - /usr/include/c++/12.1.1/bit - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h - /usr/include/stdint.h - /usr/include/bits/libc-header-start.h - /usr/include/bits/types.h - /usr/include/bits/typesizes.h - /usr/include/bits/time64.h - /usr/include/bits/wchar.h - /usr/include/bits/stdint-intn.h - /usr/include/bits/stdint-uintn.h - /usr/include/c++/12.1.1/bits/uses_allocator.h - /usr/include/c++/12.1.1/bits/unique_ptr.h - /usr/include/c++/12.1.1/tuple - /usr/include/c++/12.1.1/bits/invoke.h - /usr/include/c++/12.1.1/bits/stl_function.h - /usr/include/c++/12.1.1/backward/binders.h - /usr/include/c++/12.1.1/bits/functional_hash.h - /usr/include/c++/12.1.1/bits/hash_bytes.h - /usr/include/c++/12.1.1/bits/shared_ptr.h - /usr/include/c++/12.1.1/iosfwd - /usr/include/c++/12.1.1/bits/stringfwd.h - /usr/include/c++/12.1.1/bits/postypes.h - /usr/include/c++/12.1.1/cwchar - /usr/include/wchar.h - /usr/include/bits/floatn.h - /usr/include/bits/floatn-common.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h - /usr/include/bits/types/wint_t.h - /usr/include/bits/types/mbstate_t.h - /usr/include/bits/types/__mbstate_t.h - /usr/include/bits/types/__FILE.h - /usr/include/bits/types/FILE.h - /usr/include/bits/types/locale_t.h - /usr/include/bits/types/__locale_t.h - /usr/include/c++/12.1.1/bits/shared_ptr_base.h - /usr/include/c++/12.1.1/typeinfo - /usr/include/c++/12.1.1/bits/allocated_ptr.h - /usr/include/c++/12.1.1/bits/refwrap.h - /usr/include/c++/12.1.1/ext/aligned_buffer.h - /usr/include/c++/12.1.1/ext/atomicity.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h - /usr/include/pthread.h - /usr/include/sched.h - /usr/include/bits/types/time_t.h - /usr/include/bits/types/struct_timespec.h - /usr/include/bits/endian.h - /usr/include/bits/endianness.h - /usr/include/bits/sched.h - /usr/include/bits/types/struct_sched_param.h - /usr/include/bits/cpu-set.h - /usr/include/time.h - /usr/include/bits/time.h - /usr/include/bits/timex.h - /usr/include/bits/types/struct_timeval.h - /usr/include/bits/types/clock_t.h - /usr/include/bits/types/struct_tm.h - /usr/include/bits/types/clockid_t.h - /usr/include/bits/types/timer_t.h - /usr/include/bits/types/struct_itimerspec.h - /usr/include/bits/pthreadtypes.h - /usr/include/bits/thread-shared-types.h - /usr/include/bits/pthreadtypes-arch.h - /usr/include/bits/atomic_wide_counter.h - /usr/include/bits/struct_mutex.h - /usr/include/bits/struct_rwlock.h - /usr/include/bits/setjmp.h - /usr/include/bits/types/__sigset_t.h - /usr/include/bits/types/struct___jmp_buf_tag.h - /usr/include/bits/pthread_stack_min-dynamic.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h - /usr/include/sys/single_threaded.h - /usr/include/c++/12.1.1/ext/concurrence.h - /usr/include/c++/12.1.1/exception - /usr/include/c++/12.1.1/bits/exception_ptr.h - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h - /usr/include/c++/12.1.1/bits/nested_exception.h - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h - /usr/include/c++/12.1.1/bits/atomic_base.h - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h - /usr/include/c++/12.1.1/backward/auto_ptr.h - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h - /usr/include/KF5/Plasma/Applet - /usr/include/KF5/plasma/applet.h - /usr/include/qt/QtGui/QKeySequence - /usr/include/qt/QtGui/qkeysequence.h - /usr/include/qt/QtGui/qtguiglobal.h - /usr/include/qt/QtCore/qglobal.h - /usr/include/c++/12.1.1/cstddef - /usr/include/c++/12.1.1/utility - /usr/include/c++/12.1.1/bits/stl_relops.h - /usr/include/c++/12.1.1/initializer_list - /usr/include/assert.h - /usr/include/qt/QtCore/qconfig.h - /usr/include/qt/QtCore/qtcore-config.h - /usr/include/qt/QtCore/qsystemdetection.h - /usr/include/qt/QtCore/qprocessordetection.h - /usr/include/qt/QtCore/qcompilerdetection.h - /usr/include/c++/12.1.1/algorithm - /usr/include/c++/12.1.1/bits/stl_algo.h - /usr/include/c++/12.1.1/bits/algorithmfwd.h - /usr/include/c++/12.1.1/bits/stl_heap.h - /usr/include/c++/12.1.1/bits/uniform_int_dist.h - /usr/include/c++/12.1.1/cstdlib - /usr/include/stdlib.h - /usr/include/bits/waitflags.h - /usr/include/bits/waitstatus.h - /usr/include/sys/types.h - /usr/include/endian.h - /usr/include/bits/byteswap.h - /usr/include/bits/uintn-identity.h - /usr/include/sys/select.h - /usr/include/bits/select.h - /usr/include/bits/types/sigset_t.h - /usr/include/alloca.h - /usr/include/bits/stdlib-float.h - /usr/include/c++/12.1.1/bits/std_abs.h - /usr/include/qt/QtCore/qtypeinfo.h - /usr/include/qt/QtCore/qsysinfo.h - /usr/include/qt/QtCore/qlogging.h - /usr/include/qt/QtCore/qflags.h - /usr/include/qt/QtCore/qatomic.h - /usr/include/qt/QtCore/qbasicatomic.h - /usr/include/qt/QtCore/qatomic_cxx11.h - /usr/include/qt/QtCore/qgenericatomic.h - /usr/include/c++/12.1.1/atomic - /usr/include/qt/QtCore/qglobalstatic.h - /usr/include/qt/QtCore/qnumeric.h - /usr/include/qt/QtCore/qversiontagging.h - /usr/include/qt/QtGui/qtgui-config.h - /usr/include/qt/QtCore/qstring.h - /usr/include/qt/QtCore/qchar.h - /usr/include/qt/QtCore/qbytearray.h - /usr/include/qt/QtCore/qrefcount.h - /usr/include/qt/QtCore/qnamespace.h - /usr/include/qt/QtCore/qarraydata.h - /usr/include/string.h - /usr/include/strings.h - /usr/include/c++/12.1.1/cstdint - /usr/include/c++/12.1.1/stdlib.h - /usr/include/c++/12.1.1/string - /usr/include/c++/12.1.1/bits/char_traits.h - /usr/include/c++/12.1.1/bits/localefwd.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h - /usr/include/c++/12.1.1/clocale - /usr/include/locale.h - /usr/include/bits/locale.h - /usr/include/c++/12.1.1/cctype - /usr/include/ctype.h - /usr/include/c++/12.1.1/bits/ostream_insert.h - /usr/include/c++/12.1.1/bits/cxxabi_forced.h - /usr/include/c++/12.1.1/bits/range_access.h - /usr/include/c++/12.1.1/bits/basic_string.h - /usr/include/c++/12.1.1/ext/string_conversions.h - /usr/include/c++/12.1.1/cstdio - /usr/include/stdio.h - /usr/include/bits/types/__fpos_t.h - /usr/include/bits/types/__fpos64_t.h - /usr/include/bits/types/struct_FILE.h - /usr/include/bits/types/cookie_io_functions_t.h - /usr/include/bits/stdio_lim.h - /usr/include/c++/12.1.1/cerrno - /usr/include/errno.h - /usr/include/bits/errno.h - /usr/include/linux/errno.h - /usr/include/asm/errno.h - /usr/include/asm-generic/errno.h - /usr/include/asm-generic/errno-base.h - /usr/include/bits/types/error_t.h - /usr/include/c++/12.1.1/bits/charconv.h - /usr/include/c++/12.1.1/bits/basic_string.tcc - /usr/include/c++/12.1.1/iterator - /usr/include/c++/12.1.1/bits/stream_iterator.h - /usr/include/c++/12.1.1/bits/streambuf_iterator.h - /usr/include/c++/12.1.1/streambuf - /usr/include/c++/12.1.1/bits/ios_base.h - /usr/include/c++/12.1.1/bits/locale_classes.h - /usr/include/c++/12.1.1/bits/locale_classes.tcc - /usr/include/c++/12.1.1/system_error - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h - /usr/include/c++/12.1.1/stdexcept - /usr/include/c++/12.1.1/bits/streambuf.tcc - /usr/include/qt/QtCore/qstringliteral.h - /usr/include/qt/QtCore/qstringalgorithms.h - /usr/include/qt/QtCore/qstringview.h - /usr/include/qt/QtCore/qobjectdefs.h - /usr/include/qt/QtCore/qobjectdefs_impl.h - /usr/include/qt/QtCore/QObject - /usr/include/qt/QtCore/qobject.h - /usr/include/qt/QtCore/qlist.h - /usr/include/qt/QtCore/qalgorithms.h - /usr/include/qt/QtCore/qiterator.h - /usr/include/qt/QtCore/qhashfunctions.h - /usr/include/qt/QtCore/qpair.h - /usr/include/c++/12.1.1/numeric - /usr/include/c++/12.1.1/bits/stl_numeric.h - /usr/include/c++/12.1.1/functional - /usr/include/c++/12.1.1/bits/std_function.h - /usr/include/qt/QtCore/qvector.h - /usr/include/qt/QtCore/qcontainertools_impl.h - /usr/include/c++/12.1.1/vector - /usr/include/c++/12.1.1/bits/stl_vector.h - /usr/include/c++/12.1.1/bits/stl_bvector.h - /usr/include/c++/12.1.1/bits/vector.tcc - /usr/include/c++/12.1.1/list - /usr/include/c++/12.1.1/bits/stl_list.h - /usr/include/c++/12.1.1/bits/list.tcc - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h - /usr/include/limits.h - /usr/include/bits/posix1_lim.h - /usr/include/bits/local_lim.h - /usr/include/linux/limits.h - /usr/include/bits/posix2_lim.h - /usr/include/bits/xopen_lim.h - /usr/include/bits/uio_lim.h - /usr/include/qt/QtCore/qbytearraylist.h - /usr/include/qt/QtCore/qstringlist.h - /usr/include/qt/QtCore/qregexp.h - /usr/include/qt/QtCore/qstringmatcher.h - /usr/include/qt/QtCore/qscopedpointer.h - /usr/include/qt/QtCore/qmetatype.h - /usr/include/qt/QtCore/qvarlengtharray.h - /usr/include/qt/QtCore/qcontainerfwd.h - /usr/include/c++/12.1.1/map - /usr/include/c++/12.1.1/bits/stl_tree.h - /usr/include/c++/12.1.1/bits/stl_map.h - /usr/include/c++/12.1.1/bits/stl_multimap.h - /usr/include/c++/12.1.1/bits/erase_if.h - /usr/include/qt/QtCore/qobject_impl.h - /usr/include/c++/12.1.1/chrono - /usr/include/c++/12.1.1/bits/chrono.h - /usr/include/c++/12.1.1/ratio - /usr/include/c++/12.1.1/limits - /usr/include/c++/12.1.1/ctime - /usr/include/c++/12.1.1/bits/parse_numbers.h - /usr/include/qt/QtCore/QUrl - /usr/include/qt/QtCore/qurl.h - /usr/include/KF5/KConfigCore/KConfigGroup - /usr/include/KF5/KConfigCore/kconfiggroup.h - /usr/include/KF5/KConfigCore/kconfigbase.h - /usr/include/KF5/KConfigCore/kconfigcore_export.h - /usr/include/qt/QtCore/QStringList - /usr/include/qt/QtCore/qstringlist.h - /usr/include/qt/QtCore/QtGlobal - /usr/include/qt/QtCore/qglobal.h - /usr/include/qt/QtCore/QExplicitlySharedDataPointer - /usr/include/qt/QtCore/qshareddata.h - /usr/include/qt/QtCore/qhash.h - /usr/include/qt/QtCore/QVariant - /usr/include/qt/QtCore/qvariant.h - /usr/include/qt/QtCore/qmap.h - /usr/include/qt/QtCore/qobject.h - /usr/include/KF5/KConfigCore/conversioncheck.h - /usr/include/qt/QtCore/QDate - /usr/include/qt/QtCore/qdatetime.h - /usr/include/qt/QtCore/qshareddata.h - /usr/include/qt/QtCore/QPoint - /usr/include/qt/QtCore/qpoint.h - /usr/include/qt/QtCore/QRect - /usr/include/qt/QtCore/qrect.h - /usr/include/qt/QtCore/qmargins.h - /usr/include/qt/QtCore/qsize.h - /usr/include/qt/QtCore/qpoint.h - /usr/include/qt/QtCore/QSize - /usr/include/qt/QtCore/qsize.h - /usr/include/qt/QtCore/QString - /usr/include/qt/QtCore/qstring.h - /usr/include/qt/QtCore/QUuid - /usr/include/qt/QtCore/quuid.h - /usr/include/KF5/plasma/plasma_export.h - /usr/include/KF5/KService/KPluginInfo - /usr/include/KF5/KService/kplugininfo.h - /usr/include/qt/QtCore/QList - /usr/include/qt/QtCore/qlist.h - /usr/include/KF5/KService/kservice.h - /usr/include/KF5/KService/kserviceaction.h - /usr/include/qt/QtCore/QSharedDataPointer - /usr/include/KF5/KService/kservice_export.h - /usr/include/qt/QtCore/QCoreApplication - /usr/include/qt/QtCore/qcoreapplication.h - /usr/include/qt/QtCore/qcoreevent.h - /usr/include/qt/QtCore/qeventloop.h - /usr/include/KF5/KService/ksycocaentry.h - /usr/include/KF5/KService/ksycocatype.h - /usr/include/qt/QtCore/QDataStream - /usr/include/qt/QtCore/qdatastream.h - /usr/include/qt/QtCore/qiodevice.h - /usr/include/KF5/KCoreAddons/KPluginFactory - /usr/include/KF5/KCoreAddons/kpluginfactory.h - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h - /usr/include/KF5/KCoreAddons/kpluginmetadata.h - /usr/include/qt/QtCore/QJsonObject - /usr/include/qt/QtCore/qjsonobject.h - /usr/include/qt/QtCore/qjsonvalue.h - /usr/include/qt/QtCore/qcborvalue.h - /usr/include/qt/QtCore/qdatetime.h - /usr/include/qt/QtCore/qcborcommon.h - /usr/include/qt/QtCore/qdebug.h - /usr/include/qt/QtCore/qtextstream.h - /usr/include/qt/QtCore/qlocale.h - /usr/include/qt/QtCore/qvariant.h - /usr/include/qt/QtCore/qset.h - /usr/include/qt/QtCore/qcontiguouscache.h - /usr/include/qt/QtCore/qsharedpointer.h - /usr/include/qt/QtCore/qsharedpointer_impl.h - /usr/include/qt/QtCore/qregularexpression.h - /usr/include/qt/QtCore/qurl.h - /usr/include/qt/QtCore/quuid.h - /usr/include/qt/QtCore/QMetaType - /usr/include/qt/QtCore/qmetatype.h - /usr/include/KF5/KCoreAddons/kexportplugin.h - /usr/include/qt/QtCore/QPluginLoader - /usr/include/qt/QtCore/qpluginloader.h - /usr/include/qt/QtCore/qlibrary.h - /usr/include/qt/QtCore/qplugin.h - /usr/include/qt/QtCore/qpointer.h - /usr/include/qt/QtCore/qjsonobject.h - /usr/include/qt/QtCore/QtPlugin - /usr/include/qt/QtCore/qplugin.h - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h - /usr/include/KF5/KCoreAddons/KPluginLoader - /usr/include/KF5/KCoreAddons/kpluginloader.h - /usr/include/KF5/plasma/framesvg.h - /usr/include/qt/QtGui/QPixmap - /usr/include/qt/QtGui/qpixmap.h - /usr/include/qt/QtGui/qpaintdevice.h - /usr/include/qt/QtGui/qwindowdefs.h - /usr/include/qt/QtCore/qrect.h - /usr/include/qt/QtGui/qcolor.h - /usr/include/qt/QtGui/qrgb.h - /usr/include/qt/QtGui/qrgba64.h - /usr/include/qt/QtGui/qimage.h - /usr/include/qt/QtGui/qpixelformat.h - /usr/include/qt/QtGui/qtransform.h - /usr/include/qt/QtGui/qmatrix.h - /usr/include/qt/QtGui/qpolygon.h - /usr/include/qt/QtGui/qregion.h - /usr/include/qt/QtCore/qdatastream.h - /usr/include/qt/QtCore/qline.h - /usr/include/KF5/plasma/plasma.h - /usr/include/KF5/plasma/svg.h - /usr/include/KF5/plasma/theme.h - /usr/include/qt/QtGui/QFont - /usr/include/qt/QtGui/qfont.h - /usr/include/qt/QtGui/QGuiApplication - /usr/include/qt/QtGui/qguiapplication.h - /usr/include/qt/QtCore/qcoreapplication.h - /usr/include/qt/QtGui/qinputmethod.h - /usr/include/KF5/KConfigCore/KSharedConfig - /usr/include/KF5/KConfigCore/ksharedconfig.h - /usr/include/KF5/KConfigCore/kconfig.h - /usr/include/qt/QtCore/QByteArray - /usr/include/qt/QtCore/qbytearray.h - /usr/include/qt/QtCore/QStandardPaths - /usr/include/qt/QtCore/qstandardpaths.h - /usr/include/KF5/KPackage/KPackage/Package - /usr/include/KF5/KPackage/kpackage/package.h - /usr/include/qt/QtCore/QCryptographicHash - /usr/include/qt/QtCore/qcryptographichash.h - /usr/include/KF5/KCoreAddons/KPluginMetaData - /usr/include/KF5/KPackage/kpackage/package_export.h - /usr/include/KF5/KCoreAddons/KJob - /usr/include/KF5/KCoreAddons/kjob.h - /usr/include/qt/QtCore/QPair - /usr/include/qt/QtCore/qpair.h - /usr/include/qt/QtGui/QColor - /usr/include/qt/QtGui/qcolor.h - /usr/include/qt/QtGui/QImage - /usr/include/qt/QtGui/qimage.h - /usr/include/qt/QtGui/QRgb - /usr/include/qt/QtGui/qrgb.h - /usr/include/qt/QtGui/QIcon - /usr/include/qt/QtGui/qicon.h - /usr/include/qt/QtGui/qpixmap.h - /usr/include/qt/QtQuick/QQuickItem - /usr/include/qt/QtQuick/qquickitem.h - /usr/include/qt/QtQuick/qtquickglobal.h - /usr/include/qt/QtQml/qtqmlglobal.h - /usr/include/qt/QtQml/qtqml-config.h - /usr/include/qt/QtNetwork/qtnetworkglobal.h - /usr/include/qt/QtNetwork/qtnetwork-config.h - /usr/include/qt/QtQuick/qtquick-config.h - /usr/include/qt/QtQml/qqml.h - /usr/include/qt/QtQml/qqmlprivate.h - /usr/include/qt/QtQml/qqmlparserstatus.h - /usr/include/qt/QtQml/qqmllist.h - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h - /usr/include/qt/QtCore/qmetaobject.h - /usr/include/qt/QtQml/qqmlcomponent.h - /usr/include/qt/QtQml/qqmlerror.h - /usr/include/qt/QtQml/qjsvalue.h - /usr/include/qt/QtCore/QObject - /usr/include/qt/QtCore/QList - /usr/include/qt/QtGui/qevent.h - /usr/include/qt/QtGui/qkeysequence.h - /usr/include/qt/QtCore/qfile.h - /usr/include/qt/QtCore/qfiledevice.h - /usr/include/qt/QtGui/qvector2d.h - /usr/include/qt/QtGui/qtouchdevice.h - /usr/include/qt/QtGui/qfont.h - /usr/include/qt/QtGui/qaccessible.h - /usr/include/qt/QtQuick/QQuickItemGrabResult - /usr/include/qt/QtQuick/qquickitemgrabresult.h - /usr/include/qt/QtCore/QSize - /usr/include/qt/QtCore/QUrl - /usr/include/qt/QtGui/QImage - /usr/include/qt/QtQml/QJSValue - /usr/include/qt/QtQml/qjsvalue.h - /usr/include/qt/QtGui/QWindow - /usr/include/qt/QtGui/qwindow.h - /usr/include/qt/QtCore/QEvent - /usr/include/qt/QtCore/qcoreevent.h - /usr/include/qt/QtCore/QMargins - /usr/include/qt/QtCore/qmargins.h - /usr/include/qt/QtCore/QRect - /usr/include/qt/QtGui/qsurface.h - /usr/include/qt/QtGui/qsurfaceformat.h - /usr/include/qt/QtGui/qicon.h - /usr/include/qt/QtGui/qcursor.h - -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp - /usr/include/stdc-predef.h - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h - /usr/include/KF5/Plasma/Applet - /usr/include/KF5/plasma/applet.h - /usr/include/qt/QtGui/QKeySequence - /usr/include/qt/QtGui/qkeysequence.h - /usr/include/qt/QtGui/qtguiglobal.h - /usr/include/qt/QtCore/qglobal.h - /usr/include/c++/12.1.1/type_traits - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h - /usr/include/features.h - /usr/include/features-time64.h - /usr/include/bits/wordsize.h - /usr/include/bits/timesize.h - /usr/include/sys/cdefs.h - /usr/include/bits/long-double.h - /usr/include/gnu/stubs.h - /usr/include/gnu/stubs-64.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h - /usr/include/c++/12.1.1/cstddef - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h - /usr/include/c++/12.1.1/utility - /usr/include/c++/12.1.1/bits/stl_relops.h - /usr/include/c++/12.1.1/bits/stl_pair.h - /usr/include/c++/12.1.1/bits/move.h - /usr/include/c++/12.1.1/bits/utility.h - /usr/include/c++/12.1.1/initializer_list - /usr/include/assert.h - /usr/include/qt/QtCore/qconfig.h - /usr/include/qt/QtCore/qtcore-config.h - /usr/include/qt/QtCore/qsystemdetection.h - /usr/include/qt/QtCore/qprocessordetection.h - /usr/include/qt/QtCore/qcompilerdetection.h - /usr/include/c++/12.1.1/algorithm - /usr/include/c++/12.1.1/bits/stl_algobase.h - /usr/include/c++/12.1.1/bits/functexcept.h - /usr/include/c++/12.1.1/bits/exception_defines.h - /usr/include/c++/12.1.1/bits/cpp_type_traits.h - /usr/include/c++/12.1.1/ext/type_traits.h - /usr/include/c++/12.1.1/ext/numeric_traits.h - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h - /usr/include/c++/12.1.1/bits/concept_check.h - /usr/include/c++/12.1.1/debug/assertions.h - /usr/include/c++/12.1.1/bits/stl_iterator.h - /usr/include/c++/12.1.1/bits/ptr_traits.h - /usr/include/c++/12.1.1/debug/debug.h - /usr/include/c++/12.1.1/bits/predefined_ops.h - /usr/include/c++/12.1.1/bits/stl_algo.h - /usr/include/c++/12.1.1/bits/algorithmfwd.h - /usr/include/c++/12.1.1/bits/stl_heap.h - /usr/include/c++/12.1.1/bits/stl_tempbuf.h - /usr/include/c++/12.1.1/bits/stl_construct.h - /usr/include/c++/12.1.1/new - /usr/include/c++/12.1.1/bits/exception.h - /usr/include/c++/12.1.1/bits/uniform_int_dist.h - /usr/include/c++/12.1.1/cstdlib - /usr/include/stdlib.h - /usr/include/bits/libc-header-start.h - /usr/include/bits/waitflags.h - /usr/include/bits/waitstatus.h - /usr/include/bits/floatn.h - /usr/include/bits/floatn-common.h - /usr/include/bits/types/locale_t.h - /usr/include/bits/types/__locale_t.h - /usr/include/sys/types.h - /usr/include/bits/types.h - /usr/include/bits/typesizes.h - /usr/include/bits/time64.h - /usr/include/bits/types/clock_t.h - /usr/include/bits/types/clockid_t.h - /usr/include/bits/types/time_t.h - /usr/include/bits/types/timer_t.h - /usr/include/bits/stdint-intn.h - /usr/include/endian.h - /usr/include/bits/endian.h - /usr/include/bits/endianness.h - /usr/include/bits/byteswap.h - /usr/include/bits/uintn-identity.h - /usr/include/sys/select.h - /usr/include/bits/select.h - /usr/include/bits/types/sigset_t.h - /usr/include/bits/types/__sigset_t.h - /usr/include/bits/types/struct_timeval.h - /usr/include/bits/types/struct_timespec.h - /usr/include/bits/pthreadtypes.h - /usr/include/bits/thread-shared-types.h - /usr/include/bits/pthreadtypes-arch.h - /usr/include/bits/atomic_wide_counter.h - /usr/include/bits/struct_mutex.h - /usr/include/bits/struct_rwlock.h - /usr/include/alloca.h - /usr/include/bits/stdlib-float.h - /usr/include/c++/12.1.1/bits/std_abs.h - /usr/include/qt/QtCore/qtypeinfo.h - /usr/include/qt/QtCore/qsysinfo.h - /usr/include/qt/QtCore/qlogging.h - /usr/include/qt/QtCore/qflags.h - /usr/include/qt/QtCore/qatomic.h - /usr/include/qt/QtCore/qbasicatomic.h - /usr/include/qt/QtCore/qatomic_cxx11.h - /usr/include/qt/QtCore/qgenericatomic.h - /usr/include/c++/12.1.1/atomic - /usr/include/c++/12.1.1/bits/atomic_base.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h - /usr/include/stdint.h - /usr/include/bits/wchar.h - /usr/include/bits/stdint-uintn.h - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h - /usr/include/qt/QtCore/qglobalstatic.h - /usr/include/qt/QtCore/qnumeric.h - /usr/include/qt/QtCore/qversiontagging.h - /usr/include/qt/QtGui/qtgui-config.h - /usr/include/qt/QtCore/qstring.h - /usr/include/qt/QtCore/qchar.h - /usr/include/qt/QtCore/qbytearray.h - /usr/include/qt/QtCore/qrefcount.h - /usr/include/qt/QtCore/qnamespace.h - /usr/include/qt/QtCore/qarraydata.h - /usr/include/string.h - /usr/include/strings.h - /usr/include/c++/12.1.1/cstdint - /usr/include/c++/12.1.1/stdlib.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h - /usr/include/c++/12.1.1/string - /usr/include/c++/12.1.1/bits/stringfwd.h - /usr/include/c++/12.1.1/bits/memoryfwd.h - /usr/include/c++/12.1.1/bits/char_traits.h - /usr/include/c++/12.1.1/bits/postypes.h - /usr/include/c++/12.1.1/cwchar - /usr/include/wchar.h - /usr/include/bits/types/wint_t.h - /usr/include/bits/types/mbstate_t.h - /usr/include/bits/types/__mbstate_t.h - /usr/include/bits/types/__FILE.h - /usr/include/bits/types/FILE.h - /usr/include/c++/12.1.1/bits/allocator.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h - /usr/include/c++/12.1.1/bits/new_allocator.h - /usr/include/c++/12.1.1/bits/localefwd.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h - /usr/include/c++/12.1.1/clocale - /usr/include/locale.h - /usr/include/bits/locale.h - /usr/include/c++/12.1.1/iosfwd - /usr/include/c++/12.1.1/cctype - /usr/include/ctype.h - /usr/include/c++/12.1.1/bits/ostream_insert.h - /usr/include/c++/12.1.1/bits/cxxabi_forced.h - /usr/include/c++/12.1.1/bits/stl_function.h - /usr/include/c++/12.1.1/backward/binders.h - /usr/include/c++/12.1.1/bits/refwrap.h - /usr/include/c++/12.1.1/bits/invoke.h - /usr/include/c++/12.1.1/bits/range_access.h - /usr/include/c++/12.1.1/bits/basic_string.h - /usr/include/c++/12.1.1/ext/alloc_traits.h - /usr/include/c++/12.1.1/bits/alloc_traits.h - /usr/include/c++/12.1.1/ext/string_conversions.h - /usr/include/c++/12.1.1/cstdio - /usr/include/stdio.h - /usr/include/bits/types/__fpos_t.h - /usr/include/bits/types/__fpos64_t.h - /usr/include/bits/types/struct_FILE.h - /usr/include/bits/types/cookie_io_functions_t.h - /usr/include/bits/stdio_lim.h - /usr/include/c++/12.1.1/cerrno - /usr/include/errno.h - /usr/include/bits/errno.h - /usr/include/linux/errno.h - /usr/include/asm/errno.h - /usr/include/asm-generic/errno.h - /usr/include/asm-generic/errno-base.h - /usr/include/bits/types/error_t.h - /usr/include/c++/12.1.1/bits/charconv.h - /usr/include/c++/12.1.1/bits/functional_hash.h - /usr/include/c++/12.1.1/bits/hash_bytes.h - /usr/include/c++/12.1.1/bits/basic_string.tcc - /usr/include/c++/12.1.1/iterator - /usr/include/c++/12.1.1/bits/stream_iterator.h - /usr/include/c++/12.1.1/bits/streambuf_iterator.h - /usr/include/c++/12.1.1/streambuf - /usr/include/c++/12.1.1/bits/ios_base.h - /usr/include/c++/12.1.1/ext/atomicity.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h - /usr/include/pthread.h - /usr/include/sched.h - /usr/include/bits/sched.h - /usr/include/bits/types/struct_sched_param.h - /usr/include/bits/cpu-set.h - /usr/include/time.h - /usr/include/bits/time.h - /usr/include/bits/timex.h - /usr/include/bits/types/struct_tm.h - /usr/include/bits/types/struct_itimerspec.h - /usr/include/bits/setjmp.h - /usr/include/bits/types/struct___jmp_buf_tag.h - /usr/include/bits/pthread_stack_min-dynamic.h - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h - /usr/include/sys/single_threaded.h - /usr/include/c++/12.1.1/bits/locale_classes.h - /usr/include/c++/12.1.1/bits/locale_classes.tcc - /usr/include/c++/12.1.1/system_error - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h - /usr/include/c++/12.1.1/stdexcept - /usr/include/c++/12.1.1/exception - /usr/include/c++/12.1.1/bits/exception_ptr.h - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h - /usr/include/c++/12.1.1/typeinfo - /usr/include/c++/12.1.1/bits/nested_exception.h - /usr/include/c++/12.1.1/bits/streambuf.tcc - /usr/include/qt/QtCore/qstringliteral.h - /usr/include/qt/QtCore/qstringalgorithms.h - /usr/include/qt/QtCore/qstringview.h - /usr/include/qt/QtCore/qobjectdefs.h - /usr/include/qt/QtCore/qobjectdefs_impl.h - /usr/include/qt/QtCore/QObject - /usr/include/qt/QtCore/qobject.h - /usr/include/qt/QtCore/qlist.h - /usr/include/qt/QtCore/qalgorithms.h - /usr/include/qt/QtCore/qiterator.h - /usr/include/qt/QtCore/qhashfunctions.h - /usr/include/qt/QtCore/qpair.h - /usr/include/c++/12.1.1/numeric - /usr/include/c++/12.1.1/bits/stl_numeric.h - /usr/include/c++/12.1.1/functional - /usr/include/c++/12.1.1/tuple - /usr/include/c++/12.1.1/bits/uses_allocator.h - /usr/include/c++/12.1.1/bits/std_function.h - /usr/include/qt/QtCore/qvector.h - /usr/include/qt/QtCore/qcontainertools_impl.h - /usr/include/c++/12.1.1/vector - /usr/include/c++/12.1.1/bits/stl_uninitialized.h - /usr/include/c++/12.1.1/bits/stl_vector.h - /usr/include/c++/12.1.1/bits/stl_bvector.h - /usr/include/c++/12.1.1/bits/vector.tcc - /usr/include/c++/12.1.1/list - /usr/include/c++/12.1.1/bits/stl_list.h - /usr/include/c++/12.1.1/bits/allocated_ptr.h - /usr/include/c++/12.1.1/ext/aligned_buffer.h - /usr/include/c++/12.1.1/bits/list.tcc - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h - /usr/include/limits.h - /usr/include/bits/posix1_lim.h - /usr/include/bits/local_lim.h - /usr/include/linux/limits.h - /usr/include/bits/posix2_lim.h - /usr/include/bits/xopen_lim.h - /usr/include/bits/uio_lim.h - /usr/include/qt/QtCore/qbytearraylist.h - /usr/include/qt/QtCore/qstringlist.h - /usr/include/qt/QtCore/qregexp.h - /usr/include/qt/QtCore/qstringmatcher.h - /usr/include/qt/QtCore/qscopedpointer.h - /usr/include/qt/QtCore/qmetatype.h - /usr/include/qt/QtCore/qvarlengtharray.h - /usr/include/qt/QtCore/qcontainerfwd.h - /usr/include/c++/12.1.1/map - /usr/include/c++/12.1.1/bits/stl_tree.h - /usr/include/c++/12.1.1/bits/stl_map.h - /usr/include/c++/12.1.1/bits/stl_multimap.h - /usr/include/c++/12.1.1/bits/erase_if.h - /usr/include/qt/QtCore/qobject_impl.h - /usr/include/c++/12.1.1/chrono - /usr/include/c++/12.1.1/bits/chrono.h - /usr/include/c++/12.1.1/ratio - /usr/include/c++/12.1.1/limits - /usr/include/c++/12.1.1/ctime - /usr/include/c++/12.1.1/bits/parse_numbers.h - /usr/include/qt/QtCore/QUrl - /usr/include/qt/QtCore/qurl.h - /usr/include/KF5/KConfigCore/KConfigGroup - /usr/include/KF5/KConfigCore/kconfiggroup.h - /usr/include/KF5/KConfigCore/kconfigbase.h - /usr/include/KF5/KConfigCore/kconfigcore_export.h - /usr/include/qt/QtCore/QStringList - /usr/include/qt/QtCore/qstringlist.h - /usr/include/qt/QtCore/QtGlobal - /usr/include/qt/QtCore/qglobal.h - /usr/include/qt/QtCore/QExplicitlySharedDataPointer - /usr/include/qt/QtCore/qshareddata.h - /usr/include/qt/QtCore/qhash.h - /usr/include/qt/QtCore/QVariant - /usr/include/qt/QtCore/qvariant.h - /usr/include/qt/QtCore/qmap.h - /usr/include/qt/QtCore/qobject.h - /usr/include/KF5/KConfigCore/conversioncheck.h - /usr/include/qt/QtCore/QDate - /usr/include/qt/QtCore/qdatetime.h - /usr/include/qt/QtCore/qshareddata.h - /usr/include/qt/QtCore/QPoint - /usr/include/qt/QtCore/qpoint.h - /usr/include/qt/QtCore/QRect - /usr/include/qt/QtCore/qrect.h - /usr/include/qt/QtCore/qmargins.h - /usr/include/qt/QtCore/qsize.h - /usr/include/qt/QtCore/qpoint.h - /usr/include/qt/QtCore/QSize - /usr/include/qt/QtCore/qsize.h - /usr/include/qt/QtCore/QString - /usr/include/qt/QtCore/qstring.h - /usr/include/qt/QtCore/QUuid - /usr/include/qt/QtCore/quuid.h - /usr/include/KF5/plasma/plasma_export.h - /usr/include/KF5/KService/KPluginInfo - /usr/include/KF5/KService/kplugininfo.h - /usr/include/qt/QtCore/QList - /usr/include/qt/QtCore/qlist.h - /usr/include/KF5/KService/kservice.h - /usr/include/KF5/KService/kserviceaction.h - /usr/include/qt/QtCore/QSharedDataPointer - /usr/include/KF5/KService/kservice_export.h - /usr/include/qt/QtCore/QCoreApplication - /usr/include/qt/QtCore/qcoreapplication.h - /usr/include/qt/QtCore/qcoreevent.h - /usr/include/qt/QtCore/qeventloop.h - /usr/include/KF5/KService/ksycocaentry.h - /usr/include/KF5/KService/ksycocatype.h - /usr/include/qt/QtCore/QDataStream - /usr/include/qt/QtCore/qdatastream.h - /usr/include/qt/QtCore/qiodevice.h - /usr/include/c++/12.1.1/memory - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h - /usr/include/c++/12.1.1/bits/align.h - /usr/include/c++/12.1.1/bit - /usr/include/c++/12.1.1/bits/unique_ptr.h - /usr/include/c++/12.1.1/bits/shared_ptr.h - /usr/include/c++/12.1.1/bits/shared_ptr_base.h - /usr/include/c++/12.1.1/ext/concurrence.h - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h - /usr/include/c++/12.1.1/backward/auto_ptr.h - /usr/include/KF5/KCoreAddons/KPluginFactory - /usr/include/KF5/KCoreAddons/kpluginfactory.h - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h - /usr/include/KF5/KCoreAddons/kpluginmetadata.h - /usr/include/qt/QtCore/QJsonObject - /usr/include/qt/QtCore/qjsonobject.h - /usr/include/qt/QtCore/qjsonvalue.h - /usr/include/qt/QtCore/qcborvalue.h - /usr/include/qt/QtCore/qdatetime.h - /usr/include/qt/QtCore/qcborcommon.h - /usr/include/qt/QtCore/qdebug.h - /usr/include/qt/QtCore/qtextstream.h - /usr/include/qt/QtCore/qlocale.h - /usr/include/qt/QtCore/qvariant.h - /usr/include/qt/QtCore/qset.h - /usr/include/qt/QtCore/qcontiguouscache.h - /usr/include/qt/QtCore/qsharedpointer.h - /usr/include/qt/QtCore/qsharedpointer_impl.h - /usr/include/qt/QtCore/qregularexpression.h - /usr/include/qt/QtCore/qurl.h - /usr/include/qt/QtCore/quuid.h - /usr/include/qt/QtCore/QMetaType - /usr/include/qt/QtCore/qmetatype.h - /usr/include/KF5/KCoreAddons/kexportplugin.h - /usr/include/qt/QtCore/QPluginLoader - /usr/include/qt/QtCore/qpluginloader.h - /usr/include/qt/QtCore/qlibrary.h - /usr/include/qt/QtCore/qplugin.h - /usr/include/qt/QtCore/qpointer.h - /usr/include/qt/QtCore/qjsonobject.h - /usr/include/qt/QtCore/QtPlugin - /usr/include/qt/QtCore/qplugin.h - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h - /usr/include/KF5/KCoreAddons/KPluginLoader - /usr/include/KF5/KCoreAddons/kpluginloader.h - /usr/include/KF5/plasma/framesvg.h - /usr/include/qt/QtGui/QPixmap - /usr/include/qt/QtGui/qpixmap.h - /usr/include/qt/QtGui/qpaintdevice.h - /usr/include/qt/QtGui/qwindowdefs.h - /usr/include/qt/QtCore/qrect.h - /usr/include/qt/QtGui/qcolor.h - /usr/include/qt/QtGui/qrgb.h - /usr/include/qt/QtGui/qrgba64.h - /usr/include/qt/QtGui/qimage.h - /usr/include/qt/QtGui/qpixelformat.h - /usr/include/qt/QtGui/qtransform.h - /usr/include/qt/QtGui/qmatrix.h - /usr/include/qt/QtGui/qpolygon.h - /usr/include/qt/QtGui/qregion.h - /usr/include/qt/QtCore/qdatastream.h - /usr/include/qt/QtCore/qline.h - /usr/include/KF5/plasma/plasma.h - /usr/include/KF5/plasma/svg.h - /usr/include/KF5/plasma/theme.h - /usr/include/qt/QtGui/QFont - /usr/include/qt/QtGui/qfont.h - /usr/include/qt/QtGui/QGuiApplication - /usr/include/qt/QtGui/qguiapplication.h - /usr/include/qt/QtCore/qcoreapplication.h - /usr/include/qt/QtGui/qinputmethod.h - /usr/include/KF5/KConfigCore/KSharedConfig - /usr/include/KF5/KConfigCore/ksharedconfig.h - /usr/include/KF5/KConfigCore/kconfig.h - /usr/include/qt/QtCore/QByteArray - /usr/include/qt/QtCore/qbytearray.h - /usr/include/qt/QtCore/QStandardPaths - /usr/include/qt/QtCore/qstandardpaths.h - /usr/include/KF5/KPackage/KPackage/Package - /usr/include/KF5/KPackage/kpackage/package.h - /usr/include/qt/QtCore/QCryptographicHash - /usr/include/qt/QtCore/qcryptographichash.h - /usr/include/KF5/KCoreAddons/KPluginMetaData - /usr/include/KF5/KPackage/kpackage/package_export.h - /usr/include/KF5/KCoreAddons/KJob - /usr/include/KF5/KCoreAddons/kjob.h - /usr/include/qt/QtCore/QPair - /usr/include/qt/QtCore/qpair.h - /usr/include/qt/QtGui/QColor - /usr/include/qt/QtGui/qcolor.h - /usr/include/qt/QtGui/QImage - /usr/include/qt/QtGui/qimage.h - /usr/include/qt/QtGui/QRgb - /usr/include/qt/QtGui/qrgb.h - /usr/include/qt/QtGui/QIcon - /usr/include/qt/QtGui/qicon.h - /usr/include/qt/QtGui/qpixmap.h - /usr/include/qt/QtQuick/QQuickItem - /usr/include/qt/QtQuick/qquickitem.h - /usr/include/qt/QtQuick/qtquickglobal.h - /usr/include/qt/QtQml/qtqmlglobal.h - /usr/include/qt/QtQml/qtqml-config.h - /usr/include/qt/QtNetwork/qtnetworkglobal.h - /usr/include/qt/QtNetwork/qtnetwork-config.h - /usr/include/qt/QtQuick/qtquick-config.h - /usr/include/qt/QtQml/qqml.h - /usr/include/qt/QtQml/qqmlprivate.h - /usr/include/qt/QtQml/qqmlparserstatus.h - /usr/include/qt/QtQml/qqmllist.h - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h - /usr/include/qt/QtCore/qmetaobject.h - /usr/include/qt/QtQml/qqmlcomponent.h - /usr/include/qt/QtQml/qqmlerror.h - /usr/include/qt/QtQml/qjsvalue.h - /usr/include/qt/QtCore/QObject - /usr/include/qt/QtCore/QList - /usr/include/qt/QtGui/qevent.h - /usr/include/qt/QtGui/qkeysequence.h - /usr/include/qt/QtCore/qfile.h - /usr/include/qt/QtCore/qfiledevice.h - /usr/include/qt/QtGui/qvector2d.h - /usr/include/qt/QtGui/qtouchdevice.h - /usr/include/qt/QtGui/qfont.h - /usr/include/qt/QtGui/qaccessible.h - /usr/include/qt/QtQuick/QQuickItemGrabResult - /usr/include/qt/QtQuick/qquickitemgrabresult.h - /usr/include/qt/QtCore/QSize - /usr/include/qt/QtCore/QUrl - /usr/include/qt/QtGui/QImage - /usr/include/qt/QtQml/QJSValue - /usr/include/qt/QtQml/qjsvalue.h - /usr/include/qt/QtGui/QWindow - /usr/include/qt/QtGui/qwindow.h - /usr/include/qt/QtCore/QEvent - /usr/include/qt/QtCore/qcoreevent.h - /usr/include/qt/QtCore/QMargins - /usr/include/qt/QtCore/qmargins.h - /usr/include/qt/QtCore/QRect - /usr/include/qt/QtGui/qsurface.h - /usr/include/qt/QtGui/qsurfaceformat.h - /usr/include/qt/QtGui/qicon.h - /usr/include/qt/QtGui/qcursor.h - /usr/include/KF5/KWindowSystem/kwindowsystem.h - /usr/include/qt/QtGui/QWidgetList - /usr/include/qt/QtGui/qwindowdefs.h - /usr/include/KF5/KWindowSystem/kwindowinfo.h - /usr/include/KF5/KWindowSystem/kwindowsystem_export.h - /usr/include/KF5/KWindowSystem/netwm_def.h - /usr/include/qt/QtCore/QFlags - /usr/include/qt/QtCore/qflags.h - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make deleted file mode 100644 index fcea82b..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make +++ /dev/null @@ -1,1823 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/plasma_applet_seventasks_autogen/mocs_compilation.cpp \ - /usr/include/stdc-predef.h \ - src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp \ - /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/bits/wordsize.h \ - /usr/include/bits/timesize.h \ - /usr/include/sys/cdefs.h \ - /usr/include/bits/long-double.h \ - /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-64.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/type_traits \ - /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h \ - /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/align.h \ - /usr/include/c++/12.1.1/bit \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h \ - /usr/include/stdint.h \ - /usr/include/bits/libc-header-start.h \ - /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h \ - /usr/include/bits/time64.h \ - /usr/include/bits/wchar.h \ - /usr/include/bits/stdint-intn.h \ - /usr/include/bits/stdint-uintn.h \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/unique_ptr.h \ - /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h \ - /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/postypes.h \ - /usr/include/c++/12.1.1/cwchar \ - /usr/include/wchar.h \ - /usr/include/bits/floatn.h \ - /usr/include/bits/floatn-common.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/include/bits/types/wint_t.h \ - /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/__mbstate_t.h \ - /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/FILE.h \ - /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/__locale_t.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/pthread.h \ - /usr/include/sched.h \ - /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/struct_timespec.h \ - /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h \ - /usr/include/bits/sched.h \ - /usr/include/bits/types/struct_sched_param.h \ - /usr/include/bits/cpu-set.h \ - /usr/include/time.h \ - /usr/include/bits/time.h \ - /usr/include/bits/timex.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/clock_t.h \ - /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/clockid_t.h \ - /usr/include/bits/types/timer_t.h \ - /usr/include/bits/types/struct_itimerspec.h \ - /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/atomic_wide_counter.h \ - /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h \ - /usr/include/bits/setjmp.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/sys/single_threaded.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - ../src/seventasks.h \ - /usr/include/KF5/Plasma/Applet \ - /usr/include/KF5/plasma/applet.h \ - /usr/include/qt/QtGui/QKeySequence \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qtguiglobal.h \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/c++/12.1.1/cstddef \ - /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/initializer_list \ - /usr/include/assert.h \ - /usr/include/qt/QtCore/qconfig.h \ - /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/cstdlib \ - /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h \ - /usr/include/sys/types.h \ - /usr/include/endian.h \ - /usr/include/bits/byteswap.h \ - /usr/include/bits/uintn-identity.h \ - /usr/include/sys/select.h \ - /usr/include/bits/select.h \ - /usr/include/bits/types/sigset_t.h \ - /usr/include/alloca.h \ - /usr/include/bits/stdlib-float.h \ - /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/qt/QtCore/qtypeinfo.h \ - /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qlogging.h \ - /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qatomic.h \ - /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qgenericatomic.h \ - /usr/include/c++/12.1.1/atomic \ - /usr/include/qt/QtCore/qglobalstatic.h \ - /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/qtgui-config.h \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qchar.h \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qrefcount.h \ - /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qarraydata.h \ - /usr/include/string.h \ - /usr/include/strings.h \ - /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/stdlib.h \ - /usr/include/c++/12.1.1/string \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/clocale \ - /usr/include/locale.h \ - /usr/include/bits/locale.h \ - /usr/include/c++/12.1.1/cctype \ - /usr/include/ctype.h \ - /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/cstdio \ - /usr/include/stdio.h \ - /usr/include/bits/types/__fpos_t.h \ - /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/stdio_lim.h \ - /usr/include/c++/12.1.1/cerrno \ - /usr/include/errno.h \ - /usr/include/bits/errno.h \ - /usr/include/linux/errno.h \ - /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/system_error \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ - /usr/include/c++/12.1.1/stdexcept \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qalgorithms.h \ - /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qhashfunctions.h \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/functional \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/c++/12.1.1/vector \ - /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/vector.tcc \ - /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h \ - /usr/include/limits.h \ - /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h \ - /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h \ - /usr/include/bits/xopen_lim.h \ - /usr/include/bits/uio_lim.h \ - /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qcontainerfwd.h \ - /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/qt/QtCore/qobject_impl.h \ - /usr/include/c++/12.1.1/chrono \ - /usr/include/c++/12.1.1/bits/chrono.h \ - /usr/include/c++/12.1.1/ratio \ - /usr/include/c++/12.1.1/limits \ - /usr/include/c++/12.1.1/ctime \ - /usr/include/c++/12.1.1/bits/parse_numbers.h \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/qt/QtCore/QStringList \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/QtGlobal \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/QVariant \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qmap.h \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/qt/QtCore/QDate \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/QString \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/QUuid \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/qt/QtCore/QDataStream \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qiodevice.h \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/qt/QtCore/QJsonObject \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h \ - /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qdebug.h \ - /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qlocale.h \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qset.h \ - /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/QMetaType \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/qpluginloader.h \ - /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/plasma/framesvg.h \ - /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qpixelformat.h \ - /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qmatrix.h \ - /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qline.h \ - /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/svg.h \ - /usr/include/KF5/plasma/theme.h \ - /usr/include/qt/QtGui/QFont \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KConfigCore/kconfig.h \ - /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KCoreAddons/KJob \ - /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/qt/QtCore/QPair \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtGui/QColor \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/QRgb \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/QIcon \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/qt/QtQml/qtqmlglobal.h \ - /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtQuick/qtquick-config.h \ - /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtQml/qqmlcomponent.h \ - /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h \ - /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qtouchdevice.h \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qwindow.h \ - /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtGui/qsurface.h \ - /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qcursor.h - -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: ../src/seventasks.cpp \ - /usr/include/stdc-predef.h \ - ../src/seventasks.h \ - /usr/include/KF5/Plasma/Applet \ - /usr/include/KF5/plasma/applet.h \ - /usr/include/qt/QtGui/QKeySequence \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qtguiglobal.h \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/c++/12.1.1/type_traits \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/bits/wordsize.h \ - /usr/include/bits/timesize.h \ - /usr/include/sys/cdefs.h \ - /usr/include/bits/long-double.h \ - /usr/include/gnu/stubs.h \ - /usr/include/gnu/stubs-64.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/cstddef \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h \ - /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/initializer_list \ - /usr/include/assert.h \ - /usr/include/qt/QtCore/qconfig.h \ - /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h \ - /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/cstdlib \ - /usr/include/stdlib.h \ - /usr/include/bits/libc-header-start.h \ - /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h \ - /usr/include/bits/floatn.h \ - /usr/include/bits/floatn-common.h \ - /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/__locale_t.h \ - /usr/include/sys/types.h \ - /usr/include/bits/types.h \ - /usr/include/bits/typesizes.h \ - /usr/include/bits/time64.h \ - /usr/include/bits/types/clock_t.h \ - /usr/include/bits/types/clockid_t.h \ - /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/timer_t.h \ - /usr/include/bits/stdint-intn.h \ - /usr/include/endian.h \ - /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h \ - /usr/include/bits/byteswap.h \ - /usr/include/bits/uintn-identity.h \ - /usr/include/sys/select.h \ - /usr/include/bits/select.h \ - /usr/include/bits/types/sigset_t.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/struct_timespec.h \ - /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/atomic_wide_counter.h \ - /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h \ - /usr/include/alloca.h \ - /usr/include/bits/stdlib-float.h \ - /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/qt/QtCore/qtypeinfo.h \ - /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qlogging.h \ - /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qatomic.h \ - /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qgenericatomic.h \ - /usr/include/c++/12.1.1/atomic \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h \ - /usr/include/stdint.h \ - /usr/include/bits/wchar.h \ - /usr/include/bits/stdint-uintn.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/qt/QtCore/qglobalstatic.h \ - /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/qtgui-config.h \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qchar.h \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qrefcount.h \ - /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qarraydata.h \ - /usr/include/string.h \ - /usr/include/strings.h \ - /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/stdlib.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/include/c++/12.1.1/string \ - /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/postypes.h \ - /usr/include/c++/12.1.1/cwchar \ - /usr/include/wchar.h \ - /usr/include/bits/types/wint_t.h \ - /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/__mbstate_t.h \ - /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/FILE.h \ - /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/clocale \ - /usr/include/locale.h \ - /usr/include/bits/locale.h \ - /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/cctype \ - /usr/include/ctype.h \ - /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/cstdio \ - /usr/include/stdio.h \ - /usr/include/bits/types/__fpos_t.h \ - /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/stdio_lim.h \ - /usr/include/c++/12.1.1/cerrno \ - /usr/include/errno.h \ - /usr/include/bits/errno.h \ - /usr/include/linux/errno.h \ - /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/pthread.h \ - /usr/include/sched.h \ - /usr/include/bits/sched.h \ - /usr/include/bits/types/struct_sched_param.h \ - /usr/include/bits/cpu-set.h \ - /usr/include/time.h \ - /usr/include/bits/time.h \ - /usr/include/bits/timex.h \ - /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/struct_itimerspec.h \ - /usr/include/bits/setjmp.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/sys/single_threaded.h \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/system_error \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ - /usr/include/c++/12.1.1/stdexcept \ - /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qalgorithms.h \ - /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qhashfunctions.h \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/functional \ - /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/c++/12.1.1/vector \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/vector.tcc \ - /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h \ - /usr/include/limits.h \ - /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h \ - /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h \ - /usr/include/bits/xopen_lim.h \ - /usr/include/bits/uio_lim.h \ - /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qcontainerfwd.h \ - /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/qt/QtCore/qobject_impl.h \ - /usr/include/c++/12.1.1/chrono \ - /usr/include/c++/12.1.1/bits/chrono.h \ - /usr/include/c++/12.1.1/ratio \ - /usr/include/c++/12.1.1/limits \ - /usr/include/c++/12.1.1/ctime \ - /usr/include/c++/12.1.1/bits/parse_numbers.h \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/qt/QtCore/QStringList \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/QtGlobal \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/QVariant \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qmap.h \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/qt/QtCore/QDate \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/QString \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/QUuid \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/qt/QtCore/QDataStream \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qiodevice.h \ - /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/align.h \ - /usr/include/c++/12.1.1/bit \ - /usr/include/c++/12.1.1/bits/unique_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/qt/QtCore/QJsonObject \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h \ - /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qdebug.h \ - /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qlocale.h \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qset.h \ - /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/QMetaType \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/qpluginloader.h \ - /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/plasma/framesvg.h \ - /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qpixelformat.h \ - /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qmatrix.h \ - /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qline.h \ - /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/svg.h \ - /usr/include/KF5/plasma/theme.h \ - /usr/include/qt/QtGui/QFont \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KConfigCore/kconfig.h \ - /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KCoreAddons/KJob \ - /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/qt/QtCore/QPair \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtGui/QColor \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/QRgb \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/QIcon \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/qt/QtQml/qtqmlglobal.h \ - /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtQuick/qtquick-config.h \ - /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtQml/qqmlcomponent.h \ - /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h \ - /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qtouchdevice.h \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qwindow.h \ - /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtGui/qsurface.h \ - /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qcursor.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem.h \ - /usr/include/qt/QtGui/QWidgetList \ - /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/KF5/KWindowSystem/kwindowinfo.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ - /usr/include/KF5/KWindowSystem/netwm_def.h \ - /usr/include/qt/QtCore/QFlags \ - /usr/include/qt/QtCore/qflags.h \ - src/plasma_applet_seventasks_autogen/include/seventasks.moc - - -src/plasma_applet_seventasks_autogen/include/seventasks.moc: - -/usr/include/qt/QtGui/QWidgetList: - -../src/seventasks.cpp: - -/usr/include/qt/QtGui/qwindow.h: - -/usr/include/qt/QtGui/QWindow: - -/usr/include/qt/QtQml/QJSValue: - -/usr/include/qt/QtQuick/qquickitemgrabresult.h: - -/usr/include/qt/QtGui/qtouchdevice.h: - -/usr/include/qt/QtCore/qfiledevice.h: - -/usr/include/qt/QtCore/qfile.h: - -/usr/include/qt/QtGui/qevent.h: - -/usr/include/qt/QtQml/qqmlcomponent.h: - -/usr/include/qt/QtCore/qmetaobject.h: - -/usr/include/qt/QtQml/qqmlpropertyvaluesource.h: - -/usr/include/qt/QtQml/qqmlparserstatus.h: - -/usr/include/qt/QtQml/qqml.h: - -/usr/include/qt/QtNetwork/qtnetwork-config.h: - -/usr/include/qt/QtQuick/qquickitem.h: - -/usr/include/qt/QtGui/qicon.h: - -/usr/include/qt/QtGui/QIcon: - -/usr/include/qt/QtGui/QRgb: - -/usr/include/qt/QtGui/QColor: - -/usr/include/qt/QtCore/QPair: - -/usr/include/KF5/KPackage/kpackage/package_export.h: - -/usr/include/KF5/KCoreAddons/KPluginMetaData: - -/usr/include/qt/QtCore/qstandardpaths.h: - -/usr/include/qt/QtCore/QStandardPaths: - -/usr/include/KF5/KConfigCore/ksharedconfig.h: - -/usr/include/KF5/KConfigCore/KSharedConfig: - -/usr/include/qt/QtGui/qinputmethod.h: - -/usr/include/KF5/plasma/svg.h: - -/usr/include/qt/QtGui/qcursor.h: - -/usr/include/qt/QtGui/qpolygon.h: - -/usr/include/qt/QtGui/qtransform.h: - -/usr/include/qt/QtGui/qpixelformat.h: - -/usr/include/qt/QtGui/qpaintdevice.h: - -/usr/include/qt/QtGui/qpixmap.h: - -/usr/include/qt/QtGui/QPixmap: - -/usr/include/KF5/plasma/framesvg.h: - -/usr/include/KF5/KCoreAddons/kpluginloader.h: - -/usr/include/qt/QtCore/qlibrary.h: - -/usr/include/qt/QtCore/qpluginloader.h: - -/usr/include/qt/QtCore/QPluginLoader: - -/usr/include/qt/QtCore/QMetaType: - -/usr/include/qt/QtCore/qregularexpression.h: - -/usr/include/qt/QtCore/qcontiguouscache.h: - -/usr/include/qt/QtGui/qvector2d.h: - -/usr/include/qt/QtCore/qcborcommon.h: - -/usr/include/qt/QtCore/qcborvalue.h: - -/usr/include/qt/QtCore/qjsonvalue.h: - -/usr/include/qt/QtCore/qjsonobject.h: - -/usr/include/qt/QtGui/qguiapplication.h: - -/usr/include/qt/QtCore/QJsonObject: - -/usr/include/KF5/KCoreAddons/kcoreaddons_export.h: - -/usr/include/qt/QtCore/qiodevice.h: - -/usr/include/KF5/KService/ksycocatype.h: - -/usr/include/qt/QtCore/qeventloop.h: - -/usr/include/qt/QtCore/qcoreevent.h: - -/usr/include/qt/QtCore/QtPlugin: - -/usr/include/qt/QtCore/qcoreapplication.h: - -/usr/include/qt/QtCore/QCoreApplication: - -/usr/include/KF5/KService/kservice_export.h: - -/usr/include/qt/QtCore/QSharedDataPointer: - -/usr/include/KF5/KService/kserviceaction.h: - -/usr/include/qt/QtCore/qtextstream.h: - -/usr/include/KF5/KService/kservice.h: - -/usr/include/KF5/KService/kplugininfo.h: - -/usr/include/KF5/KService/KPluginInfo: - -/usr/include/qt/QtCore/quuid.h: - -/usr/include/qt/QtCore/QUuid: - -/usr/include/KF5/KWindowSystem/kwindowsystem.h: - -/usr/include/qt/QtCore/QSize: - -/usr/include/qt/QtCore/qsize.h: - -/usr/include/qt/QtCore/qmargins.h: - -/usr/include/qt/QtCore/QRect: - -/usr/include/qt/QtCore/qpoint.h: - -/usr/include/qt/QtQml/qqmllist.h: - -/usr/include/qt/QtCore/QPoint: - -/usr/include/qt/QtCore/qmap.h: - -/usr/include/qt/QtCore/qvariant.h: - -/usr/include/qt/QtCore/qdebug.h: - -/usr/include/qt/QtCore/QVariant: - -/usr/include/qt/QtCore/qhash.h: - -/usr/include/qt/QtCore/qshareddata.h: - -/usr/include/qt/QtCore/QExplicitlySharedDataPointer: - -/usr/include/qt/QtCore/QtGlobal: - -/usr/include/qt/QtCore/QStringList: - -/usr/include/KF5/KConfigCore/kconfigcore_export.h: - -/usr/include/KF5/KConfigCore/kconfigbase.h: - -/usr/include/KF5/KConfigCore/kconfiggroup.h: - -/usr/include/KF5/KConfigCore/KConfigGroup: - -/usr/include/qt/QtCore/QUrl: - -/usr/include/c++/12.1.1/bits/parse_numbers.h: - -/usr/include/KF5/plasma/plasma.h: - -/usr/include/c++/12.1.1/bits/chrono.h: - -/usr/include/qt/QtCore/qpointer.h: - -/usr/include/c++/12.1.1/chrono: - -/usr/include/c++/12.1.1/map: - -/usr/include/qt/QtCore/qcontainerfwd.h: - -/usr/include/qt/QtCore/qmetatype.h: - -/usr/include/qt/QtCore/qregexp.h: - -/usr/include/qt/QtCore/qstringlist.h: - -/usr/include/qt/QtCore/qbytearraylist.h: - -/usr/include/bits/uio_lim.h: - -/usr/include/qt/QtCore/qsharedpointer.h: - -/usr/include/bits/xopen_lim.h: - -/usr/include/bits/posix2_lim.h: - -/usr/include/linux/limits.h: - -/usr/include/bits/local_lim.h: - -/usr/include/c++/12.1.1/bits/shared_ptr_atomic.h: - -/usr/include/qt/QtCore/qarraydata.h: - -/usr/include/c++/12.1.1/bits/exception_ptr.h: - -/usr/include/bits/waitflags.h: - -/usr/include/qt/QtCore/qlocale.h: - -/usr/include/qt/QtCore/qurl.h: - -/usr/include/sys/single_threaded.h: - -/usr/include/c++/12.1.1/bits/nested_exception.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h: - -/usr/include/qt/QtGui/qwindowdefs.h: - -/usr/include/bits/types/__sigset_t.h: - -/usr/include/KF5/plasma/applet.h: - -/usr/include/bits/struct_mutex.h: - -/usr/include/KF5/KService/ksycocaentry.h: - -/usr/include/bits/types/struct_itimerspec.h: - -/usr/include/bits/struct_rwlock.h: - -/usr/include/c++/12.1.1/bits/hash_bytes.h: - -/usr/include/bits/atomic_wide_counter.h: - -/usr/include/bits/types/clock_t.h: - -/usr/include/bits/types/__fpos_t.h: - -/usr/include/qt/QtQml/qqmlprivate.h: - -/usr/include/bits/types/struct_timeval.h: - -/usr/include/qt/QtCore/qatomic.h: - -/usr/include/bits/time.h: - -/usr/include/bits/types/__mbstate_t.h: - -/usr/include/bits/stdio_lim.h: - -/usr/include/time.h: - -/usr/include/bits/types/struct_timespec.h: - -/usr/include/c++/12.1.1/bits/erase_if.h: - -/usr/include/locale.h: - -/usr/include/KF5/KWindowSystem/kwindowinfo.h: - -/usr/include/KF5/KConfigCore/kconfig.h: - -/usr/include/qt/QtCore/QString: - -/usr/include/c++/12.1.1/ext/atomicity.h: - -/usr/include/c++/12.1.1/ext/aligned_buffer.h: - -/usr/include/c++/12.1.1/bits/functional_hash.h: - -/usr/include/c++/12.1.1/cwchar: - -/usr/include/c++/12.1.1/stdexcept: - -/usr/include/KF5/KCoreAddons/kpluginfactory.h: - -/usr/include/c++/12.1.1/bits/refwrap.h: - -/usr/include/qt/QtGui/qaccessible.h: - -/usr/include/qt/QtCore/qtcore-config.h: - -/usr/include/stdlib.h: - -/usr/include/qt/QtCore/qstringview.h: - -/usr/include/c++/12.1.1/bits/shared_ptr_base.h: - -/usr/include/c++/12.1.1/bits/stl_function.h: - -/usr/include/KF5/KCoreAddons/kpluginmetadata.h: - -/usr/include/c++/12.1.1/stdlib.h: - -/usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h: - -/usr/include/sched.h: - -/usr/include/c++/12.1.1/list: - -/usr/include/bits/types/__locale_t.h: - -/usr/include/c++/12.1.1/bits/list.tcc: - -/usr/include/qt/QtCore/qbytearray.h: - -/usr/include/bits/types/mbstate_t.h: - -/usr/include/qt/QtGui/QGuiApplication: - -/usr/include/qt/QtCore/qdatetime.h: - -/usr/include/c++/12.1.1/bits/functexcept.h: - -/usr/include/c++/12.1.1/ext/concurrence.h: - -/usr/include/bits/thread-shared-types.h: - -/usr/include/qt/QtQml/qtqml-config.h: - -/usr/include/c++/12.1.1/bits/ptr_traits.h: - -/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h: - -/usr/include/c++/12.1.1/ratio: - -/usr/include/qt/QtGui/qtguiglobal.h: - -/usr/include/bits/floatn-common.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h: - -/usr/include/bits/floatn.h: - -/usr/include/qt/QtCore/qstringalgorithms.h: - -/usr/include/bits/posix1_lim.h: - -/usr/include/wchar.h: - -/usr/include/qt/QtCore/qglobal.h: - -/usr/include/c++/12.1.1/iosfwd: - -/usr/include/qt/QtQuick/QQuickItemGrabResult: - -/usr/include/bits/types/locale_t.h: - -/usr/include/c++/12.1.1/bits/invoke.h: - -/usr/include/ctype.h: - -/usr/include/c++/12.1.1/bits/move.h: - -/usr/include/qt/QtGui/qmatrix.h: - -/usr/include/c++/12.1.1/new: - -/usr/include/bits/setjmp.h: - -/usr/include/bits/types/wint_t.h: - -/usr/include/qt/QtCore/QDate: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h: - -/usr/include/KF5/KCoreAddons/kjob.h: - -src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp: - -/usr/include/qt/QtCore/qflags.h: - -/usr/include/qt/QtGui/qcolor.h: - -/usr/include/qt/QtCore/qcontainertools_impl.h: - -/usr/include/KF5/KWindowSystem/netwm_def.h: - -/usr/include/qt/QtCore/QCryptographicHash: - -/usr/include/c++/12.1.1/bits/shared_ptr.h: - -/usr/include/bits/pthreadtypes.h: - -/usr/include/c++/12.1.1/bits/uniform_int_dist.h: - -/usr/include/qt/QtGui/qrgb.h: - -/usr/include/c++/12.1.1/ext/type_traits.h: - -/usr/include/c++/12.1.1/bits/cpp_type_traits.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h: - -/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h: - -/usr/include/qt/QtCore/QList: - -/usr/include/bits/types.h: - -/usr/include/bits/locale.h: - -/usr/include/features-time64.h: - -/usr/include/c++/12.1.1/bits/atomic_base.h: - -/usr/include/KF5/KCoreAddons/KPluginFactory: - -/usr/include/qt/QtCore/qobject.h: - -/usr/include/qt/QtQuick/qtquickglobal.h: - -/usr/include/c++/12.1.1/bits/concept_check.h: - -/usr/include/KF5/KPackage/KPackage/Package: - -/usr/include/bits/types/time_t.h: - -src/plasma_applet_seventasks_autogen/mocs_compilation.cpp: - -/usr/include/bits/types/cookie_io_functions_t.h: - -/usr/include/qt/QtGui/qsurfaceformat.h: - -/usr/include/bits/endian.h: - -/usr/include/qt/QtCore/qline.h: - -/usr/include/bits/timesize.h: - -/usr/include/sys/cdefs.h: - -/usr/include/qt/QtGui/qsurface.h: - -/usr/include/qt/QtGui/QKeySequence: - -/usr/include/qt/QtCore/qstringliteral.h: - -/usr/include/c++/12.1.1/string: - -/usr/include/bits/endianness.h: - -/usr/include/c++/12.1.1/bits/new_allocator.h: - -/usr/include/qt/QtCore/qdatastream.h: - -/usr/include/c++/12.1.1/bits/memoryfwd.h: - -/usr/include/bits/select.h: - -/usr/include/c++/12.1.1/bits/unique_ptr.h: - -/usr/include/bits/timex.h: - -/usr/include/qt/QtCore/qobject_impl.h: - -/usr/include/bits/errno.h: - -/usr/include/bits/libc-header-start.h: - -/usr/include/c++/12.1.1/bits/basic_string.tcc: - -/usr/include/c++/12.1.1/bits/allocator.h: - -/usr/include/qt/QtGui/QFont: - -/usr/include/qt/QtCore/qglobalstatic.h: - -/usr/include/c++/12.1.1/functional: - -/usr/include/c++/12.1.1/bits/exception.h: - -/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h: - -/usr/include/bits/types/struct_FILE.h: - -/usr/include/c++/12.1.1/bits/alloc_traits.h: - -/usr/include/c++/12.1.1/bits/stl_algobase.h: - -/usr/include/sys/select.h: - -/usr/include/qt/QtCore/qrect.h: - -/usr/include/bits/pthreadtypes-arch.h: - -/usr/include/gnu/stubs.h: - -/usr/include/c++/12.1.1/bits/stl_algo.h: - -/usr/include/c++/12.1.1/bits/locale_classes.h: - -/usr/include/qt/QtCore/qiterator.h: - -/usr/include/c++/12.1.1/memory: - -/usr/include/qt/QtCore/qhashfunctions.h: - -/usr/include/KF5/KConfigCore/conversioncheck.h: - -/usr/include/bits/long-double.h: - -/usr/include/qt/QtQml/qjsvalue.h: - -/usr/include/qt/QtGui/qrgba64.h: - -/usr/include/c++/12.1.1/bits/stl_iterator.h: - -/usr/include/c++/12.1.1/cstdlib: - -/usr/include/qt/QtQuick/qtquick-config.h: - -/usr/include/pthread.h: - -/usr/include/KF5/KPackage/kpackage/package.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h: - -/usr/include/qt/QtCore/qcryptographichash.h: - -/usr/include/qt/QtCore/qgenericatomic.h: - -/usr/include/c++/12.1.1/bits/stringfwd.h: - -/usr/include/c++/12.1.1/ext/alloc_traits.h: - -/usr/include/qt/QtCore/QFlags: - -/usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h: - -/usr/include/qt/QtCore/qrefcount.h: - -/usr/include/c++/12.1.1/bit: - -/usr/include/qt/QtQml/qqmlerror.h: - -/usr/include/gnu/stubs-64.h: - -/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h: - -/usr/include/qt/QtCore/QMargins: - -/usr/include/bits/types/FILE.h: - -/usr/include/c++/12.1.1/type_traits: - -/usr/include/c++/12.1.1/debug/debug.h: - -/usr/include/qt/QtGui/qimage.h: - -/usr/include/c++/12.1.1/bits/align.h: - -/usr/include/c++/12.1.1/bits/predefined_ops.h: - -/usr/include/bits/cpu-set.h: - -/usr/include/bits/typesizes.h: - -/usr/include/c++/12.1.1/bits/stl_uninitialized.h: - -/usr/include/KF5/Plasma/Applet: - -/usr/include/asm/errno.h: - -/usr/include/bits/stdint-uintn.h: - -/usr/include/qt/QtCore/QByteArray: - -/usr/include/c++/12.1.1/bits/utility.h: - -/usr/include/qt/QtCore/qnamespace.h: - -/usr/include/c++/12.1.1/bits/stl_numeric.h: - -/usr/include/c++/12.1.1/vector: - -/usr/include/KF5/KWindowSystem/kwindowsystem_export.h: - -/usr/include/c++/12.1.1/bits/allocated_ptr.h: - -/usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h: - -/usr/include/qt/QtGui/qregion.h: - -/usr/include/bits/pthread_stack_min-dynamic.h: - -/usr/include/qt/QtCore/qscopedpointer.h: - -/usr/include/c++/12.1.1/bits/postypes.h: - -/usr/include/bits/stdlib-float.h: - -/usr/include/bits/types/struct_tm.h: - -/usr/include/qt/QtCore/qconfig.h: - -/usr/include/bits/waitstatus.h: - -/usr/include/bits/types/struct___jmp_buf_tag.h: - -/usr/include/bits/wchar.h: - -/usr/include/qt/QtGui/QImage: - -/usr/include/c++/12.1.1/bits/stl_bvector.h: - -/usr/include/features.h: - -/usr/include/bits/sched.h: - -/usr/include/bits/types/__FILE.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h: - -/usr/include/qt/QtCore/qatomic_cxx11.h: - -/usr/include/qt/QtNetwork/qtnetworkglobal.h: - -/usr/include/c++/12.1.1/bits/uses_allocator.h: - -/usr/include/KF5/KCoreAddons/kexportplugin.h: - -/usr/include/qt/QtCore/qstringmatcher.h: - -/usr/include/qt/QtCore/qobjectdefs.h: - -/usr/include/c++/12.1.1/bits/stl_map.h: - -/usr/include/c++/12.1.1/backward/auto_ptr.h: - -../src/seventasks.h: - -/usr/include/qt/QtGui/qkeysequence.h: - -/usr/include/qt/QtGui/qfont.h: - -/usr/include/c++/12.1.1/bits/exception_defines.h: - -/usr/include/c++/12.1.1/utility: - -/usr/include/qt/QtCore/qcompilerdetection.h: - -/usr/include/c++/12.1.1/bits/stl_relops.h: - -/usr/include/stdc-predef.h: - -/usr/include/c++/12.1.1/initializer_list: - -/usr/include/KF5/plasma/theme.h: - -/usr/include/assert.h: - -/usr/include/qt/QtCore/qprocessordetection.h: - -/usr/include/qt/QtQml/qtqmlglobal.h: - -/usr/include/c++/12.1.1/bits/char_traits.h: - -/usr/include/c++/12.1.1/algorithm: - -/usr/include/qt/QtCore/qvarlengtharray.h: - -/usr/include/c++/12.1.1/bits/stl_heap.h: - -/usr/include/sys/types.h: - -/usr/include/c++/12.1.1/bits/charconv.h: - -/usr/include/qt/QtCore/qstring.h: - -/usr/include/c++/12.1.1/exception: - -/usr/include/stdint.h: - -/usr/include/endian.h: - -/usr/include/qt/QtCore/qplugin.h: - -/usr/include/bits/uintn-identity.h: - -/usr/include/qt/QtQuick/QQuickItem: - -/usr/include/qt/QtCore/qsharedpointer_impl.h: - -/usr/include/KF5/plasma/plasma_export.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h: - -/usr/include/c++/12.1.1/typeinfo: - -/usr/include/bits/types/sigset_t.h: - -/usr/include/qt/QtCore/qlist.h: - -/usr/include/alloca.h: - -/usr/include/c++/12.1.1/bits/std_abs.h: - -/usr/include/bits/types/timer_t.h: - -/usr/include/c++/12.1.1/cctype: - -/usr/include/c++/12.1.1/bits/stl_tempbuf.h: - -/usr/include/qt/QtCore/qtypeinfo.h: - -/usr/include/qt/QtCore/qsysinfo.h: - -/usr/include/qt/QtCore/qlogging.h: - -/usr/include/qt/QtCore/qbasicatomic.h: - -/usr/include/bits/time64.h: - -/usr/include/c++/12.1.1/atomic: - -/usr/include/qt/QtCore/qnumeric.h: - -/usr/include/qt/QtCore/qversiontagging.h: - -/usr/include/c++/12.1.1/limits: - -/usr/include/qt/QtCore/qvector.h: - -/usr/include/c++/12.1.1/bits/stl_pair.h: - -/usr/include/limits.h: - -/usr/include/qt/QtGui/qtgui-config.h: - -/usr/include/c++/12.1.1/bits/algorithmfwd.h: - -/usr/include/asm-generic/errno.h: - -/usr/include/c++/12.1.1/bits/cxxabi_init_exception.h: - -/usr/include/string.h: - -/usr/include/c++/12.1.1/bits/stream_iterator.h: - -/usr/include/strings.h: - -/usr/include/qt/QtCore/QDataStream: - -/usr/include/c++/12.1.1/bits/localefwd.h: - -/usr/include/c++/12.1.1/cstddef: - -/usr/include/c++/12.1.1/cstdint: - -/usr/include/c++/12.1.1/debug/assertions.h: - -/usr/include/c++/12.1.1/bits/basic_string.h: - -/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h: - -/usr/include/bits/types/struct_sched_param.h: - -/usr/include/c++/12.1.1/system_error: - -/usr/include/c++/12.1.1/ext/numeric_traits.h: - -/usr/include/c++/12.1.1/clocale: - -/usr/include/c++/12.1.1/bits/ostream_insert.h: - -/usr/include/c++/12.1.1/bits/cxxabi_forced.h: - -/usr/include/c++/12.1.1/bits/range_access.h: - -/usr/include/bits/byteswap.h: - -/usr/include/c++/12.1.1/ext/string_conversions.h: - -/usr/include/qt/QtCore/qchar.h: - -/usr/include/c++/12.1.1/iterator: - -/usr/include/c++/12.1.1/cstdio: - -/usr/include/bits/wordsize.h: - -/usr/include/stdio.h: - -/usr/include/qt/QtCore/qalgorithms.h: - -/usr/include/bits/types/__fpos64_t.h: - -/usr/include/c++/12.1.1/cerrno: - -/usr/include/errno.h: - -/usr/include/c++/12.1.1/bits/stl_tree.h: - -/usr/include/linux/errno.h: - -/usr/include/c++/12.1.1/numeric: - -/usr/include/qt/QtCore/QEvent: - -/usr/include/asm-generic/errno-base.h: - -/usr/include/bits/types/error_t.h: - -/usr/include/c++/12.1.1/bits/streambuf_iterator.h: - -/usr/include/c++/12.1.1/bits/stl_multimap.h: - -/usr/include/c++/12.1.1/tuple: - -/usr/include/c++/12.1.1/streambuf: - -/usr/include/qt/QtCore/qset.h: - -/usr/include/c++/12.1.1/ctime: - -/usr/include/c++/12.1.1/bits/ios_base.h: - -/usr/include/c++/12.1.1/bits/stl_construct.h: - -/usr/include/c++/12.1.1/bits/locale_classes.tcc: - -/usr/include/c++/12.1.1/bits/streambuf.tcc: - -/usr/include/qt/QtCore/QObject: - -/usr/include/qt/QtCore/qobjectdefs_impl.h: - -/usr/include/qt/QtCore/qpair.h: - -/usr/include/c++/12.1.1/bits/std_function.h: - -/usr/include/c++/12.1.1/bits/stl_vector.h: - -/usr/include/KF5/KCoreAddons/KJob: - -/usr/include/KF5/KCoreAddons/KPluginLoader: - -/usr/include/c++/12.1.1/backward/binders.h: - -/usr/include/c++/12.1.1/bits/vector.tcc: - -/usr/include/bits/types/clockid_t.h: - -/usr/include/bits/stdint-intn.h: - -/usr/include/qt/QtCore/qsystemdetection.h: - -/usr/include/c++/12.1.1/bits/stl_list.h: - -/usr/include/c++/12.1.1/bits/stl_iterator_base_types.h: - -/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h: diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make deleted file mode 100644 index 28c5f6b..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# compile CXX with /usr/bin/c++ -CXX_DEFINES = -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.seventasks\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dplasma_applet_seventasks_EXPORTS - -CXX_INCLUDES = -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src -I/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQmlModels -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/KF5 -isystem /usr/include/KF5/Plasma -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KPackage -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt/QtWidgets - -CXX_FLAGS = -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt deleted file mode 100644 index e60c70a..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/c++ -fPIC -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -shared -o plasma_applet_seventasks.so CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o /usr/lib/libQt5Quick.so.5.15.5 /usr/lib/libKF5Plasma.so.5.96.0 /usr/lib/libKF5WindowSystem.so.5.96.0 /usr/lib/libQt5QmlModels.so.5.15.5 /usr/lib/libQt5Qml.so.5.15.5 /usr/lib/libQt5Network.so.5.15.5 /usr/lib/libX11.so /usr/lib/libQt5Widgets.so.5.15.5 /usr/lib/libQt5Gui.so.5.15.5 /usr/lib/libKF5Package.so.5.96.0 /usr/lib/libKF5Service.so.5.96.0 /usr/lib/libKF5I18n.so.5.96.0 /usr/lib/libKF5ConfigCore.so.5.96.0 /usr/lib/libKF5CoreAddons.so.5.96.0 /usr/lib/libQt5Core.so.5.15.5 diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o deleted file mode 100644 index 35680f7..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d deleted file mode 100644 index 9a86a1a..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d +++ /dev/null @@ -1,326 +0,0 @@ -src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp \ - /usr/include/stdc-predef.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp \ - /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/features.h /usr/include/features-time64.h \ - /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ - /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/type_traits /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/align.h /usr/include/c++/12.1.1/bit \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/libc-header-start.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/time64.h /usr/include/bits/wchar.h \ - /usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/unique_ptr.h /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/postypes.h /usr/include/c++/12.1.1/cwchar \ - /usr/include/wchar.h /usr/include/bits/floatn.h \ - /usr/include/bits/floatn-common.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/__locale_t.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/pthread.h /usr/include/sched.h \ - /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h /usr/include/bits/sched.h \ - /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ - /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \ - /usr/include/bits/types/struct_itimerspec.h \ - /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/sys/single_threaded.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/../../../../src/seventasks.h \ - /usr/include/KF5/Plasma/Applet /usr/include/KF5/plasma/applet.h \ - /usr/include/qt/QtGui/QKeySequence /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qtguiglobal.h /usr/include/qt/QtCore/qglobal.h \ - /usr/include/c++/12.1.1/cstddef /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/initializer_list /usr/include/assert.h \ - /usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/cstdlib /usr/include/stdlib.h \ - /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ - /usr/include/sys/types.h /usr/include/endian.h \ - /usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \ - /usr/include/sys/select.h /usr/include/bits/select.h \ - /usr/include/bits/types/sigset_t.h /usr/include/alloca.h \ - /usr/include/bits/stdlib-float.h /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/12.1.1/atomic \ - /usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qarraydata.h /usr/include/string.h \ - /usr/include/strings.h /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/stdlib.h /usr/include/c++/12.1.1/string \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/clocale /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/c++/12.1.1/cctype \ - /usr/include/ctype.h /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/cstdio /usr/include/stdio.h \ - /usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/stdio_lim.h /usr/include/c++/12.1.1/cerrno \ - /usr/include/errno.h /usr/include/bits/errno.h \ - /usr/include/linux/errno.h /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/system_error \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ - /usr/include/c++/12.1.1/stdexcept \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/qobject.h /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/functional \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/c++/12.1.1/vector /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/vector.tcc /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/uio_lim.h /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/12.1.1/chrono \ - /usr/include/c++/12.1.1/bits/chrono.h /usr/include/c++/12.1.1/ratio \ - /usr/include/c++/12.1.1/limits /usr/include/c++/12.1.1/ctime \ - /usr/include/c++/12.1.1/bits/parse_numbers.h /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/qurl.h /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qobject.h \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/qlist.h /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/qt/QtCore/QDataStream /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qiodevice.h \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/qt/QtCore/QJsonObject /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/plasma/framesvg.h /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qline.h /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/svg.h /usr/include/KF5/plasma/theme.h \ - /usr/include/qt/QtGui/QFont /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KConfigCore/kconfig.h /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KCoreAddons/KJob /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/qt/QtCore/QPair /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtGui/QColor /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/QImage /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/QRgb /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/QIcon /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/qt/QtQml/qtqmlglobal.h /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtQuick/qtquick-config.h /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtQml/qqmlcomponent.h /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QList /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qkeysequence.h /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qtouchdevice.h /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtGui/QImage /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qwindow.h /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtGui/qsurface.h /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qcursor.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o deleted file mode 100644 index 23a40bd..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d deleted file mode 100644 index 0c0bccc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d +++ /dev/null @@ -1,333 +0,0 @@ -src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp \ - /usr/include/stdc-predef.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h \ - /usr/include/KF5/Plasma/Applet /usr/include/KF5/plasma/applet.h \ - /usr/include/qt/QtGui/QKeySequence /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qtguiglobal.h /usr/include/qt/QtCore/qglobal.h \ - /usr/include/c++/12.1.1/type_traits \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/features.h /usr/include/features-time64.h \ - /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ - /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ - /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/cstddef \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h \ - /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/initializer_list /usr/include/assert.h \ - /usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/cstdlib /usr/include/stdlib.h \ - /usr/include/bits/libc-header-start.h /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \ - /usr/include/bits/floatn-common.h /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/__locale_t.h /usr/include/sys/types.h \ - /usr/include/bits/types.h /usr/include/bits/typesizes.h \ - /usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \ - /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \ - /usr/include/endian.h /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h /usr/include/bits/byteswap.h \ - /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ - /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/struct_timespec.h \ - /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h /usr/include/alloca.h \ - /usr/include/bits/stdlib-float.h /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/12.1.1/atomic \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdint.h \ - /usr/include/stdint.h /usr/include/bits/wchar.h \ - /usr/include/bits/stdint-uintn.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qarraydata.h /usr/include/string.h \ - /usr/include/strings.h /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/stdlib.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/include/c++/12.1.1/string /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/postypes.h /usr/include/c++/12.1.1/cwchar \ - /usr/include/wchar.h /usr/include/bits/types/wint_t.h \ - /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/FILE.h /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/clocale /usr/include/locale.h \ - /usr/include/bits/locale.h /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/cctype /usr/include/ctype.h \ - /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/cstdio /usr/include/stdio.h \ - /usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/stdio_lim.h /usr/include/c++/12.1.1/cerrno \ - /usr/include/errno.h /usr/include/bits/errno.h \ - /usr/include/linux/errno.h /usr/include/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ - /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ - /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ - /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/sys/single_threaded.h \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/system_error \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ - /usr/include/c++/12.1.1/stdexcept /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/qobject.h /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/functional /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/c++/12.1.1/vector \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/vector.tcc /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/limits.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed/syslimits.h \ - /usr/include/limits.h /usr/include/bits/posix1_lim.h \ - /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ - /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ - /usr/include/bits/uio_lim.h /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/12.1.1/chrono \ - /usr/include/c++/12.1.1/bits/chrono.h /usr/include/c++/12.1.1/ratio \ - /usr/include/c++/12.1.1/limits /usr/include/c++/12.1.1/ctime \ - /usr/include/c++/12.1.1/bits/parse_numbers.h /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/qurl.h /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qobject.h \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/qlist.h /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/qt/QtCore/QDataStream /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qiodevice.h /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/align.h /usr/include/c++/12.1.1/bit \ - /usr/include/c++/12.1.1/bits/unique_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/qt/QtCore/QJsonObject /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/plasma/framesvg.h /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qline.h /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/svg.h /usr/include/KF5/plasma/theme.h \ - /usr/include/qt/QtGui/QFont /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KConfigCore/kconfig.h /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KCoreAddons/KJob /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/qt/QtCore/QPair /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtGui/QColor /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/QImage /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/QRgb /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/QIcon /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/qt/QtQml/qtqmlglobal.h /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtQuick/qtquick-config.h /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtQml/qqmlcomponent.h /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QList /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qkeysequence.h /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qtouchdevice.h /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtGui/QImage /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qwindow.h /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtGui/qsurface.h /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qcursor.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem.h \ - /usr/include/qt/QtGui/QWidgetList /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/KF5/KWindowSystem/kwindowinfo.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ - /usr/include/KF5/KWindowSystem/netwm_def.h /usr/include/qt/QtCore/QFlags \ - /usr/include/qt/QtCore/qflags.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json deleted file mode 100644 index 45044a2..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "BUILD_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen", - "CMAKE_BINARY_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build", - "CMAKE_CURRENT_BINARY_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src", - "CMAKE_CURRENT_SOURCE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src", - "CMAKE_EXECUTABLE" : "/usr/bin/cmake", - "CMAKE_LIST_FILES" : - [ - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/CMakeLists.txt" - ], - "CMAKE_SOURCE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src", - "DEP_FILE" : "", - "DEP_FILE_RULE_NAME" : "", - "HEADERS" : - [ - [ - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h", - "Mu", - "EWIEGA46WW/moc_seventasks.cpp", - null - ] - ], - "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], - "INCLUDE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/include", - "MOC_COMPILATION_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp", - "MOC_DEFINITIONS" : - [ - "KCOREADDONS_LIB", - "QT_CORE_LIB", - "QT_GUI_LIB", - "QT_NETWORK_LIB", - "QT_NO_DEBUG", - "QT_QMLMODELS_LIB", - "QT_QML_LIB", - "QT_QUICK_LIB", - "QT_WIDGETS_LIB", - "TRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.seventasks\"", - "_GNU_SOURCE", - "_LARGEFILE64_SOURCE", - "plasma_applet_seventasks_EXPORTS" - ], - "MOC_DEPEND_FILTERS" : - [ - [ - "Q_PLUGIN_METADATA", - "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" - ], - [ - "K_PLUGIN_CLASS", - "[\n^][ \t]*K_PLUGIN_CLASS[ \t\n]*\\([ \t\n]*\"([^\"]+)\"" - ], - [ - "K_PLUGIN_FACTORY_WITH_JSON", - "[\n^][ \t]*K_PLUGIN_FACTORY_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_PLUGIN_CLASS_WITH_JSON", - "[\n^][ \t]*K_PLUGIN_CLASS_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_PACKAGE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_PACKAGE_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_SERVICE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_SERVICE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_APPLET_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_APPLET_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ], - [ - "K_EXPORT_PLASMA_DATAENGINE_WITH_JSON", - "[\n^][ \t]*K_EXPORT_PLASMA_DATAENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" - ] - ], - "MOC_INCLUDES" : - [ - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src", - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src", - "/usr/include/qt", - "/usr/include/qt/QtGui", - "/usr/include/qt/QtCore", - "/usr/lib/qt/mkspecs/linux-g++", - "/usr/include/qt/QtQuick", - "/usr/include/qt/QtQmlModels", - "/usr/include/qt/QtQml", - "/usr/include/qt/QtNetwork", - "/usr/include/KF5", - "/usr/include/KF5/Plasma", - "/usr/include/KF5/KConfig", - "/usr/include/KF5/KConfigCore", - "/usr/include/KF5/KPackage", - "/usr/include/KF5/KCoreAddons", - "/usr/include/KF5/KService", - "/usr/include/KF5/KI18n", - "/usr/include/KF5/KWindowSystem", - "/usr/include/qt/QtWidgets", - "/usr/include", - "/usr/include/c++/12.1.1", - "/usr/include/c++/12.1.1/x86_64-pc-linux-gnu", - "/usr/include/c++/12.1.1/backward", - "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include", - "/usr/local/include", - "/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include-fixed" - ], - "MOC_MACRO_NAMES" : - [ - "Q_OBJECT", - "Q_GADGET", - "Q_NAMESPACE", - "Q_NAMESPACE_EXPORT", - "K_PLUGIN_FACTORY", - "K_PLUGIN_CLASS", - "K_PLUGIN_FACTORY_WITH_JSON", - "K_PLUGIN_CLASS_WITH_JSON", - "K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON", - "K_EXPORT_PLASMA_SERVICE", - "K_EXPORT_PLASMA_APPLET", - "K_EXPORT_PLASMA_PACKAGE", - "K_EXPORT_PLASMA_APPLETSCRIPTENGINE", - "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE", - "K_EXPORT_PLASMA_DATAENGINE", - "K_EXPORT_PLASMA_PACKAGE_WITH_JSON", - "K_EXPORT_PLASMA_SERVICE_WITH_JSON", - "K_EXPORT_PLASMA_APPLET_WITH_JSON", - "K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON", - "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON", - "K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON", - "K_EXPORT_PLASMA_DATAENGINE_WITH_JSON" - ], - "MOC_OPTIONS" : [], - "MOC_PATH_PREFIX" : false, - "MOC_PREDEFS_CMD" : - [ - "/usr/bin/c++", - "-dM", - "-E", - "-c", - "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" - ], - "MOC_PREDEFS_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h", - "MOC_RELAXED_MODE" : false, - "MOC_SKIP" : [], - "MULTI_CONFIG" : false, - "PARALLEL" : 4, - "PARSE_CACHE_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt", - "QT_MOC_EXECUTABLE" : "/usr/bin/moc", - "QT_UIC_EXECUTABLE" : "", - "QT_VERSION_MAJOR" : 5, - "QT_VERSION_MINOR" : 15, - "SETTINGS_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt", - "SOURCES" : - [ - [ - "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp", - "Mu", - null - ] - ], - "VERBOSITY" : 0 -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt deleted file mode 100644 index 086a3e4..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt +++ /dev/null @@ -1 +0,0 @@ -moc:19242ea45cc4c5cdfdd76ca46a27414af6728177d265e388cfe17c0aad68b916 diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake deleted file mode 100644 index dc55e44..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake +++ /dev/null @@ -1,18 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt deleted file mode 100644 index 2cabcea..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt +++ /dev/null @@ -1,948 +0,0 @@ -# Generated by CMake. Changes will be overwritten. -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp - mmc:K_PLUGIN_CLASS_WITH_JSON - mid:seventasks.moc - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/metadata.json - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h - mdp:/usr/include/KF5/KConfigCore/KConfigGroup - mdp:/usr/include/KF5/KConfigCore/KSharedConfig - mdp:/usr/include/KF5/KConfigCore/conversioncheck.h - mdp:/usr/include/KF5/KConfigCore/kconfig.h - mdp:/usr/include/KF5/KConfigCore/kconfigbase.h - mdp:/usr/include/KF5/KConfigCore/kconfigcore_export.h - mdp:/usr/include/KF5/KConfigCore/kconfiggroup.h - mdp:/usr/include/KF5/KConfigCore/ksharedconfig.h - mdp:/usr/include/KF5/KCoreAddons/KJob - mdp:/usr/include/KF5/KCoreAddons/KPluginFactory - mdp:/usr/include/KF5/KCoreAddons/KPluginLoader - mdp:/usr/include/KF5/KCoreAddons/KPluginMetaData - mdp:/usr/include/KF5/KCoreAddons/kcoreaddons_export.h - mdp:/usr/include/KF5/KCoreAddons/kexportplugin.h - mdp:/usr/include/KF5/KCoreAddons/kjob.h - mdp:/usr/include/KF5/KCoreAddons/kpluginfactory.h - mdp:/usr/include/KF5/KCoreAddons/kpluginloader.h - mdp:/usr/include/KF5/KCoreAddons/kpluginmetadata.h - mdp:/usr/include/KF5/KPackage/KPackage/Package - mdp:/usr/include/KF5/KPackage/kpackage/package.h - mdp:/usr/include/KF5/KPackage/kpackage/package_export.h - mdp:/usr/include/KF5/KService/KPluginInfo - mdp:/usr/include/KF5/KService/kplugininfo.h - mdp:/usr/include/KF5/KService/kservice.h - mdp:/usr/include/KF5/KService/kservice_export.h - mdp:/usr/include/KF5/KService/kserviceaction.h - mdp:/usr/include/KF5/KService/ksycocaentry.h - mdp:/usr/include/KF5/KService/ksycocatype.h - mdp:/usr/include/KF5/KWindowSystem/kwindowinfo.h - mdp:/usr/include/KF5/KWindowSystem/kwindowsystem.h - mdp:/usr/include/KF5/KWindowSystem/kwindowsystem_export.h - mdp:/usr/include/KF5/KWindowSystem/netwm_def.h - mdp:/usr/include/KF5/Plasma/Applet - mdp:/usr/include/KF5/plasma/applet.h - mdp:/usr/include/KF5/plasma/framesvg.h - mdp:/usr/include/KF5/plasma/plasma.h - mdp:/usr/include/KF5/plasma/plasma_export.h - mdp:/usr/include/KF5/plasma/svg.h - mdp:/usr/include/KF5/plasma/theme.h - mdp:/usr/include/alloca.h - mdp:/usr/include/asm-generic/errno-base.h - mdp:/usr/include/asm-generic/errno.h - mdp:/usr/include/asm/errno.h - mdp:/usr/include/asm/unistd.h - mdp:/usr/include/asm/unistd_64.h - mdp:/usr/include/assert.h - mdp:/usr/include/bits/atomic_wide_counter.h - mdp:/usr/include/bits/byteswap.h - mdp:/usr/include/bits/confname.h - mdp:/usr/include/bits/cpu-set.h - mdp:/usr/include/bits/endian.h - mdp:/usr/include/bits/endianness.h - mdp:/usr/include/bits/environments.h - mdp:/usr/include/bits/errno.h - mdp:/usr/include/bits/floatn-common.h - mdp:/usr/include/bits/floatn.h - mdp:/usr/include/bits/getopt_core.h - mdp:/usr/include/bits/getopt_posix.h - mdp:/usr/include/bits/libc-header-start.h - mdp:/usr/include/bits/local_lim.h - mdp:/usr/include/bits/locale.h - mdp:/usr/include/bits/long-double.h - mdp:/usr/include/bits/posix1_lim.h - mdp:/usr/include/bits/posix2_lim.h - mdp:/usr/include/bits/posix_opt.h - mdp:/usr/include/bits/pthread_stack_min-dynamic.h - mdp:/usr/include/bits/pthreadtypes-arch.h - mdp:/usr/include/bits/pthreadtypes.h - mdp:/usr/include/bits/sched.h - mdp:/usr/include/bits/select.h - mdp:/usr/include/bits/setjmp.h - mdp:/usr/include/bits/stdint-intn.h - mdp:/usr/include/bits/stdint-uintn.h - mdp:/usr/include/bits/stdio_lim.h - mdp:/usr/include/bits/stdlib-float.h - mdp:/usr/include/bits/struct_mutex.h - mdp:/usr/include/bits/struct_rwlock.h - mdp:/usr/include/bits/syscall.h - mdp:/usr/include/bits/thread-shared-types.h - mdp:/usr/include/bits/time.h - mdp:/usr/include/bits/time64.h - mdp:/usr/include/bits/timesize.h - mdp:/usr/include/bits/timex.h - mdp:/usr/include/bits/types.h - mdp:/usr/include/bits/types/FILE.h - mdp:/usr/include/bits/types/__FILE.h - mdp:/usr/include/bits/types/__fpos64_t.h - mdp:/usr/include/bits/types/__fpos_t.h - mdp:/usr/include/bits/types/__locale_t.h - mdp:/usr/include/bits/types/__mbstate_t.h - mdp:/usr/include/bits/types/__sigset_t.h - mdp:/usr/include/bits/types/clock_t.h - mdp:/usr/include/bits/types/clockid_t.h - mdp:/usr/include/bits/types/cookie_io_functions_t.h - mdp:/usr/include/bits/types/error_t.h - mdp:/usr/include/bits/types/locale_t.h - mdp:/usr/include/bits/types/mbstate_t.h - mdp:/usr/include/bits/types/sigset_t.h - mdp:/usr/include/bits/types/struct_FILE.h - mdp:/usr/include/bits/types/struct___jmp_buf_tag.h - mdp:/usr/include/bits/types/struct_itimerspec.h - mdp:/usr/include/bits/types/struct_sched_param.h - mdp:/usr/include/bits/types/struct_timespec.h - mdp:/usr/include/bits/types/struct_timeval.h - mdp:/usr/include/bits/types/struct_tm.h - mdp:/usr/include/bits/types/time_t.h - mdp:/usr/include/bits/types/timer_t.h - mdp:/usr/include/bits/types/wint_t.h - mdp:/usr/include/bits/typesizes.h - mdp:/usr/include/bits/uintn-identity.h - mdp:/usr/include/bits/uio_lim.h - mdp:/usr/include/bits/unistd_ext.h - mdp:/usr/include/bits/waitflags.h - mdp:/usr/include/bits/waitstatus.h - mdp:/usr/include/bits/wchar.h - mdp:/usr/include/bits/wctype-wchar.h - mdp:/usr/include/bits/wordsize.h - mdp:/usr/include/bits/xopen_lim.h - mdp:/usr/include/c++/12.1.1/algorithm - mdp:/usr/include/c++/12.1.1/array - mdp:/usr/include/c++/12.1.1/atomic - mdp:/usr/include/c++/12.1.1/backward/auto_ptr.h - mdp:/usr/include/c++/12.1.1/backward/binders.h - mdp:/usr/include/c++/12.1.1/bit - mdp:/usr/include/c++/12.1.1/bits/algorithmfwd.h - mdp:/usr/include/c++/12.1.1/bits/align.h - mdp:/usr/include/c++/12.1.1/bits/alloc_traits.h - mdp:/usr/include/c++/12.1.1/bits/allocated_ptr.h - mdp:/usr/include/c++/12.1.1/bits/allocator.h - mdp:/usr/include/c++/12.1.1/bits/atomic_base.h - mdp:/usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h - mdp:/usr/include/c++/12.1.1/bits/atomic_wait.h - mdp:/usr/include/c++/12.1.1/bits/basic_ios.h - mdp:/usr/include/c++/12.1.1/bits/basic_ios.tcc - mdp:/usr/include/c++/12.1.1/bits/basic_string.h - mdp:/usr/include/c++/12.1.1/bits/basic_string.tcc - mdp:/usr/include/c++/12.1.1/bits/c++0x_warning.h - mdp:/usr/include/c++/12.1.1/bits/char_traits.h - mdp:/usr/include/c++/12.1.1/bits/charconv.h - mdp:/usr/include/c++/12.1.1/bits/concept_check.h - mdp:/usr/include/c++/12.1.1/bits/cpp_type_traits.h - mdp:/usr/include/c++/12.1.1/bits/cxxabi_forced.h - mdp:/usr/include/c++/12.1.1/bits/cxxabi_init_exception.h - mdp:/usr/include/c++/12.1.1/bits/erase_if.h - mdp:/usr/include/c++/12.1.1/bits/exception.h - mdp:/usr/include/c++/12.1.1/bits/exception_defines.h - mdp:/usr/include/c++/12.1.1/bits/exception_ptr.h - mdp:/usr/include/c++/12.1.1/bits/functexcept.h - mdp:/usr/include/c++/12.1.1/bits/functional_hash.h - mdp:/usr/include/c++/12.1.1/bits/hash_bytes.h - mdp:/usr/include/c++/12.1.1/bits/invoke.h - mdp:/usr/include/c++/12.1.1/bits/ios_base.h - mdp:/usr/include/c++/12.1.1/bits/iterator_concepts.h - mdp:/usr/include/c++/12.1.1/bits/list.tcc - mdp:/usr/include/c++/12.1.1/bits/locale_classes.h - mdp:/usr/include/c++/12.1.1/bits/locale_classes.tcc - mdp:/usr/include/c++/12.1.1/bits/locale_facets.h - mdp:/usr/include/c++/12.1.1/bits/locale_facets.tcc - mdp:/usr/include/c++/12.1.1/bits/localefwd.h - mdp:/usr/include/c++/12.1.1/bits/max_size_type.h - mdp:/usr/include/c++/12.1.1/bits/memoryfwd.h - mdp:/usr/include/c++/12.1.1/bits/mofunc_impl.h - mdp:/usr/include/c++/12.1.1/bits/move.h - mdp:/usr/include/c++/12.1.1/bits/move_only_function.h - mdp:/usr/include/c++/12.1.1/bits/nested_exception.h - mdp:/usr/include/c++/12.1.1/bits/new_allocator.h - mdp:/usr/include/c++/12.1.1/bits/node_handle.h - mdp:/usr/include/c++/12.1.1/bits/ostream.tcc - mdp:/usr/include/c++/12.1.1/bits/ostream_insert.h - mdp:/usr/include/c++/12.1.1/bits/postypes.h - mdp:/usr/include/c++/12.1.1/bits/predefined_ops.h - mdp:/usr/include/c++/12.1.1/bits/ptr_traits.h - mdp:/usr/include/c++/12.1.1/bits/range_access.h - mdp:/usr/include/c++/12.1.1/bits/ranges_algo.h - mdp:/usr/include/c++/12.1.1/bits/ranges_algobase.h - mdp:/usr/include/c++/12.1.1/bits/ranges_base.h - mdp:/usr/include/c++/12.1.1/bits/ranges_cmp.h - mdp:/usr/include/c++/12.1.1/bits/ranges_uninitialized.h - mdp:/usr/include/c++/12.1.1/bits/ranges_util.h - mdp:/usr/include/c++/12.1.1/bits/refwrap.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr_atomic.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr_base.h - mdp:/usr/include/c++/12.1.1/bits/std_abs.h - mdp:/usr/include/c++/12.1.1/bits/std_function.h - mdp:/usr/include/c++/12.1.1/bits/std_mutex.h - mdp:/usr/include/c++/12.1.1/bits/stl_algo.h - mdp:/usr/include/c++/12.1.1/bits/stl_algobase.h - mdp:/usr/include/c++/12.1.1/bits/stl_bvector.h - mdp:/usr/include/c++/12.1.1/bits/stl_construct.h - mdp:/usr/include/c++/12.1.1/bits/stl_function.h - mdp:/usr/include/c++/12.1.1/bits/stl_heap.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator_base_types.h - mdp:/usr/include/c++/12.1.1/bits/stl_list.h - mdp:/usr/include/c++/12.1.1/bits/stl_map.h - mdp:/usr/include/c++/12.1.1/bits/stl_multimap.h - mdp:/usr/include/c++/12.1.1/bits/stl_numeric.h - mdp:/usr/include/c++/12.1.1/bits/stl_pair.h - mdp:/usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h - mdp:/usr/include/c++/12.1.1/bits/stl_relops.h - mdp:/usr/include/c++/12.1.1/bits/stl_tempbuf.h - mdp:/usr/include/c++/12.1.1/bits/stl_tree.h - mdp:/usr/include/c++/12.1.1/bits/stl_uninitialized.h - mdp:/usr/include/c++/12.1.1/bits/stl_vector.h - mdp:/usr/include/c++/12.1.1/bits/stream_iterator.h - mdp:/usr/include/c++/12.1.1/bits/streambuf.tcc - mdp:/usr/include/c++/12.1.1/bits/streambuf_iterator.h - mdp:/usr/include/c++/12.1.1/bits/string_view.tcc - mdp:/usr/include/c++/12.1.1/bits/stringfwd.h - mdp:/usr/include/c++/12.1.1/bits/uniform_int_dist.h - mdp:/usr/include/c++/12.1.1/bits/unique_ptr.h - mdp:/usr/include/c++/12.1.1/bits/uses_allocator.h - mdp:/usr/include/c++/12.1.1/bits/uses_allocator_args.h - mdp:/usr/include/c++/12.1.1/bits/utility.h - mdp:/usr/include/c++/12.1.1/bits/vector.tcc - mdp:/usr/include/c++/12.1.1/cctype - mdp:/usr/include/c++/12.1.1/cerrno - mdp:/usr/include/c++/12.1.1/climits - mdp:/usr/include/c++/12.1.1/clocale - mdp:/usr/include/c++/12.1.1/compare - mdp:/usr/include/c++/12.1.1/concepts - mdp:/usr/include/c++/12.1.1/cstddef - mdp:/usr/include/c++/12.1.1/cstdint - mdp:/usr/include/c++/12.1.1/cstdlib - mdp:/usr/include/c++/12.1.1/cwchar - mdp:/usr/include/c++/12.1.1/cwctype - mdp:/usr/include/c++/12.1.1/debug/assertions.h - mdp:/usr/include/c++/12.1.1/debug/debug.h - mdp:/usr/include/c++/12.1.1/exception - mdp:/usr/include/c++/12.1.1/ext/aligned_buffer.h - mdp:/usr/include/c++/12.1.1/ext/alloc_traits.h - mdp:/usr/include/c++/12.1.1/ext/atomicity.h - mdp:/usr/include/c++/12.1.1/ext/concurrence.h - mdp:/usr/include/c++/12.1.1/ext/numeric_traits.h - mdp:/usr/include/c++/12.1.1/ext/string_conversions.h - mdp:/usr/include/c++/12.1.1/ext/type_traits.h - mdp:/usr/include/c++/12.1.1/functional - mdp:/usr/include/c++/12.1.1/initializer_list - mdp:/usr/include/c++/12.1.1/ios - mdp:/usr/include/c++/12.1.1/iosfwd - mdp:/usr/include/c++/12.1.1/iterator - mdp:/usr/include/c++/12.1.1/limits - mdp:/usr/include/c++/12.1.1/list - mdp:/usr/include/c++/12.1.1/map - mdp:/usr/include/c++/12.1.1/memory - mdp:/usr/include/c++/12.1.1/new - mdp:/usr/include/c++/12.1.1/numbers - mdp:/usr/include/c++/12.1.1/numeric - mdp:/usr/include/c++/12.1.1/ostream - mdp:/usr/include/c++/12.1.1/pstl/execution_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_algorithm_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_memory_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_numeric_defs.h - mdp:/usr/include/c++/12.1.1/stdexcept - mdp:/usr/include/c++/12.1.1/streambuf - mdp:/usr/include/c++/12.1.1/string - mdp:/usr/include/c++/12.1.1/string_view - mdp:/usr/include/c++/12.1.1/tuple - mdp:/usr/include/c++/12.1.1/type_traits - mdp:/usr/include/c++/12.1.1/typeinfo - mdp:/usr/include/c++/12.1.1/unordered_map - mdp:/usr/include/c++/12.1.1/utility - mdp:/usr/include/c++/12.1.1/vector - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h - mdp:/usr/include/ctype.h - mdp:/usr/include/endian.h - mdp:/usr/include/errno.h - mdp:/usr/include/features-time64.h - mdp:/usr/include/features.h - mdp:/usr/include/gnu/stubs-64.h - mdp:/usr/include/gnu/stubs.h - mdp:/usr/include/limits.h - mdp:/usr/include/linux/errno.h - mdp:/usr/include/linux/limits.h - mdp:/usr/include/locale.h - mdp:/usr/include/pthread.h - mdp:/usr/include/qt/QtCore/QByteArray - mdp:/usr/include/qt/QtCore/QCoreApplication - mdp:/usr/include/qt/QtCore/QCryptographicHash - mdp:/usr/include/qt/QtCore/QDataStream - mdp:/usr/include/qt/QtCore/QDate - mdp:/usr/include/qt/QtCore/QEvent - mdp:/usr/include/qt/QtCore/QExplicitlySharedDataPointer - mdp:/usr/include/qt/QtCore/QFlags - mdp:/usr/include/qt/QtCore/QJsonObject - mdp:/usr/include/qt/QtCore/QList - mdp:/usr/include/qt/QtCore/QMargins - mdp:/usr/include/qt/QtCore/QMetaType - mdp:/usr/include/qt/QtCore/QObject - mdp:/usr/include/qt/QtCore/QPair - mdp:/usr/include/qt/QtCore/QPluginLoader - mdp:/usr/include/qt/QtCore/QPoint - mdp:/usr/include/qt/QtCore/QRect - mdp:/usr/include/qt/QtCore/QSharedDataPointer - mdp:/usr/include/qt/QtCore/QSize - mdp:/usr/include/qt/QtCore/QStandardPaths - mdp:/usr/include/qt/QtCore/QString - mdp:/usr/include/qt/QtCore/QStringList - mdp:/usr/include/qt/QtCore/QUrl - mdp:/usr/include/qt/QtCore/QUuid - mdp:/usr/include/qt/QtCore/QVariant - mdp:/usr/include/qt/QtCore/QtGlobal - mdp:/usr/include/qt/QtCore/QtPlugin - mdp:/usr/include/qt/QtCore/qalgorithms.h - mdp:/usr/include/qt/QtCore/qarraydata.h - mdp:/usr/include/qt/QtCore/qatomic.h - mdp:/usr/include/qt/QtCore/qatomic_cxx11.h - mdp:/usr/include/qt/QtCore/qbasicatomic.h - mdp:/usr/include/qt/QtCore/qbytearray.h - mdp:/usr/include/qt/QtCore/qbytearraylist.h - mdp:/usr/include/qt/QtCore/qcborcommon.h - mdp:/usr/include/qt/QtCore/qcborvalue.h - mdp:/usr/include/qt/QtCore/qchar.h - mdp:/usr/include/qt/QtCore/qcompilerdetection.h - mdp:/usr/include/qt/QtCore/qconfig.h - mdp:/usr/include/qt/QtCore/qcontainerfwd.h - mdp:/usr/include/qt/QtCore/qcontainertools_impl.h - mdp:/usr/include/qt/QtCore/qcontiguouscache.h - mdp:/usr/include/qt/QtCore/qcoreapplication.h - mdp:/usr/include/qt/QtCore/qcoreevent.h - mdp:/usr/include/qt/QtCore/qcryptographichash.h - mdp:/usr/include/qt/QtCore/qdatastream.h - mdp:/usr/include/qt/QtCore/qdatetime.h - mdp:/usr/include/qt/QtCore/qdebug.h - mdp:/usr/include/qt/QtCore/qeventloop.h - mdp:/usr/include/qt/QtCore/qfile.h - mdp:/usr/include/qt/QtCore/qfiledevice.h - mdp:/usr/include/qt/QtCore/qflags.h - mdp:/usr/include/qt/QtCore/qgenericatomic.h - mdp:/usr/include/qt/QtCore/qglobal.h - mdp:/usr/include/qt/QtCore/qglobalstatic.h - mdp:/usr/include/qt/QtCore/qhash.h - mdp:/usr/include/qt/QtCore/qhashfunctions.h - mdp:/usr/include/qt/QtCore/qiodevice.h - mdp:/usr/include/qt/QtCore/qiterator.h - mdp:/usr/include/qt/QtCore/qjsonobject.h - mdp:/usr/include/qt/QtCore/qjsonvalue.h - mdp:/usr/include/qt/QtCore/qlibrary.h - mdp:/usr/include/qt/QtCore/qline.h - mdp:/usr/include/qt/QtCore/qlist.h - mdp:/usr/include/qt/QtCore/qlocale.h - mdp:/usr/include/qt/QtCore/qlogging.h - mdp:/usr/include/qt/QtCore/qmap.h - mdp:/usr/include/qt/QtCore/qmargins.h - mdp:/usr/include/qt/QtCore/qmetaobject.h - mdp:/usr/include/qt/QtCore/qmetatype.h - mdp:/usr/include/qt/QtCore/qnamespace.h - mdp:/usr/include/qt/QtCore/qnumeric.h - mdp:/usr/include/qt/QtCore/qobject.h - mdp:/usr/include/qt/QtCore/qobject_impl.h - mdp:/usr/include/qt/QtCore/qobjectdefs.h - mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h - mdp:/usr/include/qt/QtCore/qpair.h - mdp:/usr/include/qt/QtCore/qplugin.h - mdp:/usr/include/qt/QtCore/qpluginloader.h - mdp:/usr/include/qt/QtCore/qpoint.h - mdp:/usr/include/qt/QtCore/qpointer.h - mdp:/usr/include/qt/QtCore/qprocessordetection.h - mdp:/usr/include/qt/QtCore/qrect.h - mdp:/usr/include/qt/QtCore/qrefcount.h - mdp:/usr/include/qt/QtCore/qregexp.h - mdp:/usr/include/qt/QtCore/qregularexpression.h - mdp:/usr/include/qt/QtCore/qscopedpointer.h - mdp:/usr/include/qt/QtCore/qset.h - mdp:/usr/include/qt/QtCore/qshareddata.h - mdp:/usr/include/qt/QtCore/qsharedpointer.h - mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h - mdp:/usr/include/qt/QtCore/qsize.h - mdp:/usr/include/qt/QtCore/qstandardpaths.h - mdp:/usr/include/qt/QtCore/qstring.h - mdp:/usr/include/qt/QtCore/qstringalgorithms.h - mdp:/usr/include/qt/QtCore/qstringlist.h - mdp:/usr/include/qt/QtCore/qstringliteral.h - mdp:/usr/include/qt/QtCore/qstringmatcher.h - mdp:/usr/include/qt/QtCore/qstringview.h - mdp:/usr/include/qt/QtCore/qsysinfo.h - mdp:/usr/include/qt/QtCore/qsystemdetection.h - mdp:/usr/include/qt/QtCore/qtcore-config.h - mdp:/usr/include/qt/QtCore/qtextstream.h - mdp:/usr/include/qt/QtCore/qtypeinfo.h - mdp:/usr/include/qt/QtCore/qurl.h - mdp:/usr/include/qt/QtCore/quuid.h - mdp:/usr/include/qt/QtCore/qvariant.h - mdp:/usr/include/qt/QtCore/qvarlengtharray.h - mdp:/usr/include/qt/QtCore/qvector.h - mdp:/usr/include/qt/QtCore/qversiontagging.h - mdp:/usr/include/qt/QtGui/QColor - mdp:/usr/include/qt/QtGui/QFont - mdp:/usr/include/qt/QtGui/QGuiApplication - mdp:/usr/include/qt/QtGui/QIcon - mdp:/usr/include/qt/QtGui/QImage - mdp:/usr/include/qt/QtGui/QKeySequence - mdp:/usr/include/qt/QtGui/QPixmap - mdp:/usr/include/qt/QtGui/QRgb - mdp:/usr/include/qt/QtGui/QWidgetList - mdp:/usr/include/qt/QtGui/QWindow - mdp:/usr/include/qt/QtGui/qaccessible.h - mdp:/usr/include/qt/QtGui/qcolor.h - mdp:/usr/include/qt/QtGui/qcursor.h - mdp:/usr/include/qt/QtGui/qevent.h - mdp:/usr/include/qt/QtGui/qfont.h - mdp:/usr/include/qt/QtGui/qguiapplication.h - mdp:/usr/include/qt/QtGui/qicon.h - mdp:/usr/include/qt/QtGui/qimage.h - mdp:/usr/include/qt/QtGui/qinputmethod.h - mdp:/usr/include/qt/QtGui/qkeysequence.h - mdp:/usr/include/qt/QtGui/qmatrix.h - mdp:/usr/include/qt/QtGui/qpaintdevice.h - mdp:/usr/include/qt/QtGui/qpixelformat.h - mdp:/usr/include/qt/QtGui/qpixmap.h - mdp:/usr/include/qt/QtGui/qpolygon.h - mdp:/usr/include/qt/QtGui/qregion.h - mdp:/usr/include/qt/QtGui/qrgb.h - mdp:/usr/include/qt/QtGui/qrgba64.h - mdp:/usr/include/qt/QtGui/qsurface.h - mdp:/usr/include/qt/QtGui/qsurfaceformat.h - mdp:/usr/include/qt/QtGui/qtgui-config.h - mdp:/usr/include/qt/QtGui/qtguiglobal.h - mdp:/usr/include/qt/QtGui/qtouchdevice.h - mdp:/usr/include/qt/QtGui/qtransform.h - mdp:/usr/include/qt/QtGui/qvector2d.h - mdp:/usr/include/qt/QtGui/qwindow.h - mdp:/usr/include/qt/QtGui/qwindowdefs.h - mdp:/usr/include/qt/QtNetwork/qtnetwork-config.h - mdp:/usr/include/qt/QtNetwork/qtnetworkglobal.h - mdp:/usr/include/qt/QtQml/QJSValue - mdp:/usr/include/qt/QtQml/qjsvalue.h - mdp:/usr/include/qt/QtQml/qqml.h - mdp:/usr/include/qt/QtQml/qqmlcomponent.h - mdp:/usr/include/qt/QtQml/qqmlerror.h - mdp:/usr/include/qt/QtQml/qqmllist.h - mdp:/usr/include/qt/QtQml/qqmlparserstatus.h - mdp:/usr/include/qt/QtQml/qqmlprivate.h - mdp:/usr/include/qt/QtQml/qqmlpropertyvaluesource.h - mdp:/usr/include/qt/QtQml/qtqml-config.h - mdp:/usr/include/qt/QtQml/qtqmlglobal.h - mdp:/usr/include/qt/QtQuick/QQuickItem - mdp:/usr/include/qt/QtQuick/QQuickItemGrabResult - mdp:/usr/include/qt/QtQuick/qquickitem.h - mdp:/usr/include/qt/QtQuick/qquickitemgrabresult.h - mdp:/usr/include/qt/QtQuick/qtquick-config.h - mdp:/usr/include/qt/QtQuick/qtquickglobal.h - mdp:/usr/include/sched.h - mdp:/usr/include/stdc-predef.h - mdp:/usr/include/stdint.h - mdp:/usr/include/stdio.h - mdp:/usr/include/stdlib.h - mdp:/usr/include/string.h - mdp:/usr/include/strings.h - mdp:/usr/include/sys/cdefs.h - mdp:/usr/include/sys/select.h - mdp:/usr/include/sys/syscall.h - mdp:/usr/include/sys/types.h - mdp:/usr/include/syscall.h - mdp:/usr/include/time.h - mdp:/usr/include/unistd.h - mdp:/usr/include/wchar.h - mdp:/usr/include/wctype.h - mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h - mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h - mmc:Q_OBJECT - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h - mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h - mdp:/usr/include/KF5/KConfigCore/KConfigGroup - mdp:/usr/include/KF5/KConfigCore/KSharedConfig - mdp:/usr/include/KF5/KConfigCore/conversioncheck.h - mdp:/usr/include/KF5/KConfigCore/kconfig.h - mdp:/usr/include/KF5/KConfigCore/kconfigbase.h - mdp:/usr/include/KF5/KConfigCore/kconfigcore_export.h - mdp:/usr/include/KF5/KConfigCore/kconfiggroup.h - mdp:/usr/include/KF5/KConfigCore/ksharedconfig.h - mdp:/usr/include/KF5/KCoreAddons/KJob - mdp:/usr/include/KF5/KCoreAddons/KPluginFactory - mdp:/usr/include/KF5/KCoreAddons/KPluginLoader - mdp:/usr/include/KF5/KCoreAddons/KPluginMetaData - mdp:/usr/include/KF5/KCoreAddons/kcoreaddons_export.h - mdp:/usr/include/KF5/KCoreAddons/kexportplugin.h - mdp:/usr/include/KF5/KCoreAddons/kjob.h - mdp:/usr/include/KF5/KCoreAddons/kpluginfactory.h - mdp:/usr/include/KF5/KCoreAddons/kpluginloader.h - mdp:/usr/include/KF5/KCoreAddons/kpluginmetadata.h - mdp:/usr/include/KF5/KPackage/KPackage/Package - mdp:/usr/include/KF5/KPackage/kpackage/package.h - mdp:/usr/include/KF5/KPackage/kpackage/package_export.h - mdp:/usr/include/KF5/KService/KPluginInfo - mdp:/usr/include/KF5/KService/kplugininfo.h - mdp:/usr/include/KF5/KService/kservice.h - mdp:/usr/include/KF5/KService/kservice_export.h - mdp:/usr/include/KF5/KService/kserviceaction.h - mdp:/usr/include/KF5/KService/ksycocaentry.h - mdp:/usr/include/KF5/KService/ksycocatype.h - mdp:/usr/include/KF5/Plasma/Applet - mdp:/usr/include/KF5/plasma/applet.h - mdp:/usr/include/KF5/plasma/framesvg.h - mdp:/usr/include/KF5/plasma/plasma.h - mdp:/usr/include/KF5/plasma/plasma_export.h - mdp:/usr/include/KF5/plasma/svg.h - mdp:/usr/include/KF5/plasma/theme.h - mdp:/usr/include/alloca.h - mdp:/usr/include/asm-generic/errno-base.h - mdp:/usr/include/asm-generic/errno.h - mdp:/usr/include/asm/errno.h - mdp:/usr/include/asm/unistd.h - mdp:/usr/include/asm/unistd_64.h - mdp:/usr/include/assert.h - mdp:/usr/include/bits/atomic_wide_counter.h - mdp:/usr/include/bits/byteswap.h - mdp:/usr/include/bits/confname.h - mdp:/usr/include/bits/cpu-set.h - mdp:/usr/include/bits/endian.h - mdp:/usr/include/bits/endianness.h - mdp:/usr/include/bits/environments.h - mdp:/usr/include/bits/errno.h - mdp:/usr/include/bits/floatn-common.h - mdp:/usr/include/bits/floatn.h - mdp:/usr/include/bits/getopt_core.h - mdp:/usr/include/bits/getopt_posix.h - mdp:/usr/include/bits/libc-header-start.h - mdp:/usr/include/bits/local_lim.h - mdp:/usr/include/bits/locale.h - mdp:/usr/include/bits/long-double.h - mdp:/usr/include/bits/posix1_lim.h - mdp:/usr/include/bits/posix2_lim.h - mdp:/usr/include/bits/posix_opt.h - mdp:/usr/include/bits/pthread_stack_min-dynamic.h - mdp:/usr/include/bits/pthreadtypes-arch.h - mdp:/usr/include/bits/pthreadtypes.h - mdp:/usr/include/bits/sched.h - mdp:/usr/include/bits/select.h - mdp:/usr/include/bits/setjmp.h - mdp:/usr/include/bits/stdint-intn.h - mdp:/usr/include/bits/stdint-uintn.h - mdp:/usr/include/bits/stdio_lim.h - mdp:/usr/include/bits/stdlib-float.h - mdp:/usr/include/bits/struct_mutex.h - mdp:/usr/include/bits/struct_rwlock.h - mdp:/usr/include/bits/syscall.h - mdp:/usr/include/bits/thread-shared-types.h - mdp:/usr/include/bits/time.h - mdp:/usr/include/bits/time64.h - mdp:/usr/include/bits/timesize.h - mdp:/usr/include/bits/timex.h - mdp:/usr/include/bits/types.h - mdp:/usr/include/bits/types/FILE.h - mdp:/usr/include/bits/types/__FILE.h - mdp:/usr/include/bits/types/__fpos64_t.h - mdp:/usr/include/bits/types/__fpos_t.h - mdp:/usr/include/bits/types/__locale_t.h - mdp:/usr/include/bits/types/__mbstate_t.h - mdp:/usr/include/bits/types/__sigset_t.h - mdp:/usr/include/bits/types/clock_t.h - mdp:/usr/include/bits/types/clockid_t.h - mdp:/usr/include/bits/types/cookie_io_functions_t.h - mdp:/usr/include/bits/types/error_t.h - mdp:/usr/include/bits/types/locale_t.h - mdp:/usr/include/bits/types/mbstate_t.h - mdp:/usr/include/bits/types/sigset_t.h - mdp:/usr/include/bits/types/struct_FILE.h - mdp:/usr/include/bits/types/struct___jmp_buf_tag.h - mdp:/usr/include/bits/types/struct_itimerspec.h - mdp:/usr/include/bits/types/struct_sched_param.h - mdp:/usr/include/bits/types/struct_timespec.h - mdp:/usr/include/bits/types/struct_timeval.h - mdp:/usr/include/bits/types/struct_tm.h - mdp:/usr/include/bits/types/time_t.h - mdp:/usr/include/bits/types/timer_t.h - mdp:/usr/include/bits/types/wint_t.h - mdp:/usr/include/bits/typesizes.h - mdp:/usr/include/bits/uintn-identity.h - mdp:/usr/include/bits/uio_lim.h - mdp:/usr/include/bits/unistd_ext.h - mdp:/usr/include/bits/waitflags.h - mdp:/usr/include/bits/waitstatus.h - mdp:/usr/include/bits/wchar.h - mdp:/usr/include/bits/wctype-wchar.h - mdp:/usr/include/bits/wordsize.h - mdp:/usr/include/bits/xopen_lim.h - mdp:/usr/include/c++/12.1.1/algorithm - mdp:/usr/include/c++/12.1.1/array - mdp:/usr/include/c++/12.1.1/atomic - mdp:/usr/include/c++/12.1.1/backward/auto_ptr.h - mdp:/usr/include/c++/12.1.1/backward/binders.h - mdp:/usr/include/c++/12.1.1/bit - mdp:/usr/include/c++/12.1.1/bits/algorithmfwd.h - mdp:/usr/include/c++/12.1.1/bits/align.h - mdp:/usr/include/c++/12.1.1/bits/alloc_traits.h - mdp:/usr/include/c++/12.1.1/bits/allocated_ptr.h - mdp:/usr/include/c++/12.1.1/bits/allocator.h - mdp:/usr/include/c++/12.1.1/bits/atomic_base.h - mdp:/usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h - mdp:/usr/include/c++/12.1.1/bits/atomic_wait.h - mdp:/usr/include/c++/12.1.1/bits/basic_ios.h - mdp:/usr/include/c++/12.1.1/bits/basic_ios.tcc - mdp:/usr/include/c++/12.1.1/bits/basic_string.h - mdp:/usr/include/c++/12.1.1/bits/basic_string.tcc - mdp:/usr/include/c++/12.1.1/bits/c++0x_warning.h - mdp:/usr/include/c++/12.1.1/bits/char_traits.h - mdp:/usr/include/c++/12.1.1/bits/charconv.h - mdp:/usr/include/c++/12.1.1/bits/concept_check.h - mdp:/usr/include/c++/12.1.1/bits/cpp_type_traits.h - mdp:/usr/include/c++/12.1.1/bits/cxxabi_forced.h - mdp:/usr/include/c++/12.1.1/bits/cxxabi_init_exception.h - mdp:/usr/include/c++/12.1.1/bits/erase_if.h - mdp:/usr/include/c++/12.1.1/bits/exception.h - mdp:/usr/include/c++/12.1.1/bits/exception_defines.h - mdp:/usr/include/c++/12.1.1/bits/exception_ptr.h - mdp:/usr/include/c++/12.1.1/bits/functexcept.h - mdp:/usr/include/c++/12.1.1/bits/functional_hash.h - mdp:/usr/include/c++/12.1.1/bits/hash_bytes.h - mdp:/usr/include/c++/12.1.1/bits/invoke.h - mdp:/usr/include/c++/12.1.1/bits/ios_base.h - mdp:/usr/include/c++/12.1.1/bits/iterator_concepts.h - mdp:/usr/include/c++/12.1.1/bits/list.tcc - mdp:/usr/include/c++/12.1.1/bits/locale_classes.h - mdp:/usr/include/c++/12.1.1/bits/locale_classes.tcc - mdp:/usr/include/c++/12.1.1/bits/locale_facets.h - mdp:/usr/include/c++/12.1.1/bits/locale_facets.tcc - mdp:/usr/include/c++/12.1.1/bits/localefwd.h - mdp:/usr/include/c++/12.1.1/bits/max_size_type.h - mdp:/usr/include/c++/12.1.1/bits/memoryfwd.h - mdp:/usr/include/c++/12.1.1/bits/mofunc_impl.h - mdp:/usr/include/c++/12.1.1/bits/move.h - mdp:/usr/include/c++/12.1.1/bits/move_only_function.h - mdp:/usr/include/c++/12.1.1/bits/nested_exception.h - mdp:/usr/include/c++/12.1.1/bits/new_allocator.h - mdp:/usr/include/c++/12.1.1/bits/node_handle.h - mdp:/usr/include/c++/12.1.1/bits/ostream.tcc - mdp:/usr/include/c++/12.1.1/bits/ostream_insert.h - mdp:/usr/include/c++/12.1.1/bits/postypes.h - mdp:/usr/include/c++/12.1.1/bits/predefined_ops.h - mdp:/usr/include/c++/12.1.1/bits/ptr_traits.h - mdp:/usr/include/c++/12.1.1/bits/range_access.h - mdp:/usr/include/c++/12.1.1/bits/ranges_algo.h - mdp:/usr/include/c++/12.1.1/bits/ranges_algobase.h - mdp:/usr/include/c++/12.1.1/bits/ranges_base.h - mdp:/usr/include/c++/12.1.1/bits/ranges_cmp.h - mdp:/usr/include/c++/12.1.1/bits/ranges_uninitialized.h - mdp:/usr/include/c++/12.1.1/bits/ranges_util.h - mdp:/usr/include/c++/12.1.1/bits/refwrap.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr_atomic.h - mdp:/usr/include/c++/12.1.1/bits/shared_ptr_base.h - mdp:/usr/include/c++/12.1.1/bits/std_abs.h - mdp:/usr/include/c++/12.1.1/bits/std_function.h - mdp:/usr/include/c++/12.1.1/bits/std_mutex.h - mdp:/usr/include/c++/12.1.1/bits/stl_algo.h - mdp:/usr/include/c++/12.1.1/bits/stl_algobase.h - mdp:/usr/include/c++/12.1.1/bits/stl_bvector.h - mdp:/usr/include/c++/12.1.1/bits/stl_construct.h - mdp:/usr/include/c++/12.1.1/bits/stl_function.h - mdp:/usr/include/c++/12.1.1/bits/stl_heap.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h - mdp:/usr/include/c++/12.1.1/bits/stl_iterator_base_types.h - mdp:/usr/include/c++/12.1.1/bits/stl_list.h - mdp:/usr/include/c++/12.1.1/bits/stl_map.h - mdp:/usr/include/c++/12.1.1/bits/stl_multimap.h - mdp:/usr/include/c++/12.1.1/bits/stl_numeric.h - mdp:/usr/include/c++/12.1.1/bits/stl_pair.h - mdp:/usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h - mdp:/usr/include/c++/12.1.1/bits/stl_relops.h - mdp:/usr/include/c++/12.1.1/bits/stl_tempbuf.h - mdp:/usr/include/c++/12.1.1/bits/stl_tree.h - mdp:/usr/include/c++/12.1.1/bits/stl_uninitialized.h - mdp:/usr/include/c++/12.1.1/bits/stl_vector.h - mdp:/usr/include/c++/12.1.1/bits/stream_iterator.h - mdp:/usr/include/c++/12.1.1/bits/streambuf.tcc - mdp:/usr/include/c++/12.1.1/bits/streambuf_iterator.h - mdp:/usr/include/c++/12.1.1/bits/string_view.tcc - mdp:/usr/include/c++/12.1.1/bits/stringfwd.h - mdp:/usr/include/c++/12.1.1/bits/uniform_int_dist.h - mdp:/usr/include/c++/12.1.1/bits/unique_ptr.h - mdp:/usr/include/c++/12.1.1/bits/uses_allocator.h - mdp:/usr/include/c++/12.1.1/bits/uses_allocator_args.h - mdp:/usr/include/c++/12.1.1/bits/utility.h - mdp:/usr/include/c++/12.1.1/bits/vector.tcc - mdp:/usr/include/c++/12.1.1/cctype - mdp:/usr/include/c++/12.1.1/cerrno - mdp:/usr/include/c++/12.1.1/climits - mdp:/usr/include/c++/12.1.1/clocale - mdp:/usr/include/c++/12.1.1/compare - mdp:/usr/include/c++/12.1.1/concepts - mdp:/usr/include/c++/12.1.1/cstddef - mdp:/usr/include/c++/12.1.1/cstdint - mdp:/usr/include/c++/12.1.1/cstdlib - mdp:/usr/include/c++/12.1.1/cwchar - mdp:/usr/include/c++/12.1.1/cwctype - mdp:/usr/include/c++/12.1.1/debug/assertions.h - mdp:/usr/include/c++/12.1.1/debug/debug.h - mdp:/usr/include/c++/12.1.1/exception - mdp:/usr/include/c++/12.1.1/ext/aligned_buffer.h - mdp:/usr/include/c++/12.1.1/ext/alloc_traits.h - mdp:/usr/include/c++/12.1.1/ext/atomicity.h - mdp:/usr/include/c++/12.1.1/ext/concurrence.h - mdp:/usr/include/c++/12.1.1/ext/numeric_traits.h - mdp:/usr/include/c++/12.1.1/ext/string_conversions.h - mdp:/usr/include/c++/12.1.1/ext/type_traits.h - mdp:/usr/include/c++/12.1.1/functional - mdp:/usr/include/c++/12.1.1/initializer_list - mdp:/usr/include/c++/12.1.1/ios - mdp:/usr/include/c++/12.1.1/iosfwd - mdp:/usr/include/c++/12.1.1/iterator - mdp:/usr/include/c++/12.1.1/limits - mdp:/usr/include/c++/12.1.1/list - mdp:/usr/include/c++/12.1.1/map - mdp:/usr/include/c++/12.1.1/memory - mdp:/usr/include/c++/12.1.1/new - mdp:/usr/include/c++/12.1.1/numbers - mdp:/usr/include/c++/12.1.1/numeric - mdp:/usr/include/c++/12.1.1/ostream - mdp:/usr/include/c++/12.1.1/pstl/execution_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_algorithm_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_memory_defs.h - mdp:/usr/include/c++/12.1.1/pstl/glue_numeric_defs.h - mdp:/usr/include/c++/12.1.1/stdexcept - mdp:/usr/include/c++/12.1.1/streambuf - mdp:/usr/include/c++/12.1.1/string - mdp:/usr/include/c++/12.1.1/string_view - mdp:/usr/include/c++/12.1.1/tuple - mdp:/usr/include/c++/12.1.1/type_traits - mdp:/usr/include/c++/12.1.1/typeinfo - mdp:/usr/include/c++/12.1.1/unordered_map - mdp:/usr/include/c++/12.1.1/utility - mdp:/usr/include/c++/12.1.1/vector - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h - mdp:/usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h - mdp:/usr/include/ctype.h - mdp:/usr/include/endian.h - mdp:/usr/include/errno.h - mdp:/usr/include/features-time64.h - mdp:/usr/include/features.h - mdp:/usr/include/gnu/stubs-64.h - mdp:/usr/include/gnu/stubs.h - mdp:/usr/include/limits.h - mdp:/usr/include/linux/errno.h - mdp:/usr/include/linux/limits.h - mdp:/usr/include/locale.h - mdp:/usr/include/pthread.h - mdp:/usr/include/qt/QtCore/QByteArray - mdp:/usr/include/qt/QtCore/QCoreApplication - mdp:/usr/include/qt/QtCore/QCryptographicHash - mdp:/usr/include/qt/QtCore/QDataStream - mdp:/usr/include/qt/QtCore/QDate - mdp:/usr/include/qt/QtCore/QEvent - mdp:/usr/include/qt/QtCore/QExplicitlySharedDataPointer - mdp:/usr/include/qt/QtCore/QJsonObject - mdp:/usr/include/qt/QtCore/QList - mdp:/usr/include/qt/QtCore/QMargins - mdp:/usr/include/qt/QtCore/QMetaType - mdp:/usr/include/qt/QtCore/QObject - mdp:/usr/include/qt/QtCore/QPair - mdp:/usr/include/qt/QtCore/QPluginLoader - mdp:/usr/include/qt/QtCore/QPoint - mdp:/usr/include/qt/QtCore/QRect - mdp:/usr/include/qt/QtCore/QSharedDataPointer - mdp:/usr/include/qt/QtCore/QSize - mdp:/usr/include/qt/QtCore/QStandardPaths - mdp:/usr/include/qt/QtCore/QString - mdp:/usr/include/qt/QtCore/QStringList - mdp:/usr/include/qt/QtCore/QUrl - mdp:/usr/include/qt/QtCore/QUuid - mdp:/usr/include/qt/QtCore/QVariant - mdp:/usr/include/qt/QtCore/QtGlobal - mdp:/usr/include/qt/QtCore/QtPlugin - mdp:/usr/include/qt/QtCore/qalgorithms.h - mdp:/usr/include/qt/QtCore/qarraydata.h - mdp:/usr/include/qt/QtCore/qatomic.h - mdp:/usr/include/qt/QtCore/qatomic_cxx11.h - mdp:/usr/include/qt/QtCore/qbasicatomic.h - mdp:/usr/include/qt/QtCore/qbytearray.h - mdp:/usr/include/qt/QtCore/qbytearraylist.h - mdp:/usr/include/qt/QtCore/qcborcommon.h - mdp:/usr/include/qt/QtCore/qcborvalue.h - mdp:/usr/include/qt/QtCore/qchar.h - mdp:/usr/include/qt/QtCore/qcompilerdetection.h - mdp:/usr/include/qt/QtCore/qconfig.h - mdp:/usr/include/qt/QtCore/qcontainerfwd.h - mdp:/usr/include/qt/QtCore/qcontainertools_impl.h - mdp:/usr/include/qt/QtCore/qcontiguouscache.h - mdp:/usr/include/qt/QtCore/qcoreapplication.h - mdp:/usr/include/qt/QtCore/qcoreevent.h - mdp:/usr/include/qt/QtCore/qcryptographichash.h - mdp:/usr/include/qt/QtCore/qdatastream.h - mdp:/usr/include/qt/QtCore/qdatetime.h - mdp:/usr/include/qt/QtCore/qdebug.h - mdp:/usr/include/qt/QtCore/qeventloop.h - mdp:/usr/include/qt/QtCore/qfile.h - mdp:/usr/include/qt/QtCore/qfiledevice.h - mdp:/usr/include/qt/QtCore/qflags.h - mdp:/usr/include/qt/QtCore/qgenericatomic.h - mdp:/usr/include/qt/QtCore/qglobal.h - mdp:/usr/include/qt/QtCore/qglobalstatic.h - mdp:/usr/include/qt/QtCore/qhash.h - mdp:/usr/include/qt/QtCore/qhashfunctions.h - mdp:/usr/include/qt/QtCore/qiodevice.h - mdp:/usr/include/qt/QtCore/qiterator.h - mdp:/usr/include/qt/QtCore/qjsonobject.h - mdp:/usr/include/qt/QtCore/qjsonvalue.h - mdp:/usr/include/qt/QtCore/qlibrary.h - mdp:/usr/include/qt/QtCore/qline.h - mdp:/usr/include/qt/QtCore/qlist.h - mdp:/usr/include/qt/QtCore/qlocale.h - mdp:/usr/include/qt/QtCore/qlogging.h - mdp:/usr/include/qt/QtCore/qmap.h - mdp:/usr/include/qt/QtCore/qmargins.h - mdp:/usr/include/qt/QtCore/qmetaobject.h - mdp:/usr/include/qt/QtCore/qmetatype.h - mdp:/usr/include/qt/QtCore/qnamespace.h - mdp:/usr/include/qt/QtCore/qnumeric.h - mdp:/usr/include/qt/QtCore/qobject.h - mdp:/usr/include/qt/QtCore/qobject_impl.h - mdp:/usr/include/qt/QtCore/qobjectdefs.h - mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h - mdp:/usr/include/qt/QtCore/qpair.h - mdp:/usr/include/qt/QtCore/qplugin.h - mdp:/usr/include/qt/QtCore/qpluginloader.h - mdp:/usr/include/qt/QtCore/qpoint.h - mdp:/usr/include/qt/QtCore/qpointer.h - mdp:/usr/include/qt/QtCore/qprocessordetection.h - mdp:/usr/include/qt/QtCore/qrect.h - mdp:/usr/include/qt/QtCore/qrefcount.h - mdp:/usr/include/qt/QtCore/qregexp.h - mdp:/usr/include/qt/QtCore/qregularexpression.h - mdp:/usr/include/qt/QtCore/qscopedpointer.h - mdp:/usr/include/qt/QtCore/qset.h - mdp:/usr/include/qt/QtCore/qshareddata.h - mdp:/usr/include/qt/QtCore/qsharedpointer.h - mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h - mdp:/usr/include/qt/QtCore/qsize.h - mdp:/usr/include/qt/QtCore/qstandardpaths.h - mdp:/usr/include/qt/QtCore/qstring.h - mdp:/usr/include/qt/QtCore/qstringalgorithms.h - mdp:/usr/include/qt/QtCore/qstringlist.h - mdp:/usr/include/qt/QtCore/qstringliteral.h - mdp:/usr/include/qt/QtCore/qstringmatcher.h - mdp:/usr/include/qt/QtCore/qstringview.h - mdp:/usr/include/qt/QtCore/qsysinfo.h - mdp:/usr/include/qt/QtCore/qsystemdetection.h - mdp:/usr/include/qt/QtCore/qtcore-config.h - mdp:/usr/include/qt/QtCore/qtextstream.h - mdp:/usr/include/qt/QtCore/qtypeinfo.h - mdp:/usr/include/qt/QtCore/qurl.h - mdp:/usr/include/qt/QtCore/quuid.h - mdp:/usr/include/qt/QtCore/qvariant.h - mdp:/usr/include/qt/QtCore/qvarlengtharray.h - mdp:/usr/include/qt/QtCore/qvector.h - mdp:/usr/include/qt/QtCore/qversiontagging.h - mdp:/usr/include/qt/QtGui/QColor - mdp:/usr/include/qt/QtGui/QFont - mdp:/usr/include/qt/QtGui/QGuiApplication - mdp:/usr/include/qt/QtGui/QIcon - mdp:/usr/include/qt/QtGui/QImage - mdp:/usr/include/qt/QtGui/QKeySequence - mdp:/usr/include/qt/QtGui/QPixmap - mdp:/usr/include/qt/QtGui/QRgb - mdp:/usr/include/qt/QtGui/QWindow - mdp:/usr/include/qt/QtGui/qaccessible.h - mdp:/usr/include/qt/QtGui/qcolor.h - mdp:/usr/include/qt/QtGui/qcursor.h - mdp:/usr/include/qt/QtGui/qevent.h - mdp:/usr/include/qt/QtGui/qfont.h - mdp:/usr/include/qt/QtGui/qguiapplication.h - mdp:/usr/include/qt/QtGui/qicon.h - mdp:/usr/include/qt/QtGui/qimage.h - mdp:/usr/include/qt/QtGui/qinputmethod.h - mdp:/usr/include/qt/QtGui/qkeysequence.h - mdp:/usr/include/qt/QtGui/qmatrix.h - mdp:/usr/include/qt/QtGui/qpaintdevice.h - mdp:/usr/include/qt/QtGui/qpixelformat.h - mdp:/usr/include/qt/QtGui/qpixmap.h - mdp:/usr/include/qt/QtGui/qpolygon.h - mdp:/usr/include/qt/QtGui/qregion.h - mdp:/usr/include/qt/QtGui/qrgb.h - mdp:/usr/include/qt/QtGui/qrgba64.h - mdp:/usr/include/qt/QtGui/qsurface.h - mdp:/usr/include/qt/QtGui/qsurfaceformat.h - mdp:/usr/include/qt/QtGui/qtgui-config.h - mdp:/usr/include/qt/QtGui/qtguiglobal.h - mdp:/usr/include/qt/QtGui/qtouchdevice.h - mdp:/usr/include/qt/QtGui/qtransform.h - mdp:/usr/include/qt/QtGui/qvector2d.h - mdp:/usr/include/qt/QtGui/qwindow.h - mdp:/usr/include/qt/QtGui/qwindowdefs.h - mdp:/usr/include/qt/QtNetwork/qtnetwork-config.h - mdp:/usr/include/qt/QtNetwork/qtnetworkglobal.h - mdp:/usr/include/qt/QtQml/QJSValue - mdp:/usr/include/qt/QtQml/qjsvalue.h - mdp:/usr/include/qt/QtQml/qqml.h - mdp:/usr/include/qt/QtQml/qqmlcomponent.h - mdp:/usr/include/qt/QtQml/qqmlerror.h - mdp:/usr/include/qt/QtQml/qqmllist.h - mdp:/usr/include/qt/QtQml/qqmlparserstatus.h - mdp:/usr/include/qt/QtQml/qqmlprivate.h - mdp:/usr/include/qt/QtQml/qqmlpropertyvaluesource.h - mdp:/usr/include/qt/QtQml/qtqml-config.h - mdp:/usr/include/qt/QtQml/qtqmlglobal.h - mdp:/usr/include/qt/QtQuick/QQuickItem - mdp:/usr/include/qt/QtQuick/QQuickItemGrabResult - mdp:/usr/include/qt/QtQuick/qquickitem.h - mdp:/usr/include/qt/QtQuick/qquickitemgrabresult.h - mdp:/usr/include/qt/QtQuick/qtquick-config.h - mdp:/usr/include/qt/QtQuick/qtquickglobal.h - mdp:/usr/include/sched.h - mdp:/usr/include/stdc-predef.h - mdp:/usr/include/stdint.h - mdp:/usr/include/stdio.h - mdp:/usr/include/stdlib.h - mdp:/usr/include/string.h - mdp:/usr/include/strings.h - mdp:/usr/include/sys/cdefs.h - mdp:/usr/include/sys/select.h - mdp:/usr/include/sys/syscall.h - mdp:/usr/include/sys/types.h - mdp:/usr/include/syscall.h - mdp:/usr/include/time.h - mdp:/usr/include/unistd.h - mdp:/usr/include/wchar.h - mdp:/usr/include/wctype.h - mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h - mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make deleted file mode 100644 index 9f4f3ff..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make +++ /dev/null @@ -1,93 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -# Utility rule file for plasma_applet_seventasks_autogen. - -# Include any custom commands dependencies for this target. -include src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make - -# Include the progress variables for this target. -include src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make - -src/CMakeFiles/plasma_applet_seventasks_autogen: src/metadata.json - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC for target plasma_applet_seventasks" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && /usr/bin/cmake -E cmake_autogen /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json "" - -src/metadata.json: ../src/package/metadata.desktop - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating metadata.json" - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src && /usr/bin/desktoptojson -i package/metadata.desktop -o /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/metadata.json -s /usr/share/kservicetypes5/plasma-applet.desktop - -plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen -plasma_applet_seventasks_autogen: src/metadata.json -plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make -.PHONY : plasma_applet_seventasks_autogen - -# Rule to build all files generated by this target. -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build: plasma_applet_seventasks_autogen -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build - -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src && $(CMAKE_COMMAND) -P CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean - -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CTestTestfile.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CTestTestfile.cmake deleted file mode 100644 index f9cc168..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src -# Build directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/Makefile b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/Makefile deleted file mode 100644 index 4da3e71..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/Makefile +++ /dev/null @@ -1,299 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.23 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"plasma-seventasks\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src//CMakeFiles/progress.marks - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all - $(CMAKE_COMMAND) -E cmake_progress_start /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -src/CMakeFiles/plasma_applet_seventasks.dir/rule: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks.dir/rule -.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/rule - -# Convenience name for target. -plasma_applet_seventasks: src/CMakeFiles/plasma_applet_seventasks.dir/rule -.PHONY : plasma_applet_seventasks - -# fast build rule for target. -plasma_applet_seventasks/fast: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build -.PHONY : plasma_applet_seventasks/fast - -# Convenience name for target. -src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule -.PHONY : src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule - -# Convenience name for target. -org.kde.plasma.seventasks-plasmoids-metadata-json: src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/rule -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json - -# fast build rule for target. -org.kde.plasma.seventasks-plasmoids-metadata-json/fast: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/build -.PHONY : org.kde.plasma.seventasks-plasmoids-metadata-json/fast - -# Convenience name for target. -src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule -.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule - -# Convenience name for target. -plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule -.PHONY : plasma_applet_seventasks_autogen - -# fast build rule for target. -plasma_applet_seventasks_autogen/fast: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build -.PHONY : plasma_applet_seventasks_autogen/fast - -plasma_applet_seventasks_autogen/mocs_compilation.o: plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.o - -# target to build an object file -plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.o - -plasma_applet_seventasks_autogen/mocs_compilation.i: plasma_applet_seventasks_autogen/mocs_compilation.cpp.i -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.i - -# target to preprocess a source file -plasma_applet_seventasks_autogen/mocs_compilation.cpp.i: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.i - -plasma_applet_seventasks_autogen/mocs_compilation.s: plasma_applet_seventasks_autogen/mocs_compilation.cpp.s -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.s - -# target to generate assembly for a file -plasma_applet_seventasks_autogen/mocs_compilation.cpp.s: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s -.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.s - -seventasks.o: seventasks.cpp.o -.PHONY : seventasks.o - -# target to build an object file -seventasks.cpp.o: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -.PHONY : seventasks.cpp.o - -seventasks.i: seventasks.cpp.i -.PHONY : seventasks.i - -# target to preprocess a source file -seventasks.cpp.i: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i -.PHONY : seventasks.cpp.i - -seventasks.s: seventasks.cpp.s -.PHONY : seventasks.s - -# target to generate assembly for a file -seventasks.cpp.s: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s -.PHONY : seventasks.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... rebuild_cache" - @echo "... test" - @echo "... org.kde.plasma.seventasks-plasmoids-metadata-json" - @echo "... plasma_applet_seventasks_autogen" - @echo "... plasma_applet_seventasks" - @echo "... plasma_applet_seventasks_autogen/mocs_compilation.o" - @echo "... plasma_applet_seventasks_autogen/mocs_compilation.i" - @echo "... plasma_applet_seventasks_autogen/mocs_compilation.s" - @echo "... seventasks.o" - @echo "... seventasks.i" - @echo "... seventasks.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/cmake_install.cmake b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/cmake_install.cmake deleted file mode 100644 index 3a8d770..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/cmake_install.cmake +++ /dev/null @@ -1,76 +0,0 @@ -# Install script for directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xplasma-seventasksx" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets" TYPE MODULE FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks.so") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") - endif() - endif() -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xplasma-seventasksx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/plasma/plasmoids/org.kde.plasma.seventasks" TYPE DIRECTORY FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/package/" REGEX "/\\.svn$" EXCLUDE REGEX "/[^/]*\\.qmlc$" EXCLUDE REGEX "/CMakeLists\\.txt$" EXCLUDE REGEX "/Messages\\.sh$" EXCLUDE REGEX "/dummydata$" EXCLUDE) -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xplasma-seventasksx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/plasma/plasmoids/org.kde.plasma.seventasks" TYPE FILE RENAME "metadata.json" FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/org.kde.plasma.seventasks-plasmoids-metadata.json") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xplasma-seventasksx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/metainfo" TYPE FILE OPTIONAL FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/org.kde.plasma.seventasks.appdata.xml") -endif() - -if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xplasma-seventasksx" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/kservices5" TYPE FILE RENAME "plasma-applet-org.kde.plasma.seventasks.desktop" FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/package/metadata.desktop") -endif() - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/metadata.json b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/metadata.json deleted file mode 100644 index 4926a63..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/metadata.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "KPlugin": { - "Authors": [ - { - "Email": "", - "Name": "" - } - ], - "Category": "Utilities", - "Description": "what your app does in a few words", - "Description[ar]": "ما يفعله تطبيقك ببضع كلمات", - "Description[az]": "Bu proqramın nə işə yaradığı haqqında bir neçə söz", - "Description[ca@valencia]": "Què fa aquesta aplicació en poques paraules", - "Description[ca]": "Què fa aquesta aplicació en poques paraules", - "Description[da]": "nogle få ord om hvad din app gør", - "Description[de]": "In ein paar Worten, was Ihre Anwendung tut", - "Description[en_GB]": "what your app does in a few words", - "Description[es]": "lo que hace su aplicación, en pocas palabras", - "Description[et]": "Mõne sõnaga, mida rakendus teeb", - "Description[eu]": "zure aplikazioak egiten duena hitz gutxitan", - "Description[fi]": "ohjelmasi toiminta muutamalla sanalla", - "Description[fr]": "que fait votre application en quelques mots", - "Description[gd]": "na nì an aplacaid agad ann am beagan fhaclan", - "Description[gl]": "o que fai o seu aplicativo en poucas palabras", - "Description[hu]": "Írja le néhány szóba, mit csinál az alkalmazása!", - "Description[ia]": "cosa tu app face in pauc parolas", - "Description[id]": "app apa yang kamu lakukan dalam beberapa kata", - "Description[it]": "Cosa fa la tua applicazione in poche parole", - "Description[ko]": "프로그램이 하는 일에 대한 간단한 설명", - "Description[nb]": "hva programmet gjør, med noen få ord", - "Description[nl]": "wat uw app doet in een paar woorden", - "Description[nn]": "nokre få ord om kva programmet gjer", - "Description[pl]": "w kilku słowach opis co robi twój program", - "Description[pt]": "o que faz a sua aplicação, em poucas palavras", - "Description[pt_BR]": "breve descrição do que o seu aplicativo faz", - "Description[ro]": "ce face aplicația, în câteva cuvinte", - "Description[ru]": "Несколько слов о том, что делает ваша программа", - "Description[sk]": "čo vaša aplikácia robí v niekoľkých slovách", - "Description[sl]": "kaj vaš program dela, v nekaj besedah", - "Description[sr@ijekavian]": "Укратко о томе шта ваш програм ради", - "Description[sr@ijekavianlatin]": "Ukratko o tome šta vaš program radi", - "Description[sr@latin]": "Ukratko o tome šta vaš program radi", - "Description[sr]": "Укратко о томе шта ваш програм ради", - "Description[sv]": "vad programmet gör med några få ord", - "Description[tg]": "Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад", - "Description[tr]": "uygulamanızın yaptığı şey, birkaç sözcükte", - "Description[uk]": "призначення вашої програми у декількох словах", - "Description[vi]": "dùng vài từ để mô tả ứng dụng của bạn làm việc gì", - "Description[x-test]": "xxwhat your app does in a few wordsxx", - "Description[zh_CN]": "简单几个词概括您的小程序的功能", - "Description[zh_TW]": "以數個字描述您的應用程式的用途", - "EnabledByDefault": true, - "Icon": "applications-system", - "Id": "org.kde.plasma.seventasks", - "License": "LGPL-2.1+", - "Name": "SevenTasks", - "Name[ar]": "SevenTasks", - "Name[az]": "SevenTasks", - "Name[ca@valencia]": "SevenTasks", - "Name[ca]": "SevenTasks", - "Name[cs]": "SevenTasks", - "Name[da]": "SevenTasks", - "Name[de]": "SevenTasks", - "Name[en_GB]": "SevenTasks", - "Name[es]": "SevenTasks", - "Name[et]": "SevenTasks", - "Name[eu]": "SevenTasks", - "Name[fi]": "SevenTasks", - "Name[fr]": "SevenTasks", - "Name[gd]": "SevenTasks", - "Name[gl]": "SevenTasks", - "Name[hu]": "SevenTasks", - "Name[ia]": "SevenTasks", - "Name[id]": "SevenTasks", - "Name[it]": "SevenTasks", - "Name[ko]": "SevenTasks", - "Name[lt]": "SevenTasks", - "Name[nb]": "SevenTasks", - "Name[nl]": "SevenTasks", - "Name[nn]": "SevenTasks", - "Name[pa]": "SevenTasks", - "Name[pl]": "SevenTasks", - "Name[pt]": "SevenTasks", - "Name[pt_BR]": "SevenTasks", - "Name[ro]": "SevenTasks", - "Name[ru]": "SevenTasks", - "Name[sk]": "SevenTasks", - "Name[sl]": "SevenTasks", - "Name[sr@ijekavian]": "SevenTasks", - "Name[sr@ijekavianlatin]": "SevenTasks", - "Name[sr@latin]": "SevenTasks", - "Name[sr]": "SevenTasks", - "Name[sv]": "SevenTasks", - "Name[tg]": "SevenTasks", - "Name[tr]": "SevenTasks", - "Name[uk]": "SevenTasks", - "Name[vi]": "SevenTasks", - "Name[x-test]": "xxSevenTasksxx", - "Name[zh_CN]": "SevenTasks", - "Name[zh_TW]": "SevenTasks", - "ServiceTypes": [ - "Plasma/Applet" - ], - "Version": "1.0", - "Website": "https://plasma.kde.org/" - }, - "X-Plasma-API": "declarativeappletscript", - "X-Plasma-MainScript": "ui/main.qml" -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks-plasmoids-metadata.json b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks-plasmoids-metadata.json deleted file mode 100644 index 4926a63..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks-plasmoids-metadata.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "KPlugin": { - "Authors": [ - { - "Email": "", - "Name": "" - } - ], - "Category": "Utilities", - "Description": "what your app does in a few words", - "Description[ar]": "ما يفعله تطبيقك ببضع كلمات", - "Description[az]": "Bu proqramın nə işə yaradığı haqqında bir neçə söz", - "Description[ca@valencia]": "Què fa aquesta aplicació en poques paraules", - "Description[ca]": "Què fa aquesta aplicació en poques paraules", - "Description[da]": "nogle få ord om hvad din app gør", - "Description[de]": "In ein paar Worten, was Ihre Anwendung tut", - "Description[en_GB]": "what your app does in a few words", - "Description[es]": "lo que hace su aplicación, en pocas palabras", - "Description[et]": "Mõne sõnaga, mida rakendus teeb", - "Description[eu]": "zure aplikazioak egiten duena hitz gutxitan", - "Description[fi]": "ohjelmasi toiminta muutamalla sanalla", - "Description[fr]": "que fait votre application en quelques mots", - "Description[gd]": "na nì an aplacaid agad ann am beagan fhaclan", - "Description[gl]": "o que fai o seu aplicativo en poucas palabras", - "Description[hu]": "Írja le néhány szóba, mit csinál az alkalmazása!", - "Description[ia]": "cosa tu app face in pauc parolas", - "Description[id]": "app apa yang kamu lakukan dalam beberapa kata", - "Description[it]": "Cosa fa la tua applicazione in poche parole", - "Description[ko]": "프로그램이 하는 일에 대한 간단한 설명", - "Description[nb]": "hva programmet gjør, med noen få ord", - "Description[nl]": "wat uw app doet in een paar woorden", - "Description[nn]": "nokre få ord om kva programmet gjer", - "Description[pl]": "w kilku słowach opis co robi twój program", - "Description[pt]": "o que faz a sua aplicação, em poucas palavras", - "Description[pt_BR]": "breve descrição do que o seu aplicativo faz", - "Description[ro]": "ce face aplicația, în câteva cuvinte", - "Description[ru]": "Несколько слов о том, что делает ваша программа", - "Description[sk]": "čo vaša aplikácia robí v niekoľkých slovách", - "Description[sl]": "kaj vaš program dela, v nekaj besedah", - "Description[sr@ijekavian]": "Укратко о томе шта ваш програм ради", - "Description[sr@ijekavianlatin]": "Ukratko o tome šta vaš program radi", - "Description[sr@latin]": "Ukratko o tome šta vaš program radi", - "Description[sr]": "Укратко о томе шта ваш програм ради", - "Description[sv]": "vad programmet gör med några få ord", - "Description[tg]": "Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад", - "Description[tr]": "uygulamanızın yaptığı şey, birkaç sözcükte", - "Description[uk]": "призначення вашої програми у декількох словах", - "Description[vi]": "dùng vài từ để mô tả ứng dụng của bạn làm việc gì", - "Description[x-test]": "xxwhat your app does in a few wordsxx", - "Description[zh_CN]": "简单几个词概括您的小程序的功能", - "Description[zh_TW]": "以數個字描述您的應用程式的用途", - "EnabledByDefault": true, - "Icon": "applications-system", - "Id": "org.kde.plasma.seventasks", - "License": "LGPL-2.1+", - "Name": "SevenTasks", - "Name[ar]": "SevenTasks", - "Name[az]": "SevenTasks", - "Name[ca@valencia]": "SevenTasks", - "Name[ca]": "SevenTasks", - "Name[cs]": "SevenTasks", - "Name[da]": "SevenTasks", - "Name[de]": "SevenTasks", - "Name[en_GB]": "SevenTasks", - "Name[es]": "SevenTasks", - "Name[et]": "SevenTasks", - "Name[eu]": "SevenTasks", - "Name[fi]": "SevenTasks", - "Name[fr]": "SevenTasks", - "Name[gd]": "SevenTasks", - "Name[gl]": "SevenTasks", - "Name[hu]": "SevenTasks", - "Name[ia]": "SevenTasks", - "Name[id]": "SevenTasks", - "Name[it]": "SevenTasks", - "Name[ko]": "SevenTasks", - "Name[lt]": "SevenTasks", - "Name[nb]": "SevenTasks", - "Name[nl]": "SevenTasks", - "Name[nn]": "SevenTasks", - "Name[pa]": "SevenTasks", - "Name[pl]": "SevenTasks", - "Name[pt]": "SevenTasks", - "Name[pt_BR]": "SevenTasks", - "Name[ro]": "SevenTasks", - "Name[ru]": "SevenTasks", - "Name[sk]": "SevenTasks", - "Name[sl]": "SevenTasks", - "Name[sr@ijekavian]": "SevenTasks", - "Name[sr@ijekavianlatin]": "SevenTasks", - "Name[sr@latin]": "SevenTasks", - "Name[sr]": "SevenTasks", - "Name[sv]": "SevenTasks", - "Name[tg]": "SevenTasks", - "Name[tr]": "SevenTasks", - "Name[uk]": "SevenTasks", - "Name[vi]": "SevenTasks", - "Name[x-test]": "xxSevenTasksxx", - "Name[zh_CN]": "SevenTasks", - "Name[zh_TW]": "SevenTasks", - "ServiceTypes": [ - "Plasma/Applet" - ], - "Version": "1.0", - "Website": "https://plasma.kde.org/" - }, - "X-Plasma-API": "declarativeappletscript", - "X-Plasma-MainScript": "ui/main.qml" -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks.appdata.xml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks.appdata.xml deleted file mode 100644 index c4149d3..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/org.kde.plasma.seventasks.appdata.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - org.kde.plasma.seventasks - org.kde.plasmashell - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - SevenTasks - xxSevenTasksxx - SevenTasks - SevenTasks - what your app does in a few words - ما يفعله تطبيقك ببضع كلمات - Bu proqramın nə işə yaradığı haqqında bir neçə söz - Què fa aquesta aplicació en poques paraules - Què fa aquesta aplicació en poques paraules - nogle få ord om hvad din app gør - In ein paar Worten, was Ihre Anwendung tut - what your app does in a few words - lo que hace su aplicación, en pocas palabras - Mõne sõnaga, mida rakendus teeb - zure aplikazioak egiten duena hitz gutxitan - ohjelmasi toiminta muutamalla sanalla - que fait votre application en quelques mots - na nì an aplacaid agad ann am beagan fhaclan - o que fai o seu aplicativo en poucas palabras - Írja le néhány szóba, mit csinál az alkalmazása! - cosa tu app face in pauc parolas - app apa yang kamu lakukan dalam beberapa kata - Cosa fa la tua applicazione in poche parole - 프로그램이 하는 일에 대한 간단한 설명 - hva programmet gjør, med noen få ord - wat uw app doet in een paar woorden - nokre få ord om kva programmet gjer - w kilku słowach opis co robi twój program - o que faz a sua aplicação, em poucas palavras - breve descrição do que o seu aplicativo faz - ce face aplicația, în câteva cuvinte - Несколько слов о том, что делает ваша программа - čo vaša aplikácia robí v niekoľkých slovách - kaj vaš program dela, v nekaj besedah - Укратко о томе шта ваш програм ради - Ukratko o tome šta vaš program radi - Ukratko o tome šta vaš program radi - Укратко о томе шта ваш програм ради - vad programmet gör med några få ord - Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад - uygulamanızın yaptığı şey, birkaç sözcükte - призначення вашої програми у декількох словах - dùng vài từ để mô tả ứng dụng của bạn làm việc gì - xxwhat your app does in a few wordsxx - 简单几个词概括您的小程序的功能 - 以數個字描述您的應用程式的用途 - https://plasma.kde.org/ - https://www.kde.org/donate.php?app=org.kde.plasma.seventasks - applications-system - LGPL-2.1+ - CC0-1.0 - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks.so b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks.so deleted file mode 100755 index c590fd9..0000000 Binary files a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks.so and /dev/null differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp deleted file mode 100644 index 5dda179..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp +++ /dev/null @@ -1,127 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'seventasks.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.5) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include -#include "../../../../src/seventasks.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'seventasks.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.15.5. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_SevenTasks_t { - QByteArrayData data[6]; - char stringdata0[52]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_SevenTasks_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_SevenTasks_t qt_meta_stringdata_SevenTasks = { - { -QT_MOC_LITERAL(0, 0, 10), // "SevenTasks" -QT_MOC_LITERAL(1, 11, 16), // "getDominantColor" -QT_MOC_LITERAL(2, 28, 0), // "" -QT_MOC_LITERAL(3, 29, 3), // "src" -QT_MOC_LITERAL(4, 33, 14), // "isActiveWindow" -QT_MOC_LITERAL(5, 48, 3) // "wid" - - }, - "SevenTasks\0getDominantColor\0\0src\0" - "isActiveWindow\0wid" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_SevenTasks[] = { - - // content: - 8, // revision - 0, // classname - 0, 0, // classinfo - 2, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // methods: name, argc, parameters, tag, flags - 1, 1, 24, 2, 0x02 /* Public */, - 4, 1, 27, 2, 0x02 /* Public */, - - // methods: parameters - QMetaType::QColor, QMetaType::QVariant, 3, - QMetaType::Bool, QMetaType::Int, 5, - - 0 // eod -}; - -void SevenTasks::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - auto *_t = static_cast(_o); - (void)_t; - switch (_id) { - case 0: { QColor _r = _t->getDominantColor((*reinterpret_cast< QVariant(*)>(_a[1]))); - if (_a[0]) *reinterpret_cast< QColor*>(_a[0]) = std::move(_r); } break; - case 1: { bool _r = _t->isActiveWindow((*reinterpret_cast< int(*)>(_a[1]))); - if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break; - default: ; - } - } -} - -QT_INIT_METAOBJECT const QMetaObject SevenTasks::staticMetaObject = { { - QMetaObject::SuperData::link(), - qt_meta_stringdata_SevenTasks.data, - qt_meta_data_SevenTasks, - qt_static_metacall, - nullptr, - nullptr -} }; - - -const QMetaObject *SevenTasks::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *SevenTasks::qt_metacast(const char *_clname) -{ - if (!_clname) return nullptr; - if (!strcmp(_clname, qt_meta_stringdata_SevenTasks.stringdata0)) - return static_cast(this); - return Plasma::Applet::qt_metacast(_clname); -} - -int SevenTasks::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Plasma::Applet::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 2) - qt_static_metacall(this, _c, _id, _a); - _id -= 2; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 2) - *reinterpret_cast(_a[0]) = -1; - _id -= 2; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d deleted file mode 100644 index ed94c1c..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d +++ /dev/null @@ -1,467 +0,0 @@ -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h \ - /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/KF5/KConfigCore/kconfig.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KCoreAddons/KJob \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h \ - /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/KF5/Plasma/Applet \ - /usr/include/KF5/plasma/applet.h \ - /usr/include/KF5/plasma/framesvg.h \ - /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/plasma/svg.h \ - /usr/include/KF5/plasma/theme.h \ - /usr/include/alloca.h \ - /usr/include/asm-generic/errno-base.h \ - /usr/include/asm-generic/errno.h \ - /usr/include/asm/errno.h \ - /usr/include/asm/unistd.h \ - /usr/include/asm/unistd_64.h \ - /usr/include/assert.h \ - /usr/include/bits/atomic_wide_counter.h \ - /usr/include/bits/byteswap.h \ - /usr/include/bits/confname.h \ - /usr/include/bits/cpu-set.h \ - /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h \ - /usr/include/bits/environments.h \ - /usr/include/bits/errno.h \ - /usr/include/bits/floatn-common.h \ - /usr/include/bits/floatn.h \ - /usr/include/bits/getopt_core.h \ - /usr/include/bits/getopt_posix.h \ - /usr/include/bits/libc-header-start.h \ - /usr/include/bits/local_lim.h \ - /usr/include/bits/locale.h \ - /usr/include/bits/long-double.h \ - /usr/include/bits/posix1_lim.h \ - /usr/include/bits/posix2_lim.h \ - /usr/include/bits/posix_opt.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/sched.h \ - /usr/include/bits/select.h \ - /usr/include/bits/setjmp.h \ - /usr/include/bits/stdint-intn.h \ - /usr/include/bits/stdint-uintn.h \ - /usr/include/bits/stdio_lim.h \ - /usr/include/bits/stdlib-float.h \ - /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h \ - /usr/include/bits/syscall.h \ - /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/time.h \ - /usr/include/bits/time64.h \ - /usr/include/bits/timesize.h \ - /usr/include/bits/timex.h \ - /usr/include/bits/types.h \ - /usr/include/bits/types/FILE.h \ - /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/__fpos_t.h \ - /usr/include/bits/types/__locale_t.h \ - /usr/include/bits/types/__mbstate_t.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/clock_t.h \ - /usr/include/bits/types/clockid_t.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/sigset_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/types/struct_itimerspec.h \ - /usr/include/bits/types/struct_sched_param.h \ - /usr/include/bits/types/struct_timespec.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/timer_t.h \ - /usr/include/bits/types/wint_t.h \ - /usr/include/bits/typesizes.h \ - /usr/include/bits/uintn-identity.h \ - /usr/include/bits/uio_lim.h \ - /usr/include/bits/unistd_ext.h \ - /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h \ - /usr/include/bits/wchar.h \ - /usr/include/bits/wctype-wchar.h \ - /usr/include/bits/wordsize.h \ - /usr/include/bits/xopen_lim.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/array \ - /usr/include/c++/12.1.1/atomic \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bit \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/align.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/c++/12.1.1/bits/atomic_wait.h \ - /usr/include/c++/12.1.1/bits/basic_ios.h \ - /usr/include/c++/12.1.1/bits/basic_ios.tcc \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/bits/c++0x_warning.h \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/bits/iterator_concepts.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/bits/locale_facets.h \ - /usr/include/c++/12.1.1/bits/locale_facets.tcc \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/bits/max_size_type.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/mofunc_impl.h \ - /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/move_only_function.h \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h \ - /usr/include/c++/12.1.1/bits/node_handle.h \ - /usr/include/c++/12.1.1/bits/ostream.tcc \ - /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/postypes.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/ranges_algo.h \ - /usr/include/c++/12.1.1/bits/ranges_algobase.h \ - /usr/include/c++/12.1.1/bits/ranges_base.h \ - /usr/include/c++/12.1.1/bits/ranges_cmp.h \ - /usr/include/c++/12.1.1/bits/ranges_uninitialized.h \ - /usr/include/c++/12.1.1/bits/ranges_util.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/c++/12.1.1/bits/std_mutex.h \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/bits/string_view.tcc \ - /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/bits/unique_ptr.h \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/uses_allocator_args.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/bits/vector.tcc \ - /usr/include/c++/12.1.1/cctype \ - /usr/include/c++/12.1.1/cerrno \ - /usr/include/c++/12.1.1/climits \ - /usr/include/c++/12.1.1/clocale \ - /usr/include/c++/12.1.1/compare \ - /usr/include/c++/12.1.1/concepts \ - /usr/include/c++/12.1.1/cstddef \ - /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/cstdlib \ - /usr/include/c++/12.1.1/cwchar \ - /usr/include/c++/12.1.1/cwctype \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/functional \ - /usr/include/c++/12.1.1/initializer_list \ - /usr/include/c++/12.1.1/ios \ - /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/limits \ - /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/numbers \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/ostream \ - /usr/include/c++/12.1.1/pstl/execution_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_algorithm_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_memory_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_numeric_defs.h \ - /usr/include/c++/12.1.1/stdexcept \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/string \ - /usr/include/c++/12.1.1/string_view \ - /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/type_traits \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/unordered_map \ - /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/vector \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/ctype.h \ - /usr/include/endian.h \ - /usr/include/errno.h \ - /usr/include/features-time64.h \ - /usr/include/features.h \ - /usr/include/gnu/stubs-64.h \ - /usr/include/gnu/stubs.h \ - /usr/include/limits.h \ - /usr/include/linux/errno.h \ - /usr/include/linux/limits.h \ - /usr/include/locale.h \ - /usr/include/pthread.h \ - /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/QDataStream \ - /usr/include/qt/QtCore/QDate \ - /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/QJsonObject \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/QMetaType \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QPair \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/QString \ - /usr/include/qt/QtCore/QStringList \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/QUuid \ - /usr/include/qt/QtCore/QVariant \ - /usr/include/qt/QtCore/QtGlobal \ - /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qalgorithms.h \ - /usr/include/qt/QtCore/qarraydata.h \ - /usr/include/qt/QtCore/qatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qchar.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/qt/QtCore/qconfig.h \ - /usr/include/qt/QtCore/qcontainerfwd.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qdebug.h \ - /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h \ - /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qgenericatomic.h \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/qglobalstatic.h \ - /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/qhashfunctions.h \ - /usr/include/qt/QtCore/qiodevice.h \ - /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h \ - /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qline.h \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qlocale.h \ - /usr/include/qt/QtCore/qlogging.h \ - /usr/include/qt/QtCore/qmap.h \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/qt/QtCore/qobject_impl.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/qt/QtCore/qpluginloader.h \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtCore/qrefcount.h \ - /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qset.h \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qtypeinfo.h \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/QColor \ - /usr/include/qt/QtGui/QFont \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/QIcon \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtGui/QKeySequence \ - /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/QRgb \ - /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/qcursor.h \ - /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qmatrix.h \ - /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qpixelformat.h \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h \ - /usr/include/qt/QtGui/qsurface.h \ - /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qtgui-config.h \ - /usr/include/qt/QtGui/qtguiglobal.h \ - /usr/include/qt/QtGui/qtouchdevice.h \ - /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qwindow.h \ - /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlcomponent.h \ - /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtQml/qtqmlglobal.h \ - /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtQuick/qtquick-config.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/sched.h \ - /usr/include/stdc-predef.h \ - /usr/include/stdint.h \ - /usr/include/stdio.h \ - /usr/include/stdlib.h \ - /usr/include/string.h \ - /usr/include/strings.h \ - /usr/include/sys/cdefs.h \ - /usr/include/sys/select.h \ - /usr/include/sys/syscall.h \ - /usr/include/sys/types.h \ - /usr/include/syscall.h \ - /usr/include/time.h \ - /usr/include/unistd.h \ - /usr/include/wchar.h \ - /usr/include/wctype.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc deleted file mode 100644 index 7ef1662..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc +++ /dev/null @@ -1,624 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'seventasks.cpp' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.5) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include -#include -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'seventasks.cpp' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.15.5. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_SevenTasksFactory_t { - QByteArrayData data[1]; - char stringdata0[18]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_SevenTasksFactory_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_SevenTasksFactory_t qt_meta_stringdata_SevenTasksFactory = { - { -QT_MOC_LITERAL(0, 0, 17) // "SevenTasksFactory" - - }, - "SevenTasksFactory" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_SevenTasksFactory[] = { - - // content: - 8, // revision - 0, // classname - 0, 0, // classinfo - 0, 0, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - 0 // eod -}; - -void SevenTasksFactory::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - (void)_o; - (void)_id; - (void)_c; - (void)_a; -} - -QT_INIT_METAOBJECT const QMetaObject SevenTasksFactory::staticMetaObject = { { - QMetaObject::SuperData::link(), - qt_meta_stringdata_SevenTasksFactory.data, - qt_meta_data_SevenTasksFactory, - qt_static_metacall, - nullptr, - nullptr -} }; - - -const QMetaObject *SevenTasksFactory::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *SevenTasksFactory::qt_metacast(const char *_clname) -{ - if (!_clname) return nullptr; - if (!strcmp(_clname, qt_meta_stringdata_SevenTasksFactory.stringdata0)) - return static_cast(this); - if (!strcmp(_clname, "org.kde.KPluginFactory")) - return static_cast< KPluginFactory*>(this); - return KPluginFactory::qt_metacast(_clname); -} - -int SevenTasksFactory::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = KPluginFactory::qt_metacall(_c, _id, _a); - return _id; -} - -QT_PLUGIN_METADATA_SECTION -static constexpr unsigned char qt_pluginMetaData[] = { - 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!', - // metadata version, Qt version, architectural requirements - 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(), - 0xbf, - // "IID" - 0x02, 0x76, 'o', 'r', 'g', '.', 'k', 'd', - 'e', '.', 'K', 'P', 'l', 'u', 'g', 'i', - 'n', 'F', 'a', 'c', 't', 'o', 'r', 'y', - // "className" - 0x03, 0x71, 'S', 'e', 'v', 'e', 'n', 'T', - 'a', 's', 'k', 's', 'F', 'a', 'c', 't', - 'o', 'r', 'y', - // "MetaData" - 0x04, 0xa3, 0x67, 'K', 'P', 'l', 'u', 'g', - 'i', 'n', 0xb8, 0x60, 0x67, 'A', 'u', 't', - 'h', 'o', 'r', 's', 0x81, 0xa2, 0x65, 'E', - 'm', 'a', 'i', 'l', 0x60, 0x64, 'N', 'a', - 'm', 'e', 0x60, 0x68, 'C', 'a', 't', 'e', - 'g', 'o', 'r', 'y', 0x69, 'U', 't', 'i', - 'l', 'i', 't', 'i', 'e', 's', 0x6b, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', 0x78, 0x21, 'w', 'h', 'a', 't', - ' ', 'y', 'o', 'u', 'r', ' ', 'a', 'p', - 'p', ' ', 'd', 'o', 'e', 's', ' ', 'i', - 'n', ' ', 'a', ' ', 'f', 'e', 'w', ' ', - 'w', 'o', 'r', 'd', 's', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 'a', 'r', ']', 0x78, 0x30, uchar('\xd9'), - uchar('\x85'), uchar('\xd8'), uchar('\xa7'), ' ', uchar('\xd9'), uchar('\x8a'), uchar('\xd9'), uchar('\x81'), - uchar('\xd8'), uchar('\xb9'), uchar('\xd9'), uchar('\x84'), uchar('\xd9'), uchar('\x87'), ' ', uchar('\xd8'), - uchar('\xaa'), uchar('\xd8'), uchar('\xb7'), uchar('\xd8'), uchar('\xa8'), uchar('\xd9'), uchar('\x8a'), uchar('\xd9'), - uchar('\x82'), uchar('\xd9'), uchar('\x83'), ' ', uchar('\xd8'), uchar('\xa8'), uchar('\xd8'), uchar('\xa8'), - uchar('\xd8'), uchar('\xb6'), uchar('\xd8'), uchar('\xb9'), ' ', uchar('\xd9'), uchar('\x83'), uchar('\xd9'), - uchar('\x84'), uchar('\xd9'), uchar('\x85'), uchar('\xd8'), uchar('\xa7'), uchar('\xd8'), uchar('\xaa'), 0x6f, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'a', 'z', ']', 0x78, - 0x3d, 'B', 'u', ' ', 'p', 'r', 'o', 'q', - 'r', 'a', 'm', uchar('\xc4'), uchar('\xb1'), 'n', ' ', 'n', - uchar('\xc9'), uchar('\x99'), ' ', 'i', uchar('\xc5'), uchar('\x9f'), uchar('\xc9'), uchar('\x99'), - ' ', 'y', 'a', 'r', 'a', 'd', uchar('\xc4'), uchar('\xb1'), - uchar('\xc4'), uchar('\x9f'), uchar('\xc4'), uchar('\xb1'), ' ', 'h', 'a', 'q', - 'q', uchar('\xc4'), uchar('\xb1'), 'n', 'd', 'a', ' ', 'b', - 'i', 'r', ' ', 'n', 'e', uchar('\xc3'), uchar('\xa7'), uchar('\xc9'), - uchar('\x99'), ' ', 's', uchar('\xc3'), uchar('\xb6'), 'z', 0x78, 0x18, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'c', 'a', '@', 'v', - 'a', 'l', 'e', 'n', 'c', 'i', 'a', ']', - 0x78, 0x2d, 'Q', 'u', uchar('\xc3'), uchar('\xa8'), ' ', 'f', - 'a', ' ', 'a', 'q', 'u', 'e', 's', 't', - 'a', ' ', 'a', 'p', 'l', 'i', 'c', 'a', - 'c', 'i', uchar('\xc3'), uchar('\xb3'), ' ', 'e', 'n', ' ', - 'p', 'o', 'q', 'u', 'e', 's', ' ', 'p', - 'a', 'r', 'a', 'u', 'l', 'e', 's', 0x6f, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'c', 'a', ']', 0x78, - 0x2d, 'Q', 'u', uchar('\xc3'), uchar('\xa8'), ' ', 'f', 'a', - ' ', 'a', 'q', 'u', 'e', 's', 't', 'a', - ' ', 'a', 'p', 'l', 'i', 'c', 'a', 'c', - 'i', uchar('\xc3'), uchar('\xb3'), ' ', 'e', 'n', ' ', 'p', - 'o', 'q', 'u', 'e', 's', ' ', 'p', 'a', - 'r', 'a', 'u', 'l', 'e', 's', 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'd', 'a', ']', 0x78, 0x22, - 'n', 'o', 'g', 'l', 'e', ' ', 'f', uchar('\xc3'), - uchar('\xa5'), ' ', 'o', 'r', 'd', ' ', 'o', 'm', - ' ', 'h', 'v', 'a', 'd', ' ', 'd', 'i', - 'n', ' ', 'a', 'p', 'p', ' ', 'g', uchar('\xc3'), - uchar('\xb8'), 'r', 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'd', - 'e', ']', 0x78, 0x2a, 'I', 'n', ' ', 'e', - 'i', 'n', ' ', 'p', 'a', 'a', 'r', ' ', - 'W', 'o', 'r', 't', 'e', 'n', ',', ' ', - 'w', 'a', 's', ' ', 'I', 'h', 'r', 'e', - ' ', 'A', 'n', 'w', 'e', 'n', 'd', 'u', - 'n', 'g', ' ', 't', 'u', 't', 0x72, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'e', 'n', '_', 'G', 'B', - ']', 0x78, 0x21, 'w', 'h', 'a', 't', ' ', - 'y', 'o', 'u', 'r', ' ', 'a', 'p', 'p', - ' ', 'd', 'o', 'e', 's', ' ', 'i', 'n', - ' ', 'a', ' ', 'f', 'e', 'w', ' ', 'w', - 'o', 'r', 'd', 's', 0x6f, 'D', 'e', 's', - 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', - '[', 'e', 's', ']', 0x78, 0x2d, 'l', 'o', - ' ', 'q', 'u', 'e', ' ', 'h', 'a', 'c', - 'e', ' ', 's', 'u', ' ', 'a', 'p', 'l', - 'i', 'c', 'a', 'c', 'i', uchar('\xc3'), uchar('\xb3'), 'n', - ',', ' ', 'e', 'n', ' ', 'p', 'o', 'c', - 'a', 's', ' ', 'p', 'a', 'l', 'a', 'b', - 'r', 'a', 's', 0x6f, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'e', 't', ']', 0x78, 0x21, 'M', uchar('\xc3'), uchar('\xb5'), - 'n', 'e', ' ', 's', uchar('\xc3'), uchar('\xb5'), 'n', 'a', - 'g', 'a', ',', ' ', 'm', 'i', 'd', 'a', - ' ', 'r', 'a', 'k', 'e', 'n', 'd', 'u', - 's', ' ', 't', 'e', 'e', 'b', 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'e', 'u', ']', 0x78, 0x2b, - 'z', 'u', 'r', 'e', ' ', 'a', 'p', 'l', - 'i', 'k', 'a', 'z', 'i', 'o', 'a', 'k', - ' ', 'e', 'g', 'i', 't', 'e', 'n', ' ', - 'd', 'u', 'e', 'n', 'a', ' ', 'h', 'i', - 't', 'z', ' ', 'g', 'u', 't', 'x', 'i', - 't', 'a', 'n', 0x6f, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'f', 'i', ']', 0x78, 0x25, 'o', 'h', 'j', - 'e', 'l', 'm', 'a', 's', 'i', ' ', 't', - 'o', 'i', 'm', 'i', 'n', 't', 'a', ' ', - 'm', 'u', 'u', 't', 'a', 'm', 'a', 'l', - 'l', 'a', ' ', 's', 'a', 'n', 'a', 'l', - 'l', 'a', 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'f', - 'r', ']', 0x78, 0x2b, 'q', 'u', 'e', ' ', - 'f', 'a', 'i', 't', ' ', 'v', 'o', 't', - 'r', 'e', ' ', 'a', 'p', 'p', 'l', 'i', - 'c', 'a', 't', 'i', 'o', 'n', ' ', 'e', - 'n', ' ', 'q', 'u', 'e', 'l', 'q', 'u', - 'e', 's', ' ', 'm', 'o', 't', 's', 0x6f, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'g', 'd', ']', 0x78, - 0x2d, 'n', 'a', ' ', 'n', uchar('\xc3'), uchar('\xac'), ' ', - 'a', 'n', ' ', 'a', 'p', 'l', 'a', 'c', - 'a', 'i', 'd', ' ', 'a', 'g', 'a', 'd', - ' ', 'a', 'n', 'n', ' ', 'a', 'm', ' ', - 'b', 'e', 'a', 'g', 'a', 'n', ' ', 'f', - 'h', 'a', 'c', 'l', 'a', 'n', 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'g', 'l', ']', 0x78, 0x2d, - 'o', ' ', 'q', 'u', 'e', ' ', 'f', 'a', - 'i', ' ', 'o', ' ', 's', 'e', 'u', ' ', - 'a', 'p', 'l', 'i', 'c', 'a', 't', 'i', - 'v', 'o', ' ', 'e', 'n', ' ', 'p', 'o', - 'u', 'c', 'a', 's', ' ', 'p', 'a', 'l', - 'a', 'b', 'r', 'a', 's', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 'h', 'u', ']', 0x78, 0x36, uchar('\xc3'), - uchar('\x8d'), 'r', 'j', 'a', ' ', 'l', 'e', ' ', - 'n', uchar('\xc3'), uchar('\xa9'), 'h', uchar('\xc3'), uchar('\xa1'), 'n', 'y', - ' ', 's', 'z', uchar('\xc3'), uchar('\xb3'), 'b', 'a', ',', - ' ', 'm', 'i', 't', ' ', 'c', 's', 'i', - 'n', uchar('\xc3'), uchar('\xa1'), 'l', ' ', 'a', 'z', ' ', - 'a', 'l', 'k', 'a', 'l', 'm', 'a', 'z', - uchar('\xc3'), uchar('\xa1'), 's', 'a', '!', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 'i', 'a', ']', 0x78, 0x20, 'c', - 'o', 's', 'a', ' ', 't', 'u', ' ', 'a', - 'p', 'p', ' ', 'f', 'a', 'c', 'e', ' ', - 'i', 'n', ' ', 'p', 'a', 'u', 'c', ' ', - 'p', 'a', 'r', 'o', 'l', 'a', 's', 0x6f, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'i', 'd', ']', 0x78, - 0x2d, 'a', 'p', 'p', ' ', 'a', 'p', 'a', - ' ', 'y', 'a', 'n', 'g', ' ', 'k', 'a', - 'm', 'u', ' ', 'l', 'a', 'k', 'u', 'k', - 'a', 'n', ' ', 'd', 'a', 'l', 'a', 'm', - ' ', 'b', 'e', 'b', 'e', 'r', 'a', 'p', - 'a', ' ', 'k', 'a', 't', 'a', 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'i', 't', ']', 0x78, 0x2b, - 'C', 'o', 's', 'a', ' ', 'f', 'a', ' ', - 'l', 'a', ' ', 't', 'u', 'a', ' ', 'a', - 'p', 'p', 'l', 'i', 'c', 'a', 'z', 'i', - 'o', 'n', 'e', ' ', 'i', 'n', ' ', 'p', - 'o', 'c', 'h', 'e', ' ', 'p', 'a', 'r', - 'o', 'l', 'e', 0x6f, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'k', 'o', ']', 0x78, 0x35, uchar('\xed'), uchar('\x94'), uchar('\x84'), - uchar('\xeb'), uchar('\xa1'), uchar('\x9c'), uchar('\xea'), uchar('\xb7'), uchar('\xb8'), uchar('\xeb'), uchar('\x9e'), - uchar('\xa8'), uchar('\xec'), uchar('\x9d'), uchar('\xb4'), ' ', uchar('\xed'), uchar('\x95'), uchar('\x98'), - uchar('\xeb'), uchar('\x8a'), uchar('\x94'), ' ', uchar('\xec'), uchar('\x9d'), uchar('\xbc'), uchar('\xec'), - uchar('\x97'), uchar('\x90'), ' ', uchar('\xeb'), uchar('\x8c'), uchar('\x80'), uchar('\xed'), uchar('\x95'), - uchar('\x9c'), ' ', uchar('\xea'), uchar('\xb0'), uchar('\x84'), uchar('\xeb'), uchar('\x8b'), uchar('\xa8'), - uchar('\xed'), uchar('\x95'), uchar('\x9c'), ' ', uchar('\xec'), uchar('\x84'), uchar('\xa4'), uchar('\xeb'), - uchar('\xaa'), uchar('\x85'), 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'n', - 'b', ']', 0x78, 0x26, 'h', 'v', 'a', ' ', - 'p', 'r', 'o', 'g', 'r', 'a', 'm', 'm', - 'e', 't', ' ', 'g', 'j', uchar('\xc3'), uchar('\xb8'), 'r', - ',', ' ', 'm', 'e', 'd', ' ', 'n', 'o', - 'e', 'n', ' ', 'f', uchar('\xc3'), uchar('\xa5'), ' ', 'o', - 'r', 'd', 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'n', - 'l', ']', 0x78, 0x23, 'w', 'a', 't', ' ', - 'u', 'w', ' ', 'a', 'p', 'p', ' ', 'd', - 'o', 'e', 't', ' ', 'i', 'n', ' ', 'e', - 'e', 'n', ' ', 'p', 'a', 'a', 'r', ' ', - 'w', 'o', 'o', 'r', 'd', 'e', 'n', 0x6f, - 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', - 'i', 'o', 'n', '[', 'n', 'n', ']', 0x78, - 0x24, 'n', 'o', 'k', 'r', 'e', ' ', 'f', - uchar('\xc3'), uchar('\xa5'), ' ', 'o', 'r', 'd', ' ', 'o', - 'm', ' ', 'k', 'v', 'a', ' ', 'p', 'r', - 'o', 'g', 'r', 'a', 'm', 'm', 'e', 't', - ' ', 'g', 'j', 'e', 'r', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 'p', 'l', ']', 0x78, 0x2b, 'w', - ' ', 'k', 'i', 'l', 'k', 'u', ' ', 's', - uchar('\xc5'), uchar('\x82'), 'o', 'w', 'a', 'c', 'h', ' ', - 'o', 'p', 'i', 's', ' ', 'c', 'o', ' ', - 'r', 'o', 'b', 'i', ' ', 't', 'w', uchar('\xc3'), - uchar('\xb3'), 'j', ' ', 'p', 'r', 'o', 'g', 'r', - 'a', 'm', 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'p', - 't', ']', 0x78, 0x2f, 'o', ' ', 'q', 'u', - 'e', ' ', 'f', 'a', 'z', ' ', 'a', ' ', - 's', 'u', 'a', ' ', 'a', 'p', 'l', 'i', - 'c', 'a', uchar('\xc3'), uchar('\xa7'), uchar('\xc3'), uchar('\xa3'), 'o', ',', - ' ', 'e', 'm', ' ', 'p', 'o', 'u', 'c', - 'a', 's', ' ', 'p', 'a', 'l', 'a', 'v', - 'r', 'a', 's', 0x72, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'p', 't', '_', 'B', 'R', ']', 0x78, 0x2d, - 'b', 'r', 'e', 'v', 'e', ' ', 'd', 'e', - 's', 'c', 'r', 'i', uchar('\xc3'), uchar('\xa7'), uchar('\xc3'), uchar('\xa3'), - 'o', ' ', 'd', 'o', ' ', 'q', 'u', 'e', - ' ', 'o', ' ', 's', 'e', 'u', ' ', 'a', - 'p', 'l', 'i', 'c', 'a', 't', 'i', 'v', - 'o', ' ', 'f', 'a', 'z', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 'r', 'o', ']', 0x78, 0x27, 'c', - 'e', ' ', 'f', 'a', 'c', 'e', ' ', 'a', - 'p', 'l', 'i', 'c', 'a', uchar('\xc8'), uchar('\x9b'), 'i', - 'a', ',', ' ', uchar('\xc3'), uchar('\xae'), 'n', ' ', 'c', - uchar('\xc3'), uchar('\xa2'), 't', 'e', 'v', 'a', ' ', 'c', - 'u', 'v', 'i', 'n', 't', 'e', 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'r', 'u', ']', 0x78, 0x56, - uchar('\xd0'), uchar('\x9d'), uchar('\xd0'), uchar('\xb5'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xba'), - uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x8c'), uchar('\xd0'), uchar('\xba'), - uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), - uchar('\xbe'), uchar('\xd0'), uchar('\xb2'), ' ', uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd1'), - uchar('\x82'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbc'), ',', ' ', uchar('\xd1'), - uchar('\x87'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd0'), uchar('\xb4'), - uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb5'), - uchar('\xd1'), uchar('\x82'), ' ', uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), - uchar('\x88'), uchar('\xd0'), uchar('\xb0'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), uchar('\x80'), - uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb3'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb0'), - uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xb0'), 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 's', 'k', ']', 0x78, 0x32, - uchar('\xc4'), uchar('\x8d'), 'o', ' ', 'v', 'a', uchar('\xc5'), uchar('\xa1'), - 'a', ' ', 'a', 'p', 'l', 'i', 'k', uchar('\xc3'), - uchar('\xa1'), 'c', 'i', 'a', ' ', 'r', 'o', 'b', - uchar('\xc3'), uchar('\xad'), ' ', 'v', ' ', 'n', 'i', 'e', - 'k', 'o', uchar('\xc4'), uchar('\xbe'), 'k', uchar('\xc3'), uchar('\xbd'), 'c', - 'h', ' ', 's', 'l', 'o', 'v', uchar('\xc3'), uchar('\xa1'), - 'c', 'h', 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 's', - 'l', ']', 0x78, 0x26, 'k', 'a', 'j', ' ', - 'v', 'a', uchar('\xc5'), uchar('\xa1'), ' ', 'p', 'r', 'o', - 'g', 'r', 'a', 'm', ' ', 'd', 'e', 'l', - 'a', ',', ' ', 'v', ' ', 'n', 'e', 'k', - 'a', 'j', ' ', 'b', 'e', 's', 'e', 'd', - 'a', 'h', 0x78, 0x19, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 's', 'r', '@', 'i', 'j', 'e', 'k', 'a', - 'v', 'i', 'a', 'n', ']', 0x78, 0x40, uchar('\xd0'), - uchar('\xa3'), uchar('\xd0'), uchar('\xba'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), - uchar('\x82'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd0'), uchar('\xbe'), - ' ', uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), - uchar('\xb5'), ' ', uchar('\xd1'), uchar('\x88'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb0'), - ' ', uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x88'), ' ', - uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb3'), - uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbc'), ' ', uchar('\xd1'), - uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb8'), 0x78, - 0x1e, 'D', 'e', 's', 'c', 'r', 'i', 'p', - 't', 'i', 'o', 'n', '[', 's', 'r', '@', - 'i', 'j', 'e', 'k', 'a', 'v', 'i', 'a', - 'n', 'l', 'a', 't', 'i', 'n', ']', 0x78, - 0x25, 'U', 'k', 'r', 'a', 't', 'k', 'o', - ' ', 'o', ' ', 't', 'o', 'm', 'e', ' ', - uchar('\xc5'), uchar('\xa1'), 't', 'a', ' ', 'v', 'a', uchar('\xc5'), - uchar('\xa1'), ' ', 'p', 'r', 'o', 'g', 'r', 'a', - 'm', ' ', 'r', 'a', 'd', 'i', 0x75, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 's', 'r', '@', 'l', 'a', - 't', 'i', 'n', ']', 0x78, 0x25, 'U', 'k', - 'r', 'a', 't', 'k', 'o', ' ', 'o', ' ', - 't', 'o', 'm', 'e', ' ', uchar('\xc5'), uchar('\xa1'), 't', - 'a', ' ', 'v', 'a', uchar('\xc5'), uchar('\xa1'), ' ', 'p', - 'r', 'o', 'g', 'r', 'a', 'm', ' ', 'r', - 'a', 'd', 'i', 0x6f, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 's', 'r', ']', 0x78, 0x40, uchar('\xd0'), uchar('\xa3'), uchar('\xd0'), - uchar('\xba'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), - uchar('\xba'), uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd1'), - uchar('\x82'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xb5'), ' ', - uchar('\xd1'), uchar('\x88'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb0'), ' ', uchar('\xd0'), - uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x88'), ' ', uchar('\xd0'), uchar('\xbf'), - uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb3'), uchar('\xd1'), uchar('\x80'), - uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbc'), ' ', uchar('\xd1'), uchar('\x80'), uchar('\xd0'), - uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb8'), 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 's', 'v', ']', 0x78, 0x26, 'v', - 'a', 'd', ' ', 'p', 'r', 'o', 'g', 'r', - 'a', 'm', 'm', 'e', 't', ' ', 'g', uchar('\xc3'), - uchar('\xb6'), 'r', ' ', 'm', 'e', 'd', ' ', 'n', - uchar('\xc3'), uchar('\xa5'), 'g', 'r', 'a', ' ', 'f', uchar('\xc3'), - uchar('\xa5'), ' ', 'o', 'r', 'd', 0x6f, 'D', 'e', - 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', - 'n', '[', 't', 'g', ']', 0x78, 0x6f, uchar('\xd0'), - uchar('\xa2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb2'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), - uchar('\xb8'), uchar('\xd1'), uchar('\x84'), uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd0'), uchar('\xbc'), - uchar('\xd1'), uchar('\x83'), uchar('\xd1'), uchar('\x85'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb0'), - uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb5'), - uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), - uchar('\xb0'), uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), - uchar('\xb5'), uchar('\xd0'), uchar('\xb4'), ',', ' ', uchar('\xd0'), uchar('\xba'), uchar('\xd0'), - uchar('\xb8'), ' ', uchar('\xd0'), uchar('\xb1'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x80'), - uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xb0'), - uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd1'), uchar('\x88'), uchar('\xd1'), uchar('\x83'), uchar('\xd0'), - uchar('\xbc'), uchar('\xd0'), uchar('\xbe'), ' ', uchar('\xd1'), uchar('\x87'), uchar('\xd3'), uchar('\xa3'), - ' ', uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xbe'), uchar('\xd1'), uchar('\x80'), ' ', - uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xba'), uchar('\xd1'), uchar('\x83'), - uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), 0x6f, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 't', 'r', ']', 0x78, 0x33, - 'u', 'y', 'g', 'u', 'l', 'a', 'm', 'a', - 'n', uchar('\xc4'), uchar('\xb1'), 'z', uchar('\xc4'), uchar('\xb1'), 'n', ' ', - 'y', 'a', 'p', 't', uchar('\xc4'), uchar('\xb1'), uchar('\xc4'), uchar('\x9f'), - uchar('\xc4'), uchar('\xb1'), ' ', uchar('\xc5'), uchar('\x9f'), 'e', 'y', ',', - ' ', 'b', 'i', 'r', 'k', 'a', uchar('\xc3'), uchar('\xa7'), - ' ', 's', uchar('\xc3'), uchar('\xb6'), 'z', 'c', uchar('\xc3'), uchar('\xbc'), - 'k', 't', 'e', 0x6f, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'u', 'k', ']', 0x78, 0x55, uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), - uchar('\x80'), uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xb7'), uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), - uchar('\xb0'), uchar('\xd1'), uchar('\x87'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), - uchar('\xbd'), uchar('\xd1'), uchar('\x8f'), ' ', uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), - uchar('\xd1'), uchar('\x88'), uchar('\xd0'), uchar('\xbe'), uchar('\xd1'), uchar('\x97'), ' ', uchar('\xd0'), - uchar('\xbf'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb3'), uchar('\xd1'), - uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), uchar('\xb8'), ' ', - uchar('\xd1'), uchar('\x83'), ' ', uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), - uchar('\xba'), uchar('\xd1'), uchar('\x96'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x8c'), uchar('\xd0'), - uchar('\xba'), uchar('\xd0'), uchar('\xbe'), uchar('\xd1'), uchar('\x85'), ' ', uchar('\xd1'), uchar('\x81'), - uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), - uchar('\xd1'), uchar('\x85'), 0x6f, 'D', 'e', 's', 'c', 'r', - 'i', 'p', 't', 'i', 'o', 'n', '[', 'v', - 'i', ']', 0x78, 0x47, 'd', uchar('\xc3'), uchar('\xb9'), 'n', - 'g', ' ', 'v', uchar('\xc3'), uchar('\xa0'), 'i', ' ', 't', - uchar('\xe1'), uchar('\xbb'), uchar('\xab'), ' ', uchar('\xc4'), uchar('\x91'), uchar('\xe1'), uchar('\xbb'), - uchar('\x83'), ' ', 'm', uchar('\xc3'), uchar('\xb4'), ' ', 't', uchar('\xe1'), - uchar('\xba'), uchar('\xa3'), ' ', uchar('\xe1'), uchar('\xbb'), uchar('\xa9'), 'n', 'g', - ' ', 'd', uchar('\xe1'), uchar('\xbb'), uchar('\xa5'), 'n', 'g', ' ', - 'c', uchar('\xe1'), uchar('\xbb'), uchar('\xa7'), 'a', ' ', 'b', uchar('\xe1'), - uchar('\xba'), uchar('\xa1'), 'n', ' ', 'l', uchar('\xc3'), uchar('\xa0'), 'm', - ' ', 'v', 'i', uchar('\xe1'), uchar('\xbb'), uchar('\x87'), 'c', ' ', - 'g', uchar('\xc3'), uchar('\xac'), 0x73, 'D', 'e', 's', 'c', - 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', - 'x', '-', 't', 'e', 's', 't', ']', 0x78, - 0x25, 'x', 'x', 'w', 'h', 'a', 't', ' ', - 'y', 'o', 'u', 'r', ' ', 'a', 'p', 'p', - ' ', 'd', 'o', 'e', 's', ' ', 'i', 'n', - ' ', 'a', ' ', 'f', 'e', 'w', ' ', 'w', - 'o', 'r', 'd', 's', 'x', 'x', 0x72, 'D', - 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', - 'o', 'n', '[', 'z', 'h', '_', 'C', 'N', - ']', 0x78, 0x2d, uchar('\xe7'), uchar('\xae'), uchar('\x80'), uchar('\xe5'), uchar('\x8d'), - uchar('\x95'), uchar('\xe5'), uchar('\x87'), uchar('\xa0'), uchar('\xe4'), uchar('\xb8'), uchar('\xaa'), uchar('\xe8'), - uchar('\xaf'), uchar('\x8d'), uchar('\xe6'), uchar('\xa6'), uchar('\x82'), uchar('\xe6'), uchar('\x8b'), uchar('\xac'), - uchar('\xe6'), uchar('\x82'), uchar('\xa8'), uchar('\xe7'), uchar('\x9a'), uchar('\x84'), uchar('\xe5'), uchar('\xb0'), - uchar('\x8f'), uchar('\xe7'), uchar('\xa8'), uchar('\x8b'), uchar('\xe5'), uchar('\xba'), uchar('\x8f'), uchar('\xe7'), - uchar('\x9a'), uchar('\x84'), uchar('\xe5'), uchar('\x8a'), uchar('\x9f'), uchar('\xe8'), uchar('\x83'), uchar('\xbd'), - 0x72, 'D', 'e', 's', 'c', 'r', 'i', 'p', - 't', 'i', 'o', 'n', '[', 'z', 'h', '_', - 'T', 'W', ']', 0x78, 0x2d, uchar('\xe4'), uchar('\xbb'), uchar('\xa5'), - uchar('\xe6'), uchar('\x95'), uchar('\xb8'), uchar('\xe5'), uchar('\x80'), uchar('\x8b'), uchar('\xe5'), uchar('\xad'), - uchar('\x97'), uchar('\xe6'), uchar('\x8f'), uchar('\x8f'), uchar('\xe8'), uchar('\xbf'), uchar('\xb0'), uchar('\xe6'), - uchar('\x82'), uchar('\xa8'), uchar('\xe7'), uchar('\x9a'), uchar('\x84'), uchar('\xe6'), uchar('\x87'), uchar('\x89'), - uchar('\xe7'), uchar('\x94'), uchar('\xa8'), uchar('\xe7'), uchar('\xa8'), uchar('\x8b'), uchar('\xe5'), uchar('\xbc'), - uchar('\x8f'), uchar('\xe7'), uchar('\x9a'), uchar('\x84'), uchar('\xe7'), uchar('\x94'), uchar('\xa8'), uchar('\xe9'), - uchar('\x80'), uchar('\x94'), 0x70, 'E', 'n', 'a', 'b', 'l', - 'e', 'd', 'B', 'y', 'D', 'e', 'f', 'a', - 'u', 'l', 't', 0xf5, 0x64, 'I', 'c', 'o', - 'n', 0x73, 'a', 'p', 'p', 'l', 'i', 'c', - 'a', 't', 'i', 'o', 'n', 's', '-', 's', - 'y', 's', 't', 'e', 'm', 0x62, 'I', 'd', - 0x78, 0x19, 'o', 'r', 'g', '.', 'k', 'd', - 'e', '.', 'p', 'l', 'a', 's', 'm', 'a', - '.', 's', 'e', 'v', 'e', 'n', 't', 'a', - 's', 'k', 's', 0x67, 'L', 'i', 'c', 'e', - 'n', 's', 'e', 0x69, 'L', 'G', 'P', 'L', - '-', '2', '.', '1', '+', 0x64, 'N', 'a', - 'm', 'e', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'a', 'r', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'a', - 'z', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x71, 'N', 'a', - 'm', 'e', '[', 'c', 'a', '@', 'v', 'a', - 'l', 'e', 'n', 'c', 'i', 'a', ']', 0x6a, - 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', - 'k', 's', 0x68, 'N', 'a', 'm', 'e', '[', - 'c', 'a', ']', 0x6a, 'S', 'e', 'v', 'e', - 'n', 'T', 'a', 's', 'k', 's', 0x68, 'N', - 'a', 'm', 'e', '[', 'c', 's', ']', 0x6a, - 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', - 'k', 's', 0x68, 'N', 'a', 'm', 'e', '[', - 'd', 'a', ']', 0x6a, 'S', 'e', 'v', 'e', - 'n', 'T', 'a', 's', 'k', 's', 0x68, 'N', - 'a', 'm', 'e', '[', 'd', 'e', ']', 0x6a, - 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', - 'k', 's', 0x6b, 'N', 'a', 'm', 'e', '[', - 'e', 'n', '_', 'G', 'B', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'e', - 's', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'e', 't', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'e', - 'u', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'f', 'i', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'f', - 'r', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'g', 'd', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'g', - 'l', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'h', 'u', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'i', - 'a', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'i', 'd', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'i', - 't', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'k', 'o', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'l', - 't', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'n', 'b', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'n', - 'l', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'n', 'n', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'p', - 'a', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', - 'm', 'e', '[', 'p', 'l', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x68, 'N', 'a', 'm', 'e', '[', 'p', - 't', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x6b, 'N', 'a', - 'm', 'e', '[', 'p', 't', '_', 'B', 'R', - ']', 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', - 'a', 's', 'k', 's', 0x68, 'N', 'a', 'm', - 'e', '[', 'r', 'o', ']', 0x6a, 'S', 'e', - 'v', 'e', 'n', 'T', 'a', 's', 'k', 's', - 0x68, 'N', 'a', 'm', 'e', '[', 'r', 'u', - ']', 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', - 'a', 's', 'k', 's', 0x68, 'N', 'a', 'm', - 'e', '[', 's', 'k', ']', 0x6a, 'S', 'e', - 'v', 'e', 'n', 'T', 'a', 's', 'k', 's', - 0x68, 'N', 'a', 'm', 'e', '[', 's', 'l', - ']', 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', - 'a', 's', 'k', 's', 0x72, 'N', 'a', 'm', - 'e', '[', 's', 'r', '@', 'i', 'j', 'e', - 'k', 'a', 'v', 'i', 'a', 'n', ']', 0x6a, - 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', - 'k', 's', 0x77, 'N', 'a', 'm', 'e', '[', - 's', 'r', '@', 'i', 'j', 'e', 'k', 'a', - 'v', 'i', 'a', 'n', 'l', 'a', 't', 'i', - 'n', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', - 'T', 'a', 's', 'k', 's', 0x6e, 'N', 'a', - 'm', 'e', '[', 's', 'r', '@', 'l', 'a', - 't', 'i', 'n', ']', 0x6a, 'S', 'e', 'v', - 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, - 'N', 'a', 'm', 'e', '[', 's', 'r', ']', - 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', - 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', - '[', 's', 'v', ']', 0x6a, 'S', 'e', 'v', - 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, - 'N', 'a', 'm', 'e', '[', 't', 'g', ']', - 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', - 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', - '[', 't', 'r', ']', 0x6a, 'S', 'e', 'v', - 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, - 'N', 'a', 'm', 'e', '[', 'u', 'k', ']', - 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', - 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', - '[', 'v', 'i', ']', 0x6a, 'S', 'e', 'v', - 'e', 'n', 'T', 'a', 's', 'k', 's', 0x6c, - 'N', 'a', 'm', 'e', '[', 'x', '-', 't', - 'e', 's', 't', ']', 0x6e, 'x', 'x', 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 'x', 'x', 0x6b, 'N', 'a', 'm', 'e', - '[', 'z', 'h', '_', 'C', 'N', ']', 0x6a, - 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', - 'k', 's', 0x6b, 'N', 'a', 'm', 'e', '[', - 'z', 'h', '_', 'T', 'W', ']', 0x6a, 'S', - 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', - 's', 0x6c, 'S', 'e', 'r', 'v', 'i', 'c', - 'e', 'T', 'y', 'p', 'e', 's', 0x81, 0x6d, - 'P', 'l', 'a', 's', 'm', 'a', '/', 'A', - 'p', 'p', 'l', 'e', 't', 0x67, 'V', 'e', - 'r', 's', 'i', 'o', 'n', 0x63, '1', '.', - '0', 0x67, 'W', 'e', 'b', 's', 'i', 't', - 'e', 0x77, 'h', 't', 't', 'p', 's', ':', - '/', '/', 'p', 'l', 'a', 's', 'm', 'a', - '.', 'k', 'd', 'e', '.', 'o', 'r', 'g', - '/', 0x6c, 'X', '-', 'P', 'l', 'a', 's', - 'm', 'a', '-', 'A', 'P', 'I', 0x77, 'd', - 'e', 'c', 'l', 'a', 'r', 'a', 't', 'i', - 'v', 'e', 'a', 'p', 'p', 'l', 'e', 't', - 's', 'c', 'r', 'i', 'p', 't', 0x73, 'X', - '-', 'P', 'l', 'a', 's', 'm', 'a', '-', - 'M', 'a', 'i', 'n', 'S', 'c', 'r', 'i', - 'p', 't', 0x6b, 'u', 'i', '/', 'm', 'a', - 'i', 'n', '.', 'q', 'm', 'l', - 0xff, -}; -QT_MOC_EXPORT_PLUGIN(SevenTasksFactory, SevenTasksFactory) - -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d deleted file mode 100644 index 17e3b03..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d +++ /dev/null @@ -1,475 +0,0 @@ -/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.cpp \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build/src/metadata.json \ - /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/src/seventasks.h \ - /usr/include/KF5/KConfigCore/KConfigGroup \ - /usr/include/KF5/KConfigCore/KSharedConfig \ - /usr/include/KF5/KConfigCore/conversioncheck.h \ - /usr/include/KF5/KConfigCore/kconfig.h \ - /usr/include/KF5/KConfigCore/kconfigbase.h \ - /usr/include/KF5/KConfigCore/kconfigcore_export.h \ - /usr/include/KF5/KConfigCore/kconfiggroup.h \ - /usr/include/KF5/KConfigCore/ksharedconfig.h \ - /usr/include/KF5/KCoreAddons/KJob \ - /usr/include/KF5/KCoreAddons/KPluginFactory \ - /usr/include/KF5/KCoreAddons/KPluginLoader \ - /usr/include/KF5/KCoreAddons/KPluginMetaData \ - /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ - /usr/include/KF5/KCoreAddons/kexportplugin.h \ - /usr/include/KF5/KCoreAddons/kjob.h \ - /usr/include/KF5/KCoreAddons/kpluginfactory.h \ - /usr/include/KF5/KCoreAddons/kpluginloader.h \ - /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ - /usr/include/KF5/KPackage/KPackage/Package \ - /usr/include/KF5/KPackage/kpackage/package.h \ - /usr/include/KF5/KPackage/kpackage/package_export.h \ - /usr/include/KF5/KService/KPluginInfo \ - /usr/include/KF5/KService/kplugininfo.h \ - /usr/include/KF5/KService/kservice.h \ - /usr/include/KF5/KService/kservice_export.h \ - /usr/include/KF5/KService/kserviceaction.h \ - /usr/include/KF5/KService/ksycocaentry.h \ - /usr/include/KF5/KService/ksycocatype.h \ - /usr/include/KF5/KWindowSystem/kwindowinfo.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem.h \ - /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ - /usr/include/KF5/KWindowSystem/netwm_def.h \ - /usr/include/KF5/Plasma/Applet \ - /usr/include/KF5/plasma/applet.h \ - /usr/include/KF5/plasma/framesvg.h \ - /usr/include/KF5/plasma/plasma.h \ - /usr/include/KF5/plasma/plasma_export.h \ - /usr/include/KF5/plasma/svg.h \ - /usr/include/KF5/plasma/theme.h \ - /usr/include/alloca.h \ - /usr/include/asm-generic/errno-base.h \ - /usr/include/asm-generic/errno.h \ - /usr/include/asm/errno.h \ - /usr/include/asm/unistd.h \ - /usr/include/asm/unistd_64.h \ - /usr/include/assert.h \ - /usr/include/bits/atomic_wide_counter.h \ - /usr/include/bits/byteswap.h \ - /usr/include/bits/confname.h \ - /usr/include/bits/cpu-set.h \ - /usr/include/bits/endian.h \ - /usr/include/bits/endianness.h \ - /usr/include/bits/environments.h \ - /usr/include/bits/errno.h \ - /usr/include/bits/floatn-common.h \ - /usr/include/bits/floatn.h \ - /usr/include/bits/getopt_core.h \ - /usr/include/bits/getopt_posix.h \ - /usr/include/bits/libc-header-start.h \ - /usr/include/bits/local_lim.h \ - /usr/include/bits/locale.h \ - /usr/include/bits/long-double.h \ - /usr/include/bits/posix1_lim.h \ - /usr/include/bits/posix2_lim.h \ - /usr/include/bits/posix_opt.h \ - /usr/include/bits/pthread_stack_min-dynamic.h \ - /usr/include/bits/pthreadtypes-arch.h \ - /usr/include/bits/pthreadtypes.h \ - /usr/include/bits/sched.h \ - /usr/include/bits/select.h \ - /usr/include/bits/setjmp.h \ - /usr/include/bits/stdint-intn.h \ - /usr/include/bits/stdint-uintn.h \ - /usr/include/bits/stdio_lim.h \ - /usr/include/bits/stdlib-float.h \ - /usr/include/bits/struct_mutex.h \ - /usr/include/bits/struct_rwlock.h \ - /usr/include/bits/syscall.h \ - /usr/include/bits/thread-shared-types.h \ - /usr/include/bits/time.h \ - /usr/include/bits/time64.h \ - /usr/include/bits/timesize.h \ - /usr/include/bits/timex.h \ - /usr/include/bits/types.h \ - /usr/include/bits/types/FILE.h \ - /usr/include/bits/types/__FILE.h \ - /usr/include/bits/types/__fpos64_t.h \ - /usr/include/bits/types/__fpos_t.h \ - /usr/include/bits/types/__locale_t.h \ - /usr/include/bits/types/__mbstate_t.h \ - /usr/include/bits/types/__sigset_t.h \ - /usr/include/bits/types/clock_t.h \ - /usr/include/bits/types/clockid_t.h \ - /usr/include/bits/types/cookie_io_functions_t.h \ - /usr/include/bits/types/error_t.h \ - /usr/include/bits/types/locale_t.h \ - /usr/include/bits/types/mbstate_t.h \ - /usr/include/bits/types/sigset_t.h \ - /usr/include/bits/types/struct_FILE.h \ - /usr/include/bits/types/struct___jmp_buf_tag.h \ - /usr/include/bits/types/struct_itimerspec.h \ - /usr/include/bits/types/struct_sched_param.h \ - /usr/include/bits/types/struct_timespec.h \ - /usr/include/bits/types/struct_timeval.h \ - /usr/include/bits/types/struct_tm.h \ - /usr/include/bits/types/time_t.h \ - /usr/include/bits/types/timer_t.h \ - /usr/include/bits/types/wint_t.h \ - /usr/include/bits/typesizes.h \ - /usr/include/bits/uintn-identity.h \ - /usr/include/bits/uio_lim.h \ - /usr/include/bits/unistd_ext.h \ - /usr/include/bits/waitflags.h \ - /usr/include/bits/waitstatus.h \ - /usr/include/bits/wchar.h \ - /usr/include/bits/wctype-wchar.h \ - /usr/include/bits/wordsize.h \ - /usr/include/bits/xopen_lim.h \ - /usr/include/c++/12.1.1/algorithm \ - /usr/include/c++/12.1.1/array \ - /usr/include/c++/12.1.1/atomic \ - /usr/include/c++/12.1.1/backward/auto_ptr.h \ - /usr/include/c++/12.1.1/backward/binders.h \ - /usr/include/c++/12.1.1/bit \ - /usr/include/c++/12.1.1/bits/algorithmfwd.h \ - /usr/include/c++/12.1.1/bits/align.h \ - /usr/include/c++/12.1.1/bits/alloc_traits.h \ - /usr/include/c++/12.1.1/bits/allocated_ptr.h \ - /usr/include/c++/12.1.1/bits/allocator.h \ - /usr/include/c++/12.1.1/bits/atomic_base.h \ - /usr/include/c++/12.1.1/bits/atomic_lockfree_defines.h \ - /usr/include/c++/12.1.1/bits/atomic_wait.h \ - /usr/include/c++/12.1.1/bits/basic_ios.h \ - /usr/include/c++/12.1.1/bits/basic_ios.tcc \ - /usr/include/c++/12.1.1/bits/basic_string.h \ - /usr/include/c++/12.1.1/bits/basic_string.tcc \ - /usr/include/c++/12.1.1/bits/c++0x_warning.h \ - /usr/include/c++/12.1.1/bits/char_traits.h \ - /usr/include/c++/12.1.1/bits/charconv.h \ - /usr/include/c++/12.1.1/bits/concept_check.h \ - /usr/include/c++/12.1.1/bits/cpp_type_traits.h \ - /usr/include/c++/12.1.1/bits/cxxabi_forced.h \ - /usr/include/c++/12.1.1/bits/cxxabi_init_exception.h \ - /usr/include/c++/12.1.1/bits/erase_if.h \ - /usr/include/c++/12.1.1/bits/exception.h \ - /usr/include/c++/12.1.1/bits/exception_defines.h \ - /usr/include/c++/12.1.1/bits/exception_ptr.h \ - /usr/include/c++/12.1.1/bits/functexcept.h \ - /usr/include/c++/12.1.1/bits/functional_hash.h \ - /usr/include/c++/12.1.1/bits/hash_bytes.h \ - /usr/include/c++/12.1.1/bits/invoke.h \ - /usr/include/c++/12.1.1/bits/ios_base.h \ - /usr/include/c++/12.1.1/bits/iterator_concepts.h \ - /usr/include/c++/12.1.1/bits/list.tcc \ - /usr/include/c++/12.1.1/bits/locale_classes.h \ - /usr/include/c++/12.1.1/bits/locale_classes.tcc \ - /usr/include/c++/12.1.1/bits/locale_facets.h \ - /usr/include/c++/12.1.1/bits/locale_facets.tcc \ - /usr/include/c++/12.1.1/bits/localefwd.h \ - /usr/include/c++/12.1.1/bits/max_size_type.h \ - /usr/include/c++/12.1.1/bits/memoryfwd.h \ - /usr/include/c++/12.1.1/bits/mofunc_impl.h \ - /usr/include/c++/12.1.1/bits/move.h \ - /usr/include/c++/12.1.1/bits/move_only_function.h \ - /usr/include/c++/12.1.1/bits/nested_exception.h \ - /usr/include/c++/12.1.1/bits/new_allocator.h \ - /usr/include/c++/12.1.1/bits/node_handle.h \ - /usr/include/c++/12.1.1/bits/ostream.tcc \ - /usr/include/c++/12.1.1/bits/ostream_insert.h \ - /usr/include/c++/12.1.1/bits/postypes.h \ - /usr/include/c++/12.1.1/bits/predefined_ops.h \ - /usr/include/c++/12.1.1/bits/ptr_traits.h \ - /usr/include/c++/12.1.1/bits/range_access.h \ - /usr/include/c++/12.1.1/bits/ranges_algo.h \ - /usr/include/c++/12.1.1/bits/ranges_algobase.h \ - /usr/include/c++/12.1.1/bits/ranges_base.h \ - /usr/include/c++/12.1.1/bits/ranges_cmp.h \ - /usr/include/c++/12.1.1/bits/ranges_uninitialized.h \ - /usr/include/c++/12.1.1/bits/ranges_util.h \ - /usr/include/c++/12.1.1/bits/refwrap.h \ - /usr/include/c++/12.1.1/bits/shared_ptr.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_atomic.h \ - /usr/include/c++/12.1.1/bits/shared_ptr_base.h \ - /usr/include/c++/12.1.1/bits/std_abs.h \ - /usr/include/c++/12.1.1/bits/std_function.h \ - /usr/include/c++/12.1.1/bits/std_mutex.h \ - /usr/include/c++/12.1.1/bits/stl_algo.h \ - /usr/include/c++/12.1.1/bits/stl_algobase.h \ - /usr/include/c++/12.1.1/bits/stl_bvector.h \ - /usr/include/c++/12.1.1/bits/stl_construct.h \ - /usr/include/c++/12.1.1/bits/stl_function.h \ - /usr/include/c++/12.1.1/bits/stl_heap.h \ - /usr/include/c++/12.1.1/bits/stl_iterator.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_funcs.h \ - /usr/include/c++/12.1.1/bits/stl_iterator_base_types.h \ - /usr/include/c++/12.1.1/bits/stl_list.h \ - /usr/include/c++/12.1.1/bits/stl_map.h \ - /usr/include/c++/12.1.1/bits/stl_multimap.h \ - /usr/include/c++/12.1.1/bits/stl_numeric.h \ - /usr/include/c++/12.1.1/bits/stl_pair.h \ - /usr/include/c++/12.1.1/bits/stl_raw_storage_iter.h \ - /usr/include/c++/12.1.1/bits/stl_relops.h \ - /usr/include/c++/12.1.1/bits/stl_tempbuf.h \ - /usr/include/c++/12.1.1/bits/stl_tree.h \ - /usr/include/c++/12.1.1/bits/stl_uninitialized.h \ - /usr/include/c++/12.1.1/bits/stl_vector.h \ - /usr/include/c++/12.1.1/bits/stream_iterator.h \ - /usr/include/c++/12.1.1/bits/streambuf.tcc \ - /usr/include/c++/12.1.1/bits/streambuf_iterator.h \ - /usr/include/c++/12.1.1/bits/string_view.tcc \ - /usr/include/c++/12.1.1/bits/stringfwd.h \ - /usr/include/c++/12.1.1/bits/uniform_int_dist.h \ - /usr/include/c++/12.1.1/bits/unique_ptr.h \ - /usr/include/c++/12.1.1/bits/uses_allocator.h \ - /usr/include/c++/12.1.1/bits/uses_allocator_args.h \ - /usr/include/c++/12.1.1/bits/utility.h \ - /usr/include/c++/12.1.1/bits/vector.tcc \ - /usr/include/c++/12.1.1/cctype \ - /usr/include/c++/12.1.1/cerrno \ - /usr/include/c++/12.1.1/climits \ - /usr/include/c++/12.1.1/clocale \ - /usr/include/c++/12.1.1/compare \ - /usr/include/c++/12.1.1/concepts \ - /usr/include/c++/12.1.1/cstddef \ - /usr/include/c++/12.1.1/cstdint \ - /usr/include/c++/12.1.1/cstdlib \ - /usr/include/c++/12.1.1/cwchar \ - /usr/include/c++/12.1.1/cwctype \ - /usr/include/c++/12.1.1/debug/assertions.h \ - /usr/include/c++/12.1.1/debug/debug.h \ - /usr/include/c++/12.1.1/exception \ - /usr/include/c++/12.1.1/ext/aligned_buffer.h \ - /usr/include/c++/12.1.1/ext/alloc_traits.h \ - /usr/include/c++/12.1.1/ext/atomicity.h \ - /usr/include/c++/12.1.1/ext/concurrence.h \ - /usr/include/c++/12.1.1/ext/numeric_traits.h \ - /usr/include/c++/12.1.1/ext/string_conversions.h \ - /usr/include/c++/12.1.1/ext/type_traits.h \ - /usr/include/c++/12.1.1/functional \ - /usr/include/c++/12.1.1/initializer_list \ - /usr/include/c++/12.1.1/ios \ - /usr/include/c++/12.1.1/iosfwd \ - /usr/include/c++/12.1.1/iterator \ - /usr/include/c++/12.1.1/limits \ - /usr/include/c++/12.1.1/list \ - /usr/include/c++/12.1.1/map \ - /usr/include/c++/12.1.1/memory \ - /usr/include/c++/12.1.1/new \ - /usr/include/c++/12.1.1/numbers \ - /usr/include/c++/12.1.1/numeric \ - /usr/include/c++/12.1.1/ostream \ - /usr/include/c++/12.1.1/pstl/execution_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_algorithm_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_memory_defs.h \ - /usr/include/c++/12.1.1/pstl/glue_numeric_defs.h \ - /usr/include/c++/12.1.1/stdexcept \ - /usr/include/c++/12.1.1/streambuf \ - /usr/include/c++/12.1.1/string \ - /usr/include/c++/12.1.1/string_view \ - /usr/include/c++/12.1.1/tuple \ - /usr/include/c++/12.1.1/type_traits \ - /usr/include/c++/12.1.1/typeinfo \ - /usr/include/c++/12.1.1/unordered_map \ - /usr/include/c++/12.1.1/utility \ - /usr/include/c++/12.1.1/vector \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ - /usr/include/c++/12.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ - /usr/include/ctype.h \ - /usr/include/endian.h \ - /usr/include/errno.h \ - /usr/include/features-time64.h \ - /usr/include/features.h \ - /usr/include/gnu/stubs-64.h \ - /usr/include/gnu/stubs.h \ - /usr/include/limits.h \ - /usr/include/linux/errno.h \ - /usr/include/linux/limits.h \ - /usr/include/locale.h \ - /usr/include/pthread.h \ - /usr/include/qt/QtCore/QByteArray \ - /usr/include/qt/QtCore/QCoreApplication \ - /usr/include/qt/QtCore/QCryptographicHash \ - /usr/include/qt/QtCore/QDataStream \ - /usr/include/qt/QtCore/QDate \ - /usr/include/qt/QtCore/QEvent \ - /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ - /usr/include/qt/QtCore/QFlags \ - /usr/include/qt/QtCore/QJsonObject \ - /usr/include/qt/QtCore/QList \ - /usr/include/qt/QtCore/QMargins \ - /usr/include/qt/QtCore/QMetaType \ - /usr/include/qt/QtCore/QObject \ - /usr/include/qt/QtCore/QPair \ - /usr/include/qt/QtCore/QPluginLoader \ - /usr/include/qt/QtCore/QPoint \ - /usr/include/qt/QtCore/QRect \ - /usr/include/qt/QtCore/QSharedDataPointer \ - /usr/include/qt/QtCore/QSize \ - /usr/include/qt/QtCore/QStandardPaths \ - /usr/include/qt/QtCore/QString \ - /usr/include/qt/QtCore/QStringList \ - /usr/include/qt/QtCore/QUrl \ - /usr/include/qt/QtCore/QUuid \ - /usr/include/qt/QtCore/QVariant \ - /usr/include/qt/QtCore/QtGlobal \ - /usr/include/qt/QtCore/QtPlugin \ - /usr/include/qt/QtCore/qalgorithms.h \ - /usr/include/qt/QtCore/qarraydata.h \ - /usr/include/qt/QtCore/qatomic.h \ - /usr/include/qt/QtCore/qatomic_cxx11.h \ - /usr/include/qt/QtCore/qbasicatomic.h \ - /usr/include/qt/QtCore/qbytearray.h \ - /usr/include/qt/QtCore/qbytearraylist.h \ - /usr/include/qt/QtCore/qcborcommon.h \ - /usr/include/qt/QtCore/qcborvalue.h \ - /usr/include/qt/QtCore/qchar.h \ - /usr/include/qt/QtCore/qcompilerdetection.h \ - /usr/include/qt/QtCore/qconfig.h \ - /usr/include/qt/QtCore/qcontainerfwd.h \ - /usr/include/qt/QtCore/qcontainertools_impl.h \ - /usr/include/qt/QtCore/qcontiguouscache.h \ - /usr/include/qt/QtCore/qcoreapplication.h \ - /usr/include/qt/QtCore/qcoreevent.h \ - /usr/include/qt/QtCore/qcryptographichash.h \ - /usr/include/qt/QtCore/qdatastream.h \ - /usr/include/qt/QtCore/qdatetime.h \ - /usr/include/qt/QtCore/qdebug.h \ - /usr/include/qt/QtCore/qeventloop.h \ - /usr/include/qt/QtCore/qfile.h \ - /usr/include/qt/QtCore/qfiledevice.h \ - /usr/include/qt/QtCore/qflags.h \ - /usr/include/qt/QtCore/qgenericatomic.h \ - /usr/include/qt/QtCore/qglobal.h \ - /usr/include/qt/QtCore/qglobalstatic.h \ - /usr/include/qt/QtCore/qhash.h \ - /usr/include/qt/QtCore/qhashfunctions.h \ - /usr/include/qt/QtCore/qiodevice.h \ - /usr/include/qt/QtCore/qiterator.h \ - /usr/include/qt/QtCore/qjsonobject.h \ - /usr/include/qt/QtCore/qjsonvalue.h \ - /usr/include/qt/QtCore/qlibrary.h \ - /usr/include/qt/QtCore/qline.h \ - /usr/include/qt/QtCore/qlist.h \ - /usr/include/qt/QtCore/qlocale.h \ - /usr/include/qt/QtCore/qlogging.h \ - /usr/include/qt/QtCore/qmap.h \ - /usr/include/qt/QtCore/qmargins.h \ - /usr/include/qt/QtCore/qmetaobject.h \ - /usr/include/qt/QtCore/qmetatype.h \ - /usr/include/qt/QtCore/qnamespace.h \ - /usr/include/qt/QtCore/qnumeric.h \ - /usr/include/qt/QtCore/qobject.h \ - /usr/include/qt/QtCore/qobject_impl.h \ - /usr/include/qt/QtCore/qobjectdefs.h \ - /usr/include/qt/QtCore/qobjectdefs_impl.h \ - /usr/include/qt/QtCore/qpair.h \ - /usr/include/qt/QtCore/qplugin.h \ - /usr/include/qt/QtCore/qpluginloader.h \ - /usr/include/qt/QtCore/qpoint.h \ - /usr/include/qt/QtCore/qpointer.h \ - /usr/include/qt/QtCore/qprocessordetection.h \ - /usr/include/qt/QtCore/qrect.h \ - /usr/include/qt/QtCore/qrefcount.h \ - /usr/include/qt/QtCore/qregexp.h \ - /usr/include/qt/QtCore/qregularexpression.h \ - /usr/include/qt/QtCore/qscopedpointer.h \ - /usr/include/qt/QtCore/qset.h \ - /usr/include/qt/QtCore/qshareddata.h \ - /usr/include/qt/QtCore/qsharedpointer.h \ - /usr/include/qt/QtCore/qsharedpointer_impl.h \ - /usr/include/qt/QtCore/qsize.h \ - /usr/include/qt/QtCore/qstandardpaths.h \ - /usr/include/qt/QtCore/qstring.h \ - /usr/include/qt/QtCore/qstringalgorithms.h \ - /usr/include/qt/QtCore/qstringlist.h \ - /usr/include/qt/QtCore/qstringliteral.h \ - /usr/include/qt/QtCore/qstringmatcher.h \ - /usr/include/qt/QtCore/qstringview.h \ - /usr/include/qt/QtCore/qsysinfo.h \ - /usr/include/qt/QtCore/qsystemdetection.h \ - /usr/include/qt/QtCore/qtcore-config.h \ - /usr/include/qt/QtCore/qtextstream.h \ - /usr/include/qt/QtCore/qtypeinfo.h \ - /usr/include/qt/QtCore/qurl.h \ - /usr/include/qt/QtCore/quuid.h \ - /usr/include/qt/QtCore/qvariant.h \ - /usr/include/qt/QtCore/qvarlengtharray.h \ - /usr/include/qt/QtCore/qvector.h \ - /usr/include/qt/QtCore/qversiontagging.h \ - /usr/include/qt/QtGui/QColor \ - /usr/include/qt/QtGui/QFont \ - /usr/include/qt/QtGui/QGuiApplication \ - /usr/include/qt/QtGui/QIcon \ - /usr/include/qt/QtGui/QImage \ - /usr/include/qt/QtGui/QKeySequence \ - /usr/include/qt/QtGui/QPixmap \ - /usr/include/qt/QtGui/QRgb \ - /usr/include/qt/QtGui/QWidgetList \ - /usr/include/qt/QtGui/QWindow \ - /usr/include/qt/QtGui/qaccessible.h \ - /usr/include/qt/QtGui/qcolor.h \ - /usr/include/qt/QtGui/qcursor.h \ - /usr/include/qt/QtGui/qevent.h \ - /usr/include/qt/QtGui/qfont.h \ - /usr/include/qt/QtGui/qguiapplication.h \ - /usr/include/qt/QtGui/qicon.h \ - /usr/include/qt/QtGui/qimage.h \ - /usr/include/qt/QtGui/qinputmethod.h \ - /usr/include/qt/QtGui/qkeysequence.h \ - /usr/include/qt/QtGui/qmatrix.h \ - /usr/include/qt/QtGui/qpaintdevice.h \ - /usr/include/qt/QtGui/qpixelformat.h \ - /usr/include/qt/QtGui/qpixmap.h \ - /usr/include/qt/QtGui/qpolygon.h \ - /usr/include/qt/QtGui/qregion.h \ - /usr/include/qt/QtGui/qrgb.h \ - /usr/include/qt/QtGui/qrgba64.h \ - /usr/include/qt/QtGui/qsurface.h \ - /usr/include/qt/QtGui/qsurfaceformat.h \ - /usr/include/qt/QtGui/qtgui-config.h \ - /usr/include/qt/QtGui/qtguiglobal.h \ - /usr/include/qt/QtGui/qtouchdevice.h \ - /usr/include/qt/QtGui/qtransform.h \ - /usr/include/qt/QtGui/qvector2d.h \ - /usr/include/qt/QtGui/qwindow.h \ - /usr/include/qt/QtGui/qwindowdefs.h \ - /usr/include/qt/QtNetwork/qtnetwork-config.h \ - /usr/include/qt/QtNetwork/qtnetworkglobal.h \ - /usr/include/qt/QtQml/QJSValue \ - /usr/include/qt/QtQml/qjsvalue.h \ - /usr/include/qt/QtQml/qqml.h \ - /usr/include/qt/QtQml/qqmlcomponent.h \ - /usr/include/qt/QtQml/qqmlerror.h \ - /usr/include/qt/QtQml/qqmllist.h \ - /usr/include/qt/QtQml/qqmlparserstatus.h \ - /usr/include/qt/QtQml/qqmlprivate.h \ - /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ - /usr/include/qt/QtQml/qtqml-config.h \ - /usr/include/qt/QtQml/qtqmlglobal.h \ - /usr/include/qt/QtQuick/QQuickItem \ - /usr/include/qt/QtQuick/QQuickItemGrabResult \ - /usr/include/qt/QtQuick/qquickitem.h \ - /usr/include/qt/QtQuick/qquickitemgrabresult.h \ - /usr/include/qt/QtQuick/qtquick-config.h \ - /usr/include/qt/QtQuick/qtquickglobal.h \ - /usr/include/sched.h \ - /usr/include/stdc-predef.h \ - /usr/include/stdint.h \ - /usr/include/stdio.h \ - /usr/include/stdlib.h \ - /usr/include/string.h \ - /usr/include/strings.h \ - /usr/include/sys/cdefs.h \ - /usr/include/sys/select.h \ - /usr/include/sys/syscall.h \ - /usr/include/sys/types.h \ - /usr/include/syscall.h \ - /usr/include/time.h \ - /usr/include/unistd.h \ - /usr/include/wchar.h \ - /usr/include/wctype.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stdarg.h \ - /usr/lib/gcc/x86_64-pc-linux-gnu/12.1.1/include/stddef.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/CMakeLists.txt b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/CMakeLists.txt deleted file mode 100644 index 1c1ce85..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ -# TODO: adapt "org.kde.plasma" here & elsewhere if needed (see README) -add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.seventasks\") - - - -set(seventasks_SRCS - seventasks.cpp -) - -add_library(plasma_applet_seventasks MODULE ${seventasks_SRCS}) - -kcoreaddons_desktop_to_json(plasma_applet_seventasks package/metadata.desktop SERVICE_TYPES plasma-applet.desktop) - -target_link_libraries(plasma_applet_seventasks - Qt5::Gui - Qt5::Quick - KF5::Plasma - KF5::I18n - KF5::WindowSystem) - -#target_link_libraries(plasma_applet_seventasks KF5::WindowSystem) - - -install(TARGETS plasma_applet_seventasks DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) - -plasma_install_package(package org.kde.plasma.seventasks) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/config/main.xml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/config/main.xml deleted file mode 100644 index 8732841..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/config/main.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - false - - - - true - - - - true - - - - false - - - - true - - - - 1 - - - - 0 - - - - true - - - - true - - - - - - - - - - - - 1 - - - - true - - - - 2 - 1 - - - - false - - - - true - - - - true - - - - true - - - - applications:systemsettings.desktop,applications:org.kde.discover.desktop,preferred://filemanager,preferred://browser - - - - - - - - - - - - 2 - - - - true - - - - true - - - - 0 - - - - - - - - - - - - 3 - - - - true - - - - false - - - - - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ConfigBehavior.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ConfigBehavior.qml deleted file mode 100644 index 3dc0b41..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ConfigBehavior.qml +++ /dev/null @@ -1,204 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 -import QtQuick.Controls 2.5 -import QtQuick.Layouts 1.12 -import org.kde.kirigami 2.4 as Kirigami - -import org.kde.plasma.core 2.0 as PlasmaCore - -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -Item { - width: childrenRect.width - height: childrenRect.height - - property alias cfg_groupingStrategy: groupingStrategy.currentIndex - property alias cfg_groupedTaskVisualization: groupedTaskVisualization.currentIndex - property alias cfg_groupPopups: groupPopups.checked - property alias cfg_onlyGroupWhenFull: onlyGroupWhenFull.checked - property alias cfg_sortingStrategy: sortingStrategy.currentIndex - property alias cfg_separateLaunchers: separateLaunchers.checked - property alias cfg_middleClickAction: middleClickAction.currentIndex - property alias cfg_wheelEnabled: wheelEnabled.checked - property alias cfg_showOnlyCurrentScreen: showOnlyCurrentScreen.checked - property alias cfg_showOnlyCurrentDesktop: showOnlyCurrentDesktop.checked - property alias cfg_showOnlyCurrentActivity: showOnlyCurrentActivity.checked - property alias cfg_showOnlyMinimized: showOnlyMinimized.checked - property alias cfg_minimizeActiveTaskOnClick: minimizeActive.checked - property alias cfg_unhideOnAttention: unhideOnAttention.checked - property alias cfg_labelVisible: labelVisible.checked - - - TaskManagerApplet.Backend { - id: backend - } - - Kirigami.FormLayout { - anchors.left: parent.left - anchors.right: parent.right - - ComboBox { - id: groupingStrategy - Kirigami.FormData.label: i18n("Group:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [i18n("Do not group"), i18n("By program name")] - } - - ComboBox { - id: groupedTaskVisualization - Kirigami.FormData.label: i18n("Clicking grouped task:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - - enabled: groupingStrategy.currentIndex !== 0 - - model: [ - i18nc("Completes the sentence 'Clicking grouped task cycles through tasks' ", "Cycles through tasks"), - i18nc("Completes the sentence 'Clicking grouped task shows tooltip window thumbnails' ", "Shows tooltip window thumbnails"), - i18nc("Completes the sentence 'Clicking grouped task shows 'Present Windows' effect' ", "Shows 'Present Windows' effect"), - i18nc("Completes the sentence 'Clicking grouped task shows textual list' ", "Shows textual list"), - ] - } - // "You asked for Tooltips but Tooltips are disabled" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("Tooltips are disabled, so the 'Present Windows' effect will be displayed instead.") - } - // "You asked for Tooltips but Tooltips are disabled and Present Windows is not available" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && !backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("Tooltips are disabled, and the 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead") - } - // "You asked for Present Windows but Present Windows is not available" message - Kirigami.InlineMessage { - Layout.fillWidth: true - visible: groupedTaskVisualization.currentIndex === 2 && !backend.canPresentWindows - type: Kirigami.MessageType.Warning - text: i18n("The 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead.") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: groupPopups - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Combine into single button") - enabled: groupingStrategy.currentIndex > 0 - } - - CheckBox { - id: onlyGroupWhenFull - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Group only when the Task Manager is full") - enabled: groupingStrategy.currentIndex > 0 && groupPopups.checked - } - - Item { - Kirigami.FormData.isSection: true - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - } - - ComboBox { - id: sortingStrategy - Kirigami.FormData.label: i18n("Sort:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [i18n("Do not sort"), i18n("Manually"), i18n("Alphabetically"), i18n("By desktop"), i18n("By activity")] - } - - CheckBox { - id: separateLaunchers - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - text: i18n("Keep launchers separate") - enabled: sortingStrategy.currentIndex == 1 - } - - Item { - Kirigami.FormData.isSection: true - visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") - } - - CheckBox { - id: minimizeActive - Kirigami.FormData.label: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Clicking active task:") - text: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Minimizes the task") - } - - ComboBox { - id: middleClickAction - Kirigami.FormData.label: i18n("Middle-clicking any task:") - Layout.fillWidth: true - Layout.minimumWidth: Kirigami.Units.gridUnit * 14 - model: [ - i18nc("Part of a sentence: 'Middle-clicking any task does nothing'", "Does nothing"), - i18nc("Part of a sentence: 'Middle-clicking any task closes window or group'", "Closes window or group"), - i18nc("Part of a sentence: 'Middle-clicking any task opens a new instance'", "Opens a new instance"), - i18nc("Part of a sentence: 'Middle-clicking any task minimizes/restores window or group'", "Minimizes/Restores window or group"), - i18nc("Part of a sentence: 'Middle-clicking any task toggles grouping'", "Toggles grouping"), - i18nc("Part of a sentence: 'Middle-clicking any task brings it to the current virtual desktop'", "Brings it to the current virtual desktop") - ] - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: wheelEnabled - Kirigami.FormData.label: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Mouse wheel:") - text: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Cycles through tasks") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: showOnlyCurrentScreen - Kirigami.FormData.label: i18n("Show only tasks:") - text: i18n("From current screen") - } - - CheckBox { - id: showOnlyCurrentDesktop - text: i18n("From current desktop") - } - - CheckBox { - id: showOnlyCurrentActivity - text: i18n("From current activity") - } - - CheckBox { - id: showOnlyMinimized - text: i18n("That are minimized") - } - - Item { - Kirigami.FormData.isSection: true - } - - CheckBox { - id: unhideOnAttention - Kirigami.FormData.label: i18n("When panel is hidden:") - text: i18n("Unhide when a window wants attention") - } - CheckBox { - id: labelVisible - Kirigami.FormData.label: i18n("Labels:") - text: i18n("Show labels on taskbar buttons") - } - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ContextMenu.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ContextMenu.qml deleted file mode 100644 index cbfb336..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ContextMenu.qml +++ /dev/null @@ -1,749 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2016 Eike Hein - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.plasmoid 2.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents - -import org.kde.taskmanager 0.1 as TaskManager - -import "code/layout.js" as LayoutManager - -PlasmaComponents.ContextMenu { - id: menu - - property QtObject backend - property QtObject mpris2Source - property var modelIndex - readonly property var atm: TaskManager.AbstractTasksModel - - property bool showAllPlaces: false - - placement: { - if (plasmoid.location === PlasmaCore.Types.LeftEdge) { - return PlasmaCore.Types.RightPosedTopAlignedPopup; - } else if (plasmoid.location === PlasmaCore.Types.TopEdge) { - return PlasmaCore.Types.BottomPosedLeftAlignedPopup; - } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { - return PlasmaCore.Types.LeftPosedTopAlignedPopup; - } else { - return PlasmaCore.Types.TopPosedLeftAlignedPopup; - } - } - - minimumWidth: visualParent.width - - onStatusChanged: { - if (visualParent && get(atm.LauncherUrlWithoutIcon) != "" && status == PlasmaComponents.DialogStatus.Open) { - activitiesDesktopsMenu.refresh(); - - } else if (status == PlasmaComponents.DialogStatus.Closed) { - menu.destroy(); - backend.ungrabMouse(visualParent); - } - } - - function updateHover() { - task.updateHoverColor(); - } - Component.onCompleted: { - // Cannot have "Connections" as child of PlasmaCoponents.ContextMenu. - backend.showAllPlaces.connect(function() { - visualParent.showContextMenu({showAllPlaces: true}); - }); - } - - function get(modelProp) { - return tasksModel.data(modelIndex, modelProp) - } - - function show() { - loadDynamicLaunchActions(get(atm.LauncherUrlWithoutIcon)); - openRelative(); - } - - function newMenuItem(parent) { - return Qt.createQmlObject( - "import org.kde.plasma.components 2.0 as PlasmaComponents;" + - "PlasmaComponents.MenuItem {}", - parent); - } - - function newSeparator(parent) { - return Qt.createQmlObject( - "import org.kde.plasma.components 2.0 as PlasmaComponents;" + - "PlasmaComponents.MenuItem { separator: true }", - parent); - } - - function loadDynamicLaunchActions(launcherUrl) { - var sections = [ - { - title: i18n("Places"), - group: "places", - actions: backend.placesActions(launcherUrl, showAllPlaces, menu) - }, - { - title: i18n("Recent Files"), - group: "recents", - actions: backend.recentDocumentActions(launcherUrl, menu) - }, - { - title: i18n("Actions"), - group: "actions", - actions: backend.jumpListActions(launcherUrl, menu) - } - ] - - // QMenu does not limit its width automatically. Even if we set a maximumWidth - // it would just cut off text rather than eliding. So we do this manually. - var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menu); - var maximumWidth = LayoutManager.maximumContextMenuTextWidth(); - - sections.forEach(function (section) { - if (section["actions"].length > 0 || section["group"] == "actions") { - // Don't add the "Actions" header if the menu has nothing but actions - // in it, because then it's redundant (all menus have actions) - if ( - (section["group"] != "actions") || - (section["group"] == "actions" && (sections[0]["actions"].length > 0 || sections[1]["actions"].length > 0)) - ) { - var sectionHeader = newMenuItem(menu); - sectionHeader.text = section["title"]; - sectionHeader.section = true; - menu.addMenuItem(sectionHeader, startNewInstanceItem); - } - } - - for (var i = 0; i < section["actions"].length; ++i) { - var item = newMenuItem(menu); - item.action = section["actions"][i]; - - // Crude way of manually eliding... - var elided = false; - textMetrics.text = Qt.binding(function() { - return item.action.text; - }); - - while (textMetrics.width > maximumWidth) { - item.action.text = item.action.text.slice(0, -1); - elided = true; - } - - if (elided) { - item.action.text += "…"; - } - - menu.addMenuItem(item, startNewInstanceItem); - } - }); - - // Add Media Player control actions - var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); - - if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { - var playerData = mpris2Source.data[sourceName] - - if (playerData.CanControl) { - var playing = (playerData.PlaybackStatus === "Playing"); - var menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Play previous track", "Previous Track"); - menuItem.icon = "media-skip-backward"; - menuItem.enabled = Qt.binding(function() { - return playerData.CanGoPrevious; - }); - menuItem.clicked.connect(function() { - mpris2Source.goPrevious(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... - menuItem.text = Qt.binding(function() { - // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play - return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); - }); - menuItem.icon = Qt.binding(function() { - return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; - }); - menuItem.enabled = Qt.binding(function() { - return playing ? playerData.CanPause : playerData.CanPlay; - }); - menuItem.clicked.connect(function() { - if (playing) { - mpris2Source.pause(sourceName); - } else { - mpris2Source.play(sourceName); - } - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Play next track", "Next Track"); - menuItem.icon = "media-skip-forward"; - menuItem.enabled = Qt.binding(function() { - return playerData.CanGoNext; - }); - menuItem.clicked.connect(function() { - mpris2Source.goNext(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Stop playback", "Stop"); - menuItem.icon = "media-playback-stop"; - menuItem.enabled = Qt.binding(function() { - return playerData.PlaybackStatus !== "Stopped"; - }); - menuItem.clicked.connect(function() { - mpris2Source.stop(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - - // Technically media controls and audio streams are separate but for the user they're - // semantically related, don't add a separator inbetween. - if (!menu.visualParent.hasAudioStream) { - menu.addMenuItem(newSeparator(menu), startNewInstanceItem); - } - - // If we don't have a window associated with the player but we can quit - // it through MPRIS we'll offer a "Quit" option instead of "Close" - if (!closeWindowItem.visible && playerData.CanQuit) { - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Quit media player app", "Quit"); - menuItem.icon = "application-exit"; - menuItem.visible = Qt.binding(function() { - return !closeWindowItem.visible; - }); - menuItem.clicked.connect(function() { - mpris2Source.quit(sourceName); - }); - menu.addMenuItem(menuItem); - } - - // If we don't have a window associated with the player but we can raise - // it through MPRIS we'll offer a "Restore" option - if (!startNewInstanceItem.visible && playerData.CanRaise) { - menuItem = menu.newMenuItem(menu); - menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); - menuItem.icon = playerData["Desktop Icon Name"]; - menuItem.visible = Qt.binding(function() { - return !startNewInstanceItem.visible; - }); - menuItem.clicked.connect(function() { - mpris2Source.raise(sourceName); - }); - menu.addMenuItem(menuItem, startNewInstanceItem); - } - } - } - - // We allow mute/unmute whenever an application has a stream, regardless of whether it - // is actually playing sound. - // This way you can unmute, e.g. a telephony app, even after the conversation has ended, - // so you still have it ringing later on. - if (menu.visualParent.hasAudioStream) { - var muteItem = menu.newMenuItem(menu); - muteItem.checkable = true; - muteItem.checked = Qt.binding(function() { - return menu.visualParent && menu.visualParent.muted; - }); - muteItem.clicked.connect(function() { - menu.visualParent.toggleMuted(); - }); - muteItem.text = i18n("Mute"); - muteItem.icon = "audio-volume-muted"; - menu.addMenuItem(muteItem, startNewInstanceItem); - - menu.addMenuItem(newSeparator(menu), startNewInstanceItem); - } - } - - PlasmaComponents.MenuItem { - id: startNewInstanceItem - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" - - text: i18n("Start New Instance") - icon: "list-add-symbolic" - - onClicked: tasksModel.requestNewInstance(modelIndex) - } - - PlasmaComponents.MenuItem { - id: virtualDesktopsMenuItem - - visible: virtualDesktopInfo.numberOfDesktops > 1 - && (visualParent && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && get(atm.IsVirtualDesktopsChangeable) === true) - - enabled: visible - - text: i18n("Move to &Desktop") - icon: "virtual-desktops" - - Connections { - target: virtualDesktopInfo - - function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} - } - - PlasmaComponents.ContextMenu { - id: virtualDesktopsMenu - - visualParent: virtualDesktopsMenuItem.action - - function refresh() { - clearMenuItems(); - - if (virtualDesktopInfo.numberOfDesktops <= 1) { - return; - } - - var menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("Move &To Current Desktop"); - menuItem.enabled = Qt.binding(function() { - return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; - }); - menuItem.clicked.connect(function() { - tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.currentDesktop]); - }); - - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("&All Desktops"); - menuItem.checkable = true; - menuItem.checked = Qt.binding(function() { - return menu.visualParent && menu.get(atm.IsOnAllVirtualDesktops) === true; - }); - menuItem.clicked.connect(function() { - tasksModel.requestVirtualDesktops(menu.modelIndex, []); - }); - backend.setActionGroup(menuItem.action); - - menu.newSeparator(virtualDesktopsMenu); - - for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); - menuItem.checkable = true; - menuItem.checked = Qt.binding((function(i) { - return function() { return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; - })(i)); - menuItem.clicked.connect((function(i) { - return function() { return tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; - })(i)); - backend.setActionGroup(menuItem.action); - } - - menu.newSeparator(virtualDesktopsMenu); - - menuItem = menu.newMenuItem(virtualDesktopsMenu); - menuItem.text = i18n("&New Desktop"); - menuItem.clicked.connect(function() { - tasksModel.requestNewVirtualDesktop(menu.modelIndex); - }); - } - - Component.onCompleted: refresh() - } - } - - PlasmaComponents.MenuItem { - id: activitiesDesktopsMenuItem - - visible: activityInfo.numberOfRunningActivities > 1 - && (visualParent && !get(atm.IsLauncher) - && !get(atm.IsStartup)) - - enabled: visible - - text: i18n("Show in &Activities") - icon: "activities" - - Connections { - target: activityInfo - - function onNumberOfRunningActivitiesChanged() { - activitiesDesktopsMenu.refresh() - } - } - - PlasmaComponents.ContextMenu { - id: activitiesDesktopsMenu - - visualParent: activitiesDesktopsMenuItem.action - - function refresh() { - clearMenuItems(); - - if (activityInfo.numberOfRunningActivities <= 1) { - return; - } - - var menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = i18n("Add To Current Activity"); - menuItem.enabled = Qt.binding(function() { - return menu.visualParent && menu.get(atm.Activities).length > 0 && - menu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; - }); - menuItem.clicked.connect(function() { - tasksModel.requestActivities(menu.modelIndex, menu.get(atm.Activities).concat(activityInfo.currentActivity)); - }); - - menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = i18n("All Activities"); - menuItem.checkable = true; - menuItem.checked = Qt.binding(function() { - return menu.visualParent && menu.get(atm.Activities).length === 0; - }); - menuItem.toggled.connect(function(checked) { - var newActivities = undefined; // will cast to an empty QStringList i.e all activities - if (!checked) { - newActivities = new Array(activityInfo.currentActivity); - } - tasksModel.requestActivities(menu.modelIndex, newActivities); - }); - - menu.newSeparator(activitiesDesktopsMenu); - - var runningActivities = activityInfo.runningActivities(); - for (var i = 0; i < runningActivities.length; ++i) { - var activityId = runningActivities[i]; - - menuItem = menu.newMenuItem(activitiesDesktopsMenu); - menuItem.text = activityInfo.activityName(runningActivities[i]); - menuItem.checkable = true; - menuItem.checked = Qt.binding( (function(activityId) { - return function() { - return menu.visualParent && menu.get(atm.Activities).indexOf(activityId) >= 0; - }; - })(activityId)); - menuItem.toggled.connect((function(activityId) { - return function (checked) { - var newActivities = menu.get(atm.Activities); - if (checked) { - newActivities = newActivities.concat(activityId); - } else { - var index = newActivities.indexOf(activityId) - if (index < 0) { - return; - } - - newActivities.splice(index, 1); - } - return tasksModel.requestActivities(menu.modelIndex, newActivities); - }; - })(activityId)); - } - - menu.newSeparator(activitiesDesktopsMenu); - } - - Component.onCompleted: refresh() - } - } - - PlasmaComponents.MenuItem { - id: moreActionsMenuItem - - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visible - - text: i18n("More Actions") - icon: "view-more-symbolic" - - PlasmaComponents.ContextMenu { - visualParent: moreActionsMenuItem.action - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsMovable) === true - - text: i18n("&Move") - icon: "transform-move" - - onClicked: tasksModel.requestMove(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsResizable) === true - - text: i18n("Re&size") - icon: "transform-scale" - - onClicked: tasksModel.requestResize(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: menu.visualParent && get(atm.IsMaximizable) === true - - checkable: true - checked: menu.visualParent && get(atm.IsMaximized) === true - - text: i18n("Ma&ximize") - icon: "window-maximize" - - onClicked: tasksModel.requestToggleMaximized(modelIndex) - } - - PlasmaComponents.MenuItem { - visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: menu.visualParent && get(atm.IsMinimizable) === true - - checkable: true - checked: menu.visualParent && get(atm.IsMinimized) === true - - text: i18n("Mi&nimize") - icon: "window-minimize" - - onClicked: tasksModel.requestToggleMinimized(modelIndex) - } - - PlasmaComponents.MenuItem { - checkable: true - checked: menu.visualParent && menu.get(atm.IsKeepAbove) === true - - text: i18n("Keep &Above Others") - icon: "window-keep-above" - - onClicked: tasksModel.requestToggleKeepAbove(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - checkable: true - checked: menu.visualParent && menu.get(atm.IsKeepBelow) === true - - text: i18n("Keep &Below Others") - icon: "window-keep-below" - - onClicked: tasksModel.requestToggleKeepBelow(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsFullScreenable) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsFullScreen) === true - - text: i18n("&Fullscreen") - icon: "view-fullscreen" - - onClicked: tasksModel.requestToggleFullScreen(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - enabled: menu.visualParent && menu.get(atm.IsShadeable) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsShaded) === true - - text: i18n("&Shade") - icon: "window-shade" - - onClicked: tasksModel.requestToggleShaded(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - separator: true - } - - PlasmaComponents.MenuItem { - visible: (plasmoid.configuration.groupingStrategy !== 0) && menu.get(atm.IsWindow) === true - - checkable: true - checked: menu.visualParent && menu.get(atm.IsGroupable) === true - - text: i18n("Allow this program to be grouped") - icon: "view-group" - - onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) - } - - PlasmaComponents.MenuItem { - separator: true - } - - PlasmaComponents.MenuItem { - property QtObject configureAction: null - - enabled: configureAction && configureAction.enabled - visible: configureAction && configureAction.visible - - text: configureAction ? configureAction.text : "" - icon: configureAction ? configureAction.icon : "" - - onClicked: configureAction.trigger() - - Component.onCompleted: configureAction = plasmoid.action("configure") - } - - PlasmaComponents.MenuItem { - property QtObject alternativesAction: null - - enabled: alternativesAction && alternativesAction.enabled - visible: alternativesAction && alternativesAction.visible - - text: alternativesAction ? alternativesAction.text : "" - icon: alternativesAction ? alternativesAction.icon : "" - - onClicked: alternativesAction.trigger() - - Component.onCompleted: alternativesAction = plasmoid.action("alternatives") - } - } - } - - PlasmaComponents.MenuItem { - id: launcherToggleAction - - visible: visualParent - && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && (activityInfo.numberOfRunningActivities < 2) - && tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) == -1 - - enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" - - text: i18n("&Pin to Task Manager") - icon: "window-pin" - - onClicked: { - if (tasksModel.launcherPosition(get(atm.LauncherUrlWithoutIcon)) !== -1) { - tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); - } else { - tasksModel.requestAddLauncher(get(atm.LauncherUrl)); - } - - taskList.updateHoverFunc(); - } - } - - PlasmaComponents.MenuItem { - id: showLauncherInActivitiesItem - - text: i18n("&Pin to Task Manager") - icon: "window-pin" - - visible: visualParent - && get(atm.IsLauncher) !== true - && get(atm.IsStartup) !== true - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && (activityInfo.numberOfRunningActivities >= 2) - - Connections { - target: activityInfo - function onNumberOfRunningActivitiesChanged() { - activitiesDesktopsMenu.refresh() - } - } - - PlasmaComponents.ContextMenu { - id: activitiesLaunchersMenu - visualParent: showLauncherInActivitiesItem.action - - function refresh() { - clearMenuItems(); - - if (menu.visualParent === null) return; - - var createNewItem = function(id, title, url, activities) { - var result = menu.newMenuItem(activitiesLaunchersMenu); - result.text = title; - - result.visible = true; - result.checkable = true; - - result.checked = activities.some(function(activity) { return activity === id }); - - result.clicked.connect( - function() { - if (result.checked) { - tasksModel.requestAddLauncherToActivity(url, id); - } else { - tasksModel.requestRemoveLauncherFromActivity(url, id); - } - } - ); - - return result; - } - - if (menu.visualParent === null) return; - - var url = menu.get(atm.LauncherUrlWithoutIcon); - - var activities = tasksModel.launcherActivities(url); - - var NULL_UUID = "00000000-0000-0000-0000-000000000000"; - - createNewItem(NULL_UUID, i18n("On All Activities"), url, activities); - - if (activityInfo.numberOfRunningActivities <= 1) { - return; - } - - createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); - - menu.newSeparator(activitiesLaunchersMenu); - - var runningActivities = activityInfo.runningActivities(); - - runningActivities.forEach(function(id) { - createNewItem(id, activityInfo.activityName(id), url, activities); - }); - - taskList.updateHoverFunc(); - } - - Component.onCompleted: { - menu.onVisualParentChanged.connect(refresh); - refresh(); - } - } - } - - PlasmaComponents.MenuItem { - visible: (visualParent - && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable - && !launcherToggleAction.visible - && !showLauncherInActivitiesItem.visible) - - text: i18n("Unpin from Task Manager") - icon: "window-unpin" - - onClicked: { - tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); - taskList.updateHoverFunc(); - //taskRepeater.itemAt(modelIndex).updateHoverColor(); - } - } - - PlasmaComponents.MenuItem { separator: true } - - PlasmaComponents.MenuItem { - id: closeWindowItem - visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) - - enabled: visualParent && get(atm.IsClosable) === true - - text: i18n("&Close") - icon: "window-close" - - onClicked: tasksModel.requestClose(modelIndex) - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/Task.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/Task.qml deleted file mode 100644 index 9ce7aa0..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/Task.qml +++ /dev/null @@ -1,976 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2013 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.draganddrop 2.0 - -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -import "code/layout.js" as LayoutManager -import "code/tools.js" as TaskTools -import QtGraphicalEffects 1.15 - -MouseArea { - id: task - - width: groupDialog.contentWidth - height: Math.max(theme.mSize(theme.defaultFont).height, PlasmaCore.Units.iconSizes.medium) + LayoutManager.verticalMargins() - - visible: true - hoverEnabled: true - preventStealing: true - propagateComposedEvents: true - z: 2 - LayoutMirroring.enabled: (Qt.application.layoutDirection == Qt.RightToLeft) - LayoutMirroring.childrenInherit: (Qt.application.layoutDirection == Qt.RightToLeft) - - readonly property var m: model - - readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0 - readonly property string appName: model.AppName - readonly property variant winIdList: model.WinIdList - property int itemIndex: index - property bool inPopup: false - property bool isWindow: model.IsWindow === true - property int childCount: model.ChildCount !== undefined ? model.ChildCount : 0 - property int previousChildCount: 0 - property alias labelText: label.text - property bool pressed: false - property int pressX: -1 - property int pressY: -1 - property QtObject contextMenu: null - property int wheelDelta: 0 - readonly property bool smartLauncherEnabled: !inPopup && model.IsStartup !== true - property QtObject smartLauncherItem: null - property alias toolTipAreaItem: toolTipArea - property alias audioStreamIconLoaderItem: audioStreamIconLoader - property color hoverColor - property real taskWidth: 0 - property real taskHeight: 0 - property string previousState: "" - - property Item audioStreamOverlay - property var audioStreams: [] - property bool delayAudioStreamIndicator: false - readonly property bool audioIndicatorsEnabled: plasmoid.configuration.indicateAudioStreams - readonly property bool hasAudioStream: audioStreams.length > 0 - readonly property bool playingAudio: hasAudioStream && audioStreams.some(function (item) { - return !item.corked - }) - readonly property bool muted: hasAudioStream && audioStreams.every(function (item) { - return item.muted - }) - - readonly property bool highlighted: (inPopup && activeFocus) || (!inPopup && containsMouse) - || (task.contextMenu && task.contextMenu.status === PlasmaComponents.DialogStatus.Open) - || (groupDialog.visible && groupDialog.visualParent === task) - - - onHighlightedChanged: { - // ensure it doesn't get stuck with a window highlighted - backend.cancelHighlightWindows(); - } - function closeTask() { - closingAnimation.start(); - } - function showToolTip() { - toolTipArea.showToolTip(); - } - function hideToolTipTemporarily() { - toolTipArea.hideToolTip(); - } - function updateHoverColor() { - hoverColor = plasmoid.nativeInterface.getDominantColor(icon.source); - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - - } - function updateMousePosition(pos) { - //console.log(frame.width), console.log(frame.height); - if(!model.IsStartup) - hoverGradient.horizontalOffset = pos - hoverRect.width/2; - } - - acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MidButton | Qt.BackButton | Qt.ForwardButton - - onPidChanged: updateAudioStreams({delay: false}) - onAppNameChanged: updateAudioStreams({delay: false}) - - onIsWindowChanged: { - if (isWindow) { - taskInitComponent.createObject(task); - } - hoverEnabled = true; - } - - onChildCountChanged: { - if (!childCount && groupDialog.visualParent == task) { - groupDialog.visible = false; - - return; - } - - if (containsMouse) { - groupDialog.activeTask = null; - } - - if (childCount > previousChildCount) { - tasksModel.requestPublishDelegateGeometry(modelIndex(), backend.globalRect(task), task); - } - - previousChildCount = childCount; - hoverEnabled = true; - } - - onItemIndexChanged: { - hideToolTipTemporarily(); - - if (!inPopup && !tasks.vertical - && (LayoutManager.calculateStripes() > 1 || !plasmoid.configuration.separateLaunchers)) { - tasks.requestLayout(); - } - hoverEnabled = true; - taskList.updateHoverFunc(); - } - - onContainsMouseChanged: { - updateMousePosition(ma.mouseX); - if(taskList.firstTimeHover === false) { - taskList.updateHoverFunc(); - taskList.firstTimeHover = true; - } - if (containsMouse) { - if (inPopup) { - forceActiveFocus(); - } - } else { - pressed = false; - //if(!ma.pressed) tasks.dragSource = null; - } - hoverEnabled = true; - - } - - onPressed: { - if (mouse.button == Qt.LeftButton || mouse.button == Qt.MidButton || mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { - pressed = true; - pressX = mouse.x; - pressY = mouse.y; - - } else if (mouse.button == Qt.RightButton) { - // When we're a launcher, there's no window controls, so we can show all - // places without the menu getting super huge. - if (model.IsLauncher === true) { - showContextMenu({showAllPlaces: true}) - } else { - showContextMenu(); - } - } - hoverEnabled = true; - } - - onReleased: { - if (pressed) { - if (mouse.button == Qt.MidButton) { - if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.NewInstance) { - hoverRect.state = "startup"; - tasksModel.requestNewInstance(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.Close) { - tasks.taskClosedWithMouseMiddleButton = winIdList.slice() - tasksModel.requestClose(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleMinimized) { - tasksModel.requestToggleMinimized(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleGrouping) { - tasksModel.requestToggleGrouping(modelIndex()); - } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.BringToCurrentDesktop) { - tasksModel.requestVirtualDesktops(modelIndex(), [virtualDesktopInfo.currentDesktop]); - } - } else if (mouse.button == Qt.LeftButton) { - if (plasmoid.configuration.showToolTips && toolTipArea.active) { - hideToolTipTemporarily(); - } - TaskTools.activateTask(modelIndex(), model, mouse.modifiers, task); - - } else if (mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { - var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid); - if (sourceName) { - if (mouse.button === Qt.BackButton) { - mpris2Source.goPrevious(sourceName); - } else { - mpris2Source.goNext(sourceName); - } - } else { - mouse.accepted = false; - } - } - - backend.cancelHighlightWindows(); - } - - pressed = false; - pressX = -1; - pressY = -1; - hoverEnabled = true; - - } - - onPressAndHold: { - } - onPositionChanged: { //hoverEnabled: true, but this event still doesn't fire at all - //unless i am pressing the left mouse button for a short period of time - if (pressX != -1 && mouse.buttons == Qt.LeftButton && dragHelper.isDrag(pressX, pressY, mouse.x, mouse.y)) { - - tasks.dragSource = task; - dragHelper.startDrag(task, model.MimeType, model.MimeData, - model.LauncherUrlWithoutIcon, model.decoration); - pressX = -1; - pressY = -1; - return; - } - else - { - tasks.dragSource = null; - } - - //code for dragging the task around - - } - - onWheel: { - if (plasmoid.configuration.wheelEnabled && (!inPopup || !groupDialog.overflowing)) { - wheelDelta = TaskTools.wheelActivateNextPrevTask(task, wheelDelta, wheel.angleDelta.y); - } else { - wheel.accepted = false; - } - } - - onSmartLauncherEnabledChanged: { - if (smartLauncherEnabled && !smartLauncherItem) { - var smartLauncher = Qt.createQmlObject(" - import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet; - TaskManagerApplet.SmartLauncherItem { }", task); - - smartLauncher.launcherUrl = Qt.binding(function() { return model.LauncherUrlWithoutIcon; }); - - smartLauncherItem = smartLauncher; - } - } - - onHasAudioStreamChanged: { - audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; - } - - onAudioIndicatorsEnabledChanged: { - audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; - } - - Keys.onReturnPressed: TaskTools.activateTask(modelIndex(), model, event.modifiers, task) - Keys.onEnterPressed: Keys.onReturnPressed(event); - - function modelIndex() { - return (inPopup ? tasksModel.makeModelIndex(groupDialog.visualParent.itemIndex, index) - : tasksModel.makeModelIndex(index)); - } - - function showContextMenu(args) { - toolTipArea.hideImmediately(); - contextMenu = tasks.createContextMenu(task, modelIndex(), args); - contextMenu.show(); - } - - function updateAudioStreams(args) { - if (args) { - // When the task just appeared (e.g. virtual desktop switch), show the audio indicator - // right away. Only when audio streams change during the lifetime of this task, delay - // showing that to avoid distraction. - delayAudioStreamIndicator = !!args.delay; - } - - var pa = pulseAudio.item; - if (!pa) { - task.audioStreams = []; - return; - } - - var streams = pa.streamsForPid(task.pid); - if (streams.length) { - pa.registerPidMatch(task.appName); - } else { - // We only want to fall back to appName matching if we never managed to map - // a PID to an audio stream window. Otherwise if you have two instances of - // an application, one playing and the other not, it will look up appName - // for the non-playing instance and erroneously show an indicator on both. - if (!pa.hasPidMatch(task.appName)) { - streams = pa.streamsForAppName(task.appName); - } - } - - task.audioStreams = streams; - } - - function toggleMuted() { - if (muted) { - task.audioStreams.forEach(function (item) { item.unmute(); }); - } else { - task.audioStreams.forEach(function (item) { item.mute(); }); - } - } - - Connections { - target: pulseAudio.item - ignoreUnknownSignals: true // Plasma-PA might not be available - function onStreamsChanged() { - task.updateAudioStreams({delay: true}) - } - } - Component { - id: taskInitComponent - - Timer { - id: timer - - interval: PlasmaCore.Units.longDuration - repeat: false - - onTriggered: { - //parent.hoverEnabled = true; - if (parent.isWindow) { - tasksModel.requestPublishDelegateGeometry(parent.modelIndex(), - backend.globalRect(parent), parent); - } - timer.destroy(); - } - - Component.onCompleted: { - - taskList.updateHoverFunc(); - timer.start(); - } - } - } - NumberAnimation { - id: closingAnimation - target: frame - properties: "opacity" - from: 1 - to: 0 - duration: 200 - - onRunningChanged: { if(!closingAnimation.running) { - opacity: 1; - //tasksModel.requestClose(modelIndex()); - } - } - } - PlasmaCore.FrameSvgItem { - id: frame - z: -1 - anchors { - fill: parent - - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 - } - PlasmaCore.FrameSvgItem { - id: stackFirst - z: 2 - imagePath: "widgets/tasks" - anchors.fill: parent - visible: frame.basePrefix != "active-tab" - opacity: { - if(childCount == 0) return 1; - else if(childCount == 2) return 0.6; - else return 0.25; - } - //imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : "widgets/tasks" - prefix: childCount == 0 ? frame.prefix : TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)); - } - PlasmaCore.FrameSvgItem { - id: stackSecond - imagePath: "widgets/tasks" - prefix: frame.prefix - anchors.fill: parent - opacity: 1 - visible: childCount >= 2 ? true : false - anchors.rightMargin: PlasmaCore.Units.smallSpacing * (childCount >= 3 ? 2 : 1.2); - } - PlasmaCore.FrameSvgItem { - id: stackThird - imagePath: "widgets/tasks" - prefix: TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)) - anchors.fill: parent - opacity: 0.6 - visible: childCount >= 3 ? true : false - anchors.rightMargin: PlasmaCore.Units.smallSpacing - enabledBorders: Plasma.FrameSvg.EnabledBorders.RightBorder - - } - - LinearGradient { - - id: highlightGradient - opacity: (pressed && frame.isHovered && frame.basePrefix === "active-tab") ? 1 : 0 - - anchors.fill: parent - anchors.leftMargin: 3 - anchors.rightMargin: 3 - anchors.topMargin: 2 - - start: Qt.point(3, 3) - end: Qt.point(3, parent.height-3) - gradient: Gradient { - GradientStop { position: 0.0; color: "#00000000"; } - GradientStop { position: 0.5; color: "#66000000"; } - GradientStop { position: 1.0; color: "#00000000"; } - } - } - imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : ""//"widgets/tasks" - property bool isHovered: task.highlighted && plasmoid.configuration.taskHoverEffect - property string basePrefix: "normal" - //prefix: isHovered ? (TaskTools.taskPrefixHovered(basePrefix)) : TaskTools.taskPrefix(basePrefix) - //prefix: TaskTools.taskPrefix(basePrefix) - prefix: { - if(pressed && frame.basePrefix != "active-tab") return TaskTools.taskPrefix("focus"); - else if(isHovered && (basePrefix === "normal" || basePrefix === "minimized")) { return TaskTools.taskPrefix("hover"); } - else return TaskTools.taskPrefix(basePrefix); - } - //prefix: ((pressed) && frame.basePrefix != "active-tab") ? TaskTools.taskPrefix("focus") : TaskTools.taskPrefix(basePrefix) - Rectangle { - id: hoverRect - - anchors { - fill: parent - - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 +1 : 1 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 - } - z: -5 - clip: true - states: [ - State { - name: "startup"; when: (model.IsStartup === true) - - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "startup"; - //console.log("\nTurned to startup state\n" + previousState); - } - } - - }, - State { - name: "startup-finished"; when: (model.IsStartup === false) - - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "startup"; - } - } - - }, - State { - name: "mouse-over"; when: ((frame.isHovered && frame.basePrefix != "active-tab")) - PropertyChanges { target: hoverRect; opacity: 1} - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = "mouse-over"; - //console.log("\nTurned to mouseover state\n" + previousState); - } - } - - }, - State { - name: ""; - PropertyChanges { target: hoverRect; opacity: 0 } - StateChangeScript { - script: { - if(previousState === "startup") { - hoverGradient.verticalRadius = LayoutManager.taskHeight(); - hoverGradient.horizontalRadius = LayoutManager.taskWidth(); - } - previousState = ""; - //console.log("\nTurned to default state\n" + previousState); - } - } - } - ] - transitions: [ Transition { - from: "*"; to: "*"; - NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } - }, - Transition { - from: "*"; to: "startup"; - NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } - SequentialAnimation { - id: horizRad - NumberAnimation { - id: horizRad1 - target: hoverGradient - property: "horizontalRadius" - from: 0; to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; - easing.type: Easing.OutQuad; duration: 400 - } - /*NumberAnimation { - id: horizRad11 - target: hoverGradient - property: "horizontalRadius" - from: LayoutManager.taskWidth(); to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; - easing.type: Easing.Linear; duration: - }*/ - NumberAnimation { - id: horizRad2 - target: hoverGradient - property: "horizontalRadius" - //to: 0; - from: LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; - easing.type: Easing.InQuad; duration: 550 - } - NumberAnimation { - id: horizRad3 - target: hoverGradient - property: "horizontalRadius" - //to: 0; - from: 0; to: 0; //LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; - easing.type: Easing.Linear; duration: 3600 - } - NumberAnimation { - id: frameOpacity - target: task - property: "opacity" - from: 1; to: 0; - easing.type: Easing.OutCubic; duration: 650 - } - //loops: 3 - } - - SequentialAnimation { - id: vertiRad - NumberAnimation { - id: vertiRad1 - target: hoverGradient - property: "verticalRadius" - from: 0; to: LayoutManager.taskHeight(); - easing.type: Easing.OutQuad; duration: 400 - } - /*NumberAnimation { - id: vertiRad11 - target: hoverGradient - property: "verticalRadius" - from: LayoutManager.taskHeight(); to: LayoutManager.taskHeight(); - easing.type: Easing.Linear; duration: 50 - }*/ - NumberAnimation { - id: vertiRad2 - target: hoverGradient - property: "verticalRadius" - from: LayoutManager.taskHeight(); to: 0; - easing.type: Easing.InQuad; duration: 550 - } - NumberAnimation { - id: vertiRad3 - target: hoverGradient - property: "verticalRadius" - from: 0; to: 0; - easing.type: Easing.Linear; duration: 1250 - } - NumberAnimation { - id: hoverBorder - target: hoverRect - property: "opacity" - from: 1; to: 0; - easing.type: Easing.Linear; duration: 550 - } - //loops: 3 - } - - } ] - opacity: 0//(frame.isHovered && frame.basePrefix != "") ? 1.0 : 0 - color: "#00000000" - Rectangle { - id: borderRect - anchors { - fill: parent - topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - } - z: -5 - border.color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.4); - //border.color: Qt.tint(hoverColor, "#22777777") - border.width: 2 - radius: 2 - color: "#00000000" - } - - RadialGradient { - id: hoverGradient - z: -3 - anchors { - fill: parent - topMargin: -2 * PlasmaCore.Units.smallSpacing - leftMargin: -2 * PlasmaCore.Units.smallSpacing - bottomMargin: -2 * PlasmaCore.Units.smallSpacing - rightMargin: -2 * PlasmaCore.Units.smallSpacing - /*topMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 - bottomMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 - leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 - rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0*/ - } - gradient: Gradient { - id: radialGrad - GradientStop { position: 0.0; color: Qt.tint(hoverColor, "#CFF8F8F8") } - GradientStop { position: 0.4; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.75) } - //GradientStop { position: 0.4; color: Qt.tint(hoverColor, "#55AAAAAA") } - GradientStop { position: 0.85; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.2) } - } - verticalOffset: hoverRect.height/2.2 - horizontalOffset: 0 - - - //hoverGradient.horizontalOffset = task.mouseX - hoverRect.width/2 - - } - - Blend { - anchors.fill: borderRect - source: borderRect - foregroundSource: hoverGradient - mode: "addition" - } - //z: -1 - - } - PlasmaCore.ToolTipArea { - id: toolTipArea - z: -1 - //backgroundHints: "SolidBackground" - MouseArea { - id: ma - hoverEnabled: true - propagateComposedEvents: true - anchors.fill: parent - onPositionChanged: { - task.updateMousePosition(ma.mouseX); - task.positionChanged(mouse); - //var xtr = toolTipArea.backgroundHints(); - - } - onContainsMouseChanged: { - - task.updateMousePosition(ma.mouseX); - //task.onContainsMouseChanged(); - //toolTipArea.onContainsMouseChanged(); - //mouse.accepted = false; - } - onPressed: mouse.accepted = false; - onReleased: mouse.accepted = false; - onWheel: wheel.accepted = false; - //onExited: { hoverGradient.horizontalOffset = 0; - //task.onExited(); - //} - } - anchors.fill: parent - location: plasmoid.location - - active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips - interactive: model.IsWindow === true - - mainItem: (model.IsWindow === true) ? openWindowToolTipDelegate : pinnedAppToolTipDelegate - property alias mainToolTip: toolTipArea.mainItem - - onContainsMouseChanged: { - - if (containsMouse) { - mainItem.parentTask = task; - mainItem.rootIndex = tasksModel.makeModelIndex(itemIndex, -1); - - /*mainItem.isWindowActive = Qt.binding(function() { - return false; - });*/ - mainItem.appName = Qt.binding(function() { - return model.AppName; - }); - mainItem.pidParent = Qt.binding(function() { - return model.AppPid !== undefined ? model.AppPid : 0; - }); - mainItem.windows = Qt.binding(function() { - return model.WinIdList; - }); - mainItem.isGroup = Qt.binding(function() { - return model.IsGroupParent === true; - }); - mainItem.icon = Qt.binding(function() { - return model.decoration; - }); - mainItem.launcherUrl = Qt.binding(function() { - return model.LauncherUrlWithoutIcon; - }); - mainItem.isLauncher = Qt.binding(function() { - return model.IsLauncher === true; - }); - mainItem.isMinimizedParent = Qt.binding(function() { - return model.IsMinimized === true; - }); - mainItem.displayParent = Qt.binding(function() { - return model.display; - }); - mainItem.genericName = Qt.binding(function() { - return model.GenericName; - }); - mainItem.virtualDesktopParent = Qt.binding(function() { - return (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0]; - }); - mainItem.isOnAllVirtualDesktopsParent = Qt.binding(function() { - return model.IsOnAllVirtualDesktops === true; - }); - mainItem.activitiesParent = Qt.binding(function() { - return model.Activities; - }); - - mainItem.smartLauncherCountVisible = Qt.binding(function() { - return task.smartLauncherItem && task.smartLauncherItem.countVisible; - }); - mainItem.smartLauncherCount = Qt.binding(function() { - return mainItem.smartLauncherCountVisible ? task.smartLauncherItem.count : 0; - }); - } - } - } - } - - Loader { - anchors.fill: frame - asynchronous: true - source: "TaskProgressOverlay.qml" - active: task.isWindow && task.smartLauncherItem && task.smartLauncherItem.progressVisible - } - - Item { - id: iconBox - - anchors { - left: parent.left - leftMargin: adjustMargin(true, parent.width, taskFrame.margins.left); - top: parent.top - topMargin: adjustMargin(false, parent.height, taskFrame.margins.top) - } - - width: height - height: (parent.height - adjustMargin(false, parent.height, taskFrame.margins.top) - - adjustMargin(false, parent.height, taskFrame.margins.bottom)) - - function adjustMargin(vert, size, margin) { - if (!size) { - return margin; - } - - var margins = vert ? LayoutManager.horizontalMargins() : LayoutManager.verticalMargins(); - - if ((size - margins) < PlasmaCore.Units.iconSizes.small) { - return Math.ceil((margin * (PlasmaCore.Units.iconSizes.small / size)) / 2); - } - return margin; - } - - //width: inPopup ? PlasmaCore.Units.iconSizes.small : Math.min(height, parent.width - LayoutManager.horizontalMargins()) - - PlasmaCore.IconItem { - id: icon - - anchors.fill: parent - anchors.leftMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - ((childCount > 0) ? PlasmaCore.Units.smallSpacing * ((childCount > 2) ? 2 : 1.2) : 0) - anchors.topMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - - //active: task.highlighted - enabled: true - usesPlasmaTheme: false - - source: model.decoration - - onSourceChanged: { - //if(!icon.valid || icon.source == "" /*&& !model.IsLauncher && !model.IsStartup*/) icon.source = "application-x-executable"; - - updateHoverColor(); - } - } - - /*Loader { - // QTBUG anchors.fill in conjunction with the Loader doesn't reliably work on creation: - // have a window with a badge, move it from one screen to another, the new task item on the - // other screen will now have a glitched out badge mask. - width: parent.width - height: parent.height - asynchronous: true - source: "TaskBadgeOverlay.qml" - active: height >= PlasmaCore.Units.iconSizes.small - && task.smartLauncherItem && task.smartLauncherItem.countVisible - }*/ - - states: [ - // Using a state transition avoids a binding loop between label.visible and - // the text label margin, which derives from the icon width. - State { - name: "standalone" - when: !label.visible - - AnchorChanges { - target: iconBox - anchors.left: undefined - anchors.horizontalCenter: parent.horizontalCenter - } - - PropertyChanges { - target: iconBox - anchors.leftMargin: 0 - width: parent.width - adjustMargin(true, task.width, taskFrame.margins.left) - - adjustMargin(true, task.width, taskFrame.margins.right) - } - } - ] - - /*Loader { - anchors.fill: parent - - active: model.IsStartup === true - sourceComponent: busyIndicator - } - - Component { - id: busyIndicator - - PlasmaComponents.BusyIndicator { anchors.fill: parent } - }*/ - } - - Loader { - id: audioStreamIconLoader - - readonly property bool shown: item && item.visible - readonly property var indicatorScale: 1.2 - - source: "AudioStream.qml" - width: Math.min(Math.min(iconBox.width, iconBox.height) * 0.4, PlasmaCore.Units.iconSizes.smallMedium) - height: width - - anchors { - right: frame.right - top: frame.top - rightMargin: taskFrame.margins.right - topMargin: Math.round(taskFrame.margins.top * indicatorScale) - } - - } - - PlasmaComponents.Label { - id: label - - visible: (inPopup || !iconsOnly && model.IsLauncher !== true - && (parent.width - iconBox.height - PlasmaCore.Units.smallSpacing) >= (theme.mSize(theme.defaultFont).width * LayoutManager.minimumMColumns())) - - anchors { - fill: parent - leftMargin: taskFrame.margins.left + iconBox.width + PlasmaCore.Units.smallSpacing - topMargin: taskFrame.margins.top - rightMargin: taskFrame.margins.right + (audioStreamIconLoader.shown ? (audioStreamIconLoader.width + PlasmaCore.Units.smallSpacing) : 0) - bottomMargin: taskFrame.margins.bottom - } - - text: model.display - wrapMode: (maximumLineCount == 1) ? Text.NoWrap : Text.Wrap - elide: Text.ElideRight - textFormat: Text.PlainText - verticalAlignment: Text.AlignVCenter - maximumLineCount: plasmoid.configuration.maxTextLines || undefined - style: Text.Outline - styleColor: "#20404040" - /*layer.enabled: true - layer.effect: DropShadow { - anchors.fill: parent - source: parent - verticalOffset: 1 - horizontalOffset: 1 - color: "#80000000" - radius: 0 - }*/ - } - - states: [ - State { - name: "launcher" - when: model.IsLauncher === true - - PropertyChanges { - target: frame - basePrefix: "active-tab" - } - }, - State { - name: "attention" - when: model.IsDemandingAttention === true || (task.smartLauncherItem && task.smartLauncherItem.urgent) - - PropertyChanges { - target: frame - basePrefix: "attention" - } - }, - State { - name: "minimized" - when: model.IsMinimized === true - - PropertyChanges { - target: frame - basePrefix: "minimized" - } - }, - State { - name: "active" - when: model.IsActive === true - - PropertyChanges { - target: frame - basePrefix: "focus" - } - } - - ] - - Component.onCompleted: { - /*if (!inPopup && model.IsWindow === true) { - var component = Qt.createComponent("GroupExpanderOverlay.qml"); - component.createObject(task); - }*/ - - if (!inPopup && model.IsWindow !== true) { - taskInitComponent.createObject(task); - } - taskList.updateHoverFunc(); - updateAudioStreams({delay: false}); - //toolTipArea.setBackgroundHints(2); - - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipInstance.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipInstance.qml deleted file mode 100644 index 11eea39..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipInstance.qml +++ /dev/null @@ -1,584 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Sebastian Kügler - SPDX-FileCopyrightText: 2014 Martin Gräßlin - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - SPDX-FileCopyrightText: 2017 Roman Gilg - SPDX-FileCopyrightText: 2020 Nate Graham - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.6 -import QtQuick.Layouts 1.1 -import QtGraphicalEffects 1.0 -import QtQml.Models 2.2 - -import org.kde.plasma.core 2.0 as PlasmaCore -// for Highlight -import org.kde.plasma.components 2.0 as PlasmaComponents -import org.kde.plasma.components 3.0 as PlasmaComponents3 -import org.kde.plasma.extras 2.0 as PlasmaExtras -import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons - -ColumnLayout { - id: tooltipInstance - property var submodelIndex - property int flatIndex: isGroup && index != undefined ? index : 0 - - readonly property string mprisSourceName: mpris2Source.sourceNameForLauncherUrl(toolTipDelegate.launcherUrl, isGroup ? AppPid : pidParent) - readonly property var playerData: mprisSourceName != "" ? mpris2Source.data[mprisSourceName] : 0 - readonly property bool hasPlayer: !!mprisSourceName && !!playerData - readonly property bool playing: hasPlayer && playerData.PlaybackStatus === "Playing" - readonly property bool canControl: hasPlayer && playerData.CanControl - readonly property bool canPlay: hasPlayer && playerData.CanPlay - readonly property bool canPause: hasPlayer && playerData.CanPause - readonly property bool canGoBack: hasPlayer && playerData.CanGoPrevious - readonly property bool canGoNext: hasPlayer && playerData.CanGoNext - readonly property bool canRaise: hasPlayer && playerData.CanRaise - readonly property var currentMetadata: hasPlayer ? playerData.Metadata : ({}) - property bool activeWindow: plasmoid.nativeInterface.isActiveWindow(thumbnailSourceItem.winId); - - readonly property string track: { - var xesamTitle = currentMetadata["xesam:title"] - if (xesamTitle) { - return xesamTitle; - } - // if no track title is given, print out the file name - var xesamUrl = currentMetadata["xesam:url"] ? currentMetadata["xesam:url"].toString() : "" - if (!xesamUrl) { - return ""; - } - var lastSlashPos = xesamUrl.lastIndexOf('/') - if (lastSlashPos < 0) { - return ""; - } - var lastUrlPart = xesamUrl.substring(lastSlashPos + 1) - return decodeURIComponent(lastUrlPart); - } - readonly property string artist: currentMetadata["xesam:artist"] || "" - readonly property string albumArt: currentMetadata["mpris:artUrl"] || "" - - spacing: isWin ? PlasmaCore.Units.smallSpacing * 2 : 0 - - // text labels + close button - - RowLayout { - id: header - // match spacing of DefaultToolTip.qml in plasma-framework - //spacing: isWin ? PlasmaCore.Units.smallSpacing : 0 //isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing - spacing: 0 - // This number controls the overall size of the window tooltips - Layout.maximumWidth: PlasmaCore.Units.gridUnit * 12 - Layout.minimumWidth: isWin ? Layout.maximumWidth : 0 - Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter - // match margins of DefaultToolTip.qml in plasma-framework - Layout.margins: isWin ? 0 : PlasmaCore.Units.smallSpacing / 2 - // There's no PlasmaComponents3 version - - ToolTipWindowMouseArea { - id: hoverHandler - Layout.alignment: Qt.AlignTop - height: { - //console.log("the penis xd "); - //console.log(PlasmaCore.Units.iconSizes.small); - if(playerControls.visible) - return tooltipInstance.height - parent.height; - else - return tooltipInstance.height; - } - width: header.width - //anchors.fill: parent - rootTask: parentTask - modelIndex: submodelIndex - winId: thumbnailSourceItem.winId - //propagateComposedEvents: true - z: 0 - enabled: visible - closeBtn: closeButtonMA - - PlasmaCore.FrameSvgItem { - //anchors.top: parent.top - - - imagePath: "widgets/taskbarhover" - z: -1 - - anchors.top: parent.top; - anchors.left: parent.left; - anchors.right: parent.right; - anchors.bottom: parent.bottom; - - anchors.bottomMargin: PlasmaCore.Units.smallSpacing + ((playerControls.visible) ? -header.height : 0); - anchors.leftMargin: PlasmaCore.Units.smallSpacing - anchors.rightMargin: PlasmaCore.Units.smallSpacing - anchors.topMargin: PlasmaCore.Units.smallSpacing - - //height: tooltipInstance.height * 0.98 //parent.height + thumbnailSourceItem.height + (playerControls.visible ? playerControls.height : 0) - //width: header.width * 0.98 - - //x: header.width * 0.01 - //y: tooltipInstance.height * 0.01 - prefix: { - if(activeWindow) return "active"; - return "normal"; - } - opacity: isWin ? (hoverHandler.containsPress ? 1.0 : ( (hoverHandler.opacityHover || closeButton.hovered) ? ((activeWindow) ? 1.0 : 0.7) : (activeWindow ? 0.7 : 0) )) : 0; - Behavior on opacity { - NumberAnimation { duration: PlasmaCore.Units.shortDuration*2 } - } - //visible: hoverHandler.containsMouse - //pressed: hoverHandler.containsPress - } - } - - // all textlabels - PlasmaCore.IconItem { - id: iconSmall - implicitWidth: PlasmaCore.Units.iconSizes.small; - implicitHeight: PlasmaCore.Units.iconSizes.small; - Layout.topMargin: PlasmaCore.Units.smallSpacing; - Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; - Layout.alignment: Qt.AlignVCenter - //anchors.horizontalCenter: parent.horizontalCenter - source: icon - animated: false - usesPlasmaTheme: false - roundToIconSize: false - visible: valid && isWin - } - ColumnLayout { - spacing: 0 - // app name - - PlasmaExtras.Heading { - id: appNameHeading - level: 5 - maximumLineCount: 1 - lineHeight: isWin ? iconSmall.implicitHeight * 2 : 1.0 - lineHeightMode: isWin ? Text.FixedHeight : Text.ProportionalHeight - //lineHeight: isWin ? 1 : appNameHeading.lineHeight - Layout.fillWidth: true - Layout.topMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - verticalAlignment: Text.AlignVCenter - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - //Layout.rightMargin: (!closeButton.isvisible && isWin) ? PlasmaCore.Units.smallSpacing*2 : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*2) : PlasmaCore.Units.smallSpacing)); - elide: Text.ElideRight - text: isWin ? generateTitle() : appName; - opacity: 1 - //visible: text.length !== 0 - textFormat: Text.PlainText - } - // window title - PlasmaComponents.Label { - - id: winTitle - maximumLineCount: 1 - lineHeight: 1.0 - Layout.fillWidth: true - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); - - elide: Text.ElideRight - text: ""; - //text: (!hasPlayer || !title.includes(songText.text)) ? title : "" - opacity: 0.75 - visible: false - textFormat: Text.PlainText - } - // subtext - PlasmaComponents.Label { - readonly property string title: generateTitle() - id: subtext - maximumLineCount: 1 - Layout.fillWidth: true - Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; - //Layout.rightMargin: (!closeButton.isvisible && isWin) ? PlasmaCore.Units.smallSpacing*2 : 0; - Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); - elide: Text.ElideRight - text: title; - //text: isWin ? generateSubText() : "" - opacity: 0.7 - visible: !isWin && (title.length !== 0) - textFormat: Text.PlainText - } - } - - // Count badge. - // The badge itself is inside an item to better center the text in the bubble - /*Item { - Layout.alignment: Qt.AlignRight | Qt.AlignTop - Layout.preferredHeight: closeButton.height - Layout.preferredWidth: closeButton.width - visible: flatIndex === 0 && smartLauncherCountVisible - - Badge { - anchors.centerIn: parent - height: PlasmaCore.Units.iconSizes.smallMedium - number: smartLauncherCount - } - }*/ - - // close button - PlasmaComponents3.ToolButton { - id: closeButton - property bool isvisible: closeButton.visible - Layout.alignment: Qt.AlignRight | Qt.AlignTop - Layout.maximumWidth: PlasmaCore.Units.gridUnit; - Layout.maximumHeight: PlasmaCore.Units.gridUnit; - Layout.rightMargin: PlasmaCore.Units.smallSpacing*3-1; - Layout.topMargin: PlasmaCore.Units.smallSpacing*3-1; - visible: isWin && hoverHandler.opacityHover - icon.name: "window-close" - MouseArea { - id: closeButtonMA - anchors.fill: parent - onClicked: { - backend.cancelHighlightWindows(); - tasksModel.requestClose(submodelIndex); - } - onEntered: { - hoverHandler.opacityHover = 1; - tasks.windowsHovered([thumbnailSourceItem.winId], 1); - } - hoverEnabled: true - z: 7 - } - z: 6 - } - } - - // thumbnail container - Item { - id: thumbnailSourceItem - - Layout.minimumWidth: header.width - PlasmaCore.Units.smallSpacing*4; - Layout.preferredHeight: header.width / 2 - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - - visible: toolTipDelegate.isWin - - readonly property bool isMinimized: isGroup ? IsMinimized == true : isMinimizedParent - // TODO: this causes XCB error message when being visible the first time - readonly property var winId: toolTipDelegate.isWin && toolTipDelegate.windows[flatIndex] !== undefined ? toolTipDelegate.windows[flatIndex] : 0 - - - - PlasmaCore.WindowThumbnail { - id: x11Thumbnail - - anchors.fill: parent - // Indent a little bit so that neither the thumbnail nor the drop - // shadow can cover up the highlight - anchors.topMargin: PlasmaCore.Units.smallSpacing * 2 - anchors.leftMargin: PlasmaCore.Units.smallSpacing * 4 - anchors.rightMargin: PlasmaCore.Units.smallSpacing * 4 - anchors.bottomMargin: PlasmaCore.Units.smallSpacing*4 - - //visible: true - //winId: thumbnailSourceItem.winId - visible: !albumArtImage.visible && !thumbnailSourceItem.isMinimized && Number.isInteger(thumbnailSourceItem.winId) - winId: Number.isInteger(thumbnailSourceItem.winId) ? thumbnailSourceItem.winId : 0 - } - - Loader { - id: pipeWireLoader - Layout.alignment: Qt.AlignTop - //anchors.fill: hoverHandler - // Indent a little bit so that neither the thumbnail nor the drop - // shadow can cover up the highlight - anchors.margins: PlasmaCore.Units.smallSpacing * 2 - - active: !albumArtImage.visible && !Number.isInteger(thumbnailSourceItem.winId) - - //In a loader since we might not have PipeWire available yet - source: "PipeWireThumbnail.qml" - } - - DropShadow { - anchors.fill: pipeWireLoader.active ? pipeWireLoader : x11Thumbnail - visible: pipeWireLoader.active ? pipeWireLoader.item.visible : x11Thumbnail.visible - horizontalOffset: 0 - verticalOffset: Math.round(3 * PlasmaCore.Units.devicePixelRatio) - radius: Math.round(8.0 * PlasmaCore.Units.devicePixelRatio) - samples: Math.round(radius * 1.5) - color: "Black" - source: pipeWireLoader.active ? pipeWireLoader.item : x11Thumbnail - } - - Image { - id: albumArtBackground - source: albumArt - sourceSize: Qt.size(x11Thumbnail.width, x11Thumbnail.height) - //anchors.left: x11Thumbnail.left - //anchors.right: x11Thumbnail.right - anchors.top: x11Thumbnail.top - anchors.bottom: x11Thumbnail.bottom - anchors.left: parent.left - anchors.right: parent.right - - fillMode: Image.PreserveAspectCrop - visible: albumArtImage.available - asynchronous: true - layer.enabled: true - opacity: 0.45 - layer.effect: FastBlur { - source: albumArtBackground - anchors.fill: parent - radius: 30 - } - } - - Image { - id: albumArtImage - // also Image.Loading to prevent loading thumbnails just because the album art takes a split second to load - // don't show album art if window title doesn't include media title (eg we're in a different browser tab) - readonly property bool available: (status === Image.Ready || status === Image.Loading) && generateTitle().includes(track) - - anchors.fill: x11Thumbnail - // Indent by one pixel to make sure we never cover up the entire highlight - anchors.margins: 1 - anchors.topMargin: PlasmaCore.Units.smallSpacing*2; - sourceSize: Qt.size(parent.width, parent.height) - - asynchronous: true - source: albumArt - fillMode: Image.PreserveAspectFit - visible: available - } - - // when minimized, we don't have a preview on X11, so show the icon - PlasmaCore.IconItem { - width: parent.width - height: thumbnailSourceItem.height - anchors.horizontalCenter: parent.horizontalCenter - source: thumbnailSourceItem.isMinimized && !albumArtImage.visible && Number.isInteger(thumbnailSourceItem.winId) ? icon : "" - animated: false - usesPlasmaTheme: false - visible: valid && !pipeWireLoader.active - } - - - } - - // Player controls row - RowLayout { - id: playerControls - Layout.maximumWidth: header.Layout.maximumWidth - // Match margins of header - Layout.leftMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 - Layout.rightMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 - - visible: hasPlayer - enabled: canControl - ColumnLayout { - Layout.fillWidth: true - Layout.topMargin: PlasmaCore.Units.smallSpacing - Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 - Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing - Layout.columnSpan: 2 - Layout.column: 0 - spacing: 0 - z: -1 - ScrollableTextWrapper { - id: songTextWrapper - - Layout.fillWidth: true - Layout.preferredHeight: songText.height - implicitWidth: songText.implicitWidth - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - - PlasmaComponents3.Label { - id: songText - parent: songTextWrapper - width: parent.width - height: undefined - lineHeight: 1 - maximumLineCount: artistText.visible? 1 : 2 - wrapMode: Text.NoWrap - elide: parent.state ? Text.ElideNone : Text.ElideRight - text: track || "" - textFormat: Text.PlainText - } - } - - ScrollableTextWrapper { - id: artistTextWrapper - - z: -1 - Layout.fillWidth: true - Layout.preferredHeight: artistText.height - Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; - implicitWidth: artistText.implicitWidth - visible: artistText.text !== "" - - PlasmaComponents3.Label { - id: artistText - parent: artistTextWrapper - width: parent.width - height: undefined - wrapMode: Text.NoWrap - lineHeight: 1 - elide: parent.state ? Text.ElideNone : Text.ElideRight - text: artist || "" - font: PlasmaCore.Theme.smallestFont - textFormat: Text.PlainText - //color: "white"; - } - } - } - RowLayout { - - Layout.fillWidth: true - //Layout.topMargin: PlasmaCore.Units.smallSpacing - Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 - Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing*2 : PlasmaCore.Units.largeSpacing - spacing: PlasmaCore.Units.smallSpacing / 4 - - PlasmaComponents3.ToolButton { - enabled: canGoBack - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.leftMargin: PlasmaCore.Units.smallSpacing*8; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: LayoutMirroring.enabled ? "media-skip-forward" : "media-skip-backward" - onClicked: mpris2Source.goPrevious(mprisSourceName) - } - - PlasmaComponents3.ToolButton { - enabled: playing ? canPause : canPlay - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: playing ? "media-playback-pause" : "media-playback-start" - onClicked: { - if (!playing) { - mpris2Source.play(mprisSourceName); - } else { - mpris2Source.pause(mprisSourceName); - } - } - } - - PlasmaComponents3.ToolButton { - enabled: canGoNext - Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; - Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; - //Layout.rightMargin: PlasmaCore.Units.smallSpacing*2; - //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; - icon.name: LayoutMirroring.enabled ? "media-skip-backward" : "media-skip-forward" - onClicked: mpris2Source.goNext(mprisSourceName) - } - } - - } - - function generateTitle() { - if (!isWin) { - return genericName != undefined ? genericName : ""; - } - - var text; - if (isGroup) { - if (model.display === undefined) { - return ""; - } - text = model.display.toString(); - } else { - text = displayParent; - } - - // KWin appends increasing integers in between pointy brackets to otherwise equal window titles. - // In this case save <#number> as counter and delete it at the end of text. - var counter = text.match(/<\d+>\W*$/); - text = text.replace(/\s*<\d+>\W*$/, ""); - - // Remove appName from the end of text. - var appNameRegex = new RegExp(appName + "$", "i"); - text = text.replace(appNameRegex, ""); - text = text.replace(/\s*(?:-|—)*\s*$/, ""); - - // Add counter back at the end. - if (counter !== null) { - if (text === "") { - text = counter; - } else { - text = text + " " + counter; - } - } - - // In case the window title had only redundant information (i.e. appName), text is now empty. - // Add a hyphen to indicate that and avoid empty space. - if (text === "") { - text = appName; - } - //console.log(text); - return text.toString(); - } - - function generateSubText() { - if (activitiesParent === undefined) { - return ""; - } - - var subTextEntries = []; - - var onAllDesktops = (isGroup ? IsOnAllVirtualDesktops : isOnAllVirtualDesktopsParent) === true; - if (!plasmoid.configuration.showOnlyCurrentDesktop && virtualDesktopInfo.numberOfDesktops > 1) { - var virtualDesktops = isGroup ? VirtualDesktops : virtualDesktopParent; - - if (!onAllDesktops && virtualDesktops !== undefined && virtualDesktops.length > 0) { - var virtualDesktopNameList = new Array(); - - for (var i = 0; i < virtualDesktops.length; ++i) { - virtualDesktopNameList.push(virtualDesktopInfo.desktopNames[virtualDesktopInfo.desktopIds.indexOf(virtualDesktops[i])]); - } - - subTextEntries.push(i18nc("Comma-separated list of desktops", "On %1", - virtualDesktopNameList.join(", "))); - } else if (onAllDesktops) { - subTextEntries.push(i18nc("Comma-separated list of desktops", "Pinned to all desktops")); - } - } - - var act = isGroup ? Activities : activitiesParent; - if (act === undefined) { - return subTextEntries.join("\n"); - } - - if (act.length === 0 && activityInfo.numberOfRunningActivities > 1) { - subTextEntries.push(i18nc("Which virtual desktop a window is currently on", - "Available on all activities")); - } else if (act.length > 0) { - var activityNames = []; - - for (var i = 0; i < act.length; i++) { - var activity = act[i]; - var activityName = activityInfo.activityName(act[i]); - if (activityName === "") { - continue; - } - if (plasmoid.configuration.showOnlyCurrentActivity) { - if (activity !== activityInfo.currentActivity) { - activityNames.push(activityName); - } - } else if (activity !== activityInfo.currentActivity) { - activityNames.push(activityName); - } - } - - if (plasmoid.configuration.showOnlyCurrentActivity) { - if (activityNames.length > 0) { - subTextEntries.push(i18nc("Activities a window is currently on (apart from the current one)", - "Also available on %1", activityNames.join(", "))); - } - } else if (activityNames.length > 0) { - subTextEntries.push(i18nc("Which activities a window is currently on", - "Available on %1", activityNames.join(", "))); - } - } - - return subTextEntries.join("\n"); - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml deleted file mode 100644 index 7c19d79..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml +++ /dev/null @@ -1,62 +0,0 @@ -/* - SPDX-FileCopyrightText: 2013 Sebastian Kügler - SPDX-FileCopyrightText: 2014 Martin Gräßlin - SPDX-FileCopyrightText: 2016 Kai Uwe Broulik - - SPDX-License-Identifier: LGPL-2.0-or-later -*/ - -import QtQuick 2.0 - -import org.kde.plasma.components 2.0 as PlasmaComponents - -MouseArea { - property var modelIndex - property var closeBtn - // winId won't be an int wayland - property var winId // FIXME Legacy - property Item rootTask - property double opacityHover: 0; - property ScrollableTextWrapper title1; - property ScrollableTextWrapper title2; - property bool firstHover: false - acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton - hoverEnabled: true - enabled: winId !== 0 - y: 0 - - onClicked: { - if (mouse.button == Qt.LeftButton) { - tasksModel.requestActivate(modelIndex); - rootTask.hideToolTipTemporarily(); - backend.cancelHighlightWindows(); - } else if (mouse.button == Qt.MiddleButton) { - backend.cancelHighlightWindows(); - tasksModel.requestClose(modelIndex); - } else /* right button */ { - tasks.createContextMenu(rootTask, modelIndex).show(); - } - } - - - onEntered: { - tasks.windowsHovered([winId], 1); - opacityHover = 1;//containsMouse - //mouse.accepted = false; - } - onExited: { - tasks.windowsHovered([winId], 0); - opacityHover = 0; - //mouse.accepted = false; - } - - Component.onCompleted: { - tasks.windowsHovered([winId], 0); - opacityHover = 0; - - } - /*onContainsMouseChanged: { - tasks.windowsHovered([winId], containsMouse); - opacityHover = containsMouse ? 1 : 0; - }*/ -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/main.qml b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/main.qml deleted file mode 100644 index 20cf020..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/main.qml +++ /dev/null @@ -1,578 +0,0 @@ -/* - SPDX-FileCopyrightText: 2012-2016 Eike Hein - - SPDX-License-Identifier: GPL-2.0-or-later -*/ - -import QtQuick 2.0 -import QtQuick.Layouts 1.1 -import QtQml 2.15 - -import org.kde.plasma.plasmoid 2.0 -import org.kde.plasma.core 2.0 as PlasmaCore - -import org.kde.taskmanager 0.1 as TaskManager -import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet - -import "code/layout.js" as LayoutManager -import "code/tools.js" as TaskTools - -MouseArea { - id: tasks - - anchors.fill: parent - hoverEnabled: true - - property bool vertical: (plasmoid.formFactor === PlasmaCore.Types.Vertical) - property bool iconsOnly: !plasmoid.configuration.labelVisible//(plasmoid.pluginName === "org.kde.plasma.icontasks") - - property QtObject contextMenuComponent: Qt.createComponent("ContextMenu.qml"); - property QtObject pulseAudioComponent: Qt.createComponent("PulseAudio.qml"); - - property bool needLayoutRefresh: false; - property variant taskClosedWithMouseMiddleButton: [] - - Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation - - Plasmoid.constraintHints: PlasmaCore.Types.CanFillArea - - Plasmoid.onUserConfiguringChanged: { - if (plasmoid.userConfiguring) { - LayoutManager.layout(taskRepeater); - groupDialog.visible = false; - } - } - - Layout.fillWidth: true - Layout.fillHeight: true - Layout.minimumWidth: tasks.vertical ? 0 : LayoutManager.preferredMinWidth() - Layout.minimumHeight: !tasks.vertical ? 0 : LayoutManager.preferredMinHeight() - -//BEGIN TODO: this is not precise enough: launchers are smaller than full tasks - Layout.preferredWidth: tasks.vertical ? PlasmaCore.Units.gridUnit * 10 : ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxWidth()) / LayoutManager.calculateStripes()); - Layout.preferredHeight: tasks.vertical ? ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxHeight()) / LayoutManager.calculateStripes()) : PlasmaCore.Units.gridUnit * 2; -//END TODO - - property Item dragSource: null - - signal requestLayout - signal windowsHovered(variant winIds, bool hovered) - signal presentWindows(variant winIds) - - states: State { - name: "iconsOnlyChanged"; when: iconsOnly - StateChangeScript { - script: taskList.updateHoverFunc(); - } - StateChangeScript { - script: LayoutManager.layout(taskRepeater); - } - PropertyChanges { - target: taskList; firstTimeHover: false - } - /*PropertyChanges { - target: tasks; needLayoutRefresh: true - }*/ - - } - onWidthChanged: { - taskList.width = LayoutManager.layoutWidth(); - - if (plasmoid.configuration.forceStripes) { - taskList.height = LayoutManager.layoutHeight(); - } - } - - onHeightChanged: { - if (plasmoid.configuration.forceStripes) { - taskList.width = LayoutManager.layoutWidth(); - } - - taskList.height = LayoutManager.layoutHeight(); - } - - onDragSourceChanged: { - if (dragSource == null) { - tasksModel.syncLaunchers(); - } - } - - onExited: { - if (needLayoutRefresh) { - LayoutManager.layout(taskRepeater) - needLayoutRefresh = false; - } - } - - ContextMenu { - id: testMenu - } - - TaskManager.TasksModel { - id: tasksModel - - readonly property int logicalLauncherCount: { - if (plasmoid.configuration.separateLaunchers) { - return launcherCount; - } - - var startupsWithLaunchers = 0; - - for (var i = 0; i < taskRepeater.count; ++i) { - var item = taskRepeater.itemAt(i); - - if (item && item.m.IsStartup === true && item.m.HasLauncher === true) { - ++startupsWithLaunchers; - } - } - - return launcherCount + startupsWithLaunchers; - } - - virtualDesktop: virtualDesktopInfo.currentDesktop - screenGeometry: plasmoid.screenGeometry - activity: activityInfo.currentActivity - - filterByVirtualDesktop: plasmoid.configuration.showOnlyCurrentDesktop - filterByScreen: plasmoid.configuration.showOnlyCurrentScreen - filterByActivity: plasmoid.configuration.showOnlyCurrentActivity - filterNotMinimized: plasmoid.configuration.showOnlyMinimized - - sortMode: sortModeEnumValue(plasmoid.configuration.sortingStrategy) - launchInPlace: iconsOnly && plasmoid.configuration.sortingStrategy === 1 - separateLaunchers: { - if (!iconsOnly && !plasmoid.configuration.separateLaunchers - && plasmoid.configuration.sortingStrategy === 1) { - return false; - } - - return true; - } - - groupMode: groupModeEnumValue(plasmoid.configuration.groupingStrategy) - groupInline: !plasmoid.configuration.groupPopups - groupingWindowTasksThreshold: (plasmoid.configuration.onlyGroupWhenFull && !iconsOnly - ? LayoutManager.optimumCapacity(width, height) + 1 : -1) - - onLauncherListChanged: { - layoutTimer.restart(); - plasmoid.configuration.launchers = launcherList; - taskList.updateHoverFunc(); - //This could be a good hover change - } - - onGroupingAppIdBlacklistChanged: { - plasmoid.configuration.groupingAppIdBlacklist = groupingAppIdBlacklist; - } - - onGroupingLauncherUrlBlacklistChanged: { - plasmoid.configuration.groupingLauncherUrlBlacklist = groupingLauncherUrlBlacklist; - } - - function sortModeEnumValue(index) { - switch (index) { - case 0: - return TaskManager.TasksModel.SortDisabled; - case 1: - return TaskManager.TasksModel.SortManual; - case 2: - return TaskManager.TasksModel.SortAlpha; - case 3: - return TaskManager.TasksModel.SortVirtualDesktop; - case 4: - return TaskManager.TasksModel.SortActivity; - default: - return TaskManager.TasksModel.SortDisabled; - } - } - - function groupModeEnumValue(index) { - switch (index) { - case 0: - return TaskManager.TasksModel.GroupDisabled; - case 1: - return TaskManager.TasksModel.GroupApplications; - } - } - - Component.onCompleted: { - launcherList = plasmoid.configuration.launchers; - groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; - groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; - - // Only hook up view only after the above churn is done. - taskRepeater.model = tasksModel; - } - } - - Connections { - target: tasksModel - - function onActiveTaskChanged() { - if (!plasmoid.configuration.groupPopups) { - return; - } - if (tasksModel.activeTask.parent.valid) { - groupDialog.activeTask = tasksModel.activeTask; - } - } - } - - TaskManager.VirtualDesktopInfo { - id: virtualDesktopInfo - } - - TaskManager.ActivityInfo { - id: activityInfo - } - - TaskManagerApplet.Backend { - id: backend - - taskManagerItem: tasks - //groupDialog: groupDialog - highlightWindows: plasmoid.configuration.highlightWindows - - onAddLauncher: { - tasks.addLauncher(url); - //Here too - } - } - - PlasmaCore.DataSource { - id: menu_executable - engine: "executable" - connectedSources: [] - onNewData: { - var exitCode = data["exit code"] - var exitStatus = data["exit status"] - var stdout = data["stdout"] - var stderr = data["stderr"] - exited(sourceName, exitCode, exitStatus, stdout, stderr) - disconnectSource(sourceName) - } - function exec(cmd) { - if (cmd) { - connectSource(cmd) - } - } - signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) - } - - function action_taskman() { - menu_executable.exec("ksysguard"); - } - - PlasmaCore.DataSource { - id: mpris2Source - engine: "mpris2" - connectedSources: sources - function sourceNameForLauncherUrl(launcherUrl, pid) { - if (!launcherUrl || launcherUrl === "") { - return ""; - } - - // MPRIS spec explicitly mentions that "DesktopEntry" is with .desktop extension trimmed - // Moreover, remove URL parameters, like wmClass (part after the question mark) - var desktopFileName = launcherUrl.toString().split('/').pop().split('?')[0].replace(".desktop", "") - if (desktopFileName.indexOf("applications:") === 0) { - desktopFileName = desktopFileName.substr(13) - } - - for (var i = 0, length = connectedSources.length; i < length; ++i) { - var source = connectedSources[i]; - // we intend to connect directly, otherwise the multiplexer steals the connection away - if (source === "@multiplex") { - continue; - } - - var sourceData = data[source]; - if (!sourceData) { - continue; - } - - if (sourceData.DesktopEntry === desktopFileName || (pid && sourceData.InstancePid === pid)) { - return source; - } - - var metadata = sourceData.Metadata; - if (metadata) { - var kdePid = metadata["kde:pid"]; - if (kdePid && pid === kdePid) { - return source; - } - } - } - - return "" - } - - function startOperation(source, op) { - var service = serviceForSource(source) - var operation = service.operationDescription(op) - return service.startOperationCall(operation) - } - - function goPrevious(source) { - startOperation(source, "Previous"); - } - function goNext(source) { - startOperation(source, "Next"); - } - function play(source) { - startOperation(source, "Play"); - } - function pause(source) { - startOperation(source, "Pause"); - } - function playPause(source) { - startOperation(source, "PlayPause"); - } - function stop(source) { - startOperation(source, "Stop"); - } - function raise(source) { - startOperation(source, "Raise"); - } - function quit(source) { - startOperation(source, "Quit"); - } - } - - Loader { - id: pulseAudio - sourceComponent: pulseAudioComponent - active: pulseAudioComponent.status === Component.Ready - } - - Timer { - id: iconGeometryTimer - - interval: 500 - repeat: false - - onTriggered: { - TaskTools.publishIconGeometries(taskList.children); - } - } - - Binding { - target: plasmoid - property: "status" - value: (tasksModel.anyTaskDemandsAttention && plasmoid.configuration.unhideOnAttention - ? PlasmaCore.Types.NeedsAttentionStatus : PlasmaCore.Types.PassiveStatus) - restoreMode: Binding.RestoreBinding - } - - Connections { - target: plasmoid - - function onLocationChanged() { - // This is on a timer because the panel may not have - // settled into position yet when the location prop- - // erty updates. - iconGeometryTimer.start(); - } - } - - Connections { - target: plasmoid.configuration - - function onLaunchersChanged() { - tasksModel.launcherList = plasmoid.configuration.launchers - } - function onGroupingAppIdBlacklistChanged() { - tasksModel.groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; - } - function onGroupingLauncherUrlBlacklistChanged() { - tasksModel.groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; - } - } - - TaskManagerApplet.DragHelper { - id: dragHelper - - dragIconSize: PlasmaCore.Units.iconSizes.medium - } - - PlasmaCore.FrameSvgItem { - id: taskFrame - - visible: false; - - imagePath: "widgets/tasks"; - prefix: "normal" - } - - PlasmaCore.Svg { - id: taskSvg - - imagePath: "widgets/tasks" - } - - MouseHandler { - id: mouseHandler - - anchors.fill: parent - - target: taskList - - onUrlsDropped: { - // If all dropped URLs point to application desktop files, we'll add a launcher for each of them. - var createLaunchers = urls.every(function (item) { - return backend.isApplication(item) - }); - - if (createLaunchers) { - urls.forEach(function (item) { - addLauncher(item); - }); - return; - } - - if (!hoveredItem) { - return; - } - - // DeclarativeMimeData urls is a QJsonArray but requestOpenUrls expects a proper QList. - var urlsList = backend.jsonArrayToUrlList(urls); - - // Otherwise we'll just start a new instance of the application with the URLs as argument, - // as you probably don't expect some of your files to open in the app and others to spawn launchers. - tasksModel.requestOpenUrls(hoveredItem.modelIndex(), urlsList); - } - } - - ToolTipDelegate { - id: openWindowToolTipDelegate - visible: false - } - - ToolTipDelegate { - id: pinnedAppToolTipDelegate - visible: false - } - - TaskList { - id: taskList - anchors { - left: parent.left - top: parent.top - } - property bool firstTimeHover: false - onWidthChanged: LayoutManager.layout(taskRepeater) - onHeightChanged: LayoutManager.layout(taskRepeater) - - flow: { - if (tasks.vertical) { - return plasmoid.configuration.forceStripes ? Flow.LeftToRight : Flow.TopToBottom - } - return plasmoid.configuration.forceStripes ? Flow.TopToBottom : Flow.LeftToRight - } - - onAnimatingChanged: { - if (!animating) { - TaskTools.publishIconGeometries(children); - } - } - - function layout() { - taskList.width = LayoutManager.layoutWidth(); - taskList.height = LayoutManager.layoutHeight(); - LayoutManager.layout(taskRepeater); - //taskList.updateHoverFunc(); - } - function updateHoverFunc() - { - for(var i = 0; i < taskRepeater.count; i++) - { - taskRepeater.itemAt(i).updateHoverColor(); - } - tasks.state = ""; - console.log("Updated hovers"); - } - - Timer { - id: layoutTimer - - interval: 0 - repeat: false - - onTriggered: taskList.layout() - } - - Repeater { - id: taskRepeater - - - delegate: Task { id: task } - onItemAdded: { - taskList.layout(); - taskList.updateHoverFunc(); - } - onItemRemoved: { - - if (tasks.containsMouse && index != taskRepeater.count && - item.winIdList && item.winIdList.length > 0 && - taskClosedWithMouseMiddleButton.indexOf(item.winIdList[0]) > -1) { - needLayoutRefresh = true; - } else { - taskList.layout(); - } - taskClosedWithMouseMiddleButton = []; - taskList.updateHoverFunc(); - } - - } - } - - GroupDialog { id: groupDialog } - function hasLauncher(url) { - return tasksModel.launcherPosition(url) != -1; - } - - function addLauncher(url) { - if (plasmoid.immutability !== PlasmaCore.Types.SystemImmutable) { - tasksModel.requestAddLauncher(url); - } - } - - // This is called by plasmashell in response to a Meta+number shortcut. - function activateTaskAtIndex(index) { - if (typeof index !== "number") { - return; - } - - var task = taskRepeater.itemAt(index); - if (task) { - TaskTools.activateTask(task.modelIndex(), task.m, null, task); - } - } - - function resetDragSource() { - dragSource = null; - } - - function createContextMenu(rootTask, modelIndex, args) { - var initialArgs = args || {} - initialArgs.visualParent = rootTask; - initialArgs.modelIndex = modelIndex; - initialArgs.mpris2Source = mpris2Source; - initialArgs.backend = backend; - - return tasks.contextMenuComponent.createObject(rootTask, initialArgs); - } - - Component.onCompleted: { - plasmoid.setAction("taskman", i18n("Task Manager")); - function action_taskman() { - menu_executable.exec("ksysguard"); - } - tasks.requestLayout.connect(layoutTimer.restart); - tasks.requestLayout.connect(iconGeometryTimer.restart); - tasks.windowsHovered.connect(backend.windowsHovered); - tasks.presentWindows.connect(backend.presentWindows); - dragHelper.dropped.connect(resetDragSource); - taskList.updateHoverFunc(); - } -} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/metadata.desktop b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/metadata.desktop deleted file mode 100644 index 200352b..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/metadata.desktop +++ /dev/null @@ -1,107 +0,0 @@ -[Desktop Entry] -Name=SevenTasks -Name[ar]=SevenTasks -Name[az]=SevenTasks -Name[ca]=SevenTasks -Name[ca@valencia]=SevenTasks -Name[cs]=SevenTasks -Name[da]=SevenTasks -Name[de]=SevenTasks -Name[en_GB]=SevenTasks -Name[es]=SevenTasks -Name[et]=SevenTasks -Name[eu]=SevenTasks -Name[fi]=SevenTasks -Name[fr]=SevenTasks -Name[gd]=SevenTasks -Name[gl]=SevenTasks -Name[hu]=SevenTasks -Name[ia]=SevenTasks -Name[id]=SevenTasks -Name[it]=SevenTasks -Name[ko]=SevenTasks -Name[lt]=SevenTasks -Name[nb]=SevenTasks -Name[nl]=SevenTasks -Name[nn]=SevenTasks -Name[pa]=SevenTasks -Name[pl]=SevenTasks -Name[pt]=SevenTasks -Name[pt_BR]=SevenTasks -Name[ro]=SevenTasks -Name[ru]=SevenTasks -Name[sk]=SevenTasks -Name[sl]=SevenTasks -Name[sr]=SevenTasks -Name[sr@ijekavian]=SevenTasks -Name[sr@ijekavianlatin]=SevenTasks -Name[sr@latin]=SevenTasks -Name[sv]=SevenTasks -Name[tg]=SevenTasks -Name[tr]=SevenTasks -Name[uk]=SevenTasks -Name[vi]=SevenTasks -Name[x-test]=xxSevenTasksxx -Name[zh_CN]=SevenTasks -Name[zh_TW]=SevenTasks -Comment=what your app does in a few words -Comment[ar]=ما يفعله تطبيقك ببضع كلمات -Comment[az]=Bu proqramın nə işə yaradığı haqqında bir neçə söz -Comment[ca]=Què fa aquesta aplicació en poques paraules -Comment[ca@valencia]=Què fa aquesta aplicació en poques paraules -Comment[da]=nogle få ord om hvad din app gør -Comment[de]=In ein paar Worten, was Ihre Anwendung tut -Comment[en_GB]=what your app does in a few words -Comment[es]=lo que hace su aplicación, en pocas palabras -Comment[et]=Mõne sõnaga, mida rakendus teeb -Comment[eu]=zure aplikazioak egiten duena hitz gutxitan -Comment[fi]=ohjelmasi toiminta muutamalla sanalla -Comment[fr]=que fait votre application en quelques mots -Comment[gd]=na nì an aplacaid agad ann am beagan fhaclan -Comment[gl]=o que fai o seu aplicativo en poucas palabras -Comment[hu]=Írja le néhány szóba, mit csinál az alkalmazása! -Comment[ia]=cosa tu app face in pauc parolas -Comment[id]=app apa yang kamu lakukan dalam beberapa kata -Comment[it]=Cosa fa la tua applicazione in poche parole -Comment[ko]=프로그램이 하는 일에 대한 간단한 설명 -Comment[nb]=hva programmet gjør, med noen få ord -Comment[nl]=wat uw app doet in een paar woorden -Comment[nn]=nokre få ord om kva programmet gjer -Comment[pl]=w kilku słowach opis co robi twój program -Comment[pt]=o que faz a sua aplicação, em poucas palavras -Comment[pt_BR]=breve descrição do que o seu aplicativo faz -Comment[ro]=ce face aplicația, în câteva cuvinte -Comment[ru]=Несколько слов о том, что делает ваша программа -Comment[sk]=čo vaša aplikácia robí v niekoľkých slovách -Comment[sl]=kaj vaš program dela, v nekaj besedah -Comment[sr]=Укратко о томе шта ваш програм ради -Comment[sr@ijekavian]=Укратко о томе шта ваш програм ради -Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi -Comment[sr@latin]=Ukratko o tome šta vaš program radi -Comment[sv]=vad programmet gör med några få ord -Comment[tg]=Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад -Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte -Comment[uk]=призначення вашої програми у декількох словах -Comment[vi]=dùng vài từ để mô tả ứng dụng của bạn làm việc gì -Comment[x-test]=xxwhat your app does in a few wordsxx -Comment[zh_CN]=简单几个词概括您的小程序的功能 -Comment[zh_TW]=以數個字描述您的應用程式的用途 - - -Icon=applications-system -Type=Service -X-KDE-ServiceTypes=Plasma/Applet -X-KDE-Library=plasma_applet_seventasks - -X-KDE-PluginInfo-Author= -X-KDE-PluginInfo-Email= -X-KDE-PluginInfo-Name=org.kde.plasma.seventasks -X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=https://plasma.kde.org/ -X-KDE-PluginInfo-Category=Utilities -X-KDE-PluginInfo-License=LGPL-2.1+ -X-KDE-PluginInfo-EnabledByDefault=true - -X-Plasma-API=declarativeappletscript -X-Plasma-MainScript=ui/main.qml - diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.h b/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.h deleted file mode 100644 index 365eddc..0000000 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - SPDX-FileCopyrightText: 2021 <> - SPDX-License-Identifier: LGPL-2.1-or-later -*/ - -#ifndef SEVENTASKS_H -#define SEVENTASKS_H - - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -class SevenTasks : public Plasma::Applet -{ - Q_OBJECT - //Q_PROPERTY(QColor dominantColor READ dominantColor CONSTANT) - -public: - SevenTasks( QObject *parent, const QVariantList &args ); - ~SevenTasks(); - Q_INVOKABLE QColor getDominantColor(QVariant src); - Q_INVOKABLE bool isActiveWindow(int wid); - //Q_INVOKABLE QColor getDominantColor(QQuickItem *item); - -private: - QColor m_dominantColor; -}; - -#endif diff --git a/Plasma/Plasma Widgets/System/Tooltips/DefaultToolTip.qml b/Plasma/Plasma_Widgets/System/Tooltips/DefaultToolTip.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Tooltips/DefaultToolTip.qml rename to Plasma/Plasma_Widgets/System/Tooltips/DefaultToolTip.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/config/config.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/config/config.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/config/config.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/config/main.xml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/config/main.xml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/config/main.xml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/config/main.xml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ActionButton.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ActionButton.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ActionButton.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ActionButton.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/BackButtonItem.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/BusyOverlay.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/CompactRepresentation.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigFilter.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigIcons.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigLocation.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/ConfigOverlay.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemActionButton.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml old mode 100644 new mode 100755 similarity index 98% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml index b23ccc2..b447eeb --- a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml +++ b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml @@ -159,14 +159,17 @@ Item { interactive: false location: root.useListViewMode ? (plasmoid.location === PlasmaCore.Types.LeftEdge ? PlasmaCore.Types.LeftEdge : PlasmaCore.Types.RightEdge) : plasmoid.location + onContainsMouseChanged: { if (containsMouse && !model.blank) { if (toolTip.active) { - toolTip.icon = model.decoration; + //toolTip.icon = model.decoration; + + toolTip.textFormat = Text.RichText; toolTip.mainText = model.display; if (model.size !== undefined) { - toolTip.subText = model.type + "\n" + model.size; + toolTip.subText = model.type + "
" + "Size: " + model.size; } else { toolTip.subText = model.type; } @@ -406,7 +409,7 @@ Item { prefix: frameLoader.prefix - imagePath: "widgets/viewitem" + imagePath: Qt.resolvedUrl("svgs/viewitem.svg") // Use inactive highlight effect when something else has focus opacity: Window.active ? 1 : 0.4 diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderItemPreviewPluginsDialog.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderView.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderView.qml old mode 100644 new mode 100755 similarity index 98% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderView.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderView.qml index 8626d3d..2939cd2 --- a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderView.qml +++ b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderView.qml @@ -957,8 +957,8 @@ FocusScope { } } - Behavior on contentX { id: smoothX; enabled: false; SmoothedAnimation { velocity: 700 } } - Behavior on contentY { id: smoothY; enabled: false; SmoothedAnimation { velocity: 700 } } + //Behavior on contentX { id: smoothX; enabled: false; SmoothedAnimation { velocity: 700 } } + //Behavior on contentY { id: smoothY; enabled: false; SmoothedAnimation { velocity: 700 } } Keys.onReturnPressed: { if (event.modifiers === Qt.AltModifier) { @@ -1294,7 +1294,7 @@ FocusScope { adapterView: gridView adapterModel: positioner - adapterIconSize: gridView.iconSize*2 + adapterIconSize: gridView.iconSize//*2 adapterVisibleArea: Qt.rect(gridView.contentX, gridView.contentY, gridView.contentWidth, gridView.contentHeight) Component.onCompleted: { @@ -1318,7 +1318,10 @@ FocusScope { horizontalAlignment: root.useListViewMode ? TextEdit.AlignHLeft : TextEdit.AlignHCenter property Item targetItem: null - + /*anchors { + left: targetItem.left + right: targetItem.right + }*/ onTargetItemChanged: { if (targetItem != null) { var xy = getXY(); @@ -1430,6 +1433,7 @@ FocusScope { } function adjustSize() { + var moveTextBox = false; if(isPopup) { if(contentWidth + __style.padding.left + __style.padding.right > width) { visible = true; @@ -1445,6 +1449,7 @@ FocusScope { visible = true; verticalScrollBarPolicy = Qt.ScrollBarAlwaysOn; width = getWidth(true); + moveTextBox = true; } else { verticalScrollBarPolicy = Qt.ScrollBarAlwaysOff; width = getWidth(); @@ -1454,6 +1459,10 @@ FocusScope { var xy = getXY(); x = xy[0]; y = xy[1]; + x += PlasmaCore.Units.smallSpacing / 1.5; + if(moveTextBox) { + x -= __verticalScrollBar.parent.verticalScrollbarOffset / 2; + } } function commit() { diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewDialog.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewDropArea.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/code/FolderTools.js b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/code/FolderTools.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/code/FolderTools.js rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/code/FolderTools.js diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/main.qml b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/main.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/contents/ui/main.qml rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/main.qml diff --git a/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/svgs/viewitem.svg b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/svgs/viewitem.svg new file mode 100755 index 0000000..7aaf3cc --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/contents/ui/svgs/viewitem.svg @@ -0,0 +1,2692 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/metadata.json b/Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/metadata.json old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Desktop Icons/org.kde.desktopcontainment/metadata.json rename to Plasma/Plasma_Widgets/System/org.kde.desktopcontainment/metadata.json diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/config/config.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/config/config.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/config/config.qml diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/config/main.xml b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/config/main.xml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/config/main.xml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/config/main.xml diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/configGeneral.qml diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/main.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/main.qml new file mode 100755 index 0000000..c53103b --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/main.qml @@ -0,0 +1,113 @@ +/* + SPDX-FileCopyrightText: 2020 Andrey Butirsky + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.12 +import Qt.labs.platform 1.1 +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 3.0 as PlasmaComponents3 +import org.kde.plasma.workspace.components 2.0 + +Item { + id: root + + function iconURL(name) { + return StandardPaths.locate(StandardPaths.GenericDataLocation, + "kf5/locale/countries/" + name + "/flag.png") + } + + signal layoutSelected(int layout) + + function actionTriggered(selectedLayout) { + layoutSelected(selectedLayout) + } + + Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation + + Plasmoid.compactRepresentation: KeyboardLayoutSwitcher { + Plasmoid.toolTipSubText: layoutNames.longName + Plasmoid.status: hasMultipleKeyboardLayouts ? PlasmaCore.Types.ActiveStatus : PlasmaCore.Types.HiddenStatus + + Connections { + target: keyboardLayout + + function onLayoutsListChanged() { + plasmoid.clearActions() + + keyboardLayout.layoutsList.forEach( + function(layout, index) { + plasmoid.setAction( + index, + layout.longName, + iconURL(layout.shortName).toString().substring(7) // remove file:// scheme + ) + } + ) + } + + function onLayoutChanged() { + root.Plasmoid.activated() + } + } + + Connections { + target: root + + function onLayoutSelected(layout) { + keyboardLayout.layout = layout + } + } + + hoverEnabled: true + + PlasmaCore.IconItem { + id: icon + + source: iconURL(layoutNames.shortName) + visible: plasmoid.configuration.showFlag && source + anchors.fill: parent + active: containsMouse + } + + PlasmaComponents3.Label { + text: layoutNames.displayName || layoutNames.shortName + visible: !icon.visible + anchors.fill: parent + anchors.margins: PlasmaCore.Units.smallSpacing*2 + //anchors.bottomMargin: PlasmaCore.Units.smallSpacing + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter + fontSizeMode: Text.Fit + minimumPointSize: 9; + rightPadding: PlasmaCore.Units.smallSpacing + leftPadding: PlasmaCore.Units.smallSpacing + font.pointSize: height + font.capitalization: Font.AllUppercase + MouseArea { + id: ma + anchors.fill: parent + hoverEnabled: true + propagateComposedEvents: true + onClicked: { + mouse.accepted = false; + } + } + PlasmaCore.FrameSvgItem { + id: decorationButton + z: -1 + anchors.fill: parent + imagePath: Qt.resolvedUrl("svgs/button.svg") + visible: ma.containsMouse + prefix: { + var x = "keyboard-"; + if(ma.containsMouse && !ma.containsPress) return x+"hover"; + else if(ma.containsMouse && ma.containsPress) return x+"pressed"; + else return "keyboard-hover"; + } + } + } + + } +} diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/svgs/button.svg b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/svgs/button.svg new file mode 100755 index 0000000..afe8df1 --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/contents/ui/svgs/button.svg @@ -0,0 +1,5410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/metadata.json b/Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/metadata.json old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/Keyboard Switcher/org.kde.plasma.keyboardlayout/metadata.json rename to Plasma/Plasma_Widgets/System/org.kde.plasma.keyboardlayout/metadata.json diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/applet/CompactApplet.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/config/config.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/config/config.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/config/config.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/config/main.xml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/config/main.xml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/config/main.xml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/config/main.xml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ConfigEntries.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ConfigGeneral.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml old mode 100644 new mode 100755 similarity index 82% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml index 4fb3f6d..fdc537c --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/CurrentItemHighLight.qml @@ -26,10 +26,15 @@ PlasmaCore.FrameSvgItem { property int location + // As this highlight texture is no longer animated except for opacity changes, this property is scheduled for removal. property bool animationEnabled: true property var highlightedItem: null z: -1 // always draw behind icons + /* + * The highlight isn't at 100% opacity, however when the highlighted tray icon is hovered, + * a second highlight will appear underneath that makes it 100% opaque. + */ opacity: systemTrayState.expanded ? 0.8 : 0 MouseArea @@ -37,14 +42,12 @@ PlasmaCore.FrameSvgItem { id: trayItemHighlight anchors.fill: parent - hoverEnabled: true property int highlightOpacity: 0 onEntered: highlightOpacity = 1 onExited: highlightOpacity = 0 } - imagePath: "widgets/tabbar" prefix: { var prefix = "" @@ -119,8 +122,6 @@ PlasmaCore.FrameSvgItem { highlightedItem = null; width = 0; height = 0; - //changeHighlightedItem(parent); - //console.log(highlightedItem); } } else { highlightedItem = null; @@ -145,42 +146,11 @@ PlasmaCore.FrameSvgItem { animationEnabled = true; } + // Fade in/out the highlight texture when it's shown/hidden. Behavior on opacity { NumberAnimation { duration: PlasmaCore.Units.longDuration easing.type: systemTrayState.expanded ? Easing.OutCubic : Easing.InCubic } } - /*Behavior on x { - id: xAnim - enabled: animationEnabled - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutCubic - } - } - Behavior on y { - id: yAnim - enabled: animationEnabled - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutCubic - } - } - Behavior on width { - id: widthAnim - enabled: animationEnabled - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutCubic - } - } - Behavior on height { - id: heightAnim - enabled: animationEnabled - NumberAnimation { - duration: PlasmaCore.Units.longDuration - easing.type: Easing.InOutCubic - } - }*/ } diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml old mode 100644 new mode 100755 similarity index 88% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml index 5f6cc20..43123cf --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml @@ -32,11 +32,12 @@ import QtGraphicalEffects 1.12 Item { id: popup - //set width/height to avoid useless Dialog resize + // Set width/height to avoid useless Dialog resize. + // The constants have been reduced to reduce the overall size of the expanded representation. readonly property int defaultWidth: PlasmaCore.Units.gridUnit * 18 readonly property int defaultHeight: PlasmaCore.Units.gridUnit * 20 - // style: null; + // The popup dialog is not meant to be resizable, so we are fixing its size. width: defaultWidth Layout.minimumWidth: defaultWidth Layout.preferredWidth: defaultWidth @@ -47,8 +48,6 @@ Item { Layout.preferredHeight: defaultHeight Layout.maximumHeight: defaultHeight - - property alias hiddenLayout: hiddenItemsView.layout // Header @@ -72,15 +71,14 @@ Item { ColumnLayout { id: expandedRepresentation anchors.fill: parent - anchors.margins: PlasmaCore.Units.smallSpacing; - // TODO: remove this so the scrollview fully touches the header; - // add top padding internally + anchors.margins: PlasmaCore.Units.smallSpacing; // Prevent the main item from directly touching the borders of the popup dialog. spacing: plasmoidHeading.bottomPadding - // Header content layout + // Header content layout, shows at the top of the expanded representation. RowLayout { id: trayHeading + // This is the back button which appears when the expanded representation is showing an actual item. PlasmaComponents.ToolButton { id: backButton visible: systemTrayState.activeApplet && systemTrayState.activeApplet.expanded && (hiddenLayout.itemCount > 0) @@ -88,6 +86,7 @@ Item { onClicked: systemTrayState.setActiveApplet(null) } + // The header title, by default writes "Status and Notifications". Has been reduced in size. PlasmaExtras.Heading { Layout.fillWidth: true leftPadding: systemTrayState.activeApplet ? 0 : PlasmaCore.Units.smallSpacing * 2 @@ -96,6 +95,8 @@ Item { text: systemTrayState.activeApplet ? systemTrayState.activeApplet.title : i18n("Status and Notifications") } + // This button appears on certain plasmoids like "Battery and Brightness" and "Disks & Devices". + // It effectively just shows a context menu with actions specific to the plasmoid. Equivalent to right clicking on the system tray icon. PlasmaComponents.ToolButton { id: actionsButton visible: visibleActions > 0 @@ -158,6 +159,7 @@ Item { singleAction.trigger(); } } + PlasmaComponents.ToolTip { text: actionsButton.singleAction ? actionsButton.singleAction.text : i18n("More actions") } @@ -180,6 +182,9 @@ Item { } } } + // Button that appears when the currently shown plasmoid has additional settings. + // Equivalent to right clicking the system tray icon and selecting "Configure [Plasmoid name]..." + // Appears pretty much always. PlasmaComponents.ToolButton { icon.name: "settings-configure" visible: actionsButton.applet && actionsButton.applet.action("configure") @@ -188,7 +193,7 @@ Item { } onClicked: actionsButton.applet.action("configure").trigger(); } - + // Button that pins the expanded representation and prevents it from closing. PlasmaComponents.ToolButton { id: pinButton checkable: true diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml new file mode 100755 index 0000000..c87c00d --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/ExpanderArrow.qml @@ -0,0 +1,85 @@ +/*************************************************************************** + * Copyright 2013 Sebastian Kügler * + * Copyright 2015 Marco Martin * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Library General Public License as * + * published by the Free Software Foundation; either version 2 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Library General Public License for more details. * + * * + * You should have received a copy of the GNU Library General Public * + * License along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.0 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.1 +import org.kde.plasma.core 2.0 as PlasmaCore + +PlasmaCore.ToolTipArea { + id: tooltip + + property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical + implicitWidth: PlasmaCore.Units.iconSizes.smallMedium + implicitHeight: implicitWidth + + mainText: systemTrayState.expanded ? i18n("Hide") : i18n("Show hidden icons") + + MouseArea { + id: arrowMouseArea + anchors.fill: parent + anchors.leftMargin: 2 + + // When clicking on the arrow, toggle the system tray's expanded state. ' + onClicked: systemTrayState.expanded = !systemTrayState.expanded + hoverEnabled: true + + // Loading in the arrows SVG file from the Plasma theme. + PlasmaCore.Svg { + id: arrowSvg + imagePath: "widgets/arrows" + } + + // The SvgItem actually does the rendering of the SVG file. + PlasmaCore.SvgItem { + id: arrow + + anchors.centerIn: parent + width: Math.min(parent.width, parent.height)+1 + height: width-1 + + // This is the Aero styled button texture used for the system tray expander. + PlasmaCore.FrameSvgItem { + id: hoverButton + z: -1 // To prevent layout issues with the MouseArea. + anchors.fill: parent + imagePath: Qt.resolvedUrl("svgs/systray.svg") + prefix: { + if(arrowMouseArea.containsPress || systemTrayState.expanded) return "pressed"; + if(arrowMouseArea.containsMouse) return "hover"; + return "normal"; // The normal state actually just makes the button invisible. + } + } + svg: arrowSvg + elementId: { + // Depending on the taskbar orientation, choose different arrow orientation from the SVG. + if (plasmoid.location === PlasmaCore.Types.TopEdge) { + return "down-arrow"; + } else if (plasmoid.location === PlasmaCore.Types.LeftEdge) { + return "right-arrow"; + } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { + return "left-arrow"; + } else { + return "up-arrow"; + } + } + } + } +} diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/SystemTrayState.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/SystemTrayState.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/SystemTrayState.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/SystemTrayState.qml diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml new file mode 100755 index 0000000..5239c8a --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/AbstractItem.qml @@ -0,0 +1,270 @@ +/* + * Copyright 2016 Marco Martin + * Copyright 2020 Konrad Materka + * Copyright 2020 Nate Graham + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.2 +import QtQuick.Layouts 1.1 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 3.0 as PlasmaComponents3 + +/* + * This is the base item used for all system tray items. + * It appears in both the compact and expanded representations (Status and Notifications). + * Its appearance changes significantly compared + */ + +PlasmaCore.ToolTipArea { + id: abstractItem + + height: inVisibleLayout ? visibleLayout.cellHeight : hiddenTasks.cellHeight + width: inVisibleLayout ? visibleLayout.cellWidth : hiddenTasks.cellWidth + + property var model: itemModel + + property string itemId + property alias text: label.text + property alias iconContainer: iconContainer + property int status: model.status || PlasmaCore.Types.UnknownStatus + property int effectiveStatus: model.effectiveStatus || PlasmaCore.Types.UnknownStatus + readonly property bool inHiddenLayout: effectiveStatus === PlasmaCore.Types.PassiveStatus + readonly property bool inVisibleLayout: effectiveStatus === PlasmaCore.Types.ActiveStatus + + signal clicked(var mouse) + signal pressed(var mouse) + signal wheel(var wheel) + signal contextMenu(var mouse) + + /* subclasses need to assign to this tooltip properties + mainText: + subText: + */ + + + location: { + if (inHiddenLayout) { + if (LayoutMirroring.enabled && plasmoid.location !== PlasmaCore.Types.RightEdge) { + return PlasmaCore.Types.LeftEdge; + } else if (plasmoid.location !== PlasmaCore.Types.LeftEdge) { + return PlasmaCore.Types.RightEdge; + } + } + + return plasmoid.location; + } + +//BEGIN CONNECTIONS + + onContainsMouseChanged: { + if (inHiddenLayout && containsMouse) { + root.hiddenLayout.currentIndex = index + } + else if (inHiddenLayout && !containsMouse) { // Done to prevent the GridView highlight from lingering when no item is hovered over. + root.hiddenLayout.currentIndex = -1 + } + else if(!inHiddenLayout) { + itemHighLight.opacity = containsMouse ? 1 : 0 + } + + } + +//END CONNECTIONS + + /* + * The highlight texture which is used in the compact representation. + * It only uses the default SVG prefix, as the transition between states + * needs to be done while animated. In order to do this, instead of using + * SVG prefixes, a Rectangle with a gradient fades in and out when the user + * presses on a tray icon. + */ + PlasmaCore.FrameSvgItem { + id: itemHighLight + anchors.fill: parent + property int location + + property bool animationEnabled: true + property var highlightedItem: null + + z: -1 // always draw behind icons + opacity: 0 + + imagePath: "widgets/tabbar" + prefix: { + var prefix = "" + switch (location) { + case PlasmaCore.Types.LeftEdge: + prefix = "west-active-tab"; + break; + case PlasmaCore.Types.TopEdge: + prefix = "north-active-tab"; + break; + case PlasmaCore.Types.RightEdge: + prefix = "east-active-tab"; + break; + default: + prefix = "south-active-tab"; + } + if (!hasElementPrefix(prefix)) { + prefix = "active-tab"; + } + return prefix; + } + Behavior on opacity { + NumberAnimation { + duration: PlasmaCore.Units.longDuration + easing.type: Easing.InOutQuad + } + } + Rectangle { + id: pressRect + property alias activatedPress: pressRect.opacity + anchors.fill: parent + anchors.leftMargin: 2; // We don't want the rectangle to draw over the highlight texture itself. + anchors.rightMargin: 2; + gradient: Gradient { + // The first and last gradient stops are offset by +/-0.1 to avoid a sudden gradient "cutoff". + GradientStop { position: 0.1; color: "transparent"; } + GradientStop { position: 0.5; color: "#66000000"; } + GradientStop { position: 0.9; color: "transparent"; } + } + opacity: 0 + Behavior on opacity { + NumberAnimation { + duration: 150; + easing.type: Easing.InOutQuad + } + } + } + } + PulseAnimation { + targetItem: iconContainer + running: (abstractItem.status === PlasmaCore.Types.NeedsAttentionStatus || + abstractItem.status === PlasmaCore.Types.RequiresAttentionStatus ) && + PlasmaCore.Units.longDuration > 0 + } + + function activated() { + // When activated, a tray icon will no longer perform a "pop" animation. + //activatedAnimation.start() + } + + // Deprecated, to be removed. + SequentialAnimation { + id: activatedAnimation + loops: 1 + + ScaleAnimator { + target: iconContainer + from: 1 + to: 0.5 + duration: PlasmaCore.Units.shortDuration + easing.type: Easing.InQuad + } + + ScaleAnimator { + target: iconContainer + from: 0.5 + to: 1 + duration: PlasmaCore.Units.shortDuration + easing.type: Easing.OutQuad + } + } + + // Internal MouseArea that handles interactions with a tray icon in either the compact or expanded representation. + MouseArea { + id: ma + z: 5 + anchors.fill: abstractItem + drag.filterChildren: true + + hoverEnabled: true + acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton + onClicked: { + abstractItem.clicked(mouse) + pressRect.activatedPress = 0; + } + onPressed: { + abstractItem.hideToolTip() + abstractItem.pressed(mouse) + // Prevent a weird visual bug where the rectangle stays visible when the user presses the left mouse button, followed almost immediately by the right/middle + // mouse button. + if(ma.pressedButtons != Qt.LeftButton) pressRect.activatedPress = 0; + else pressRect.activatedPress = ma.pressedButtons & Qt.LeftButton; // When the user presses on a tray icon with the left mouse button, make the gradient appear. + } + onReleased: { + pressRect.activatedPress = 0; // Makes the rectangle gradient invisible. + } + onPressAndHold: { + abstractItem.contextMenu(mouse) + pressRect.activatedPress = 0; + } + onWheel: { + abstractItem.wheel(wheel); + //Don't accept the event in order to make the scrolling by mouse wheel working + //for the parent scrollview this icon is in. + wheel.accepted = false; + } + } + + ColumnLayout { + anchors.fill: abstractItem + spacing: 0 + + Item { + id: iconContainer + + property alias container: abstractItem + property alias inVisibleLayout: abstractItem.inVisibleLayout + readonly property int size: abstractItem.inVisibleLayout ? root.itemSize : PlasmaCore.Units.iconSizes.smallMedium + + Layout.alignment: Qt.Bottom | Qt.AlignHCenter + Layout.fillHeight: abstractItem.inHiddenLayout ? true : false + implicitWidth: root.vertical && abstractItem.inVisibleLayout ? abstractItem.width : size + implicitHeight: !root.vertical && abstractItem.inVisibleLayout ? abstractItem.height : size + Layout.topMargin: abstractItem.inHiddenLayout ? Math.round(PlasmaCore.Units.smallSpacing * 1.5): 0 + } + // The label that appears in the expanded representation below the icon. + PlasmaComponents3.Label { + id: label + + Layout.fillWidth: true + Layout.fillHeight: abstractItem.inHiddenLayout ? true : false + Layout.leftMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 + Layout.rightMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 + Layout.bottomMargin: abstractItem.inHiddenLayout ? PlasmaCore.Units.smallSpacing : 0 + + visible: abstractItem.inHiddenLayout + + verticalAlignment: Text.AlignTop + horizontalAlignment: Text.AlignHCenter + elide: Text.ElideRight + wrapMode: Text.Wrap + maximumLineCount: 3 + + opacity: visible ? 1 : 0 + Behavior on opacity { + NumberAnimation { + duration: PlasmaCore.Units.longDuration + easing.type: Easing.InOutQuad + } + } + } + } +} + diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/ItemLoader.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/ItemLoader.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/ItemLoader.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/ItemLoader.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml old mode 100644 new mode 100755 similarity index 93% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml index d21dc94..e487cfc --- a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml @@ -45,9 +45,14 @@ AbstractItem { if (mouse.button === Qt.LeftButton || mouse.button === Qt.MidButton) { const mouseArea = findMouseArea(applet.compactRepresentationItem) if (mouseArea) { - mouseArea.clicked(mouse) + var temp = applet.expanded; + mouseArea.clicked(mouse); + + if(mouse.button === Qt.LeftButton && inVisibleLayout && applet.expanded && temp) { + applet.expanded = false; + } } else if (mouse.button === Qt.LeftButton) {//falback - applet.expanded = true + applet.expanded = !applet.expanded } } } diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/PulseAnimation.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/items/StatusNotifierItem.qml diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/main.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/main.qml new file mode 100755 index 0000000..ab178ee --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/main.qml @@ -0,0 +1,313 @@ +/* + * Copyright 2011 Marco Martin + * Copyright 2020 Konrad Materka + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.5 +import QtQuick.Layouts 1.1 +import org.kde.plasma.core 2.1 as PlasmaCore +import org.kde.plasma.plasmoid 2.0 +import org.kde.draganddrop 2.0 as DnD +import org.kde.kirigami 2.5 as Kirigami + +import "items" + +MouseArea { + id: root + + // Is the plasmoid oriented vertically (is the taskbar vertical)? + readonly property bool vertical: plasmoid.formFactor === PlasmaCore.Types.Vertical + + Layout.minimumWidth: vertical ? PlasmaCore.Units.iconSizes.small : mainLayout.implicitWidth + PlasmaCore.Units.smallSpacing + Layout.minimumHeight: vertical ? mainLayout.implicitHeight + PlasmaCore.Units.smallSpacing : PlasmaCore.Units.iconSizes.small + + LayoutMirroring.enabled: !vertical && Qt.application.layoutDirection === Qt.RightToLeft + LayoutMirroring.childrenInherit: true + + readonly property alias systemTrayState: systemTrayState + readonly property alias itemSize: tasksGrid.itemSize + readonly property alias visibleLayout: tasksGrid + readonly property alias hiddenLayout: expandedRepresentation.hiddenLayout + + onWheel: { + // Don't propagate unhandled wheel events + wheel.accepted = true; + } + + // Used to know when the system tray is expanded. + SystemTrayState { + id: systemTrayState + } + + // Being there forces the items to fully load, and they will be reparented in the popup one by one, this item is *never* visible. + Item { + id: preloadedStorage + visible: false + } + + // This object is used to highlight the currently active system tray item. It only has one instance and is technically moved around as different items are expanded. + CurrentItemHighLight { + id: cur_item_highlight + location: plasmoid.location + parent: root + } + + DnD.DropArea { + anchors.fill: parent + + preventStealing: true; + + /** Extracts the name of the system tray applet in the drag data if present + * otherwise returns null*/ + function systemTrayAppletName(event) { + if (event.mimeData.formats.indexOf("text/x-plasmoidservicename") < 0) { + return null; + } + var plasmoidId = event.mimeData.getDataAsByteArray("text/x-plasmoidservicename"); + + if (!plasmoid.nativeInterface.isSystemTrayApplet(plasmoidId)) { + return null; + } + return plasmoidId; + } + + onDragEnter: { + if (!systemTrayAppletName(event)) { + event.ignore(); + } + } + + onDrop: { + var plasmoidId = systemTrayAppletName(event); + if (!plasmoidId) { + event.ignore(); + return; + } + + if (plasmoid.configuration.extraItems.indexOf(plasmoidId) < 0) { + var extraItems = plasmoid.configuration.extraItems; + extraItems.push(plasmoidId); + plasmoid.configuration.extraItems = extraItems; + } + } + } + + // Main Layout, this is what appears as the "compact representation" in the taskbar itself. + GridLayout { + id: mainLayout + + rowSpacing: 0 // Disable unnecessary padding + columnSpacing: 0 + anchors.fill: parent + + flow: vertical ? GridLayout.TopToBottom : GridLayout.LeftToRight + + // This is the "Show hidden items" arrow that toggles the visibility of the expanded representation. + ExpanderArrow { + id: expander + Layout.fillWidth: vertical + Layout.fillHeight: !vertical + Layout.alignment: vertical ? Qt.AlignVCenter : Qt.AlignHCenter + visible: root.hiddenLayout.itemCount > 0 // We only want to show this arrow if there are hidden tray icons. + } + // This is the view that contains all the visible system tray icons. + GridView { + id: tasksGrid + + Layout.alignment: Qt.AlignCenter + + interactive: false // Disable features we don't need. + flow: vertical ? GridView.LeftToRight : GridView.TopToBottom + + // The icon size to display when not using the auto-scaling setting, it has been set to a resolution of 16x16 on regular DPI displays. + readonly property int smallIconSize: PlasmaCore.Units.iconSizes.small + readonly property bool autoSize: plasmoid.configuration.scaleIconsToFit + + readonly property int gridThickness: root.vertical ? root.width : root.height + // Should change to 2 rows/columns on a 56px panel (in standard DPI) + readonly property int rowsOrColumns: autoSize ? 1 : Math.max(1, Math.min(count, Math.floor(gridThickness / (smallIconSize + PlasmaCore.Units.smallSpacing)))) + + // Add margins only if the panel is larger than a small icon (to avoid large gaps between tiny icons) + readonly property int smallSizeCellLength: gridThickness < smallIconSize ? smallIconSize : smallIconSize + PlasmaCore.Units.smallSpacing * 2 + cellHeight: { + if (root.vertical) { + return autoSize ? root.width + PlasmaCore.Units.smallSpacing : smallSizeCellLength + } else { + return autoSize ? root.height : Math.floor(root.height / rowsOrColumns) + } + } + cellWidth: { + if (root.vertical) { + return autoSize ? root.width : Math.floor(root.width / rowsOrColumns) + } else { + return autoSize ? root.height + PlasmaCore.Units.smallSpacing : smallSizeCellLength + } + } + + //depending on the form factor, we are calculating only one dimention, second is always the same as root/parent + implicitHeight: root.vertical ? cellHeight * Math.ceil(count / rowsOrColumns) : root.height + implicitWidth: !root.vertical ? cellWidth * Math.ceil(count / rowsOrColumns) : root.width + + // Used only by AbstractItem, but it's easiest to keep it here since it + // uses dimensions from this item to calculate the final value + readonly property int itemSize: { + if (autoSize) { + const size = Math.min(implicitWidth / rowsOrColumns, implicitHeight / rowsOrColumns) + return PlasmaCore.Units.roundToIconSize(Math.min(size, PlasmaCore.Units.iconSizes.enormous)) + } else { + return smallIconSize + } + } + + model: PlasmaCore.SortFilterModel { + sourceModel: plasmoid.nativeInterface.systemTrayModel + filterRole: "effectiveStatus" + filterCallback: function(source_row, value) { + return value === PlasmaCore.Types.ActiveStatus + } + } + + delegate: ItemLoader {} + + add: Transition { + enabled: itemSize > 0 + + NumberAnimation { + property: "scale" + from: 0 + to: 1 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.longDuration + } + } + + displaced: Transition { + //ensure scale value returns to 1.0 + //https://doc.qt.io/qt-5/qml-qtquick-viewtransition.html#handling-interrupted-animations + NumberAnimation { + property: "scale" + to: 1 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.longDuration + } + } + + move: Transition { + NumberAnimation { + properties: "x,y" + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.longDuration + } + } + } + + } + // Used for getting the margins so that we can properly pad out the expanded representation. + PlasmaCore.FrameSvgItem { + id : panelSvg + + visible: false + + imagePath: "widgets/panel-background" + } + // Function used for positioning the floating expanded representation. + function popupPosition(width, height) { + var screenAvail = plasmoid.availableScreenRect; + var screen = plasmoid.screenGeometry; + var offset = PlasmaCore.Units.smallSpacing; + + // Fall back to bottom-left of screen area when the applet is on the desktop or floating. + var x = offset; + var y = screen.height - height - offset; + var horizMidPoint = screen.x + (screen.width / 2); + var vertMidPoint = screen.y + (screen.height / 2); + var appletTopLeft = root.mapToGlobal(0, 0); + var appletBottomLeft = root.mapToGlobal(0, root.height); + + x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width; + + if (appletTopLeft.x < horizMidPoint) { + x += offset + } else if (appletTopLeft.x + width > horizMidPoint){ + x -= offset + } + + if (plasmoid.location == PlasmaCore.Types.TopEdge) { + // This is floatingAvatar.width + offset = PlasmaCore.Units.smallSpacing*2; + y = screen.y + parent.height + panelSvg.margins.bottom + offset; + } else { + offset = PlasmaCore.Units.smallSpacing*2; + y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset; + } + + return Qt.point(x, y); + } + + + // Main popup, a.k.a the expanded representation. + PlasmaCore.Dialog { + id: dialog + + flags: Qt.WindowStaysOnTopHint + location: PlasmaCore.Types.Floating; + hideOnWindowDeactivate: !plasmoid.configuration.pin + visible: systemTrayState.expanded + + onVisibleChanged: { + // The next three statements simply set the position of the dialog every time its state is changed. + var pos = popupPosition(dialog.width, dialog.height); + dialog.x = pos.x; + dialog.y = pos.y; + systemTrayState.expanded = visible; + } + onHeightChanged: { + var pos = popupPosition(dialog.width, dialog.height); + dialog.x = pos.x; + dialog.y = pos.y; + } + + onWidthChanged: { + var pos = popupPosition(dialog.width, dialog.height); + dialog.x = pos.x; + dialog.y = pos.y; + } + mainItem: ExpandedRepresentation { + id: expandedRepresentation + + Keys.onEscapePressed: { + systemTrayState.expanded = false + } + + LayoutMirroring.enabled: Qt.application.layoutDirection === Qt.RightToLeft + LayoutMirroring.childrenInherit: true + } + + Component.onCompleted: { + /* + * Here, we set the backgroundHints property of the Dialog to 2, which is actually PlasmaQuick::Dialog::BackgroundHints::SolidBackground. + * By doing this we are telling the dialog to render with the solid variant of the background SVG texture. + * More details on PlasmaCore.Dialog can be found here: https://api.kde.org/frameworks/plasma-framework/html/classPlasmaQuick_1_1Dialog.html + */ + dialog.backgroundHints = 2; + var pos = popupPosition(dialog.width, dialog.height); + dialog.x = pos.x; + dialog.y = pos.y; + } + } +} diff --git a/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/svgs/systray.svg b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/svgs/systray.svg new file mode 100755 index 0000000..180ec56 --- /dev/null +++ b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui/svgs/systray.svg @@ -0,0 +1,2867 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ConfigEntries.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ConfigEntries.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ConfigEntries.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ConfigEntries.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ConfigGeneral.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ConfigGeneral.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ConfigGeneral.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ConfigGeneral.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/CurrentItemHighLight.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/CurrentItemHighLight.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/CurrentItemHighLight.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/CurrentItemHighLight.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ExpandedRepresentation.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ExpandedRepresentation.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ExpandedRepresentation.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ExpandedRepresentation.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ExpanderArrow.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ExpanderArrow.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/ExpanderArrow.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/ExpanderArrow.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/HiddenItemsView.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/HiddenItemsView.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/HiddenItemsView.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/HiddenItemsView.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/PlasmoidPopupsContainer.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/PlasmoidPopupsContainer.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/PlasmoidPopupsContainer.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/PlasmoidPopupsContainer.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/SystemTrayState.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/SystemTrayState.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/SystemTrayState.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/SystemTrayState.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/AbstractItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/AbstractItem.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/AbstractItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/AbstractItem.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/ItemLoader.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/ItemLoader.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/ItemLoader.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/ItemLoader.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/PlasmoidItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/PlasmoidItem.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/PlasmoidItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/PlasmoidItem.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/PulseAnimation.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/PulseAnimation.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/PulseAnimation.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/PulseAnimation.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/StatusNotifierItem.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/StatusNotifierItem.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/items/StatusNotifierItem.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/items/StatusNotifierItem.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/main.qml b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/main.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/contents/ui_old/main.qml rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/contents/ui_old/main.qml diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/metadata.desktop b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/metadata.desktop old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/metadata.desktop rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/metadata.desktop diff --git a/Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/metadata.json b/Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/metadata.json old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/System/System Tray/org.kde.plasma.private.systemtray/metadata.json rename to Plasma/Plasma_Widgets/System/org.kde.plasma.private.systemtray/metadata.json diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/COPYING b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/COPYING old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/COPYING rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/COPYING diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/code/tools.js b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/code/tools.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/code/tools.js rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/code/tools.js diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/code/tools.jsc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/code/tools.jsc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/code/tools.jsc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/code/tools.jsc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/config.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/config.qml old mode 100644 new mode 100755 similarity index 90% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/config.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/config.qml index 51d62c0..70ee07e --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/config/config.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/config.qml @@ -24,7 +24,12 @@ import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { name: i18n("General") - icon: "kde" + icon: "preferences-desktop" source: "ConfigGeneral.qml" } + ConfigCategory { + name: i18n("Side panel") + icon: "menu_new" + source: "ConfigSidepanel.qml" + } } diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/main.xml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/main.xml new file mode 100755 index 0000000..5e421f2 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/config/main.xml @@ -0,0 +1,112 @@ + + + + + + + start-here-kde + + + true + + + + + + + + + + + + + true + + + + 0 + + + false + + + + 1 + + + + 12 + + + + + + + logout,lock-screen,reboot,shutdown + + + + + + + true + + + bookmarks,baloosearch + + + true + + + + true + + + + muon-discover --application + + + + + false + + + true + + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + false + + + true + + + false + + + + diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/Bitmap7013.bmp b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/Bitmap7013.bmp old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/Bitmap7013.bmp rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/Bitmap7013.bmp diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/download.jpeg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/download.jpeg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/download.jpeg rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/download.jpeg diff --git a/Icons and cursors/windowsicon/hovered.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/hovered.png old mode 100644 new mode 100755 similarity index 100% rename from Icons and cursors/windowsicon/hovered.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/hovered.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/menu_select.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/menu_select.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/menu_select.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/menu_select.png diff --git a/Icons and cursors/windowsicon/normal.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/normal.png old mode 100644 new mode 100755 similarity index 100% rename from Icons and cursors/windowsicon/normal.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/normal.png diff --git a/Icons and cursors/windowsicon/selected.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/selected.png old mode 100644 new mode 100755 similarity index 100% rename from Icons and cursors/windowsicon/selected.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/selected.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_hover.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_hover.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_hover.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_hover.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_hover_small.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_hover_small.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_hover_small.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_hover_small.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_pressed.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_pressed.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_pressed.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_pressed.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_pressed_small.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_pressed_small.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_pressed_small.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_pressed_small.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_small.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_small.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/shutdown_small.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/shutdown_small.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/startmenu-buttons.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/startmenu-buttons.svg old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/startmenu-buttons.svg rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/startmenu-buttons.svg diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/system-lock-screen.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/system-lock-screen.svg new file mode 100755 index 0000000..9a96b65 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/system-lock-screen.svg @@ -0,0 +1,46 @@ + + + + + + + + diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/user.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/user.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/user.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/user.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/user_backup.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/user_backup.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/pics/user_backup.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/pics/user_backup.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ActionMenu.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ActionMenu.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ActionMenu.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ActionMenu.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/Clock.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/Clock.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/Clock.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/Clock.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/CompactRepresentation.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/CompactRepresentation.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/CompactRepresentation.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/CompactRepresentation.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ItemGridDelegate.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ItemGridDelegate.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ItemGridDelegate.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ItemGridDelegate.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ItemGridView.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ItemGridView.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ItemGridView.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ItemGridView.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ListDelegate.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ListDelegate.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/ListDelegate.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/ListDelegate.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/MenuRepresentation.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/MenuRepresentation.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/MenuRepresentation.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/MenuRepresentation.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/main.qmlc b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/main.qmlc old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/test/main.qmlc rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/test/main.qmlc diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ActionMenu.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ActionMenu.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ActionMenu.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ActionMenu.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ApplicationsView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ApplicationsView.qml old mode 100644 new mode 100755 similarity index 84% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ApplicationsView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ApplicationsView.qml index fb5f07a..a6b9fde --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ApplicationsView.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ApplicationsView.qml @@ -26,17 +26,28 @@ import org.kde.plasma.components 2.0 as PlasmaComponents Item { id: appViewContainer - //anchors.fill: parent - objectName: "ApplicationsView" property ListView listView: applicationsView.listView + property alias currentIndex: applicationsView.currentIndex + property alias count: applicationsView.count function decrementCurrentIndex() { + var tempIndex = applicationsView.currentIndex-1; + if(tempIndex < (crumbModel.count == 0 ? 2 : 0)) { + //applicationsView.currentIndex = applicationsView.count-1; + return; + } applicationsView.decrementCurrentIndex(); } function incrementCurrentIndex() { + var tempIndex = applicationsView.currentIndex+1; + if(tempIndex >= applicationsView.count) { + applicationsView.currentIndex = -1; + root.m_showAllButton.focus = true; + return; + } applicationsView.incrementCurrentIndex(); } @@ -63,6 +74,26 @@ Item { return false; } + onFocusChanged: { + if(focus) + applicationsView.currentIndex = 2; + else applicationsView.currentIndex = -1; + } + + Keys.onPressed: { + if(event.key == Qt.Key_Up) { + decrementCurrentIndex(); + } else if(event.key == Qt.Key_Down) { + incrementCurrentIndex(); + } else if(event.key == Qt.Key_Return || event.key == Qt.Key_Right) { + activateCurrentIndex(); + } else if(event.key == Qt.Key_Menu) { + openContextMenu(); + } else if(event.key == Qt.Key_Left || event.key == Qt.Key_Backspace) { + deactivateCurrentIndex(); + } + } + KeyNavigation.tab: root.m_showAllButton function reset() { applicationsView.model = rootModel; applicationsView.clearBreadcrumbs(); @@ -145,22 +176,20 @@ Item { } } - } // + } Rectangle { - id: sepLine - anchors.top: breadcrumbFlickable.bottom - //anchors.topMargin: units.smallSpacing - anchors.left: breadcrumbFlickable.left - anchors.leftMargin: units.smallSpacing*4 - anchors.right: breadcrumbFlickable.right - anchors.rightMargin: units.smallSpacing*4 - - height: 1 - color: "#d6e5f5" - opacity: 1 - //visible: !showingAllPrograms && !searching - z: 6 - + id: sepLine + anchors { + top: breadcrumbFlickable.bottom + left: breadcrumbFlickable.left + leftMargin: units.smallSpacing*4 + right: breadcrumbFlickable.right + rightMargin: units.smallSpacing*4 + } + height: 1 + color: "#d6e5f5" + opacity: 1 + z: 6 } } // crumbContainer @@ -259,8 +288,6 @@ Item { ] Component.onCompleted: { applicationsView.listView.currentIndex = -1; - //applicationsView.listView.incrementCurrentIndex(); - //applicationsView.listView.incrementCurrentIndex(); } } diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/BaseView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/BaseView.qml new file mode 100755 index 0000000..cc60d8b --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/BaseView.qml @@ -0,0 +1,107 @@ +/* + Copyright (C) 2011 Martin Gräßlin + Copyright (C) 2012 Marco Martin + Copyright (C) 2015-2018 Eike Hein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ +import QtQuick 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.draganddrop 2.0 + + +Item { + property alias model: baseView.model + property alias delegate: baseView.delegate + property alias currentIndex: baseView.currentIndex; + property alias count: baseView.count; + + property ListView listView: baseView.listView + + function decrementCurrentIndex() { + var tempIndex = baseView.currentIndex-1; + if(tempIndex < 0) { + baseView.currentIndex = -1; + root.m_faves.focus = true; + root.m_faves.listView.currentIndex = root.m_faves.listView.count-1; + return; + } + baseView.decrementCurrentIndex(); + } + + function incrementCurrentIndex() { + var tempIndex = baseView.currentIndex+1; + if(tempIndex >= baseView.count) { + baseView.currentIndex = -1; + root.m_showAllButton.focus = true; + return; + } + baseView.incrementCurrentIndex(); + + } + + function activateCurrentIndex() { + + baseView.currentItem.activate(); + } + + function openContextMenu() { + baseView.currentItem.openActionMenu(); + } + + function setCurrentIndex() { + baseView.currentIndex = 0; + } + function resetCurrentIndex() { + baseView.currentIndex = -1; + } + Connections { + target: plasmoid + + function onExpandedChanged() { + if (!plasmoid.expanded) { + baseView.currentIndex = -1; + } + } + } + + KickoffListView { + id: baseView + + anchors.fill: parent + + currentIndex: -1 + interactive: contentHeight > height + } + + + onFocusChanged: { + if(focus) setCurrentIndex(); + else resetCurrentIndex(); + } + Keys.onPressed: { + if(event.key == Qt.Key_Up) { + decrementCurrentIndex(); + } else if(event.key == Qt.Key_Down) { + incrementCurrentIndex(); + } else if(event.key == Qt.Key_Return) { + activateCurrentIndex(); + } else if(event.key == Qt.Key_Menu) { + openContextMenu(); + } + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/Breadcrumb.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/Breadcrumb.qml old mode 100644 new mode 100755 similarity index 76% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/Breadcrumb.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/Breadcrumb.qml index b9def2d..d25f846 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/Breadcrumb.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/Breadcrumb.qml @@ -46,22 +46,17 @@ Item { anchors.bottomMargin: PlasmaCore.Units.smallSpacing; color: "white" Text { - id: textLabel - //anchors.fill: parent - anchors.left: parent.left - //anchors.right: parent.right - anchors.leftMargin: (crumb.width-textLabel.contentWidth) / 2 - anchors.horizontalCenter: parent.horizontalCenter - anchors.verticalCenter: parent.verticalCenter - //width: crumb.width - text: crumbRoot.text - font.pixelSize: 12 - color: "#404040" - } + id: textLabel + anchors.fill: parent + horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter + text: crumbRoot.text + font.pixelSize: 12 + color: "#404040" + } } text: crumbRoot.text - //width: textLabel.contentWidth + units.smallSpacing*2 enabled: crumbRoot.depth < crumbModel.count onClicked: { // Remove all the breadcrumbs in front of the clicked one @@ -90,12 +85,5 @@ Item { svg: arrowsSvg elementId: LayoutMirroring.enabled ? "left-arrow" : "right-arrow" visible: !crumbRoot.root - /*Colorize { - anchors.fill: arrowSvg - source: arrowSvg - hue: 0.0 - saturation: 0.0 - lightness: searching ? -0.5 : 1.0 - }*/ } } // crumbRoot diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/Clock.qml.a b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/Clock.qml.a old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/Clock.qml.a rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/Clock.qml.a diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CompactRepresentation.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CompactRepresentation.qml new file mode 100755 index 0000000..c0cf0f2 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CompactRepresentation.qml @@ -0,0 +1,157 @@ +/*************************************************************************** + * Copyright (C) 2013-2014 by Eike Hein * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.0 +import QtQuick.Layouts 1.1 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore + +Item { + id: root + + readonly property var screenGeometry: plasmoid.screenGeometry + readonly property bool inPanel: (plasmoid.location == PlasmaCore.Types.TopEdge + || plasmoid.location == PlasmaCore.Types.RightEdge + || plasmoid.location == PlasmaCore.Types.BottomEdge + || plasmoid.location == PlasmaCore.Types.LeftEdge) + readonly property bool vertical: (plasmoid.formFactor == PlasmaCore.Types.Vertical) + readonly property bool useCustomButtonImage: (plasmoid.configuration.useCustomButtonImage) + property QtObject dashWindow: null + + Plasmoid.status: dashWindow && dashWindow.visible ? PlasmaCore.Types.RequiresAttentionStatus : PlasmaCore.Types.PassiveStatus + + onWidthChanged: updateSizeHints() + onHeightChanged: updateSizeHints() + + function updateSizeHints() { + if (useCustomButtonImage) { + if (vertical) { + var scaledHeight = Math.floor(parent.width * (buttonIcon.implicitHeight / buttonIcon.implicitWidth)); + root.Layout.minimumHeight = scaledHeight; + root.Layout.maximumHeight = scaledHeight; + root.Layout.minimumWidth = units.iconSizes.small; + root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1; + } else { + var scaledWidth = Math.floor(parent.height * (buttonIcon.implicitWidth / buttonIcon.implicitHeight)); + root.Layout.minimumWidth = scaledWidth; + root.Layout.maximumWidth = scaledWidth; + root.Layout.minimumHeight = units.iconSizes.small; + root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1; + } + } else { + root.Layout.minimumWidth = units.iconSizes.small; + root.Layout.maximumWidth = inPanel ? units.iconSizeHints.panel : -1; + root.Layout.minimumHeight = units.iconSizes.small + root.Layout.maximumHeight = inPanel ? units.iconSizeHints.panel : -1; + } + } + + Connections { + target: units.iconSizeHints + + function onPanelChanged() { updateSizeHints(); } + } + + // If the url is empty (default value), then use the fallback url. + function getResolvedUrl(url, fallback) { + if(url.toString() === "") { + return Qt.resolvedUrl(fallback); + } + return url; + } + property int opacityDuration: 250 + + /* + * Three IconItems are used in order to achieve the same look and feel as Windows 7's + * orbs. When the menu is closed, hovering over the orb results in the hovered icon + * gradually appearing into view, and clicking on the orb causes an instant change in + * visibility, where the normal and hovered icons are invisible, and the pressed icon + * is visible. + * + * These icons will by default try to fill up as much space as they can in the compact + * representation. + */ + PlasmaCore.IconItem { + id: buttonIcon + anchors.fill: parent + opacity: 1 + readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth + : implicitWidth / implicitHeight) + + source: getResolvedUrl(plasmoid.configuration.customButtonImage, "orbs/normal.png") + + smooth: true + roundToIconSize: !useCustomButtonImage || aspectRatio === 1 + onSourceChanged: updateSizeHints() + } + PlasmaCore.IconItem { + id: buttonIconPressed + anchors.fill: parent + opacity: 1 + visible: dashWindow.visible + readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth + : implicitWidth / implicitHeight) + + source: getResolvedUrl(plasmoid.configuration.customButtonImageActive, "orbs/selected.png") // + + smooth: true + roundToIconSize: !useCustomButtonImage || aspectRatio === 1 + onSourceChanged: updateSizeHints() + } + PlasmaCore.IconItem { + id: buttonIconHovered + z: 1 + source: getResolvedUrl(plasmoid.configuration.customButtonImageHover, "orbs/hovered.png"); + opacity: mouseArea.containsMouse + visible: !dashWindow.visible + anchors.fill: parent + readonly property double aspectRatio: (vertical ? implicitHeight / implicitWidth + : implicitWidth / implicitHeight) + smooth: true + Behavior on opacity { + NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: opacityDuration } + } + // A custom icon could also be rectangular. However, if a square, custom, icon is given, assume it + // to be an icon and round it to the nearest icon size again to avoid scaling artifacts. + roundToIconSize: !useCustomButtonImage || aspectRatio === 1 + + onSourceChanged: updateSizeHints() + } + + // Clicking on the plasmoid or activating it in any way causes the Full representation + // to show/hide. + MouseArea + { + id: mouseArea + anchors.fill: parent + hoverEnabled: true + onClicked: { + dashWindow.visible = !dashWindow.visible; + dashWindow.showingAllPrograms = false; + } + } + + Component.onCompleted: { + dashWindow = Qt.createQmlObject("MenuRepresentation {}", root); + plasmoid.activated.connect(function() { + dashWindow.visible = !dashWindow.visible; + }); + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigGeneral.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigGeneral.qml new file mode 100755 index 0000000..aec5bde --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigGeneral.qml @@ -0,0 +1,183 @@ +/*************************************************************************** + * Copyright (C) 2014 by Eike Hein * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.0 +import QtQuick.Controls 1.0 +import QtQuick.Dialogs 1.2 +import QtQuick.Layouts 1.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons +import org.kde.draganddrop 2.0 as DragDrop + +import org.kde.plasma.private.kicker 0.1 as Kicker + +Item { + id: configGeneral + + width: childrenRect.width + height: childrenRect.height + + property string cfg_icon: plasmoid.configuration.icon + + property bool cfg_useCustomButtonImage: plasmoid.configuration.useCustomButtonImage + + property string cfg_customButtonImage: plasmoid.configuration.customButtonImage + property string cfg_customButtonImageHover: plasmoid.configuration.customButtonImageHover + property string cfg_customButtonImageActive: plasmoid.configuration.customButtonImageActive + + property alias cfg_showRecentsView: showRecentsView.checked + + property alias cfg_appNameFormat: appNameFormat.currentIndex + property alias cfg_switchCategoriesOnHover: switchCategoriesOnHover.checked + + property alias cfg_useExtraRunners: useExtraRunners.checked + + property alias cfg_numberRows: numberRows.value + + ColumnLayout { + anchors.left: parent.left + anchors.right: parent.right + + RowLayout { + spacing: units.smallSpacing + + Label { + text: i18n("Icon:") + } + + IconPicker { + id: iconPickerNormal + currentIcon: cfg_customButtonImage + defaultIcon: "" + onIconChanged: cfg_customButtonImage = iconName + enabled: true + + } + Label { + text: i18n("Hover Icon:") + } + IconPicker { + id: iconPickerHover + currentIcon: cfg_customButtonImageHover + defaultIcon: "" + onIconChanged: cfg_customButtonImageHover = iconName + enabled: true + + } + Label { + text: i18n("Active Icon:") + } + IconPicker { + id: iconPickerActive + currentIcon: cfg_customButtonImageActive + defaultIcon: "" + onIconChanged: cfg_customButtonImageActive = iconName + enabled: true + + } + } + + GroupBox { + Layout.fillWidth: true + + title: i18n("Behavior") + + flat: false + + ColumnLayout { + RowLayout { + Label { + text: i18n("Show applications as:") + } + + ComboBox { + id: appNameFormat + + Layout.fillWidth: true + + model: [i18n("Name only"), i18n("Description only"), i18n("Name (Description)"), i18n("Description (Name)")] + } + } + + CheckBox { + id: switchCategoriesOnHover + + text: i18n("Switch categories on hover") + } + } + } + + GroupBox { + Layout.fillWidth: true + title: i18n("Search") + flat: false + + ColumnLayout { + CheckBox { + id: useExtraRunners + + text: i18n("Expand search to bookmarks, files and emails") + } + } + } + + GroupBox { + title: i18n("Rows") + flat: false + ColumnLayout { + RowLayout{ + Layout.fillWidth: true + + RowLayout{ + Layout.fillWidth: true + SpinBox{ + id: numberRows + minimumValue: 10 + maximumValue: 15 + } + Label { + Layout.leftMargin: units.smallSpacing + text: i18n("Number of rows") + } + } + } + } + } + GroupBox { + title: i18n("View") + flat: false + ColumnLayout { + RowLayout{ + Layout.fillWidth: true + + RowLayout{ + Layout.fillWidth: true + CheckBox { + id: showRecentsView + text: i18n("Show recent programs") + } + } + } + } + } + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigSidepanel.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigSidepanel.qml new file mode 100755 index 0000000..f7e254d --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ConfigSidepanel.qml @@ -0,0 +1,103 @@ +/*************************************************************************** + * Copyright (C) 2014 by Eike Hein * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.0 +import QtQuick.Controls 1.0 +import QtQuick.Dialogs 1.2 +import QtQuick.Layouts 1.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons +import org.kde.draganddrop 2.0 as DragDrop + +import org.kde.plasma.private.kicker 0.1 as Kicker + +Item { + id: configSidepanel + + width: childrenRect.width + height: childrenRect.height + + property alias cfg_showHomeSidepanel: showHomeSidepanel.checked + property alias cfg_showDocumentsSidepanel: showDocumentsSidepanel.checked + property alias cfg_showPicturesSidepanel: showPicturesSidepanel.checked + property alias cfg_showMusicSidepanel: showMusicSidepanel.checked + property alias cfg_showVideosSidepanel: showVideosSidepanel.checked + property alias cfg_showDownloadsSidepanel: showDownloadsSidepanel.checked + property alias cfg_showRootSidepanel: showRootSidepanel.checked + property alias cfg_showNetworkSidepanel: showNetworkSidepanel.checked + property alias cfg_showSettingsSidepanel: showSettingsSidepanel.checked + property alias cfg_showDefaultsSidepanel: showDefaultsSidepanel.checked + + ColumnLayout { + anchors.left: parent.left + anchors.right: parent.right + GroupBox { + Layout.fillWidth: true + + title: i18n("Show sidebar items") + + flat: false + ColumnLayout { + CheckBox { + id: showHomeSidepanel + text: i18n("Home directory") + } + CheckBox { + id: showDocumentsSidepanel + text: i18n("Documents") + } + CheckBox { + id: showPicturesSidepanel + text: i18n("Pictures") + } + CheckBox { + id: showMusicSidepanel + text: i18n("Music") + } + CheckBox { + id: showVideosSidepanel + text: i18n("Videos") + } + CheckBox { + id: showDownloadsSidepanel + text: i18n("Downloads") + } + CheckBox { + id: showRootSidepanel + text: i18n("Computer") + } + CheckBox { + id: showNetworkSidepanel + text: i18n("Network") + } + CheckBox { + id: showSettingsSidepanel + text: i18n("System Settings") + } + CheckBox { + id: showDefaultsSidepanel + text: i18n("Default Programs") + } + } + } + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CrossFadeBehavior.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CrossFadeBehavior.qml new file mode 100644 index 0000000..b5d7a29 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/CrossFadeBehavior.qml @@ -0,0 +1,131 @@ +/* +MIT License + +Copyright (c) 2020 Pierre-Yves Siret + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +*/ + +import QtQuick 2.15 +import QtQml 2.15 + +Behavior { + id: root + + property QtObject fadeTarget: targetProperty.object + property string fadeProperty: "opacity" + property var fadeProperties: [fadeProperty] + property var exitValue: 0 + property var enterValue: exitValue + property int fadeDuration: 300 + property string easingType: "Quad" + property bool delayWhile: false + property bool sequential: false + onDelayWhileChanged: { + if (!delayWhile) + sequentialAnimation.startExitAnimation(); + } + + readonly property Component shaderEffectSourceWrapperComponent: Item { + property alias shaderEffectSource: shaderEffectSource + property alias sourceItem: shaderEffectSource.sourceItem + parent: sourceItem.parent + x: sourceItem.x + y: sourceItem.y + ShaderEffectSource { + id: shaderEffectSource + transformOrigin: sourceItem.transformOrigin + hideSource: true + live: false + width: sourceItem.width + height: sourceItem.height + } + } + + readonly property Component defaultExitAnimation: NumberAnimation { + properties: root.fadeProperties.join(',') + duration: root.fadeDuration + to: root.exitValue + easing.type: root.easingType === "Linear" ? Easing.Linear : Easing["In"+root.easingType] + } + property Component exitAnimation: defaultExitAnimation + + // bind SES properties tu function provided by user: {rotation: (t) => () => t.progress * 180, opacity: (p) => 1 - p)} + + readonly property Component defaultEnterAnimation: NumberAnimation { + properties: root.fadeProperties.join(',') + duration: root.fadeDuration + from: root.enterValue + to: root.fadeTarget[root.fadeProperties[0]] + easing.type: root.easingType === "Linear" ? Easing.Linear : Easing["Out"+root.easingType] + } + property Component enterAnimation: defaultEnterAnimation + + SequentialAnimation { + id: sequentialAnimation + signal startEnterAnimation() + signal startExitAnimation() + ScriptAction { + script: { + const exitItem = shaderEffectSourceWrapperComponent.createObject(null, { sourceItem: root.fadeTarget }); + const exitShaderEffectSource = exitItem.shaderEffectSource; + if (exitAnimation === root.defaultExitAnimation) + root.fadeProperties.forEach(p => exitShaderEffectSource[p] = root.fadeTarget[p]); + exitShaderEffectSource.width = root.fadeTarget.width; + exitShaderEffectSource.height = root.fadeTarget.height; + const exitAnimationInstance = exitAnimation.createObject(root, { target: exitItem.shaderEffectSource }); + + sequentialAnimation.startExitAnimation.connect(exitAnimationInstance.start); + if (root.sequential) + exitAnimationInstance.finished.connect(sequentialAnimation.startEnterAnimation); + else + exitAnimationInstance.started.connect(sequentialAnimation.startEnterAnimation); + + exitAnimationInstance.finished.connect(() => { + exitItem.destroy(); + exitAnimationInstance.destroy(); + }); + } + } + PauseAnimation { + duration: 5 // figure out how to wait on a signal in an animation (for ShaderEffectSource update or Image loading when Behaviour on source) + } + PropertyAction {} + ScriptAction { + script: { + const enterItem = shaderEffectSourceWrapperComponent.createObject(null, { sourceItem: root.fadeTarget }); + const enterShaderEffectSource = enterItem.shaderEffectSource; + if (enterAnimation === root.defaultEnterAnimation) + root.fadeProperties.forEach(p => enterShaderEffectSource[p] = root.enterValue); + enterShaderEffectSource.live = true; + const enterAnimationInstance = enterAnimation.createObject(root, { target: enterItem.shaderEffectSource }); + + sequentialAnimation.startEnterAnimation.connect(enterAnimationInstance.start); + + enterAnimationInstance.finished.connect(() => { + enterItem.destroy(); + enterAnimationInstance.destroy(); + }); + + if (!root.delayWhile) + sequentialAnimation.startExitAnimation(); + } + } + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/FavoritesView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FavoritesView.qml old mode 100644 new mode 100755 similarity index 79% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/FavoritesView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FavoritesView.qml index b053ceb..f94c060 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/FavoritesView.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FavoritesView.qml @@ -39,10 +39,22 @@ Item { property ListView listView: favoritesView.listView function decrementCurrentIndex() { + if(favoritesView.currentIndex == 0) return; favoritesView.decrementCurrentIndex(); } function incrementCurrentIndex() { + var tempIndex = favoritesView.currentIndex+1; + if(tempIndex >= favoritesView.count) { + favoritesView.currentIndex = -1; + if(plasmoid.configuration.showRecentsView) { + root.m_recents.focus = true; + root.m_recents.currentIndex = 0; + } else { + root.m_showAllButton.focus = true; + } + return; + } favoritesView.incrementCurrentIndex(); } @@ -57,6 +69,13 @@ Item { return favoritesView.count; } + function setCurrentIndex() { + favoritesView.currentIndex = 0; + } + function resetCurrentIndex() { + favoritesView.currentIndex = -1; + } + // QQuickItem::isAncestorOf is not invokable... function isChildOf(item, parent) { if (!item || !parent) { @@ -154,5 +173,21 @@ Item { onTriggered: favoritesView.animationDuration = interval - 20 } + KeyNavigation.tab: plasmoid.configuration.showRecentsView ? root.m_recents : root.m_showAllButton + onFocusChanged: { + if(focus) setCurrentIndex(); + else resetCurrentIndex(); + } + Keys.onPressed: { + if(event.key == Qt.Key_Up) { + decrementCurrentIndex(); + } else if(event.key == Qt.Key_Down) { + incrementCurrentIndex(); + } else if(event.key == Qt.Key_Return) { + activateCurrentIndex(); + } else if(event.key == Qt.Key_Menu) { + openContextMenu(); + } + } } diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FloatingIcon.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FloatingIcon.qml new file mode 100644 index 0000000..362040a --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/FloatingIcon.qml @@ -0,0 +1,105 @@ + +import QtQuick 2.4 +import QtQuick.Controls 1.1 +import QtQuick.Controls.Styles 1.1 +import QtQuick.Layouts 1.1 +import QtQuick.Dialogs 1.2 +import QtQuick.Window 2.1 +import QtGraphicalEffects 1.0 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.extras 2.0 as PlasmaExtras + +import org.kde.plasma.private.kicker 0.1 as Kicker +import org.kde.kcoreaddons 1.0 as KCoreAddons // kuser +import org.kde.plasma.private.shell 2.0 + +import org.kde.kwindowsystem 1.0 +import org.kde.kquickcontrolsaddons 2.0 +import org.kde.plasma.private.quicklaunch 1.0 + +import org.kde.kirigami 2.13 as Kirigami +import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons + +import org.kde.kwindowsystem 1.0 + + +Item { + id: iconContainer + //The frame displayed on top of the user icon + height: units.iconSizes.huge + width: height + anchors.horizontalCenter: parent.horizontalCenter + + property alias iconSource: imgAuthorIcon.source + Image { + source: "../pics/user.png" + smooth: true + z: 1 + opacity: imgAuthorIcon.source === "" + Behavior on opacity { + NumberAnimation { duration: 350 } + } + anchors { + left: parent.left + right: parent.right + bottom: parent.bottom + top: parent.top + } + } + PlasmaCore.IconItem { + id: imgAuthorIcon + source: "" + height: parent.height + width: height + smooth: true + visible: true + usesPlasmaTheme: false + z: 99 + CrossFadeBehavior on source { + fadeDuration: 350 + } + } + Image { + id: imgAuthor + anchors { + top: parent.top + left: parent.left + right: parent.right + bottom: parent.bottom + + topMargin: units.smallSpacing*2 + leftMargin: units.smallSpacing*2 + rightMargin: units.smallSpacing*2 + bottomMargin: units.smallSpacing*2 + } + opacity: imgAuthorIcon.source === "" + Behavior on opacity { + NumberAnimation { duration: 350 } + } + source: kuser.faceIconUrl.toString() + smooth: true + mipmap: true + visible: true + } + /*OpacityMask { + anchors.fill: imgAuthor + source: (kuser.faceIconUrl.toString() === "") ? imgAuthorIcon : imgAuthor; + maskSource: Rectangle { + width: imgAuthorIcon.source === "" ? imgAuthor.width : 0 + height: imgAuthor.height + visible: false + } + }*/ + MouseArea{ + anchors.fill: parent + acceptedButtons: Qt.LeftButton + onPressed: { + root.visible = false; + KCMShell.open("kcm_users") + } + cursorShape: Qt.PointingHandCursor + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/IconPicker.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/IconPicker.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/IconPicker.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/IconPicker.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegate.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegate.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegate.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegate2.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegate2.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegate2.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegate2.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegateBack.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegateBack.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridDelegateBack.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridDelegateBack.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridView.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridView.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridViewBack.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridViewBack.qml old mode 100644 new mode 100755 similarity index 88% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridViewBack.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridViewBack.qml index d9eac2e..3a1e2f0 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemGridViewBack.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemGridViewBack.qml @@ -20,7 +20,7 @@ import QtQuick 2.4 import org.kde.plasma.core 2.0 as PlasmaCore -import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 3.0 as PlasmaComponents import org.kde.plasma.extras 2.0 as PlasmaExtras import org.kde.kquickcontrolsaddons 2.0 import org.kde.draganddrop 2.0 @@ -51,8 +51,8 @@ FocusScope { property alias cellHeight: gridView.cellHeight property alias iconSize: gridView.iconSize - property alias horizontalScrollBarPolicy: scrollArea.horizontalScrollBarPolicy - property alias verticalScrollBarPolicy: scrollArea.verticalScrollBarPolicy + //property alias horizontalScrollBarPolicy: scrollArea.horizontalScrollBarPolicy + //property alias verticalScrollBarPolicy: scrollArea.verticalScrollBarPolicy onDropEnabledChanged: { if (!dropEnabled && "dropPlaceHolderIndex" in model) { @@ -63,6 +63,8 @@ FocusScope { onFocusChanged: { if (!focus) { currentIndex = -1; + } else { + if(!hoverArea.containsMouse) currentIndex = 0; } } @@ -71,10 +73,11 @@ FocusScope { return -1; } - return Math.floor(currentIndex / Math.floor(width / itemGrid.cellWidth)); + return Math.floor(currentIndex / (1+Math.floor(width / itemGrid.cellWidth))); } function currentCol() { + if (currentIndex == -1) { return -1; } @@ -198,14 +201,14 @@ FocusScope { } } - PlasmaExtras.ScrollArea { + PlasmaComponents.ScrollView { id: scrollArea anchors.fill: parent focus: true - horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff + //horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff GridView { id: gridView @@ -265,7 +268,6 @@ FocusScope { highlight: Item { property bool isDropPlaceHolder: "dropPlaceholderIndex" in itemGrid.model && itemGrid.currentIndex === itemGrid.model.dropPlaceholderIndex - //PlasmaComponents.Highlight { KickoffHighlight { visible: gridView.currentItem && !isDropPlaceHolder @@ -277,7 +279,7 @@ FocusScope { anchors.fill: parent - imagePath: "widgets/menuitem" + imagePath: Qt.resolvedUrl("svgs/menuitem.svg") prefix: "selected" opacity: 1 @@ -317,48 +319,29 @@ FocusScope { onModelChanged: { currentIndex = -1; } - - Keys.onLeftPressed: { - if (itemGrid.currentCol() !== 0) { - event.accepted = true; - moveCurrentIndexLeft(); - } else { - itemGrid.keyNavLeft(); - } - } - - Keys.onRightPressed: { - var columns = Math.floor(width / cellWidth); - - if (itemGrid.currentCol() !== columns - 1 && currentIndex != count -1) { - event.accepted = true; - moveCurrentIndexRight(); - } else { - itemGrid.keyNavRight(); - } - } - Keys.onUpPressed: { - if (itemGrid.currentRow() !== 0) { - event.accepted = true; - moveCurrentIndexUp(); - positionViewAtIndex(currentIndex, GridView.Contain); + var tempIndex = currentIndex - 1; + if(tempIndex < 0) { + repeater.currentModelIndex--; + while(repeater.getCurrentModel().count == 0 && !repeater.isRepeaterEmpty()) { + repeater.currentModelIndex--; + } + repeater.getCurrentModel().currentIndex = repeater.getCurrentModel().count-1; } else { - itemGrid.keyNavUp(); + currentIndex--; } } Keys.onDownPressed: { - if (itemGrid.currentRow() < itemGrid.lastRow()) { - // Fix moveCurrentIndexDown()'s lack of proper spatial nav down - // into partial columns. - event.accepted = true; - var columns = Math.floor(width / cellWidth); - var newIndex = currentIndex + columns; - currentIndex = Math.min(newIndex, count - 1); - positionViewAtIndex(currentIndex, GridView.Contain); + var tempIndex = currentIndex + 1; + if(tempIndex >= count) { + repeater.currentModelIndex++; + while(repeater.getCurrentModel().count == 0 && !repeater.isRepeaterEmpty()) { + repeater.currentModelIndex++; + } + repeater.getCurrentModel().currentIndex = 0; } else { - itemGrid.keyNavDown(); + currentIndex++; } } diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemMultiGridView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemMultiGridView.qml old mode 100644 new mode 100755 similarity index 83% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemMultiGridView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemMultiGridView.qml index f72a0a1..adaac4e --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ItemMultiGridView.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ItemMultiGridView.qml @@ -24,18 +24,18 @@ import org.kde.plasma.extras 2.0 as PlasmaExtras import org.kde.plasma.private.kicker 0.1 as Kicker +/* + This is a list of items organized by categories in a stacking order used by + the SearchView. As it shows multiple data models at once, they're split up + into categories, with each category having their own header. +*/ PlasmaExtras.ScrollArea { id: itemMultiGrid - //anchors { - // top: parent.top - //} anchors.fill: parent anchors.rightMargin: units.smallSpacing anchors.bottomMargin: units.smallSpacing - //width: parent.width - implicitHeight: itemColumn.implicitHeight signal keyNavLeft(int subGridIndex) @@ -50,6 +50,7 @@ PlasmaExtras.ScrollArea { property bool isSquare: false property int aCellHeight property int aCellWidth + property alias repeater: itemColumn.repeater verticalScrollBarPolicy: Qt.ScrollBarAsNeeded horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff @@ -61,6 +62,8 @@ PlasmaExtras.ScrollArea { for (var i = 0; i < repeater.count; i++) { subGridAt(i).focus = false; } + } else { + subGridAt(repeater.currentModelIndex).focus = true; } } @@ -98,16 +101,38 @@ PlasmaExtras.ScrollArea { width: itemMultiGrid.width - units.gridUnit + property alias repeater: repeater + Repeater { id: repeater + + property int currentModelIndex: 0 + onCurrentModelIndexChanged: { + if(currentModelIndex == repeater.count) currentModelIndex = 0; + else if(currentModelIndex < 0) currentModelIndex = repeater.count - 1; + repeater.itemAt(currentModelIndex).itemGrid.forceActiveFocus(); + repeater.itemAt(currentModelIndex).itemGrid.focus = true; + } + function isRepeaterEmpty() { + for(var i = 0; i < repeater.count; i++) { + if(repeater.itemAt(i).count != 0) return false; + } + return true; + } + function getCurrentModel() { + return repeater.itemAt(currentModelIndex); + } delegate: Item { width: itemColumn.width height: gridViewLabel.height + gridView.height + (index == repeater.count - 1 ? 0 : units.smallSpacing) visible: repeater.model.modelForRow(index).count > 0 + property alias currentIndex: gridView.currentIndex + property alias count: gridView.count property Item itemGrid: gridView - + + //Header displaying the name of the result category and the number of items in the category. PlasmaExtras.Heading { id: gridViewLabel anchors.top: parent.top @@ -116,14 +141,13 @@ PlasmaExtras.ScrollArea { height: dummyHeading.height wrapMode: Text.NoWrap color: "#1d3287"; - //font.bold: true - //font.weight: Font.DemiBold level: 4 verticalAlignment: Qt.AlignVCenter text: repeater.model.modelForRow(index).description + " (" + repeater.model.modelForRow(index).count +")" } - - Rectangle{ + + //Line that extends from the header to the right of the search view. + Rectangle { anchors.topMargin: units.smallSpacing anchors.left: gridViewLabel.right anchors.leftMargin: units.smallSpacing @@ -140,6 +164,7 @@ PlasmaExtras.ScrollArea { onClicked: root.toggle(); } + //The actual list of search results ItemGridViewBack { id: gridView @@ -156,7 +181,7 @@ PlasmaExtras.ScrollArea { cellHeight: isSquare ? root.tileSide : aCellHeight iconSize: root.iconSize square: isSquare - verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff + //verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff model: repeater.model.modelForRow(index) diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickerListModel.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickerListModel.qml old mode 100644 new mode 100755 similarity index 96% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickerListModel.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickerListModel.qml index 2825836..49c664a --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickerListModel.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickerListModel.qml @@ -65,7 +65,6 @@ ListModel { } function parseModel(appList, model, path) { - // console.log(path, model, model.description, model.count); for (var i = 0; i < model.count; i++) { var item = model.modelForRow(i); if (!item) { @@ -73,10 +72,8 @@ ListModel { } var itemPath = (path || []).concat(i); if (item && item.hasChildren) { - // console.log(item) parseModel(appList, item, itemPath); } else { - // console.log(itemPath, item, item.description); appList.push(item); } } diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffButton.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffButton.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffButton.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffButton.qml diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffHighlight.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffHighlight.qml old mode 100644 new mode 100755 similarity index 90% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffHighlight.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffHighlight.qml index f013671..9967a54 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffHighlight.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffHighlight.qml @@ -53,7 +53,7 @@ Item { PlasmaCore.FrameSvgItem { id: background - imagePath: "widgets/menuitem" + imagePath: Qt.resolvedUrl("svgs/menuitem.svg") prefix: { if (pressed) return hover ? "selected+hover" : "selected"; @@ -83,14 +83,3 @@ Item { } } } -/*Item { - - PlasmaComponents.Highlight { - id: hglight - anchors { - fill: parent - leftMargin: PlasmaCore.Units.smallSpacing - rightMargin: PlasmaCore.Units.smallSpacing - } - } -}*/ diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffItem.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffItem.qml old mode 100644 new mode 100755 similarity index 95% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffItem.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffItem.qml index f392dc8..1541210 --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffItem.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffItem.qml @@ -18,6 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ + +//This is the generic item delegate used by FavoritesView, RecentlyUsedView and SearchView. + import QtQuick 2.0 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents @@ -33,7 +36,6 @@ Item { visible: !(model.display === "" || model.display === "Recent Applications") width: ListView.view.width height: model.display === "" || model.display === "Recent Applications" ? 0 : (PlasmaCore.Units.smallSpacing) + Math.max(elementIcon.height, titleElement.implicitHeight + subTitleElement.implicitHeight) - //height: 36 signal reset signal actionTriggered(string actionId, variant actionArgument) @@ -61,7 +63,6 @@ Item { } onActionTriggered: { - plasmoid.expanded = false; if (Tools.triggerAction(ListView.view.model, model.index, actionId, actionArgument) === true) { plasmoid.expanded = false; @@ -124,7 +125,6 @@ Item { y: Math.round((parent.height - titleElement.height - ( (subTitleElement.text != "") ? subTitleElement.implicitHeight : 0) ) / 2) anchors { - //bottom: elementIcon.verticalCenter left: elementIcon.right right: arrow.left leftMargin: PlasmaCore.Units.smallSpacing * 4 @@ -168,17 +168,10 @@ Item { height: width visible: (model.hasChildren === true) - opacity: (listItem.ListView.view.currentIndex === index) ? 1.0 : 1.0 + opacity: (listItem.ListView.view.currentIndex === index) ? 1.0 : 0.8 svg: arrowsSvg elementId: (Qt.application.layoutDirection == Qt.RightToLeft) ? "left-arrow-black" : "right-arrow-black" - /*Colorize { - anchors.fill: arrow - source: arrow - hue: 0 - saturation: 0.0 - lightness: -0.6 - }*/ } Keys.onPressed: { @@ -192,4 +185,4 @@ Item { } } } -} // listItem +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffListView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffListView.qml old mode 100644 new mode 100755 similarity index 99% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffListView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffListView.qml index 0b0a1a9..0cc7f3d --- a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/KickoffListView.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/KickoffListView.qml @@ -90,7 +90,7 @@ FocusScope { onReset: view.reset() onAddBreadcrumb: view.addBreadcrumb(model, title) } - spacing: PlasmaCore.Units.smallSpacing + spacing: PlasmaCore.Units.smallSpacing/2 section { property: "group" diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ListDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ListDelegate.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/ListDelegate.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/ListDelegate.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/MenuRepresentation.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/MenuRepresentation.qml new file mode 100755 index 0000000..f7de27f --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/MenuRepresentation.qml @@ -0,0 +1,1071 @@ +/*************************************************************************** + * Copyright (C) 2014 by Weng Xuetian + * Copyright (C) 2013-2017 by Eike Hein * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.4 +import QtQuick.Controls 1.1 +import QtQuick.Controls.Styles 1.1 +import QtQuick.Layouts 1.1 +import QtQuick.Dialogs 1.2 +import QtQuick.Window 2.1 +import QtGraphicalEffects 1.0 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.extras 2.0 as PlasmaExtras + +import org.kde.plasma.private.kicker 0.1 as Kicker +import org.kde.kcoreaddons 1.0 as KCoreAddons // kuser +import org.kde.plasma.private.shell 2.0 + +import org.kde.kwindowsystem 1.0 +import org.kde.kquickcontrolsaddons 2.0 +import org.kde.plasma.private.quicklaunch 1.0 + +import org.kde.kirigami 2.13 as Kirigami +import org.kde.kquickcontrolsaddons 2.0 as KQuickAddons + +import org.kde.kwindowsystem 1.0 + + +PlasmaCore.Dialog { + id: root + objectName: "popupWindow" + location: "Floating" // To make the panel display all 4 borders, the panel will be positioned at a corner. + flags: Qt.WindowStaysOnTopHint | Qt.Popup // Set to popup so that it is still considered a plasmoid popup, despite being a floating dialog window. + hideOnWindowDeactivate: true + + property int iconSize: units.iconSizes.medium + property int iconSizeSide: units.iconSizes.smallMedium + property int cellWidth: units.gridUnit * 14 // Width for all standard menu items. + property int cellWidthSide: units.gridUnit * 8 // Width for sidebar menu items. + property int cellHeight: iconSize + units.smallSpacing + (Math.max(highlightItemSvg.margins.top + highlightItemSvg.margins.bottom, + highlightItemSvg.margins.left + highlightItemSvg.margins.right)) - units.smallSpacing/2 + property bool searching: (searchField.text != "") + property bool showingAllPrograms: false + property bool firstTimePopup: false // To make sure the user icon is displayed properly. + property bool compositingEnabled: kwindowsystem.compositingActive + + property int slideAnimationDuration: 105 + + property color leftPanelBackgroundColor: "white" + property color leftPanelBorderColor: "#44000000" + property color leftPanelSeparatorColor: "#d6e5f5" + property color searchPanelSeparatorColor: "#cddbea" + property color searchPanelBackgroundColor: "#f3f7fb" + + property color searchFieldBackgroundColor: "white" + property color searchFieldTextColor: "black" + property color searchFieldPlaceholderColor: "#707070" + + property color shutdownTextColor: "#202020" + + // A bunch of references for easier access by child QML elements. + property alias m_recents: recents + property alias m_faves: faves + property alias m_showAllButton: allButtonsArea + property alias m_shutDownButton: shutdown + property alias m_lockButton: lockma + property alias m_searchField: searchField + property alias m_delayTimer: delayTimer + + onVisibleChanged: { + var pos = popupPosition(width, height); // Calculates the position of the floating dialog window. + x = pos.x; + y = pos.y; + if (!visible) { + reset(); + } else { + requestActivate(); + searchField.forceActiveFocus(); + } + resetRecents(); // Resets the recents model to prevent errors and crashes. + } + + onHeightChanged: { + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + // It's at this point where everything actually gets properly initialized and we don't have to worry about + // random unpredictable values, so we can safely allow the popup icon to show up. + iconUser.x = sidePanel.x+sidePanel.width/2-units.iconSizes.huge/2+units.smallSpacing + iconUser.y = root.y-units.iconSizes.huge/2 + firstTimePopup = true; + } + + onWidthChanged: { + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + } + + onSearchingChanged: { + if (!searching) { + reset(); + } + } + + function selectItem(itemIndex) { + //Stub + } + + function resetRecents() { + recents.model = rootModel.modelForRow(0); + recents.model.refresh(); + recents.currentIndex = -1; + } + function reset() { + searchField.text = ""; + compositingIcon.iconSource = ""; + nonCompositingIcon.iconSource = ""; + } + + //The position calculated is always at a corner. + function popupPosition(width, height) { + var screenAvail = plasmoid.availableScreenRect; + var screen = plasmoid.screenGeometry; + + var offset = 0; + // Fall back to bottom-left of screen area when the applet is on the desktop or floating. + var x = offset; + var y = screen.height - height - offset; + var horizMidPoint = screen.x + (screen.width / 2); + var vertMidPoint = screen.y + (screen.height / 2); + var appletTopLeft = kicker.mapToGlobal(0, 0); + var appletBottomLeft = kicker.mapToGlobal(0, kicker.height); + + x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - width; + + if (appletTopLeft.x < horizMidPoint) { + x += offset + } else if (appletTopLeft.x + width > horizMidPoint){ + x -= offset + } + + if (plasmoid.location == PlasmaCore.Types.TopEdge) { + /*this is floatingAvatar.width*/ + offset = 2; + y = screen.y + parent.height + panelSvg.margins.bottom + offset; + } else { + y = screen.y + screen.height - parent.height - height - panelSvg.margins.top - offset; + } + + return Qt.point(x, y); + } + + FocusScope { + id: mainFocusScope + objectName: "MainFocusScope" + Layout.minimumWidth: root.cellWidth + root.cellWidthSide + Layout.maximumWidth: root.cellWidth + root.cellWidthSide + + Layout.minimumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium + Layout.maximumHeight: (cellHeight * plasmoid.configuration.numberRows) + searchField.height + units.iconSizes.smallMedium + + focus: true + clip: true + + KWindowSystem { id: kwindowsystem } // Used for detecting compositing changes. + KCoreAddons.KUser { id: kuser } // Used for getting the username and icon. + Logic { id: logic } // Probably useful. + + /* + * The user icon is supposed to stick out of the start menu, so a separate dialog window + * is required to pull that effect off. Inspiration taken from SnoutBug's MMcK launcher, + * however with some minor adjustments and improvements. + * + * The flag Qt.X11BypassWindowManagerHint is used to prevent the dialog from animating its + * opacity when its visibility is changed directly, and Qt.Popup is used to ensure that it's + * above the parent dialog window. + * + * Setting the location to "Floating" means that we can use manual positioning for the dialog + * which is important as positioning a dialog like this is tricky at best and unpredictable + * at worst. Positioning of this dialog window can only be done reliably when: + * + * 1. The parent dialog window is visible, this ensures that the positioning of the window + * is actually initialized and not simply declared. + * 2. The width and height of the parent dialog window are properly initialized as well. + * + * This is why the position of this window is determined on the onHeightChanged slot of the + * parent window, as by then both the position and size of the parent are well defined. + * It should be noted that the position values for any dialog window are gonna become + * properly initialized once the visibility of the window is enabled, at least from what + * I could figure out. Anything before that and the properties won't behave well. + * + * To comment on MMcK's implementation, this is likely why positioning of the floating + * avatar is so weird and unreliable. Using uninitialized values always leads to + * unpredictable behavior, which leads to positioning being all over the place. + * + * The firstTimePopup is used to make sure that the dialog window has its correct position + * values before it is made visible to the user. + */ + + PlasmaCore.Dialog { + id: iconUser + flags: Qt.WindowStaysOnTopHint | Qt.Popup | Qt.X11BypassWindowManagerHint // To prevent the icon from animating its opacity when its visibility is changed + //type: "Notification" // So that we don't have to rely on this + location: "Floating" + x: 0 + y: 0 + backgroundHints: PlasmaCore.Types.NoBackground // To prevent the dialog background SVG from being rendered, we want a fully transparent window. + visualParent: root + visible: root.visible && !searching && compositingEnabled + opacity: iconUser.visible && firstTimePopup // To prevent even more NP-hard unpredictable behavior + mainItem: FloatingIcon { + id: compositingIcon + visible: compositingEnabled + } + } + + Connections { + target: plasmoid.configuration + function onNumberRowsChanged() { + recents.model = rootModel.modelForRow(0); + recents.model.refresh(); + } + } + PlasmaCore.DataSource { + id: pmEngine + engine: "powermanagement" + connectedSources: ["PowerDevil", "Sleep States"] + function performOperation(what) { + var service = serviceForSource("PowerDevil") + var operation = service.operationDescription(what) + service.startOperationCall(operation) + } + } + + PlasmaCore.DataSource { + id: executable + engine: "executable" + connectedSources: [] + onNewData: { + var exitCode = data["exit code"] + var exitStatus = data["exit status"] + var stdout = data["stdout"] + var stderr = data["stderr"] + exited(sourceName, exitCode, exitStatus, stdout, stderr) + disconnectSource(sourceName) + } + function exec(cmd) { + if (cmd) { + connectSource(cmd) + } + } + signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) + } + + PlasmaComponents.Highlight { + id: delegateHighlight + visible: false + z: -1 // otherwise it shows ontop of the icon/label and tints them slightly + } + + PlasmaExtras.Heading { + id: dummyHeading + visible: false + width: 0 + level: 5 + } + + TextMetrics { + id: headingMetrics + font: dummyHeading.font + } + + ActionMenu { + id: actionMenu + onActionClicked: visualParent.actionTriggered(actionId, actionArgument) + onClosed: { + /*if (pageList.currentItem) { + pageList.currentItem.itemGrid.currentIndex = -1; + }*/ + } + } + + /* + * This rectangle acts as a background for the left panel of the start menu. + * The rectangle backgroundBorderLine is the border separating the search field + * and the rest of the panel, while the searchBackground rectangle is the background + * for the search field. + */ + Rectangle { + id: backgroundRect + anchors.top: faves.top + anchors.topMargin: -4 + anchors.left: faves.left + + width: root.cellWidth + height: (root.cellHeight * plasmoid.configuration.numberRows) + searchBackground.height + 2 + + color: leftPanelBackgroundColor + border.color: leftPanelBorderColor + + border.width: 1 + radius: 3 + + z: 5 + + Behavior on width { + NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } + } + Rectangle { + id: backgroundBorderLine + + width: backgroundRect.width-2 + height: 2 + + color: searchPanelSeparatorColor + radius: 3 + + anchors { + top: searchBackground.top + topMargin: 1 + left: parent.left + leftMargin: 1 + } + z: 5 + } + Rectangle { + id: searchBackground + + width: root.cellWidth - 2 + height: searchField.height + units.smallSpacing * 4.5 - 2 + + Behavior on width { + NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } + } + + color: searchPanelBackgroundColor + radius: 3 + + anchors { + bottom: parent.bottom + bottomMargin: units.smallSpacing-2 + left: parent.left + leftMargin: 1 + } + } + } + /* + * Displays bookmarked/favorite applications and is displayed at the top of the start menu. + * The source code is taken directly from Kickoff without additional changes. + */ + FavoritesView { + id: faves + + anchors { + left: parent.left + top: parent.top + topMargin: 6 + leftMargin: 2 + } + + width: root.cellWidth + height: plasmoid.configuration.showRecentsView ? + ((root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : faves.getFavoritesCount())) - units.smallSpacing * 2) : + (root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height - allProgramsSeparator.height) + + visible: !showingAllPrograms && !searching + z: 8 + } + /* + This is the separator between favorite applications and recently used applications. + */ + Rectangle { + id: tabBarSeparator + + anchors { + top: faves.bottom + left: parent.left + right: faves.right + leftMargin: units.smallSpacing*4+2 + rightMargin: units.smallSpacing*4 + } + + height: 1 + opacity: 1 + + color: leftPanelSeparatorColor + visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching) + + z: 6 + } + /* + This is the view showing recently used applications. As soon as a program is executed and has a start menu + entry (appears in KMenuEdit), it will be pushed at the beginning of the list. The source code is forked from + Kickoff, featuring very minor changes. + */ + OftenUsedView { + id: recents + + anchors { + top: faves.bottom + left: parent.left + topMargin: units.smallSpacing*2 + bottomMargin: units.smallSpacing + leftMargin: 3 + } + + width: root.cellWidth-2 + height: (root.cellHeight * plasmoid.configuration.numberRows) - (root.cellHeight * (faves.getFavoritesCount() > 9 ? 9 : + faves.getFavoritesCount())) - units.smallSpacing*2 - allProgramsButton.height + + visible: plasmoid.configuration.showRecentsView && (!showingAllPrograms && !searching) + + z: 8 + } + /* + Another separator between the button to show all programs and recently used applications + */ + Rectangle { + id: allProgramsSeparator + anchors { + top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom + left: parent.left + leftMargin: units.smallSpacing*4+2 + rightMargin: units.smallSpacing*4 + } + Behavior on width { + NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } + } + + width: root.cellWidth - units.smallSpacing*8 + height: 1 + opacity: 1 + + color: leftPanelSeparatorColor + z: 6 + } + /* + * Shows/hides the main view of the panel. Clicking on it in the default state will show the + * application menu. If the start menu is showing the application menu element or is in a searching + * state, clicking on this button will bring the start menu back to its default state. + */ + MouseArea { + id: allButtonsArea + hoverEnabled: true + + anchors { + top: plasmoid.configuration.showRecentsView ? recents.bottom : faves.bottom + left: parent.left + topMargin: units.smallSpacing-1 + leftMargin: units.smallSpacing +2 + rightMargin: units.smallSpacing + } + KeyNavigation.tab: searchField; + KeyNavigation.backtab: returnPreviousView(); + function returnPreviousView() { + if(searching) { + return searchView.itemGrid; + } else if(showingAllPrograms) { + return appsView; + } else if(plasmoid.configuration.showRecentsView) { + return recents; + } else { + return faves; + } + } + Keys.onPressed: { + if (event.key == Qt.Key_Return || event.key == Qt.Key_Enter) { + click(true); + } else if(event.key == Qt.Key_Up) { + var view = returnPreviousView(); + view.focus = true; + if(typeof view.currentIndex !== "undefined") { + view.currentIndex = returnPreviousView().count-1; + } else { + // To implement for search view + } + } else if(event.key == Qt.Key_Down) { + searchField.focus = true; + } + } + onClicked: { + click(false); + } + function click(focusAppsView) { + if(searching) + { + searchField.text = ""; + } + else if(showingAllPrograms) + { + showingAllPrograms = false; + appsView.reset(); + } + else if(!searching && !showingAllPrograms) + { + showingAllPrograms = true; + if(focusAppsView) appsView.focus = true; + } + } + width: root.cellWidth - units.smallSpacing*2 + height: 25 + + Behavior on width { + NumberAnimation { easing.type: Easing.Linear; duration: slideAnimationDuration } + } + + z: 8 + PlasmaCore.FrameSvgItem { + id: allProgramsButton + anchors.fill: parent + imagePath: Qt.resolvedUrl("svgs/menuitem.svg") + + prefix: "hover" + opacity: { + if(allButtonsArea.containsMouse) return 1.0; + else if(allButtonsArea.focus) return 0.5; + else return 0; + } + } + PlasmaCore.SvgItem { + id: arrowDirection + svg: arrowsSvg + elementId: (searching || showingAllPrograms) ? "left-arrow-black" : "right-arrow-black" + + anchors.left: parent.left + anchors.verticalCenter: parent.verticalCenter + anchors.leftMargin: units.smallSpacing + + width: 16 + height: 16 + } + Text { + text: showingAllPrograms || searching ? "Back" : "All programs" + font.pixelSize: 12 + anchors.left: arrowDirection.right + anchors.leftMargin: units.smallSpacing + anchors.verticalCenter: parent.verticalCenter + } + } + /* + * Shows search results when the user types something into the textbox. This view will only + * appear if that textbox is not empty, and it will extend the left panel to the entire + * width of the plasmoid. The source code is forked from Kickoff and features aesthetic + * changes. + */ + SearchView { + id: searchView + + anchors { + top: parent.top + left: parent.left + right: parent.right + bottom: allProgramsSeparator.top + + topMargin: units.smallSpacing*2 -2 + leftMargin: 2 + rightMargin: 2 + } + + height: root.cellHeight * plasmoid.configuration.numberRows - units.smallSpacing*2 - allProgramsButton.height + + opacity: 0 + visible: opacity + Behavior on opacity { + NumberAnimation { easing.type: Easing.InOutQuart; duration: 150 } + } + + z: 7 + } + /* + * Shows a list of all applications organized by categories. The source code is forked from Kickoff + * and features mostly aesthetic changes. + */ + ApplicationsView { + id: appsView + + anchors { + top: parent.top + left: parent.left + right: faves.right + + topMargin: 2 + leftMargin: 2 + } + + width: root.cellWidth + height: (root.cellHeight * plasmoid.configuration.numberRows) - units.smallSpacing*2 - allProgramsButton.height + + opacity: 0 + visible: opacity + + function resetIndex() { + appsView.listView.currentIndex = -1; + } + + z: 1 + } + + states: [ + + State { + name: "AllPrograms"; when: !searching && showingAllPrograms + PropertyChanges { + target: faves; opacity: 0; + } + PropertyChanges { + target: recents; opacity: 0; + } + PropertyChanges { + target: tabBarSeparator; opacity: 0; + } + PropertyChanges { + target: appsView; opacity: 1; + } + PropertyChanges { + target: appsView; z: 7; + } + StateChangeScript { + script: appsView.resetIndex(); + } + }, + + State { + name: "Searching"; when: searching + PropertyChanges { + target: searchView; opacity: (backgroundRect.width === searchView.width ? 1 : 0); + } + PropertyChanges { + target: faves; opacity: 0; + } + PropertyChanges { + target: recents; opacity: 0; + } + PropertyChanges { + target: tabBarSeparator; opacity: 0; + } + PropertyChanges { + target: searchBackground; width: searchView.width - units.smallSpacing; + } + PropertyChanges { + target: backgroundRect; width: searchView.width; + } + PropertyChanges { + target: allProgramsButton; width: searchView.width - units.smallSpacing*2; + } + PropertyChanges { + target: allProgramsSeparator; width: searchView.width - units.smallSpacing*8; + } + PropertyChanges { + target: allButtonsArea; width: searchView.width - units.smallSpacing*2; + } + PropertyChanges { + target: sidePanel; opacity: 0; + } + PropertyChanges { + target: sidePanel; enabled: false + } + } + ] + transitions: [ + Transition { + PropertyAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 100 } + } + ] + + PlasmaExtras.ActionTextField { + id: searchField + z: 7 + + focus: true + + anchors{ + bottom: parent.bottom + bottomMargin: units.smallSpacing * 2.5 + left: parent.left + right: faves.right + rightMargin: units.smallSpacing * 2 + leftMargin: units.smallSpacing * 2 + 2 + } + + background: PlasmaCore.FrameSvgItem { + anchors.fill:parent + anchors.left: parent.left + imagePath: Qt.resolvedUrl("svgs/lineedit.svg") + prefix: "base" + + PlasmaCore.IconItem { + source: "gtk-search" + smooth: true + visible: !searching + width: units.iconSizes.small; + height: width + anchors { + top: parent.top + bottom: parent.bottom + bottomMargin: 1 + right: parent.right + rightMargin: units.smallSpacing + } + } + } + inputMethodHints: Qt.ImhNoPredictiveText + width: root.cellWidth - units.smallSpacing * 4 - 2 + height: units.smallSpacing * 7 - units.smallSpacing + 1 + clearButtonShown: false + placeholderText: i18n("Search programs and files") + text: "" + color: "black" + verticalAlignment: TextInput.AlignBottom + font.italic: searchField.text == "" ? true : false + + onTextChanged: { + searchView.onQueryChanged(); + } + + KeyNavigation.tab: columnItems.visibleChildren[0]; + Keys.priority: Keys.AfterItem + Keys.onPressed: { + if (event.key == Qt.Key_Escape) { + event.accepted = true; + if (searching) { + root.reset(); + } else if(showingAllPrograms) { + showingAllPrograms = false; + appsView.reset(); + } else { + root.visible = false; + } + return; + } + if (event.key == Qt.Key_Tab) { + faves.forceActiveFocus(); + event.accepted = true; + return; + } + event.accepted = false; + } + + + function backspace() { + if (!root.visible) { + return; + } + focus = true; + text = text.slice(0, -1); + } + + function appendText(newText) { + if (!root.visible) { + return; + } + focus = true; + text = text + newText; + } + } + + Item{ + id: sidePanel + z: 7 + anchors{ + left: faves.right + right: parent.right + top: parent.top + bottom: parent.bottom + bottomMargin: units.largeSpacing + leftMargin: units.smallSpacing * 2 + rightMargin: units.smallSpacing + topMargin: compositingEnabled ? units.iconSizes.huge / 2 + units.smallSpacing : 0 + } + + FloatingIcon { + id: nonCompositingIcon + visible: !compositingEnabled + } + FileDialog { + id: folderDialog + visible: false + folder: shortcuts.pictures + + function getPath(val){ + if(val === 1) + return shortcuts.home + else if (val === 2) + return shortcuts.documents + else if (val === 3) + return shortcuts.pictures + else if (val === 4) + return shortcuts.music + else if (val === 5) + return shortcuts.movies + else if (val === 6) + return shortcuts.home + "/Downloads" + else if (val === 7) + return "file:///." // Root + else if (val === 8) + return "remote:/" + } + } + Timer { + id: delayTimer + interval: 250 + repeat: false + onTriggered: { + if(root.activeFocusItem.objectName === "SidePanelItemDelegate") { + compositingIcon.iconSource = root.activeFocusItem.itemIcon; + nonCompositingIcon.iconSource = root.activeFocusItem.itemIcon; + } else { + compositingIcon.iconSource = ""; + nonCompositingIcon.iconSource = ""; + } + } + } + //Side panel items + ColumnLayout { + id: columnItems + spacing: 3 + anchors.top: compositingEnabled ? parent.top : nonCompositingIcon.bottom + anchors.topMargin: compositingEnabled ? units.smallSpacing : units.smallSpacing*2 + anchors.left: parent.left + width: parent.width + + property int currentIndex: -1 + + SidePanelItemDelegate { + itemText: kuser.loginName + itemIcon: "user-home" + executableString: folderDialog.getPath(1) + visible: plasmoid.configuration.showHomeSidepanel + } + SidePanelItemDelegate { + itemText: "Documents" + itemIcon: "folder-txt" + executableString: folderDialog.getPath(2) + visible: plasmoid.configuration.showDocumentsSidepanel + } + SidePanelItemDelegate { + itemText: "Pictures" + itemIcon: "folder-images" + executableString: folderDialog.getPath(3) + visible: plasmoid.configuration.showPicturesSidepanel + } + SidePanelItemDelegate { + itemText: "Music" + itemIcon: "folder-sound" + executableString: folderDialog.getPath(4) + visible: plasmoid.configuration.showMusicSidepanel + } + SidePanelItemDelegate { + itemText: "Videos" + itemIcon: "folder-video" + executableString: folderDialog.getPath(5) + visible: plasmoid.configuration.showVideosSidepanel + } + SidePanelItemDelegate { + itemText: "Downloads" + itemIcon: "folder-download" + executableString: folderDialog.getPath(6) + visible: plasmoid.configuration.showDownloadsSidepanel + } + SidePanelItemDelegate { + itemText: "Computer" + itemIcon: "computer" + executableString: folderDialog.getPath(7) + visible: plasmoid.configuration.showRootSidepanel + } + SidePanelItemDelegate { + itemText: "Network" + itemIcon: "network-workgroup" + executableString: folderDialog.getPath(8) + visible: plasmoid.configuration.showNetworkSidepanel + } + SidePanelItemDelegate { + itemText: "System Settings" + itemIcon: "preferences-system" + executableString: "systemsettings5" + executeProgram: true + visible: plasmoid.configuration.showSettingsSidepanel + } + SidePanelItemDelegate { + itemText: "Default Programs" + itemIcon: "preferences-desktop-default-applications" + executableString: "systemsettings5 kcm_componentchooser" + executeProgram: true + visible: plasmoid.configuration.showDefaultsSidepanel + } + + //Used to space out the rest of the side panel, so that the shutdown button is at the bottom of the plasmoid + Item { + Layout.fillHeight: true + visible: false + } + Item { + height: units.smallSpacing + visible: false + } + } + } + + RowLayout { + id: leaveButtons + anchors{ + top: searchField.top + topMargin: 1 + left: searchField.right + leftMargin: units.smallSpacing*4 + } + spacing: 0 + z: 7 + function findUpItem() { + if(searching) { + return allButtonsArea; + } else { + return columnItems.visibleChildren[columnItems.visibleChildren.length-1]; + } + } + ListDelegate { + id: shutdown + objectName: "ShutdownButton" + width: units.smallSpacing * 17 + height: units.smallSpacing * 6 - 1 + size: iconSizeSide + + KeyNavigation.tab: lockScreenDelegate + KeyNavigation.backtab: leaveButtons.findUpItem(); + + Keys.onPressed: { + if(event.key == Qt.Key_Return) { + ma.clicked(null); + } else if(event.key == Qt.Key_Right) { + lockScreenDelegate.focus = true; + } else if(event.key == Qt.Key_Left) { + searchField.focus = true; + } else if(event.key == Qt.Key_Up) { + leaveButtons.findUpItem().focus = true; + } + } + + Text { + text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Shut Down") + + font.pixelSize: 12 + color: searching ? shutdownTextColor : PlasmaCore.Theme.textColor + anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter + z: 5 + } + + PlasmaCore.FrameSvgItem { + id: shutdownButton + + anchors.fill:parent + anchors.left: parent.left + imagePath: Qt.resolvedUrl("svgs/startmenu-buttons.svg") + + prefix: { + if(ma.containsPress) return "pressed"; + else if(ma.containsMouse || lockma.containsMouse || shutdown.focus) return "hover"; + else return "normal"; + } + } + + MouseArea { + id: ma + + enabled: !root.hoverDisabled + acceptedButtons: Qt.LeftButton + hoverEnabled: true + anchors.fill: parent + onExited: { + shutdown.focus = false; + } + onClicked: { + root.visible = false; + pmEngine.performOperation("requestShutDown"); + } + } + } + + ListDelegate { + id: lockScreenDelegate + Layout.leftMargin: -1 + height: shutdown.height + KeyNavigation.tab: faves + KeyNavigation.backtab: shutdown + + Keys.onPressed: { + if(event.key == Qt.Key_Return) { + lockma.clicked(null); + } else if(event.key == Qt.Key_Left) { + shutdown.focus = true; + } else if(event.key == Qt.Key_Up) { + leaveButtons.findUpItem().focus = true; + } + } + PlasmaCore.FrameSvgItem { + id: lockButton + + anchors.fill: parent; + anchors.left: parent.left + imagePath: Qt.resolvedUrl("svgs/startmenu-buttons.svg") + + prefix: { + if(ma.containsPress || lockma.containsPress || lockScreenDelegate.focus) return "rtl-pressed"; + else if(ma.containsMouse || lockma.containsMouse || shutdown.focus) return "rtl-hover"; + else return "rtl-normal"; + } + } + + MouseArea { + id: lockma + enabled: !root.hoverDisabled + acceptedButtons: Qt.LeftButton + onClicked: { + root.visible = false; + pmEngine.performOperation("lockScreen") + } + hoverEnabled: true + anchors.fill: lockButton + } + PlasmaCore.SvgItem { + id: lsSvg + svg: lockScreenSvg + anchors { + fill: lockButton + leftMargin: units.smallSpacing*2 + rightMargin: units.smallSpacing*2 + topMargin: units.smallSpacing*1.5 + bottomMargin: units.smallSpacing*1.5 + } + elementId: searching ? "dark-lock" : "light-lock" + } + enabled: pmEngine.data["Sleep States"]["LockScreen"] + size: iconSizeSide + } + } + + KeyNavigation.tab: faves; + Keys.forwardTo: searchField + + } + + Component.onCompleted: { + kicker.reset.connect(reset); + reset(); + faves.listView.currentIndex = -1; + + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/OftenUsedView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/OftenUsedView.qml new file mode 100755 index 0000000..6082118 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/OftenUsedView.qml @@ -0,0 +1,36 @@ +/* + Copyright (C) 2011 Martin Gräßlin + Copyright (C) 2012 Marco Martin + Copyright (C) 2015 Eike Hein + Copyright (C) 2017 Ivan Cukic + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ +import QtQuick 2.0 +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.plasma.private.kicker 0.1 as Kicker + +BaseView { + id: recentsModel + objectName: "OftenUsedView" + + KeyNavigation.tab: root.m_showAllButton + model: Kicker.RecentUsageModel { + favoritesModel: globalFavorites + ordering: 0 + shownItems: Kicker.RecentUsageModel.OnlyApps + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/RecentlyUsedView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/RecentlyUsedView.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/RecentlyUsedView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/RecentlyUsedView.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SearchView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SearchView.qml new file mode 100755 index 0000000..d082b0f --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SearchView.qml @@ -0,0 +1,113 @@ +/* + Copyright (C) 2011 Martin Gräßlin + Copyright (C) 2012 Gregor Taetzner + Copyright (C) 2015-2018 Eike Hein + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ +import QtQuick 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.plasma.private.kicker 0.1 as Kicker + +Item { + id: searchViewContainer + + objectName: "SearchView" + + function decrementCurrentIndex() { + runnerModel.decrementCurrentIndex(); + } + + function incrementCurrentIndex() { + runnerModel.incrementCurrentIndex(); + } + + function activateCurrentIndex() { + runnerModel.currentItem.activate(); + } + + function openContextMenu() { + runnerModel.currentItem.openActionMenu(); + } + + function setCurrentIndex() { + runnerModel.currentIndex = 0; + } + function resetCurrentIndex() { + runnerModel.currentIndex = -1; + } + function onQueryChanged() { + runnerModel.query = searchField.text; + + if (!searchField.text) { + repeaterModelIndex = 0; + runnerGrid.repeater.currentModelIndex = 0; + runnerModel.model = null; + } else { + if(runnerGrid.count != 0) { + runnerGrid.repeater.currentModelIndex = 0; + } + } + } + + property int repeaterModelIndex: 0 + onFocusChanged: { + + if(runnerGrid.count != 0) { + if(!focus) repeaterModelIndex = runnerGrid.repeater.currentModelIndex; + else { + runnerGrid.repeater.currentModelIndex = repeaterModelIndex; + } + } + } + property Item itemGrid: runnerGrid + + + Kicker.RunnerModel { + id: runnerModel + appletInterface: plasmoid + mergeResults: false + favoritesModel: globalFavorites + } + + Connections { + target: runnerModel + + function onCountChanged() { + + if (runnerModel.count && !runnerGrid.model) { + runnerGrid.model = runnerModel; + } + } + } + + ItemMultiGridView { + id: runnerGrid + anchors.fill: parent + anchors.leftMargin: units.smallSpacing; + z: 9999 + aCellWidth: parent.width - units.smallSpacing*2 + aCellHeight: iconSize + units.smallSpacing + + enabled: searchField.text + isSquare: false + model: runnerModel + grabFocus: true + } + +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SectionDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SectionDelegate.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/SectionDelegate.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SectionDelegate.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SidePanelItemDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SidePanelItemDelegate.qml new file mode 100755 index 0000000..04fd0ae --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/SidePanelItemDelegate.qml @@ -0,0 +1,104 @@ +import QtQuick 2.4 +import QtQuick.Controls 1.1 +import QtQuick.Controls.Styles 1.1 +import QtQuick.Layouts 1.1 +import QtQuick.Dialogs 1.2 +import QtQuick.Window 2.1 +import QtGraphicalEffects 1.0 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.extras 2.0 as PlasmaExtras + +ListDelegate { + id: sidePanelDelegate + objectName: "SidePanelItemDelegate" + property int iconSizeSide: units.iconSizes.smallMedium + property string itemText: "" + property string itemIcon: "" + property string executableString: "" + property bool executeProgram: false + text: itemText + //icon: itemIcon + size: iconSizeSide + units.smallSpacing / 1.5 + 1 + + KeyNavigation.backtab: findPrevious(); + KeyNavigation.tab: findNext(); + + function findPrevious() { + var i = Array.prototype.indexOf.call(parent.visibleChildren, sidePanelDelegate)-1; + if(i < 0) { + return root.m_searchField; + } + return parent.visibleChildren[i]; + } + + function findNext() { + var i = Array.prototype.indexOf.call(parent.visibleChildren, sidePanelDelegate)+1; + if(i >= parent.visibleChildren.length) { + return root.m_shutDownButton; + } + return parent.visibleChildren[i]; + } + Keys.onPressed: { + if(event.key == Qt.Key_Return) { + sidePanelMouseArea.clicked(null); + } else if(event.key == Qt.Key_Up) { + findPrevious().focus = true; + } else if(event.key == Qt.Key_Down) { + findNext().focus = true; + } else if(event.key == Qt.Key_Left) { + var pos = parent.mapToItem(mainFocusScope, sidePanelDelegate.x, sidePanelDelegate.y); + var obj = mainFocusScope.childAt(units.smallSpacing*10, pos.y); + if(obj.objectName == "") { + obj = root.m_recents; + } + obj.focus = true; + } + } + //For some reason this is the only thing that prevents a width reduction bug, despite it being UB in QML + anchors.left: parent.left; + anchors.right: parent.right; + + PlasmaCore.FrameSvgItem { + id: itemFrame + z: -1 + opacity: sidePanelMouseArea.containsMouse || parent.focus + + anchors.fill: parent + imagePath: Qt.resolvedUrl("svgs/sidebaritem.svg") + prefix: "menuitem" + + } + onFocusChanged: { + /*if(focus) { + root.m_sidebarIcon.source = itemIcon; + } else { + root.m_sidebarIcon.source = ""; + }*/ + if(root.m_delayTimer.running) root.m_delayTimer.restart(); + else root.m_delayTimer.start(); + } + MouseArea { + id: sidePanelMouseArea + enabled: !root.hoverDisabled + acceptedButtons: Qt.LeftButton + onEntered: { + sidePanelDelegate.focus = true; + } + onExited: { + sidePanelDelegate.focus = false; + } + onClicked: { + root.visible = false; + if(executeProgram) + executable.exec(executableString); + else { + Qt.openUrlExternally(executableString); + } + } + hoverEnabled: true + anchors.fill: parent + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/code/tools.js b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/code/tools.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/SevenStart/contents/ui/code/tools.js rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/code/tools.js diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/main.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/main.qml new file mode 100755 index 0000000..2c00674 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/main.qml @@ -0,0 +1,234 @@ +/*************************************************************************** + * Copyright (C) 2014-2015 by Eike Hein * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + +import QtQuick 2.0 +import QtQuick.Layouts 1.1 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.private.kicker 0.1 as Kicker + +Item { + id: kicker + + signal reset + + anchors.fill: parent + property bool isDash: false + property Item dragSource: null + + // With this we can make the compact representation be any + // item we want. + Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + Plasmoid.compactRepresentation: null + Plasmoid.fullRepresentation: compactRepresentation + + property QtObject globalFavorites: rootModel.favoritesModel + property QtObject systemFavorites: rootModel.systemFavoritesModel + + // Runs KMenuEdit. + function action_menuedit() { + processRunner.runMenuEditor(); + } + + function action_taskman() { + menu_executable.exec("ksysguard"); + } + + Component { + id: compactRepresentation + CompactRepresentation {} + } + + Component { + id: menuRepresentation + MenuRepresentation {} + } + + // Used to run separate programs through this plasmoid. + PlasmaCore.DataSource { + id: menu_executable + engine: "executable" + connectedSources: [] + onNewData: { + var exitCode = data["exit code"] + var exitStatus = data["exit status"] + var stdout = data["stdout"] + var stderr = data["stderr"] + exited(sourceName, exitCode, exitStatus, stdout, stderr) + disconnectSource(sourceName) + } + function exec(cmd) { + if (cmd) { + connectSource(cmd) + } + } + signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) + } + + Kicker.RootModel { + id: rootModel + + autoPopulate: false + + appNameFormat: plasmoid.configuration.appNameFormat + flat: true + sorted: true + showSeparators: true + appletInterface: plasmoid + + paginate: false + pageSize: plasmoid.configuration.numberColumns * plasmoid.configuration.numberRows + + showAllApps: false + showRecentApps: true + showRecentDocs: false + showRecentContacts: false + showPowerSession: false + + onFavoritesModelChanged: { + if ("initForClient" in favoritesModel) { + favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id) + + if (!plasmoid.configuration.favoritesPortedToKAstats) { + favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps); + plasmoid.configuration.favoritesPortedToKAstats = true; + } + } else { + favoritesModel.favorites = plasmoid.configuration.favoriteApps; + } + favoritesModel.maxFavorites = pageSize; + } + + onSystemFavoritesModelChanged: { + systemFavoritesModel.enabled = false; + systemFavoritesModel.favorites = plasmoid.configuration.favoriteSystemActions; + systemFavoritesModel.maxFavorites = 8; + } + + Component.onCompleted: { + if ("initForClient" in favoritesModel) { + favoritesModel.initForClient("org.kde.plasma.kicker.favorites.instance-" + plasmoid.id) + + if (!plasmoid.configuration.favoritesPortedToKAstats) { + favoritesModel.portOldFavorites(plasmoid.configuration.favoriteApps); + plasmoid.configuration.favoritesPortedToKAstats = true; + } + } else { + favoritesModel.favorites = plasmoid.configuration.favoriteApps; + } + + favoritesModel.maxFavorites = pageSize; + rootModel.refresh(); + } + } + + Connections { + target: globalFavorites + + function onFavoritesChanged() { + plasmoid.configuration.favoriteApps = target.favorites; + } + } + + Connections { + target: systemFavorites + + function onFavoritesChanged() { + plasmoid.configuration.favoriteSystemActions = target.favorites; + } + } + + Connections { + target: plasmoid.configuration + + function onFavoriteAppsChanged() { + globalFavorites.favorites = plasmoid.configuration.favoriteApps; + } + + function onFavoriteSystemActionsChanged() { + systemFavorites.favorites = plasmoid.configuration.favoriteSystemActions; + } + } + + Kicker.RunnerModel { + id: runnerModel + + favoritesModel: globalFavorites + runners: plasmoid.configuration.useExtraRunners ? new Array("services").concat(plasmoid.configuration.extraRunners) : "services" + appletInterface: plasmoid + + deleteWhenEmpty: false + } + + Kicker.DragHelper { + id: dragHelper + } + + Kicker.ProcessRunner { + id: processRunner + } + + // SVGs + PlasmaCore.FrameSvgItem { + id : highlightItemSvg + visible: false + imagePath: Qt.resolvedUrl("svgs/menuitem.svg") + prefix: "hover" + } + PlasmaCore.FrameSvgItem { + id : panelSvg + visible: false + imagePath: "widgets/panel-background" + } + PlasmaCore.Svg { + id: arrowsSvg + imagePath: Qt.resolvedUrl("svgs/arrows.svgz") + size: "16x16" + } + PlasmaCore.Svg { + id: lockScreenSvg + imagePath: Qt.resolvedUrl("svgs/system-lock-screen.svg") + } + + PlasmaComponents.Label { + id: toolTipDelegate + + width: contentWidth + height: contentHeight + + property Item toolTip + + text: (toolTip != null) ? toolTip.text : "" + } + + function resetDragSource() { + dragSource = null; + } + + Component.onCompleted: { + plasmoid.setAction("menuedit", i18n("Edit Applications...")); + plasmoid.setAction("taskman", i18n("Task Manager")); + + rootModel.refreshed.connect(reset); + + dragHelper.dropped.connect(resetDragSource); + } +} diff --git a/Plasma/Plasma Widgets/User/Start Menu/Orbs/hovered.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/hovered.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/Orbs/hovered.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/hovered.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/Orbs/normal.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/normal.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/Orbs/normal.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/normal.png diff --git a/Plasma/Plasma Widgets/User/Start Menu/Orbs/selected.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/selected.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Start Menu/Orbs/selected.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/orbs/selected.png diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/arrows.svgz b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/arrows.svgz new file mode 100755 index 0000000..8a5a6c2 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/arrows.svgz differ diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/lineedit.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/lineedit.svg new file mode 100644 index 0000000..fd13888 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/lineedit.svg @@ -0,0 +1,1028 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/menuitem.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/menuitem.svg new file mode 100755 index 0000000..4425856 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/menuitem.svg @@ -0,0 +1,2467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/sidebaritem.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/sidebaritem.svg new file mode 100755 index 0000000..d1fe09a --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/sidebaritem.svg @@ -0,0 +1,1752 @@ + + + +image/svg+xml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/startmenu-buttons.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/startmenu-buttons.svg new file mode 100755 index 0000000..e0712f1 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/startmenu-buttons.svg @@ -0,0 +1,3179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/system-lock-screen.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/system-lock-screen.svg new file mode 100755 index 0000000..4a7f590 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/contents/ui/svgs/system-lock-screen.svg @@ -0,0 +1,54 @@ + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/metadata.desktop b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/metadata.desktop new file mode 100755 index 0000000..1014fc5 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.SevenStart/metadata.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Name=Seven Start +Comment=Open application menu + +Type=Service +Icon=start-here-kde +X-KDE-ServiceTypes=Plasma/Applet + +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml +X-Plasma-Provides=org.kde.plasma.launchermenu + +X-KDE-PluginInfo-Author=WackyIdeas +X-KDE-PluginInfo-Email=wackyideas[at]disroot.org +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.SevenStart +X-KDE-PluginInfo-Version=1.0 +X-KDE-PluginInfo-Category=Application Launchers +X-KDE-PluginInfo-Depends= +X-KDE-PluginInfo-License=GPL v2+ +X-KDE-PluginInfo-EnabledByDefault=true diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/README.md b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/README.md old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/README.md rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/README.md diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/config/config.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/config/config.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/config/config.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/config/main.xml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/config/main.xml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/config/main.xml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/config/main.xml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CalendarView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CalendarView.qml new file mode 100755 index 0000000..28d5d88 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CalendarView.qml @@ -0,0 +1,442 @@ +/* + * Copyright 2013 Sebastian Kügler + * Copyright 2015 Martin Klapetek + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +import QtQuick 2.4 +import QtQuick.Layouts 1.1 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.calendar 2.0 as PlasmaCalendar +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.extras 2.0 as PlasmaExtras + +PlasmaCore.Dialog { + id: calendar + objectName: "popupWindow" + flags: Qt.WindowStaysOnTopHint + location: PlasmaCore.Types.Floating //To make the dialog float in the corner of the screen + hideOnWindowDeactivate: !plasmoid.configuration.pin + + //Used for reading margin values + PlasmaCore.FrameSvgItem { + id : panelSvg + visible: false + imagePath: "widgets/panel-background" + } + + onVisibleChanged: { + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + + holidaysList.model = null; + holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); + } + onHeightChanged: { + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + } + + onWidthChanged: { + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + } + + function popupPosition(i, j) { + var screenAvail = plasmoid.availableScreenRect; + var screen = plasmoid.screenGeometry; + + var offset = PlasmaCore.Units.smallSpacing; + // Fall back to bottom-left of screen area when the applet is on the desktop or floating. + var x = offset; + var y = screen.height - j - offset; + + var horizMidPoint = screen.x + (screen.width / 2); + var vertMidPoint = screen.y + (screen.height / 2); + var appletTopLeft = parent.mapToGlobal(0, 0); + var appletBottomLeft = parent.mapToGlobal(0, parent.height); + + x = (appletTopLeft.x < horizMidPoint) ? screen.x : (screen.x + screen.width) - i; + + if (appletTopLeft.x < horizMidPoint) { + x += offset + } else if (appletTopLeft.x + i > horizMidPoint){ + x -= offset + } + + if (plasmoid.location == PlasmaCore.Types.TopEdge) { + /*this is floatingAvatar.width*/ + offset = PlasmaCore.Units.smallSpacing*2; + y = screen.y + parent.height + panelSvg.margins.bottom + offset; + } else { + offset = PlasmaCore.Units.smallSpacing*2; + y = screen.y + screen.height - (parent.height) - j - panelSvg.margins.top - offset; + } + + return Qt.point(x, y); + } + + readonly property bool showAgenda: PlasmaCalendar.EventPluginsManager.enabledPlugins.length > 0 + + property int _minimumWidth: (showAgenda ? agendaViewWidth : units.largeSpacing) + monthViewWidth + property int _minimumHeight: PlasmaCore.Units.gridUnit * 12 + + readonly property int agendaViewWidth: _minimumHeight + readonly property int monthViewWidth: monthView.showWeekNumbers ? Math.round(_minimumHeight * 1.25) : Math.round(_minimumHeight * 1.125) + + property int boxWidth: (agendaViewWidth + monthViewWidth - ((showAgenda ? 3 : 4) * spacing)) / 2 + + property int spacing: units.largeSpacing + property alias borderWidth: monthView.borderWidth + property alias monthView: monthView + + property bool debug: false + + property bool isExpanded: plasmoid.expanded + + onIsExpandedChanged: { + // clear all the selections when the plasmoid is showing/hiding + monthView.resetToToday(); + } + + FocusScope { + Layout.minimumWidth: _minimumWidth * 0.8 + Layout.minimumHeight: _minimumHeight * 1.2 + Layout.maximumWidth: _minimumWidth * 0.8 + Layout.maximumHeight: _minimumHeight * 1.2 + Layout.preferredWidth: _minimumWidth * 0.8 + Layout.preferredHeight: _minimumHeight * 1.2 + + //This is the long date that appears on top of the dialog, pressing on it will set the calendar to the current day. + PlasmaExtras.Heading { + id: longDateLabel + anchors { + left: parent.left + right: parent.right + top: parent.top + topMargin: PlasmaCore.Units.smallSpacing*2 + } + width: paintedWidth + horizontalAlignment: Text.AlignHCenter + text: agenda.dateString("dddd") + ", " + Qt.locale().standaloneMonthName(monthView.currentDate.getMonth()) + agenda.dateString(" dd") + ", " + agenda.dateString("yyyy") + color: heading_ma.containsPress ? "#90e7ff" : (heading_ma.containsMouse ? "#b6ffff" : "white") + font.underline: heading_ma.containsMouse + level: 5 + MouseArea { + id: heading_ma + anchors.fill: parent + hoverEnabled: true + onClicked: monthView.resetToToday() + cursorShape: Qt.PointingHandCursor + z: 5 + } + } + + //This is the side panel that appears on the right of the calendar view, showing holidays, events, reminders, etc. in a list. + //Replaces the large graphical clock on the right on Windows 7's equivalent panel. + Item { + id: agenda + visible: calendar.showAgenda + width: boxWidth * 0.75 + + anchors { + top: parent.top + right: parent.right + bottom: parent.bottom + topMargin: spacing + bottomMargin: spacing + } + + function dateString(format) { + return Qt.formatDate(monthView.currentDate, format); + } + + function formatDateWithoutYear(date) { + // Unfortunatelly Qt overrides ECMA's Date.toLocaleDateString(), + // which is able to return locale-specific date-and-month-only date + // formats, with its dumb version that only supports Qt::DateFormat + // enum subset. So to get a day-and-month-only date format string we + // must resort to this magic and hope there are no locales that use + // other separators... + var format = Qt.locale().dateFormat(Locale.ShortFormat).replace(/[./ ]*Y{2,4}[./ ]*/i, ''); + return Qt.formatDate(date, format); + } + + Connections { + target: monthView + + function onCurrentDateChanged() { + // Apparently this is needed because this is a simple QList being + // returned and if the list for the current day has 1 event and the + // user clicks some other date which also has 1 event, QML sees the + // sizes match and does not update the labels with the content. + // Resetting the model to null first clears it and then correct data + // are displayed. + holidaysList.model = null; + holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); + } + } + + Connections { + target: monthView.daysModel + + function onAgendaUpdated(updatedDate) { + // Checks if the dates are the same, comparing the date objects + // directly won't work and this does a simple integer subtracting + // so should be fastest. One of the JS weirdness. + if (updatedDate - monthView.currentDate === 0) { + holidaysList.model = null; + holidaysList.model = monthView.daysModel.eventsForDate(monthView.currentDate); + } + } + } + + Connections { + target: plasmoid.configuration + + function onEnabledCalendarPluginsChanged() { + PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins; + } + } + + Binding { + target: plasmoid + property: "hideOnWindowDeactivate" + value: !plasmoid.configuration.pin + } + + TextMetrics { + id: dateLabelMetrics + + // Date/time are arbitrary values with all parts being two-digit + readonly property string timeString: Qt.formatTime(new Date(2000, 12, 12, 12, 12, 12, 12)) + readonly property string dateString: agenda.formatDateWithoutYear(new Date(2000, 12, 12, 12, 12, 12)) + + font: theme.defaultFont + text: timeString.length > dateString.length ? timeString : dateString + } + + PlasmaExtras.ScrollArea { + id: holidaysView + anchors { + top: parent.top + topMargin: PlasmaCore.Units.largeSpacing + left: parent.left + right: parent.right + bottom: parent.bottom + } + flickableItem.boundsBehavior: Flickable.StopAtBounds + + ListView { + id: holidaysList + + delegate: PlasmaComponents.ListItem { + id: eventItem + property bool hasTime: { + // Explicitly all-day event + if (modelData.isAllDay) { + return false; + } + // Multi-day event which does not start or end today (so + // is all-day from today's point of view) + if (modelData.startDateTime - monthView.currentDate < 0 && + modelData.endDateTime - monthView.currentDate > 86400000) { // 24hrs in ms + return false; + } + + // Non-explicit all-day event + var startIsMidnight = modelData.startDateTime.getHours() == 0 + && modelData.startDateTime.getMinutes() == 0; + + var endIsMidnight = modelData.endDateTime.getHours() == 0 + && modelData.endDateTime.getMinutes() == 0; + + var sameDay = modelData.startDateTime.getDate() == modelData.endDateTime.getDate() + && modelData.startDateTime.getDay() == modelData.endDateTime.getDay() + + if (startIsMidnight && endIsMidnight && sameDay) { + return false + } + + return true; + } + + PlasmaCore.ToolTipArea { + width: parent.width + height: eventGrid.height + active: eventTitle.truncated || eventDescription.truncated + mainText: active ? eventTitle.text : "" + subText: active ? eventDescription.text : "" + + GridLayout { + id: eventGrid + columns: 3 + rows: 2 + rowSpacing: 0 + columnSpacing: 2 * units.smallSpacing + + width: parent.width + + Rectangle { + id: eventColor + + Layout.row: 0 + Layout.column: 0 + Layout.rowSpan: 2 + Layout.fillHeight: true + + color: modelData.eventColor + width: 5 * units.devicePixelRatio + visible: modelData.eventColor !== "" + } + + PlasmaComponents.Label { + id: startTimeLabel + + readonly property bool startsToday: modelData.startDateTime - monthView.currentDate >= 0 + readonly property bool startedYesterdayLessThan12HoursAgo: modelData.startDateTime - monthView.currentDate >= -43200000 //12hrs in ms + + Layout.row: 0 + Layout.column: 1 + Layout.minimumWidth: dateLabelMetrics.width + + text: startsToday || startedYesterdayLessThan12HoursAgo + ? Qt.formatTime(modelData.startDateTime) + : agenda.formatDateWithoutYear(modelData.startDateTime) + horizontalAlignment: Qt.AlignRight + visible: eventItem.hasTime + } + + PlasmaComponents.Label { + id: endTimeLabel + + readonly property bool endsToday: modelData.endDateTime - monthView.currentDate <= 86400000 // 24hrs in ms + readonly property bool endsTomorrowInLessThan12Hours: modelData.endDateTime - monthView.currentDate <= 86400000 + 43200000 // 36hrs in ms + + Layout.row: 1 + Layout.column: 1 + Layout.minimumWidth: dateLabelMetrics.width + + text: endsToday || endsTomorrowInLessThan12Hours + ? Qt.formatTime(modelData.endDateTime) + : agenda.formatDateWithoutYear(modelData.endDateTime) + horizontalAlignment: Qt.AlignRight + enabled: false + + visible: eventItem.hasTime + } + + PlasmaComponents.Label { + id: eventTitle + + readonly property bool wrap: eventDescription.text === "" + + Layout.row: 0 + Layout.rowSpan: wrap ? 2 : 1 + Layout.column: 2 + Layout.fillWidth: true + + + elide: Text.ElideRight + text: modelData.title + verticalAlignment: Text.AlignVCenter + maximumLineCount: 2 + wrapMode: wrap ? Text.Wrap : Text.NoWrap + } + + PlasmaComponents.Label { + id: eventDescription + + Layout.row: 1 + Layout.column: 2 + Layout.fillWidth: true + + elide: Text.ElideRight + text: modelData.description + verticalAlignment: Text.AlignVCenter + enabled: false + + visible: text !== "" + } + } + } + } + + section.property: "modelData.eventType" + section.delegate: PlasmaExtras.Heading { + level: 5 + elide: Text.ElideRight + text: section + font.weight: Font.Bold + } + } + } + + PlasmaExtras.Heading { + anchors.fill: holidaysView + anchors.rightMargin: units.largeSpacing + text: monthView.isToday(monthView.currentDate) ? i18n("No events for today") + "\n" + : i18n("No events for this day") + "\n"; + level: 5 + opacity: 0.8 + visible: holidaysList.count == 0 + } + + } + + //The calendar itself, on the left side of the dialog + Item { + id: cal + width: boxWidth + anchors { + top: parent.top + left: parent.left + bottom: parent.bottom + leftMargin: PlasmaCore.Units.smallSpacing * 2 + topMargin: PlasmaCore.Units.largeSpacing * 2 + rightMargin: spacing + bottomMargin: 0 + } + + CustomMonthView { + id: monthView + today: root.tzDate + showWeekNumbers: plasmoid.configuration.showWeekNumbers + firstDayOfWeek: Locale.Monday + anchors.fill: parent + } + } + + // Allows the user to keep the calendar open for reference + PlasmaComponents.ToolButton { + anchors.right: parent.right + width: Math.round(units.gridUnit * 1.25) + height: width + checkable: true + iconSource: "window-pin" + checked: plasmoid.configuration.pin + onCheckedChanged: plasmoid.configuration.pin = checked + } + } + Component.onCompleted: { + calendar.backgroundHints = 2; //Sets the background type to 'Solid' in order to make use of the alternative dialog style. + //The same is done to the system tray, giving the two plasmoids a consistent look and feel. + var pos = popupPosition(width, height); + x = pos.x; + y = pos.y; + } +} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CustomMonthView.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CustomMonthView.qml old mode 100644 new mode 100755 similarity index 94% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CustomMonthView.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CustomMonthView.qml index c7e1aea..5c32460 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/CustomMonthView.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/CustomMonthView.qml @@ -267,22 +267,11 @@ PlasmaExtras.Heading { id: heading text: i18ndc("libplasma5", "Format: month year", "%1, %2", root.selectedMonth, root.selectedYear.toString()) - //text: swipeView.currentIndex > 0 || root.selectedYear !== today.getFullYear() ? i18ndc("libplasma5", "Format: month year", "%1 %2", root.selectedMonth, root.selectedYear.toString()) : root.selectedMonth level: 5 - //elide: Text.ElideRight font.capitalization: Font.Capitalize horizontalAlignment: Text.AlignHCenter Layout.fillWidth: true } - /*PlasmaComponents3.ToolButton { - implicitWidth: PlasmaCore.Units.iconSizes.smallMedium - implicitHeight: PlasmaCore.Units.iconSizes.smallMedium - Layout.preferredWidth: PlasmaCore.Units.iconSizes.smallMedium - Layout.preferredHeight: PlasmaCore.Units.iconSizes.smallMedium - text: i18ndc("libplasma5", "Reset calendar to today", "Today") - Accessible.description: i18nd("libplasma5", "Reset calendar to today") - onClicked: root.resetToToday() - }*/ PlasmaComponents3.ToolButton { id: nextButton diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DayDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DayDelegate.qml new file mode 100755 index 0000000..b1027f1 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DayDelegate.qml @@ -0,0 +1,91 @@ +/* + SPDX-FileCopyrightText: 2013 Heena Mahour + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2015 Kai Uwe Broulik + SPDX-FileCopyrightText: 2021 Jan Blackquill + SPDX-FileCopyrightText: 2021 Carl Schwan + + SPDX-License-Identifier: GPL-2.0-or-later +*/ +import QtQuick 2.0 +import org.kde.plasma.calendar 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 3.0 as PlasmaComponents3 +import org.kde.plasma.extras 2.0 as PlasmaExtras +import QtQml.Models 2.15 +import org.kde.kirigami 2.12 as Kirigami +import QtGraphicalEffects 1.15 + +import org.kde.plasma.calendar 2.0 + +PlasmaComponents3.AbstractButton { + id: dayStyle + + hoverEnabled: true + property var dayModel: null + + signal activated + + readonly property date thisDate: new Date(yearNumber, typeof monthNumber !== "undefined" ? monthNumber - 1 : 0, typeof dayNumber !== "undefined" ? dayNumber : 1) + readonly property bool today: { + const today = root.today; + let result = true; + if (dateMatchingPrecision >= Calendar.MatchYear) { + result = result && today.getFullYear() === thisDate.getFullYear() + } + if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) { + result = result && today.getMonth() === thisDate.getMonth() + } + if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) { + result = result && today.getDate() === thisDate.getDate() + } + return result + } + readonly property bool selected: { + const current = root.currentDate; + let result = true; + if (dateMatchingPrecision >= Calendar.MatchYear) { + result = result && current.getFullYear() === thisDate.getFullYear() + } + if (dateMatchingPrecision >= Calendar.MatchYearAndMonth) { + result = result && current.getMonth() === thisDate.getMonth() + } + if (dateMatchingPrecision >= Calendar.MatchYearMonthAndDay) { + result = result && current.getDate() === thisDate.getDate() + } + return result + } + + PlasmaExtras.Highlight { + id: todayRect + anchors.fill: parent + hovered: true + opacity: { + if (today) { + return 0.7; + } else if (selected) { + return 0.6; + } else if (dayStyle.hovered) { + return 0.3; + } + return 0; + } + z: -1; + } + + contentItem: PlasmaExtras.Heading { + id: label + horizontalAlignment: Text.AlignRight + verticalAlignment: Text.AlignVCenter + + rightPadding: PlasmaCore.Units.smallSpacing + wrapMode: Text.NoWrap + elide: Text.ElideRight + font.bold: model.eventCount !== undefined && model.eventCount > 0 + fontSizeMode: Text.Fit + + text: model.label || dayNumber + opacity: isCurrent ? 1.0 : 0.5 + level: 5 + } +} diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DaysCalendar.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DaysCalendar.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DaysCalendar.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DaysCalendar.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DigitalClock.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DigitalClock.qml old mode 100644 new mode 100755 similarity index 96% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DigitalClock.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DigitalClock.qml index d4f2fc1..393dd72 --- a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/DigitalClock.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/DigitalClock.qml @@ -25,6 +25,7 @@ import org.kde.plasma.components 2.0 as Components import org.kde.plasma.components 3.0 as PlasmaComponents3 import org.kde.plasma.private.digitalclock 1.0 +import org.kde.plasma.extras 2.0 as PlasmaExtras Item { id: main @@ -35,6 +36,7 @@ Item { property bool showSeconds: plasmoid.configuration.showSeconds property bool showLocalTimezone: plasmoid.configuration.showLocalTimezone property bool showDate: plasmoid.configuration.showDate + property int dateFormat: { if (plasmoid.configuration.dateFormat === "longDate") { return Qt.SystemLocaleLongDate; @@ -77,7 +79,7 @@ Item { Connections { target: plasmoid.configuration - onSelectedTimeZonesChanged: { + function onSelectedTimeZonesChanged() { // If the currently selected timezone was removed, // default to the first one in the list var lastSelectedTimezone = plasmoid.configuration.lastSelectedTimezone; @@ -403,14 +405,6 @@ Item { } ] - PlasmaCore.FrameSvgItem { - id: hoverIndicator - imagePath: "widgets/tabbar" - visible: mouseArea.containsMouse || dashWindow.visible - anchors.fill: parent - z: -1 - prefix: mouseArea.containsPress ? "pressed-tab" : "active-tab"; - } Timer { id: tooltipTimer @@ -419,6 +413,7 @@ Item { running: false onTriggered: if(!dashWindow.visible) timeToolTip.showToolTip(); } + MouseArea { id: mouseArea @@ -476,9 +471,16 @@ Item { } PlasmaCore.ToolTipArea { id: timeToolTip - mainText: { - var now = dataSource.data[plasmoid.configuration.lastSelectedTimezone]["DateTime"]; - return Qt.formatDate(now, "dddd, MMMM yyyy"); + + mainItem: PlasmaExtras.Heading { + level: 5 + elide: Text.ElideRight + wrapMode: Text.Wrap + text: { + var now = dataSource.data[plasmoid.configuration.lastSelectedTimezone]["DateTime"]; + return Qt.formatDate(now, "dddd, MMMM yyyy"); + } + textFormat: Text.PlainText } } } @@ -487,6 +489,19 @@ Item { * Visible elements * */ + + //This FrameSvgItem uses a non-standard variant of the tabbar SVG file that includes a "pressed" state + PlasmaCore.FrameSvgItem { + id: hoverIndicator + imagePath: Qt.resolvedUrl("svgs/tabbar.svgz") + visible: mouseArea.containsMouse || dashWindow.visible + anchors.fill: parent + anchors.leftMargin: main.showSeconds ? 0 : -units.smallSpacing //To compensate for the shorter width of the clock when seconds are disabled + anchors.rightMargin:main.showSeconds ? 0 : -units.smallSpacing + z: -1 + prefix: mouseArea.containsPress ? "pressed-tab" : "active-tab"; + } + Item { id: contentItem anchors.verticalCenter: main.verticalCenter diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/MonthMenu.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/MonthMenu.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/MonthMenu.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/MonthMenu.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/Tooltip.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/Tooltip.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/Tooltip.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/Tooltip.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configAppearance.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configAppearance.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configAppearance.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configAppearance.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configCalendar.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configCalendar.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configCalendar.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configCalendar.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configTimeZones.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configTimeZones.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configTimeZones.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configTimeZones.qml diff --git a/Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configUpdater.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configUpdater.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Date and Time/org.kde.plasma.digitalclocklite/contents/ui/configUpdater.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/configUpdater.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/main.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/main.qml new file mode 100755 index 0000000..72ef348 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/main.qml @@ -0,0 +1,192 @@ +/* + * Copyright 2013 Heena Mahour + * Copyright 2013 Sebastian Kügler + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +import QtQuick 2.0 +import QtQuick.Layouts 1.1 +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kquickcontrolsaddons 2.0 +import org.kde.plasma.private.digitalclock 1.0 +import org.kde.kquickcontrolsaddons 2.0 +import org.kde.plasma.calendar 2.0 as PlasmaCalendar + +Item { + id: root + anchors.fill: parent + + // Updater 1/3 ================================================================================================================================== + property string updateResponse; + property string currentVersion: '5.5'; + property bool checkUpdateStartup: Plasmoid.configuration.checkUpdateStartup + // ============================================================================================================================================== + + width: units.gridUnit * 10 + height: units.gridUnit * 4 + property string dateFormatString: setDateFormatString() + property date tzDate: { + // get the time for the given timezone from the dataengine + var now = dataSource.data[plasmoid.configuration.lastSelectedTimezone]["DateTime"]; + // get current UTC time + var msUTC = now.getTime() + (now.getTimezoneOffset() * 60000); + // add the dataengine TZ offset to it + return new Date(msUTC + (dataSource.data[plasmoid.configuration.lastSelectedTimezone]["Offset"] * 1000)); + } + + function initTimezones() { + var tz = Array() + if (plasmoid.configuration.selectedTimeZones.indexOf("Local") === -1) { + tz.push("Local"); + } + root.allTimezones = tz.concat(plasmoid.configuration.selectedTimeZones); + } + + //This is done to better control how the plasmoid should look and feel in a panel. + Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + Plasmoid.compactRepresentation: null + Plasmoid.fullRepresentation: smallRepresentation + + Plasmoid.toolTipItem: Loader { + id: tooltipLoader + + Layout.minimumWidth: item ? item.width : 0 + Layout.maximumWidth: item ? item.width : 0 + Layout.minimumHeight: item ? item.height : 0 + Layout.maximumHeight: item ? item.height : 0 + + source: "Tooltip.qml" + } + + //We need Local to be *always* present, even if not disaplayed as + //it's used for formatting in ToolTip.dateTimeChanged() + property var allTimezones + Connections { + target: plasmoid.configuration + function onSelectedTimeZonesChanged() { root.initTimezones(); } + } + Component { + id: mainRepresentation + CalendarView { + + } + } + Component { + id: smallRepresentation + DigitalClock + {} + } + + PlasmaCore.DataSource { + id: dataSource + engine: "time" + connectedSources: allTimezones + interval: plasmoid.configuration.showSeconds ? 1000 : 60000 + intervalAlignment: plasmoid.configuration.showSeconds ? PlasmaCore.Types.NoAlignment : PlasmaCore.Types.AlignToMinute + } + + function setDateFormatString() { + // remove "dddd" from the locale format string + // /all/ locales in LongFormat have "dddd" either + // at the beginning or at the end. so we just + // remove it + the delimiter and space + var format = Qt.locale().dateFormat(Locale.LongFormat); + format = format.replace(/(^dddd.?\s)|(,?\sdddd$)/, ""); + return format; + } + + function action_clockkcm() { + KCMShell.open("clock"); + } + + function action_formatskcm() { + KCMShell.open("formats"); + } + + // Updater 2/3 ================================================================================================================================== + + PlasmaCore.DataSource { + id: executableNotification + engine: "executable" + onNewData: disconnectSource(sourceName) // cmd finished + function exec(cmd) { + connectSource(cmd) + } + } + + Timer { + id:timerStartUpdater + interval: 300000 + onTriggered: updaterNotification(false) + } + + function availableUpdate() { + var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'An update is available \nUpdate link' -t 30000"; + executableNotification.exec(notificationCommand); + } + + function noAvailableUpdate() { + var notificationCommand = "notify-send --icon=clock 'Plasmoid Digital Clock Lite' 'Your current version is up to date' -t 30000"; + executableNotification.exec(notificationCommand); + } + + function updaterNotification(notifyUpdated) { + var xhr = new XMLHttpRequest; + xhr.responseType = 'text'; + xhr.open("GET", "https://raw.githubusercontent.com/Intika-Linux-Plasmoid/plasmoid-digital-clock-lite/master/version"); + xhr.onreadystatechange = function() { + if (xhr.readyState == XMLHttpRequest.DONE) { + updateResponse = xhr.responseText; + console.log('.'+updateResponse+'.'); + console.log('.'+currentVersion+'.'); + //console.log('.'+xhr.status+'.'); + //console.log('.'+xhr.statusText+'.'); + if (updateResponse.localeCompare(currentVersion) && updateResponse.localeCompare('') && updateResponse.localeCompare('404: Not Found\n')) { + availableUpdate(); + } else if (notifyUpdated) { + noAvailableUpdate(); + } + } + }; + xhr.send(); + } + + function action_checkUpdate() { + updaterNotification(true); + } + + // ============================================================================================================================================== + + Component.onCompleted: { + root.initTimezones(); + if (KCMShell.authorize("clock.desktop").length > 0) { + plasmoid.setAction("clockkcm", i18n("Adjust Date and Time..."), "preferences-system-time"); + } + if (KCMShell.authorize("formats.desktop").length > 0) { + plasmoid.setAction("formatskcm", i18n("Set Time Format...")); + } + + // Set the list of enabled plugins from config + // to the manager + PlasmaCalendar.EventPluginsManager.enabledPlugins = plasmoid.configuration.enabledCalendarPlugins; + + // Updater 3/3 ============================================================================================================================== + plasmoid.setAction("checkUpdate", i18n("Check for updates on github"), "view-grid"); + if (checkUpdateStartup) {timerStartUpdater.start();} + // ========================================================================================================================================== + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/svgs/tabbar.svgz b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/svgs/tabbar.svgz new file mode 100755 index 0000000..95b2080 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/contents/ui/svgs/tabbar.svgz differ diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/metadata.desktop b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/metadata.desktop new file mode 100755 index 0000000..b69a026 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.digitalclocklite/metadata.desktop @@ -0,0 +1,148 @@ +[Desktop Entry] +Name=Digital Clock Lite +Name[af]=Digitale horlosie Lite +Name[ar]= Lite ساعة رقمية +Name[be]=Лічбавы гадзіннік Lite +Name[be@latin]=Ličbavy hadzińnik Lite +Name[bg]=Цифров часовник Lite +Name[bn]=ডিজিটাল ঘড়ি +Name[bn_IN]=ডিজিট্যাল ঘড়ি +Name[bs]=Digitalni sat Lite +Name[ca]=Rellotge digital Lite +Name[ca@valencia]=Rellotge digital Lite +Name[cs]=Digitální hodiny Lite +Name[csb]=Cyfrowi zédżer Lite +Name[da]=Digitalt ur Lite +Name[de]=Digitale Uhr Lite +Name[el]=Ψηφιακό ρολόι Lite +Name[en_GB]=Digital Clock Lite +Name[eo]=Cifereca horloĝo Lite +Name[es]=Reloj digital Lite +Name[et]=Digikell Lite +Name[eu]=Erloju digitala Lite +Name[fi]=Digitaalinen kello Lite +Name[fr]=Horloge numérique Lite +Name[fy]=Digitale klok Lite +Name[ga]=Clog Digiteach Lite +Name[gl]=Reloxo dixital Lite +Name[gu]=ડિજીટલ ઘડિયાળ +Name[he]=Lite שעון דיגיטלי +Name[hi]=डिजिटल घड़ी +Name[hne]=डिजिटल घड़ी +Name[hr]=Digitalni sat Lite +Name[hsb]=Digitalny časnik Lite +Name[hu]=Digitális óra Lite +Name[ia]=Horologio digital Lite +Name[id]=Jam Digital Lite +Name[is]=Stafræn klukka Lite +Name[it]=Orologio digitale Lite +Name[ja]=デジタル時計 Lite +Name[kk]=Цифрлық сағат Lite +Name[km]=នាឡិកា​ឌីជីថល +Name[kn]=ಅಂಕೀಯ (ಡಿಜಿಟಲ್) ಗಡಿಯಾರ Lite +Name[ko]=디지털 시계 Lite +Name[ku]=Demjimêra Dîjîtal Lite +Name[lt]=Skaitmeninis laikrodis Lite +Name[lv]=Ciparu pulkstenis Lite +Name[mai]=डिजिटल घडी +Name[mk]=Дигитален часовник Lite +Name[ml]=ഡിജിറ്റല്‍ ഘടികാരം +Name[mr]=डिजिटल घड्याळ +Name[nb]=Digital klokke Lite +Name[nds]=Digitaal Klock Lite +Name[ne]=डिजिटल घडी +Name[nl]=Digitale klok Lite +Name[nn]=Digital klokke Lite +Name[oc]=Relòtge numeric Lite +Name[or]=ସାଂଖିକ ଘଡ଼ି +Name[pa]=ਡਿਜਿਟਲ ਘੜੀ +Name[pl]=Zegar cyfrowy Lite +Name[pt]=Relógio Digital Lite +Name[pt_BR]=Relógio digital Lite +Name[ro]=Ceas digital Lite +Name[ru]=Цифровые часы Lite +Name[se]=Digitálalaš diibmu Lite +Name[si]=අංකිත ඔරලෝසුව +Name[sk]=Digitálne hodiny Lite +Name[sl]=Digitalna ura Lite +Name[sr]=дигитални сат Lite +Name[sr@ijekavian]=дигитални сат Lite +Name[sr@ijekavianlatin]=digitalni sat Lite +Name[sr@latin]=digitalni sat Lite +Name[sv]=Digitalklocka Lite +Name[ta]=எண்ணுரு கடிகாரம் +Name[te]=డిజిటల్ గడియారం +Name[tg]=Соати рақамӣ Lite +Name[th]=นาฬิกาดิจิทัล +Name[tr]=Dijital Saat Lite +Name[ug]=Lite رەقەملىك سائەت +Name[uk]=Цифровий годинник Lite +Name[uz]=Raqamli soat Lite +Name[uz@cyrillic]=Рақамли соат Lite +Name[vi]=Đồng hồ số Lite +Name[wa]=Ôrlodje didjitåle Lite +Name[x-test]=xxDigital Clockxx Lite +Name[zh_CN]=数字钟 Lite +Name[zh_TW]=數位時鐘 Lite + +Comment=Time displayed in a digital format +Comment[ar]=الوقت بتنسيق رقميّ +Comment[bs]=Vrijeme prikazano u digitalnom obliku +Comment[ca]=Mostra l'hora en un format digital +Comment[ca@valencia]=Mostra l'hora en un format digital +Comment[cs]=Čas zobrazený v digitální podobě +Comment[da]=Tiden vist i et digitalt format +Comment[de]=Zeigt die Uhrzeit in digitaler Form an. +Comment[el]=Εμφάνιση της ώρας σε ψηφιακή μορφή +Comment[en_GB]=Time displayed in a digital format +Comment[es]=La hora mostrada en formato digital +Comment[et]=Aja esitamine digitaalsel kujul +Comment[eu]=Ordua formatu digitalean bistaratua +Comment[fi]=Aika näytettynä digitaalimuodossa +Comment[fr]=L'heure au format numérique +Comment[gl]=A hora mostrada nun formato dixital +Comment[he]=השעה מוצגת בפורמט דיגיטלי +Comment[hu]=Digitális formában kijelzett idő +Comment[id]=Waktu ditampilkan dalam format digital +Comment[is]=Klukkan sýnd á stafrænu formi +Comment[it]=Ora indicata in formato digitale +Comment[ja]=デジタル形式で表示される時刻 +Comment[ko]=디지털 시계 +Comment[lt]=Laikas rodomas skaitmeniniu formatu +Comment[nb]=Klokkeslett vist i digitalt format +Comment[nds]=Tiet wiest in digitaal Formaat +Comment[nl]=Tijd weergegeven in een digitale opmaak +Comment[nn]=Klokka vist i digitalformat +Comment[pa]=ਡਿਜ਼ਿਟਲ ਫਾਰਮੈਟ ਵਿੱਚ ਸਮਾਂ ਵੇਖੋ +Comment[pl]=Wyświetla czas w formacie cyfrowym +Comment[pt]=A hora apresentada num formato digital +Comment[pt_BR]=Hora exibida em formato digital +Comment[ru]=Показ времени цифрами +Comment[sk]=Čas zobrazený v digitálnom formáte +Comment[sl]=Prikaz časa v digitalni obliki +Comment[sr]=Време дато у дигиталном формату +Comment[sr@ijekavian]=Време дато у дигиталном формату +Comment[sr@ijekavianlatin]=Vreme dato u digitalnom formatu +Comment[sr@latin]=Vreme dato u digitalnom formatu +Comment[sv]=Tid visad med digitalformat +Comment[tr]=Dijital biçimde gösterilen saat +Comment[uk]=Час, показаний у цифровому форматі +Comment[x-test]=xxTime displayed in a digital formatxx +Comment[zh_CN]=以数字格式显示的时间 +Comment[zh_TW]=以數位格式顯示時間 + +Icon=preferences-system-time +Type=Service +X-KDE-ParentApp= +X-KDE-PluginInfo-Author=Martin Klapetek - Intika MoD +X-KDE-PluginInfo-Email=mklapetek@kde.org - Intika MoD +X-KDE-PluginInfo-License=GPL-2.0+ +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.digitalclocklite +X-KDE-PluginInfo-Version=5.5 +X-KDE-PluginInfo-Website=plasma.kde.org +X-KDE-ServiceTypes=Plasma/Applet +X-Plasma-API=declarativeappletscript +X-KDE-PluginInfo-Category=Date and Time +X-Plasma-Provides=org.kde.plasma.time,org.kde.plasma.date + +X-Plasma-MainScript=ui/main.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/config.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/config/config.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/config/config.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/config/main.xml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/config/main.xml new file mode 100755 index 0000000..dad4f19 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/config/main.xml @@ -0,0 +1,133 @@ + + + + + + + + false + + + + true + + + + true + + + + false + + + + true + + + + 1 + + + + 1 + + + + true + + + + true + + + + + + + + + + + + 1 + + + + true + + + + 2 + 1 + + + + false + + + + true + + + + false + + + + true + + + + + + + + + + + + + + + + 2 + + + + true + + + + true + + + + 0 + + + + + + + + + + + + 3 + + + + true + + + + false + + + + + diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AudioStream.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/AudioStream.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/AudioStream.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/AudioStream.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Badge.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/Badge.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/Badge.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/Badge.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigAppearance.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ConfigAppearance.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ConfigAppearance.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ConfigAppearance.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ConfigBehavior.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ConfigBehavior.qml new file mode 100755 index 0000000..5c5e4da --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ConfigBehavior.qml @@ -0,0 +1,204 @@ +/* + SPDX-FileCopyrightText: 2013 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.0 +import QtQuick.Controls 2.5 +import QtQuick.Layouts 1.12 +import org.kde.kirigami 2.4 as Kirigami + +import org.kde.plasma.core 2.0 as PlasmaCore + +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +Item { + width: childrenRect.width + height: childrenRect.height + + property alias cfg_groupingStrategy: groupingStrategy.currentIndex + property alias cfg_groupedTaskVisualization: groupedTaskVisualization.currentIndex + property alias cfg_groupPopups: groupPopups.checked + property alias cfg_onlyGroupWhenFull: onlyGroupWhenFull.checked + property alias cfg_sortingStrategy: sortingStrategy.currentIndex + property alias cfg_separateLaunchers: separateLaunchers.checked + property alias cfg_middleClickAction: middleClickAction.currentIndex + property alias cfg_wheelEnabled: wheelEnabled.checked + property alias cfg_showOnlyCurrentScreen: showOnlyCurrentScreen.checked + property alias cfg_showOnlyCurrentDesktop: showOnlyCurrentDesktop.checked + property alias cfg_showOnlyCurrentActivity: showOnlyCurrentActivity.checked + property alias cfg_showOnlyMinimized: showOnlyMinimized.checked + property alias cfg_minimizeActiveTaskOnClick: minimizeActive.checked + property alias cfg_unhideOnAttention: unhideOnAttention.checked + property alias cfg_labelVisible: labelVisible.checked + + + TaskManagerApplet.Backend { + id: backend + } + + Kirigami.FormLayout { + anchors.left: parent.left + anchors.right: parent.right + + ComboBox { + id: groupingStrategy + Kirigami.FormData.label: i18n("Group:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [i18n("Do not group"), i18n("By program name")] + } + + ComboBox { + id: groupedTaskVisualization + Kirigami.FormData.label: i18n("Clicking grouped task:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + + enabled: groupingStrategy.currentIndex !== 0 + + model: [ + i18nc("Completes the sentence 'Clicking grouped task cycles through tasks' ", "Cycles through tasks"), + i18nc("Completes the sentence 'Clicking grouped task shows tooltip window thumbnails' ", "Shows tooltip window thumbnails"), + i18nc("Completes the sentence 'Clicking grouped task shows 'Present Windows' effect' ", "Shows 'Present Windows' effect"), + i18nc("Completes the sentence 'Clicking grouped task shows textual list' ", "Shows textual list"), + ] + } + // "You asked for Tooltips but Tooltips are disabled" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("Tooltips are disabled, so the 'Present Windows' effect will be displayed instead.") + } + // "You asked for Tooltips but Tooltips are disabled and Present Windows is not available" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && !backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("Tooltips are disabled, and the 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead") + } + // "You asked for Present Windows but Present Windows is not available" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 2 && !backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("The 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead.") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: groupPopups + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Combine into single button") + enabled: groupingStrategy.currentIndex > 0 + } + + CheckBox { + id: onlyGroupWhenFull + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Group only when the Task Manager is full") + enabled: groupingStrategy.currentIndex > 0 && groupPopups.checked + } + + Item { + Kirigami.FormData.isSection: true + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + } + + ComboBox { + id: sortingStrategy + Kirigami.FormData.label: i18n("Sort:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [i18n("Do not sort"), i18n("Manually"), i18n("Alphabetically"), i18n("By desktop"), i18n("By activity")] + } + + CheckBox { + id: separateLaunchers + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Keep launchers separate") + enabled: sortingStrategy.currentIndex == 1 + } + + Item { + Kirigami.FormData.isSection: true + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + } + + CheckBox { + id: minimizeActive + Kirigami.FormData.label: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Clicking active task:") + text: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Minimizes the task") + } + + ComboBox { + id: middleClickAction + Kirigami.FormData.label: i18n("Middle-clicking any task:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [ + i18nc("Part of a sentence: 'Middle-clicking any task does nothing'", "Does nothing"), + i18nc("Part of a sentence: 'Middle-clicking any task closes window or group'", "Closes window or group"), + i18nc("Part of a sentence: 'Middle-clicking any task opens a new instance'", "Opens a new instance"), + i18nc("Part of a sentence: 'Middle-clicking any task minimizes/restores window or group'", "Minimizes/Restores window or group"), + i18nc("Part of a sentence: 'Middle-clicking any task toggles grouping'", "Toggles grouping"), + i18nc("Part of a sentence: 'Middle-clicking any task brings it to the current virtual desktop'", "Brings it to the current virtual desktop") + ] + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: wheelEnabled + Kirigami.FormData.label: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Mouse wheel:") + text: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Cycles through tasks") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: showOnlyCurrentScreen + Kirigami.FormData.label: i18n("Show only tasks:") + text: i18n("From current screen") + } + + CheckBox { + id: showOnlyCurrentDesktop + text: i18n("From current desktop") + } + + CheckBox { + id: showOnlyCurrentActivity + text: i18n("From current activity") + } + + CheckBox { + id: showOnlyMinimized + text: i18n("That are minimized") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: unhideOnAttention + Kirigami.FormData.label: i18n("When panel is hidden:") + text: i18n("Unhide when a window wants attention") + } + CheckBox { + id: labelVisible + Kirigami.FormData.label: i18n("Labels:") + text: i18n("Show labels next to task icons") + } + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ContextMenu.qml.old b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ContextMenu.qml.old new file mode 100755 index 0000000..09493d6 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ContextMenu.qml.old @@ -0,0 +1,774 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 + +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager + +PlasmaComponents.ContextMenu { + id: menu + + property QtObject backend + property QtObject mpris2Source + property var modelIndex + readonly property var atm: TaskManager.AbstractTasksModel + + property bool showAllPlaces: false + + + placement: { + if (plasmoid.location === PlasmaCore.Types.LeftEdge) { + return PlasmaCore.Types.RightPosedTopAlignedPopup; + } else if (plasmoid.location === PlasmaCore.Types.TopEdge) { + return PlasmaCore.Types.BottomPosedLeftAlignedPopup; + } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { + return PlasmaCore.Types.LeftPosedTopAlignedPopup; + } else { + return PlasmaCore.Types.TopPosedLeftAlignedPopup; + } + } + + minimumWidth: visualParent.width + //We have all of the above + + //Might be important, at least the opening part + onStatusChanged: { + if (visualParent && get(atm.LauncherUrlWithoutIcon) != "" && status == PlasmaComponents.DialogStatus.Open) { + activitiesDesktopsMenu.refresh(); + + } else if (status == PlasmaComponents.DialogStatus.Closed) { + menu.destroy(); + backend.ungrabMouse(visualParent); + } + } + + Component.onCompleted: { + // Cannot have "Connections" as child of PlasmaCoponents.ContextMenu. + backend.showAllPlaces.connect(showContextMenuWithAllPlaces); + } + + Component.onDestruction: { + backend.showAllPlaces.disconnect(showContextMenuWithAllPlaces); + } + + function showContextMenuWithAllPlaces() { + visualParent.showContextMenu({showAllPlaces: true}); + } + + function get(modelProp) { + return tasksModel.data(modelIndex, modelProp) + } + + function show() { + loadDynamicLaunchActions(get(atm.LauncherUrlWithoutIcon)); + openRelative(); + } + + function newMenuItem(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem {} + `, parent); + } + + function newSeparator(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem { separator: true } + `, parent); + } + + function loadDynamicLaunchActions(launcherUrl) { + var sections = [ + { + title: i18n("Places"), + group: "places", + actions: backend.placesActions(launcherUrl, showAllPlaces, menu) + }, + { + title: i18n("Recent Files"), + group: "recents", + actions: backend.recentDocumentActions(launcherUrl, menu) + }, + { + title: i18n("Actions"), + group: "actions", + actions: backend.jumpListActions(launcherUrl, menu) + } + ] + + // C++ can override section heading by returning a QString as first action + sections.forEach((section) => { + if (typeof section.actions[0] === "string") { + section.title = section.actions.shift(); // take first + } + }); + + // QMenu does not limit its width automatically. Even if we set a maximumWidth + // it would just cut off text rather than eliding. So we do this manually. + var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menu); + var maximumWidth = LayoutManager.maximumContextMenuTextWidth(); + + sections.forEach(function (section) { + if (section["actions"].length > 0 || section["group"] == "actions") { + // Don't add the "Actions" header if the menu has nothing but actions + // in it, because then it's redundant (all menus have actions) + if ( + (section["group"] != "actions") || + (section["group"] == "actions" && (sections[0]["actions"].length > 0 || sections[1]["actions"].length > 0)) + ) { + var sectionHeader = newMenuItem(menu); + sectionHeader.text = section["title"]; + sectionHeader.section = true; + menu.addMenuItem(sectionHeader, startNewInstanceItem); + } + } + + for (var i = 0; i < section["actions"].length; ++i) { + var item = newMenuItem(menu); + item.action = section["actions"][i]; + + // Crude way of manually eliding... + var elided = false; + textMetrics.text = Qt.binding(function() { + return item.action.text; + }); + + while (textMetrics.width > maximumWidth) { + item.action.text = item.action.text.slice(0, -1); + elided = true; + } + + if (elided) { + item.action.text += "…"; + } + + menu.addMenuItem(item, startNewInstanceItem); + } + }); + + // Add Media Player control actions + var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); + + if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { + var playerData = mpris2Source.data[sourceName] + + if (playerData.CanControl) { + var playing = (playerData.PlaybackStatus === "Playing"); + var menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Play previous track", "Previous Track"); + menuItem.icon = "media-skip-backward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoPrevious; + }); + menuItem.clicked.connect(function() { + mpris2Source.goPrevious(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... + menuItem.text = Qt.binding(function() { + // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play + return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); + }); + menuItem.icon = Qt.binding(function() { + return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; + }); + menuItem.enabled = Qt.binding(function() { + return playing ? playerData.CanPause : playerData.CanPlay; + }); + menuItem.clicked.connect(function() { + if (playing) { + mpris2Source.pause(sourceName); + } else { + mpris2Source.play(sourceName); + } + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Play next track", "Next Track"); + menuItem.icon = "media-skip-forward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoNext; + }); + menuItem.clicked.connect(function() { + mpris2Source.goNext(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Stop playback", "Stop"); + menuItem.icon = "media-playback-stop"; + menuItem.enabled = Qt.binding(function() { + return playerData.PlaybackStatus !== "Stopped"; + }); + menuItem.clicked.connect(function() { + mpris2Source.stop(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + // Technically media controls and audio streams are separate but for the user they're + // semantically related, don't add a separator inbetween. + if (!menu.visualParent.hasAudioStream) { + menu.addMenuItem(newSeparator(menu), startNewInstanceItem); + } + + // If we don't have a window associated with the player but we can quit + // it through MPRIS we'll offer a "Quit" option instead of "Close" + if (!closeWindowItem.visible && playerData.CanQuit) { + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Quit media player app", "Quit"); + menuItem.icon = "application-exit"; + menuItem.visible = Qt.binding(function() { + return !closeWindowItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.quit(sourceName); + }); + menu.addMenuItem(menuItem); + } + + // If we don't have a window associated with the player but we can raise + // it through MPRIS we'll offer a "Restore" option + if (get(atm.IsLauncher) === true && !startNewInstanceItem.visible && playerData.CanRaise) { + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); + menuItem.icon = playerData["Desktop Icon Name"]; + menuItem.visible = Qt.binding(function() { + return !startNewInstanceItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.raise(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + } + } + } + + // We allow mute/unmute whenever an application has a stream, regardless of whether it + // is actually playing sound. + // This way you can unmute, e.g. a telephony app, even after the conversation has ended, + // so you still have it ringing later on. + if (menu.visualParent.hasAudioStream) { + var muteItem = menu.newMenuItem(menu); + muteItem.checkable = true; + muteItem.checked = Qt.binding(function() { + return menu.visualParent && menu.visualParent.muted; + }); + muteItem.clicked.connect(function() { + menu.visualParent.toggleMuted(); + }); + muteItem.text = i18n("Mute"); + muteItem.icon = "audio-volume-muted"; + menu.addMenuItem(muteItem, startNewInstanceItem); + + menu.addMenuItem(newSeparator(menu), startNewInstanceItem); + } + } + + PlasmaComponents.MenuItem { + id: startNewInstanceItem + visible: get(atm.CanLaunchNewInstance) + text: i18n("Open New Window") + icon: "window-new" + + onClicked: tasksModel.requestNewInstance(modelIndex) + } + + PlasmaComponents.MenuItem { + id: virtualDesktopsMenuItem + + visible: virtualDesktopInfo.numberOfDesktops > 1 + && (visualParent && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && get(atm.IsVirtualDesktopsChangeable) === true) + + enabled: visible + + text: i18n("Move to &Desktop") + icon: "virtual-desktops" + + Connections { + target: virtualDesktopInfo + + function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + } + + PlasmaComponents.ContextMenu { + id: virtualDesktopsMenu + + visualParent: virtualDesktopsMenuItem.action + + function refresh() { + clearMenuItems(); + + if (virtualDesktopInfo.numberOfDesktops <= 1) { + return; + } + + var menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("Move &To Current Desktop"); + menuItem.enabled = Qt.binding(function() { + return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.currentDesktop]); + }); + + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&All Desktops"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return menu.visualParent && menu.get(atm.IsOnAllVirtualDesktops) === true; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(menu.modelIndex, []); + }); + backend.setActionGroup(menuItem.action); + + menu.newSeparator(virtualDesktopsMenu); + + for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding((function(i) { + return function() { return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; + })(i)); + menuItem.clicked.connect((function(i) { + return function() { return tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; + })(i)); + backend.setActionGroup(menuItem.action); + } + + menu.newSeparator(virtualDesktopsMenu); + + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&New Desktop"); + menuItem.clicked.connect(function() { + tasksModel.requestNewVirtualDesktop(menu.modelIndex); + }); + } + + Component.onCompleted: refresh() + } + } + + PlasmaComponents.MenuItem { + id: activitiesDesktopsMenuItem + + visible: activityInfo.numberOfRunningActivities > 1 + && (visualParent && !get(atm.IsLauncher) + && !get(atm.IsStartup)) + + enabled: visible + + text: i18n("Show in &Activities") + icon: "activities" + + Connections { + target: activityInfo + + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesDesktopsMenu + + visualParent: activitiesDesktopsMenuItem.action + + function refresh() { + clearMenuItems(); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + var menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Add To Current Activity"); + menuItem.enabled = Qt.binding(function() { + return menu.visualParent && menu.get(atm.Activities).length > 0 && + menu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; + }); + menuItem.clicked.connect(function() { + tasksModel.requestActivities(menu.modelIndex, menu.get(atm.Activities).concat(activityInfo.currentActivity)); + }); + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("All Activities"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return menu.visualParent && menu.get(atm.Activities).length === 0; + }); + menuItem.toggled.connect(function(checked) { + let newActivities = []; // will cast to an empty QStringList i.e all activities + if (!checked) { + newActivities = new Array(activityInfo.currentActivity); + } + tasksModel.requestActivities(menu.modelIndex, newActivities); + }); + + menu.newSeparator(activitiesDesktopsMenu); + + var runningActivities = activityInfo.runningActivities(); + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = activityInfo.activityName(runningActivities[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding( (function(activityId) { + return function() { + return menu.visualParent && menu.get(atm.Activities).indexOf(activityId) >= 0; + }; + })(activityId)); + menuItem.toggled.connect((function(activityId) { + return function (checked) { + var newActivities = menu.get(atm.Activities); + if (checked) { + newActivities = newActivities.concat(activityId); + } else { + var index = newActivities.indexOf(activityId) + if (index < 0) { + return; + } + + newActivities.splice(index, 1); + } + return tasksModel.requestActivities(menu.modelIndex, newActivities); + }; + })(activityId)); + } + + menu.newSeparator(activitiesDesktopsMenu); + + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + var onActivities = menu.get(atm.Activities); + + // if the task is on a single activity, don't insert a "move to" item for that activity + if(onActivities.length == 1 && onActivities[0] == activityId) { + continue; + } + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Move to %1", activityInfo.activityName(activityId)) + menuItem.clicked.connect((function(activityId) { + return function () { + return tasksModel.requestActivities(menu.modelIndex, [activityId]); + }; + })(activityId)); + } + + menu.newSeparator(activitiesDesktopsMenu); + } + + Component.onCompleted: refresh() + } + } + + PlasmaComponents.MenuItem { + id: launcherToggleAction + + visible: visualParent + && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities < 2) + && !doesBelongToCurrentActivity() + + enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" + + text: i18n("&Pin to Task Manager") + icon: "window-pin" + + function doesBelongToCurrentActivity() { + return tasksModel.launcherActivities(get(atm.LauncherUrlWithoutIcon)).some(function(activity) { + return activity === activityInfo.currentActivity || activity === activityInfo.nullUuid; + }); + } + + onClicked: { + tasksModel.requestAddLauncher(get(atm.LauncherUrl)); + } + } + + PlasmaComponents.MenuItem { + id: showLauncherInActivitiesItem + + text: i18n("&Pin to Task Manager") + icon: "window-pin" + + visible: visualParent + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities >= 2) + + Connections { + target: activityInfo + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesLaunchersMenu + visualParent: showLauncherInActivitiesItem.action + + function refresh() { + clearMenuItems(); + + if (menu.visualParent === null) return; + + var createNewItem = function(id, title, url, activities) { + var result = menu.newMenuItem(activitiesLaunchersMenu); + result.text = title; + + result.visible = true; + result.checkable = true; + + result.checked = activities.some(function(activity) { return activity === id }); + + result.clicked.connect( + function() { + if (result.checked) { + tasksModel.requestAddLauncherToActivity(url, id); + } else { + tasksModel.requestRemoveLauncherFromActivity(url, id); + } + } + ); + + return result; + } + + if (menu.visualParent === null) return; + + var url = menu.get(atm.LauncherUrlWithoutIcon); + + var activities = tasksModel.launcherActivities(url); + + createNewItem(activityInfo.nullUuid, i18n("On All Activities"), url, activities); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); + + menu.newSeparator(activitiesLaunchersMenu); + + var runningActivities = activityInfo.runningActivities(); + + runningActivities.forEach(function(id) { + createNewItem(id, activityInfo.activityName(id), url, activities); + }); + } + + Component.onCompleted: { + menu.onVisualParentChanged.connect(refresh); + refresh(); + } + } + } + + PlasmaComponents.MenuItem { + visible: (visualParent + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && !launcherToggleAction.visible + && activityInfo.numberOfRunningActivities < 2) + + text: i18n("Unpin from Task Manager") + icon: "window-unpin" + + onClicked: { + tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); + } + } + + PlasmaComponents.MenuItem { + id: moreActionsMenuItem + + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visible + + text: i18n("More") + icon: "view-more-symbolic" + + PlasmaComponents.ContextMenu { + visualParent: moreActionsMenuItem.action + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsMovable) === true + + text: i18n("&Move") + icon: "transform-move" + + onClicked: tasksModel.requestMove(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsResizable) === true + + text: i18n("Re&size") + icon: "transform-scale" + + onClicked: tasksModel.requestResize(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: menu.visualParent && get(atm.IsMaximizable) === true + + checkable: true + checked: menu.visualParent && get(atm.IsMaximized) === true + + text: i18n("Ma&ximize") + icon: "window-maximize" + + onClicked: tasksModel.requestToggleMaximized(modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: menu.visualParent && get(atm.IsMinimizable) === true + + checkable: true + checked: menu.visualParent && get(atm.IsMinimized) === true + + text: i18n("Mi&nimize") + icon: "window-minimize" + + onClicked: tasksModel.requestToggleMinimized(modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: menu.visualParent && menu.get(atm.IsKeepAbove) === true + + text: i18n("Keep &Above Others") + icon: "window-keep-above" + + onClicked: tasksModel.requestToggleKeepAbove(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: menu.visualParent && menu.get(atm.IsKeepBelow) === true + + text: i18n("Keep &Below Others") + icon: "window-keep-below" + + onClicked: tasksModel.requestToggleKeepBelow(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsFullScreenable) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsFullScreen) === true + + text: i18n("&Fullscreen") + icon: "view-fullscreen" + + onClicked: tasksModel.requestToggleFullScreen(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsShadeable) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsShaded) === true + + text: i18n("&Shade") + icon: "window-shade" + + onClicked: tasksModel.requestToggleShaded(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + visible: (plasmoid.configuration.groupingStrategy !== 0) && menu.get(atm.IsWindow) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsGroupable) === true + + text: i18n("Allow this program to be grouped") + icon: "view-group" + + onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + property QtObject configureAction: null + + enabled: configureAction && configureAction.enabled + visible: configureAction && configureAction.visible + + text: configureAction ? configureAction.text : "" + icon: configureAction ? configureAction.icon : "" + + onClicked: configureAction.trigger() + + Component.onCompleted: configureAction = plasmoid.action("configure") + } + + PlasmaComponents.MenuItem { + property QtObject alternativesAction: null + + enabled: alternativesAction && alternativesAction.enabled + visible: alternativesAction && alternativesAction.visible + + text: alternativesAction ? alternativesAction.text : "" + icon: alternativesAction ? alternativesAction.icon : "" + + onClicked: alternativesAction.trigger() + + Component.onCompleted: alternativesAction = plasmoid.action("alternatives") + } + } + } + + PlasmaComponents.MenuItem { separator: true } + + PlasmaComponents.MenuItem { + id: closeWindowItem + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visualParent && get(atm.IsClosable) === true + + text: i18n("&Close") + icon: "window-close" + + onClicked: tasksModel.requestClose(modelIndex) + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/GroupDialog.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/GroupDialog.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/GroupDialog.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/GroupDialog.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/GroupExpanderOverlay.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/GroupExpanderOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/GroupExpanderOverlay.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/GroupExpanderOverlay.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MouseHandler.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/MouseHandler.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/MouseHandler.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/MouseHandler.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/PipeWireThumbnail.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PipeWireThumbnail.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/PipeWireThumbnail.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PipeWireThumbnail.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PlasmaMenu.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PlasmaMenu.qml new file mode 100755 index 0000000..f32c7c4 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PlasmaMenu.qml @@ -0,0 +1,97 @@ + /* + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later + */ + + import QtQuick 2.7 + import QtQuick.Window 2.15 + import QtQuick.Controls 2.5 + import QtQuick.Templates 2.5 as T + import org.kde.plasma.core 2.0 as PlasmaCore + import org.kde.kirigami 2.5 as Kirigami + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.Dialog { + id: control + + palette: Kirigami.Theme.palette + implicitWidth: Math.max(background ? background.implicitWidth : 0, + contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0) + implicitHeight: Math.max(background ? background.implicitHeight : 0, + contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding + + delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() } + + + margins: 0 + leftPadding: background.margins.left + topPadding: background.margins.top + rightPadding: background.margins.right + bottomPadding: background.margins.bottom + + contentItem: ListView { + implicitHeight: contentHeight + property bool hasCheckables: false + property bool hasIcons: false + model: control.contentModel + + implicitWidth: { + var maxWidth = 0; + for (var i = 0; i < contentItem.children.length; ++i) { + maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth); + } + return maxWidth; + } + + interactive: Window.window ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height : false + clip: true + currentIndex: control.currentIndex || 0 + keyNavigationEnabled: true + keyNavigationWraps: true + + T.ScrollBar.vertical: ScrollBar {} + } + + Connections { + target: control.contentItem.contentItem + + function onChildrenChanged() { + for (var i in control.contentItem.contentItem.children) { + var child = control.contentItem.contentItem.children[i]; + if (child.checkable) { + control.contentItem.hasCheckables = true; + } + if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) { + control.contentItem.hasIcons = true; + } + } + } + } + + /*enter: Transition { + NumberAnimation { + property: "opacity" + from: 0 + to: 1 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.shortDuration + } + } + + exit: Transition { + NumberAnimation { + property: "opacity" + from: 1 + to: 0 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.shortDuration + } + }*/ + + /*background: PlasmaCore.FrameSvgItem { + imagePath: "widgets/background" + implicitWidth: PlasmaCore.Units.gridUnit * 8 + implicitHeight: PlasmaCore.Units.gridUnit * 2 + }*/ + } diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/PulseAudio.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PulseAudio.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/PulseAudio.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/PulseAudio.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ScrollViewTask.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ScrollViewTask.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ScrollViewTask.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ScrollViewTask.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ScrollableTextWrapper.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ScrollableTextWrapper.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ScrollableTextWrapper.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ScrollableTextWrapper.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/Task.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/Task.qml new file mode 100755 index 0000000..322af44 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/Task.qml @@ -0,0 +1,1019 @@ +/* + SPDX-FileCopyrightText: 2012-2013 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.draganddrop 2.0 + +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +import "code/layout.js" as LayoutManager +import "code/tools.js" as TaskTools +import QtGraphicalEffects 1.15 + + +MouseArea { + id: task + + width: groupDialog.contentWidth + height: Math.max(theme.mSize(theme.defaultFont).height, PlasmaCore.Units.iconSizes.medium) + LayoutManager.verticalMargins() + + visible: true + hoverEnabled: true + preventStealing: true + propagateComposedEvents: true + z: 2 + LayoutMirroring.enabled: (Qt.application.layoutDirection == Qt.RightToLeft) + LayoutMirroring.childrenInherit: (Qt.application.layoutDirection == Qt.RightToLeft) + + readonly property var m: model + + readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0 + readonly property string appName: model.AppName + readonly property variant winIdList: model.WinIdList + property int itemIndex: index + property bool inPopup: false + property bool isWindow: model.IsWindow === true + property int childCount: model.ChildCount !== undefined ? model.ChildCount : 0 + property int previousChildCount: 0 + property alias labelText: label.text + property bool pressed: false + property int pressX: -1 + property int pressY: -1 + property QtObject contextMenu: null // Pointer to the regular Qt context menu, which is no longer used (deprecated). + property QtObject tasksMenu: null // Pointer to the reimplemented context menu. + property int wheelDelta: 0 + readonly property bool smartLauncherEnabled: !inPopup && model.IsStartup !== true + property QtObject smartLauncherItem: null + property alias toolTipAreaItem: toolTipArea + property alias audioStreamIconLoaderItem: audioStreamIconLoader + // The dominant color of the task icon. + property color hoverColor + property real taskWidth: 0 + property real taskHeight: 0 + property string previousState: "" + property bool rightClickDragging: false + + property Item audioStreamOverlay + property var audioStreams: [] + property bool delayAudioStreamIndicator: false + readonly property bool audioIndicatorsEnabled: plasmoid.configuration.indicateAudioStreams + readonly property bool hasAudioStream: audioStreams.length > 0 + readonly property bool playingAudio: hasAudioStream && audioStreams.some(function (item) { + return !item.corked + }) + readonly property bool muted: hasAudioStream && audioStreams.every(function (item) { + return item.muted + }) + + // This property determines when the task should be highlighted. + // In the context of a task in a default state, it determines when hot tracking should be enabled. + readonly property bool highlighted: (inPopup && activeFocus) || (!inPopup && ma.containsMouse) + || (task.contextMenu && task.contextMenu.status === PlasmaComponents.DialogStatus.Open) + || (groupDialog.visible && groupDialog.visualParent === task) + + + onHighlightedChanged: { + // ensure it doesn't get stuck with a window highlighted + backend.cancelHighlightWindows(); + } + + // Unused so far. + function closeTask() { + closingAnimation.start(); + } + function showToolTip() { + toolTipArea.showToolTip(); + } + function hideToolTipTemporarily() { + toolTipArea.hideToolTip(); + } + function updateHoverColor() { + // Calls the C++ function which calculates the dominant color from the icon. + hoverColor = plasmoid.nativeInterface.getDominantColor(icon.source); + // When label visibility is toggled, that changes the size of each task item, + // so we need to update the size of the hot tracking effect too. + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + + } + + // Updates the hot tracking gradient with the mouse position. + function updateMousePosition(pos) { + if(!model.IsStartup) + hoverGradient.horizontalOffset = pos - hoverRect.width/2; + } + Behavior on opacity { + NumberAnimation { duration: 250 } + } + + + acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MidButton | Qt.BackButton | Qt.ForwardButton + + onPidChanged: updateAudioStreams({delay: false}) + onAppNameChanged: updateAudioStreams({delay: false}) + + onIsWindowChanged: { + if (isWindow) { + taskInitComponent.createObject(task); + } + hoverEnabled = true; + } + + onChildCountChanged: { + if (!childCount && groupDialog.visualParent == task) { + groupDialog.visible = false; + + return; + } + + if (containsMouse) { + groupDialog.activeTask = null; + } + + if (childCount > previousChildCount) { + tasksModel.requestPublishDelegateGeometry(modelIndex(), backend.globalRect(task), task); + } + + previousChildCount = childCount; + hoverEnabled = true; + } + + onItemIndexChanged: { + hideToolTipTemporarily(); + + if (!inPopup && !tasks.vertical + && (LayoutManager.calculateStripes() > 1 || !plasmoid.configuration.separateLaunchers)) { + tasks.requestLayout(); + } + hoverEnabled = true; + taskList.updateHoverFunc(); + } + + onContainsMouseChanged: { + + // Just in case + if(tasksMenu !== null ) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if(taskList.firstTimeHover === false) { + taskList.updateHoverFunc(); + taskList.firstTimeHover = true; + } + if (containsMouse) { + if (inPopup) { + forceActiveFocus(); + } + } else { + pressed = false; + //if(!ma.pressed) tasks.dragSource = null; + } + hoverEnabled = true; + + updateMousePosition(ma.mouseX); + + } + + onClicked: { + if (mouse.button == Qt.RightButton && tasksMenu === null && !model.IsStartup) { + // When we're a launcher, there's no window controls, so we can show all + // places without the menu getting super huge. + if (model.IsLauncher === true) { + showContextMenu({showAllPlaces: true}) + } else { + showContextMenu(); + } + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + onPressed: { + + if(tasksMenu !== null ) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if (mouse.button == Qt.LeftButton || mouse.button == Qt.MidButton || mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { + pressed = true; + pressX = mouse.x; + pressY = mouse.y; + + } + hoverEnabled = true; + } + + onReleased: { + + if (pressed) { + if (mouse.button == Qt.MidButton) { + if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.NewInstance) { + hoverRect.state = "startup"; + tasksModel.requestNewInstance(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.Close) { + tasks.taskClosedWithMouseMiddleButton = winIdList.slice() + tasksModel.requestClose(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleMinimized) { + tasksModel.requestToggleMinimized(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleGrouping) { + tasksModel.requestToggleGrouping(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.BringToCurrentDesktop) { + tasksModel.requestVirtualDesktops(modelIndex(), [virtualDesktopInfo.currentDesktop]); + } + } else if (mouse.button == Qt.LeftButton) { + if (plasmoid.configuration.showToolTips && toolTipArea.active) { + hideToolTipTemporarily(); + } + TaskTools.activateTask(modelIndex(), model, mouse.modifiers, task); + + } else if (mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { + var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid); + if (sourceName) { + if (mouse.button === Qt.BackButton) { + mpris2Source.goPrevious(sourceName); + } else { + mpris2Source.goNext(sourceName); + } + } else { + mouse.accepted = false; + } + } + + backend.cancelHighlightWindows(); + } + + pressed = false; + pressX = -1; + pressY = -1; + hoverEnabled = true; + rightClickDragging = false; + } + + onPressAndHold: { + } + onPositionChanged: { //hoverEnabled: true, but this event still doesn't fire at all + //unless i am pressing the left mouse button for a short period of time + + if(tasksMenu !== null) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if(mouse.buttons == Qt.RightButton) { + rightClickDragging = true; + } + else if (pressX != -1 && mouse.buttons == Qt.LeftButton && dragHelper.isDrag(pressX, pressY, mouse.x, mouse.y)) { + + tasks.dragSource = task; + dragHelper.startDrag(task, model.MimeType, model.MimeData, + model.LauncherUrlWithoutIcon, model.decoration); + pressX = -1; + pressY = -1; + return; + } + else + { + tasks.dragSource = null; + } + + //code for dragging the task around + + } + + onWheel: { + if (plasmoid.configuration.wheelEnabled && (!inPopup || !groupDialog.overflowing)) { + wheelDelta = TaskTools.wheelActivateNextPrevTask(task, wheelDelta, wheel.angleDelta.y); + } else { + wheel.accepted = false; + } + } + + onSmartLauncherEnabledChanged: { + if (smartLauncherEnabled && !smartLauncherItem) { + var smartLauncher = Qt.createQmlObject(" + import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet; + TaskManagerApplet.SmartLauncherItem { }", task); + + smartLauncher.launcherUrl = Qt.binding(function() { return model.LauncherUrlWithoutIcon; }); + + smartLauncherItem = smartLauncher; + } + } + + onHasAudioStreamChanged: { + audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; + } + + onAudioIndicatorsEnabledChanged: { + audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; + } + + Keys.onReturnPressed: TaskTools.activateTask(modelIndex(), model, event.modifiers, task) + Keys.onEnterPressed: Keys.onReturnPressed(event); + + function modelIndex() { + return (inPopup ? tasksModel.makeModelIndex(groupDialog.visualParent.itemIndex, index) + : tasksModel.makeModelIndex(index)); + } + + function showContextMenu(args) { + toolTipArea.hideImmediately(); + tasksMenu = tasks.createTasksMenu(task, modelIndex(), args); + tasksMenu.menuDecoration = model.decoration; + tasksMenu.show(); + + //contextMenu = tasks.createContextMenu(task, modelIndex(), args); + //contextMenu.show(); + } + + function updateAudioStreams(args) { + if (args) { + // When the task just appeared (e.g. virtual desktop switch), show the audio indicator + // right away. Only when audio streams change during the lifetime of this task, delay + // showing that to avoid distraction. + delayAudioStreamIndicator = !!args.delay; + } + + var pa = pulseAudio.item; + if (!pa) { + task.audioStreams = []; + return; + } + + var streams = pa.streamsForPid(task.pid); + if (streams.length) { + pa.registerPidMatch(task.appName); + } else { + // We only want to fall back to appName matching if we never managed to map + // a PID to an audio stream window. Otherwise if you have two instances of + // an application, one playing and the other not, it will look up appName + // for the non-playing instance and erroneously show an indicator on both. + if (!pa.hasPidMatch(task.appName)) { + streams = pa.streamsForAppName(task.appName); + } + } + + task.audioStreams = streams; + } + + function toggleMuted() { + if (muted) { + task.audioStreams.forEach(function (item) { item.unmute(); }); + } else { + task.audioStreams.forEach(function (item) { item.mute(); }); + } + } + + Connections { + target: pulseAudio.item + ignoreUnknownSignals: true // Plasma-PA might not be available + function onStreamsChanged() { + task.updateAudioStreams({delay: true}) + } + } + Component { + id: taskInitComponent + + Timer { + id: timer + + interval: PlasmaCore.Units.longDuration + repeat: false + + onTriggered: { + //parent.hoverEnabled = true; + if (parent.isWindow) { + tasksModel.requestPublishDelegateGeometry(parent.modelIndex(), + backend.globalRect(parent), parent); + } + timer.destroy(); + } + + Component.onCompleted: { + + taskList.updateHoverFunc(); + timer.start(); + } + } + } + NumberAnimation { + id: closingAnimation + target: frame + properties: "opacity" + from: 1 + to: 0 + duration: 200 + + onRunningChanged: { if(!closingAnimation.running) { + opacity: 1; + //tasksModel.requestClose(modelIndex()); + } + } + } + PlasmaCore.FrameSvgItem { + id: frame + z: -1 + anchors { + fill: parent + + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 + } + PlasmaCore.FrameSvgItem { + id: stackFirst + z: 2 + imagePath: Qt.resolvedUrl("svgs/tasks.svg") + anchors.fill: parent + visible: frame.basePrefix != "active-tab" + opacity: { + if(childCount == 0) return 1; + else if(childCount == 2) return 0.6; + else return 0.25; + } + //imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : "widgets/tasks" + prefix: childCount == 0 ? frame.prefix : TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)); + } + PlasmaCore.FrameSvgItem { + id: stackSecond + imagePath: Qt.resolvedUrl("svgs/tasks.svg") + prefix: frame.prefix + anchors.fill: parent + opacity: 1 + visible: childCount >= 2 ? true : false + anchors.rightMargin: PlasmaCore.Units.smallSpacing * (childCount >= 3 ? 2 : 1.2); + } + PlasmaCore.FrameSvgItem { + id: stackThird + imagePath: Qt.resolvedUrl("svgs/tasks.svg") + prefix: TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)) + anchors.fill: parent + opacity: 0.6 + visible: childCount >= 3 ? true : false + anchors.rightMargin: PlasmaCore.Units.smallSpacing + enabledBorders: Plasma.FrameSvg.EnabledBorders.RightBorder + + } + + LinearGradient { + + id: highlightGradient + opacity: (pressed && frame.isHovered && frame.basePrefix === "active-tab") ? 1 : 0 + + anchors.fill: parent + anchors.leftMargin: 3 + anchors.rightMargin: 3 + anchors.topMargin: 2 + + start: Qt.point(3, 3) + end: Qt.point(3, parent.height-3) + gradient: Gradient { + GradientStop { position: 0.0; color: "#00000000"; } + GradientStop { position: 0.5; color: "#66000000"; } + GradientStop { position: 1.0; color: "#00000000"; } + } + } + imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? Qt.resolvedUrl("svgs/tabbar.svgz") : ""//"widgets/tasks" + property bool isHovered: task.highlighted && plasmoid.configuration.taskHoverEffect && !rightClickDragging + property string basePrefix: "normal" + //prefix: isHovered ? (TaskTools.taskPrefixHovered(basePrefix)) : TaskTools.taskPrefix(basePrefix) + //prefix: TaskTools.taskPrefix(basePrefix) + prefix: { + if(model.IsStartup || tasksMenu !== null) return TaskTools.taskPrefix("focus"); + if((pressed) && frame.basePrefix != "active-tab") return TaskTools.taskPrefix("focus"); + else if(isHovered && (basePrefix === "normal" || basePrefix === "minimized")) { return TaskTools.taskPrefix("hover"); } + else return TaskTools.taskPrefix(basePrefix); + } + //prefix: ((pressed) && frame.basePrefix != "active-tab") ? TaskTools.taskPrefix("focus") : TaskTools.taskPrefix(basePrefix) + Rectangle { + id: hoverRect + + anchors { + fill: parent + + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 +1 : 1 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + } + z: -5 + clip: true + states: [ + State { + name: "startup"; when: (model.IsStartup === true) + + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "startup"; + } + } + + }, + State { + name: "startup-finished"; when: (model.IsStartup === false) + + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "startup"; + } + } + + }, + State { + name: "mouse-over"; when: ((frame.isHovered && frame.basePrefix != "active-tab")) + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "mouse-over"; + } + } + + }, + State { + name: ""; + PropertyChanges { target: hoverRect; opacity: 0 } + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = ""; + } + } + } + ] + transitions: [ Transition { + from: "*"; to: "*"; + NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } + }, + Transition { + from: "*"; to: "startup"; + NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } + SequentialAnimation { + id: horizRad + NumberAnimation { + id: horizRad1 + target: hoverGradient + property: "horizontalRadius" + from: 0; to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; + easing.type: Easing.OutQuad; duration: 400 + } + /*NumberAnimation { + id: horizRad11 + target: hoverGradient + property: "horizontalRadius" + from: LayoutManager.taskWidth(); to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; + easing.type: Easing.Linear; duration: + }*/ + NumberAnimation { + id: horizRad2 + target: hoverGradient + property: "horizontalRadius" + //to: 0; + from: LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; + easing.type: Easing.InQuad; duration: 550 + } + NumberAnimation { + id: horizRad3 + target: hoverGradient + property: "horizontalRadius" + //to: 0; + from: 0; to: 0; //LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; + easing.type: Easing.Linear; duration: 3600 + } + NumberAnimation { + id: frameOpacity + target: task + property: "opacity" + from: 1; to: 0; + easing.type: Easing.OutCubic; duration: 650 + } + //loops: 3 + } + + SequentialAnimation { + id: vertiRad + NumberAnimation { + id: vertiRad1 + target: hoverGradient + property: "verticalRadius" + from: 0; to: LayoutManager.taskHeight(); + easing.type: Easing.OutQuad; duration: 400 + } + /*NumberAnimation { + id: vertiRad11 + target: hoverGradient + property: "verticalRadius" + from: LayoutManager.taskHeight(); to: LayoutManager.taskHeight(); + easing.type: Easing.Linear; duration: 50 + }*/ + NumberAnimation { + id: vertiRad2 + target: hoverGradient + property: "verticalRadius" + from: LayoutManager.taskHeight(); to: 0; + easing.type: Easing.InQuad; duration: 550 + } + NumberAnimation { + id: vertiRad3 + target: hoverGradient + property: "verticalRadius" + from: 0; to: 0; + easing.type: Easing.Linear; duration: 1250 + } + NumberAnimation { + id: hoverBorder + target: hoverRect + property: "opacity" + from: 1; to: 0; + easing.type: Easing.Linear; duration: 550 + } + //loops: 3 + } + + } ] + opacity: 0//(frame.isHovered && frame.basePrefix != "") ? 1.0 : 0 + color: "#00000000" + Rectangle { + id: borderRect + anchors { + fill: parent + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + } + z: -5 + border.color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.4); + //border.color: Qt.tint(hoverColor, "#22777777") + border.width: 2 + radius: 2 + color: "#00000000" + } + + RadialGradient { + id: hoverGradient + z: -3 + anchors { + fill: parent + topMargin: -2 * PlasmaCore.Units.smallSpacing + leftMargin: -2 * PlasmaCore.Units.smallSpacing + bottomMargin: -2 * PlasmaCore.Units.smallSpacing + rightMargin: -2 * PlasmaCore.Units.smallSpacing + /*topMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0*/ + } + gradient: Gradient { + id: radialGrad + GradientStop { position: 0.0; color: Qt.tint(hoverColor, "#CFF8F8F8") } + GradientStop { position: 0.4; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.75) } + //GradientStop { position: 0.4; color: Qt.tint(hoverColor, "#55AAAAAA") } + GradientStop { position: 0.85; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.2) } + } + verticalOffset: hoverRect.height/2.2 + horizontalOffset: 0 + + + //hoverGradient.horizontalOffset = task.mouseX - hoverRect.width/2 + + } + + Blend { + anchors.fill: borderRect + source: borderRect + foregroundSource: hoverGradient + mode: "addition" + } + //z: -1 + + } + PlasmaCore.ToolTipArea { + id: toolTipArea + z: -1 + //backgroundHints: "SolidBackground" + MouseArea { + id: ma + hoverEnabled: true + propagateComposedEvents: true + anchors.fill: parent + onPositionChanged: { + task.updateMousePosition(ma.mouseX); + task.positionChanged(mouse); + //var xtr = toolTipArea.backgroundHints(); + + } + onContainsMouseChanged: { + + task.updateMousePosition(ma.mouseX); + //task.onContainsMouseChanged(); + //toolTipArea.onContainsMouseChanged(); + //mouse.accepted = false; + } + onPressed: mouse.accepted = false; + onReleased: mouse.accepted = false; + onWheel: wheel.accepted = false; + //onExited: { hoverGradient.horizontalOffset = 0; + //task.onExited(); + //} + } + anchors.fill: parent + location: plasmoid.location + + active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips + interactive: model.IsWindow === true + + mainItem: (model.IsWindow === true) ? openWindowToolTipDelegate : pinnedAppToolTipDelegate + property alias mainToolTip: toolTipArea.mainItem + + onContainsMouseChanged: { + + updateMousePosition(ma.mouseX); + if (containsMouse) { + mainItem.parentTask = task; + mainItem.rootIndex = tasksModel.makeModelIndex(itemIndex, -1); + + /*mainItem.isWindowActive = Qt.binding(function() { + return false; + });*/ + mainItem.appName = Qt.binding(function() { + return model.AppName; + }); + mainItem.pidParent = Qt.binding(function() { + return model.AppPid !== undefined ? model.AppPid : 0; + }); + mainItem.windows = Qt.binding(function() { + return model.WinIdList; + }); + mainItem.isGroup = Qt.binding(function() { + return model.IsGroupParent === true; + }); + mainItem.icon = Qt.binding(function() { + return model.decoration; + }); + mainItem.launcherUrl = Qt.binding(function() { + return model.LauncherUrlWithoutIcon; + }); + mainItem.isLauncher = Qt.binding(function() { + return model.IsLauncher === true; + }); + mainItem.isMinimizedParent = Qt.binding(function() { + return model.IsMinimized === true; + }); + mainItem.displayParent = Qt.binding(function() { + return model.display; + }); + mainItem.genericName = Qt.binding(function() { + return model.GenericName; + }); + mainItem.virtualDesktopParent = Qt.binding(function() { + return (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0]; + }); + mainItem.isOnAllVirtualDesktopsParent = Qt.binding(function() { + return model.IsOnAllVirtualDesktops === true; + }); + mainItem.activitiesParent = Qt.binding(function() { + return model.Activities; + }); + + mainItem.smartLauncherCountVisible = Qt.binding(function() { + return task.smartLauncherItem && task.smartLauncherItem.countVisible; + }); + mainItem.smartLauncherCount = Qt.binding(function() { + return mainItem.smartLauncherCountVisible ? task.smartLauncherItem.count : 0; + }); + } + } + } + } + + + Loader { + anchors.fill: frame + asynchronous: true + source: "TaskProgressOverlay.qml" + active: task.isWindow && task.smartLauncherItem && task.smartLauncherItem.progressVisible + z: -7 + } + //TasksMenu {} + Item { + id: iconBox + + anchors { + left: parent.left + leftMargin: adjustMargin(true, parent.width, taskFrame.margins.left); + top: parent.top + topMargin: adjustMargin(false, parent.height, taskFrame.margins.top) + } + + width: height + height: (parent.height - adjustMargin(false, parent.height, taskFrame.margins.top) + - adjustMargin(false, parent.height, taskFrame.margins.bottom)) + + function adjustMargin(vert, size, margin) { + if (!size) { + return margin; + } + + var margins = vert ? LayoutManager.horizontalMargins() : LayoutManager.verticalMargins(); + + if ((size - margins) < PlasmaCore.Units.iconSizes.small) { + return Math.ceil((margin * (PlasmaCore.Units.iconSizes.small / size)) / 2); + } + return margin; + } + + //width: inPopup ? PlasmaCore.Units.iconSizes.small : Math.min(height, parent.width - LayoutManager.horizontalMargins()) + + PlasmaCore.IconItem { + id: icon + + anchors.fill: parent + anchors.leftMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - ((childCount > 0) ? PlasmaCore.Units.smallSpacing * ((childCount > 2) ? 2 : 1.2) : 0) + anchors.topMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) + + //active: task.highlighted + enabled: true + usesPlasmaTheme: false + + source: model.decoration + + onSourceChanged: { + //if(!icon.valid || icon.source == "" /*&& !model.IsLauncher && !model.IsStartup*/) icon.source = "application-x-executable"; + + updateHoverColor(); + } + } + + /*Loader { + // QTBUG anchors.fill in conjunction with the Loader doesn't reliably work on creation: + // have a window with a badge, move it from one screen to another, the new task item on the + // other screen will now have a glitched out badge mask. + width: parent.width + height: parent.height + asynchronous: true + source: "TaskBadgeOverlay.qml" + active: height >= PlasmaCore.Units.iconSizes.small + && task.smartLauncherItem && task.smartLauncherItem.countVisible + }*/ + + states: [ + // Using a state transition avoids a binding loop between label.visible and + // the text label margin, which derives from the icon width. + State { + name: "standalone" + when: !label.visible + + AnchorChanges { + target: iconBox + anchors.left: undefined + anchors.horizontalCenter: parent.horizontalCenter + } + + PropertyChanges { + target: iconBox + anchors.leftMargin: 0 + width: parent.width - adjustMargin(true, task.width, taskFrame.margins.left) + - adjustMargin(true, task.width, taskFrame.margins.right) + } + } + ] + + /*Loader { + anchors.fill: parent + + active: model.IsStartup === true + sourceComponent: busyIndicator + } + + Component { + id: busyIndicator + + PlasmaComponents.BusyIndicator { anchors.fill: parent } + }*/ + } + + Loader { + id: audioStreamIconLoader + + readonly property bool shown: item && item.visible + readonly property var indicatorScale: 1.2 + + source: "AudioStream.qml" + width: Math.min(Math.min(iconBox.width, iconBox.height) * 0.4, PlasmaCore.Units.iconSizes.smallMedium) + height: width + + anchors { + right: frame.right + top: frame.top + rightMargin: taskFrame.margins.right + topMargin: Math.round(taskFrame.margins.top * indicatorScale) + } + + } + + PlasmaComponents.Label { + id: label + + visible: (inPopup || !iconsOnly && model.IsLauncher !== true + && (parent.width - iconBox.height - PlasmaCore.Units.smallSpacing) >= (theme.mSize(theme.defaultFont).width * LayoutManager.minimumMColumns())) + + anchors { + fill: parent + leftMargin: taskFrame.margins.left + iconBox.width + PlasmaCore.Units.smallSpacing + topMargin: taskFrame.margins.top + rightMargin: taskFrame.margins.right + (audioStreamIconLoader.shown ? (audioStreamIconLoader.width + PlasmaCore.Units.smallSpacing) : 0) + bottomMargin: taskFrame.margins.bottom + } + + text: model.display + wrapMode: (maximumLineCount == 1) ? Text.NoWrap : Text.Wrap + elide: Text.ElideRight + textFormat: Text.PlainText + verticalAlignment: Text.AlignVCenter + maximumLineCount: plasmoid.configuration.maxTextLines || undefined + style: Text.Outline + styleColor: "#20404040" + /*layer.enabled: true + layer.effect: DropShadow { + anchors.fill: parent + source: parent + verticalOffset: 1 + horizontalOffset: 1 + color: "#80000000" + radius: 0 + }*/ + } + + states: [ + State { + name: "launcher" + when: model.IsLauncher === true + + PropertyChanges { + target: frame + basePrefix: "active-tab" + } + }, + State { + name: "attention" + when: model.IsDemandingAttention === true || (task.smartLauncherItem && task.smartLauncherItem.urgent) + + PropertyChanges { + target: frame + basePrefix: "attention" + } + }, + State { + name: "minimized" + when: model.IsMinimized === true + + PropertyChanges { + target: frame + basePrefix: "minimized" + } + }, + State { + name: "active" + when: model.IsActive === true + + PropertyChanges { + target: frame + basePrefix: "focus" + } + } + + ] + + Component.onCompleted: { + /*if (!inPopup && model.IsWindow === true) { + var component = Qt.createComponent("GroupExpanderOverlay.qml"); + component.createObject(task); + }*/ + + if (!inPopup && model.IsWindow !== true) { + taskInitComponent.createObject(task); + } + taskList.updateHoverFunc(); + updateAudioStreams({delay: false}); + //toolTipArea.setBackgroundHints(2); + + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskBadgeOverlay.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskBadgeOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskBadgeOverlay.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskBadgeOverlay.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskList.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskList.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskList.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskList.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskProgressOverlay.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskProgressOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/TaskProgressOverlay.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TaskProgressOverlay.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenu.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenu.qml new file mode 100755 index 0000000..aa0b659 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenu.qml @@ -0,0 +1,1132 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import QtQuick.Controls 1.4 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras + +/* + * This is the custom context menu control for SevenTasks. + * It is designed to look and feel like the context menu from Windows Vista and onwards, + * while making sure that it behaves just like a normal context menu under KDE. This means: + * + * 1. The context menu grabs *all* mouse and key inputs. + * 2. The context menu must disappear if an event outside of it causes it to 'lose focus'. + * 3. The context menu must disappear if a menu item has been activated either with the mouse or the keyboard. + * 4. The context menu must disappear if the user clicks away from it or the Escape key is pressed on the keyboard. + * + * As PlasmaCore.Dialog inherits QWindow, we can use QWindow::setMouseGrabEnabled(bool) and QWindow::setKeyboardGrabEnabled(bool) + * to steal all mouse and keyboard events from the system and direct it towards the context menu. This is done through C++, more + * info in the C++ source files. + * + */ + +PlasmaCore.Dialog { + id: tasksMenu + + // Properties passed by the task when the context menu is created dynamically. + // Context menu specific stuff. + property QtObject backend + property QtObject mpris2Source + property var modelIndex + readonly property var atm: TaskManager.AbstractTasksModel + property var menuDecoration: "exec" + property QtObject currentItem: null + property int currentItemIndex: -1 + + readonly property int menuItemHeight: PlasmaCore.Units.smallSpacing*5 + readonly property int menuWidth: 263 + + property bool showAllPlaces: false + property bool alsoCloseTask: false + property bool secondaryColumn: false + + property color backgroundColorStatic: "#f1f6fb" + property color backgroundColorGradient: "white" + property color borderColor: "#ccd9ea" + + + // Functions inherited from the original ContextMenu + function get(modelProp) { + return tasksModel.data(modelIndex, modelProp) + } + function showContextMenuWithAllPlaces() { + visualParent.showContextMenu({showAllPlaces: true}); + } + + function newPlasmaMenuItem(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem {} + `, parent); + } + + function newPlasmaSeparator(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem { separator: true } + `, parent); + } + function newMenuItem(parent) { + return Qt.createQmlObject(` + TasksMenuItemWrapper {} + `, parent); + } + + function newSeparator(parent) { + return Qt.createQmlObject(` + TasksMenuItemSeparator {} + `, parent); + } + function addItemToMenu(obj) { + obj.Layout.fillWidth = true; + obj.Layout.preferredHeight = menuItemHeight; + menuitems.height += obj.Layout.preferredHeight + menuitems.spacing; + } + function clearIndices() { + if(currentItem !== null) { + currentItem.selected = false; + currentItem = null; + } + currentItemIndex = -1; + } + function setCurrentItem(obj) { + clearIndices(); + var i = Array.prototype.indexOf.call(menuitems.children, obj); + if(i === -1) { + i = menuitems.children.length + Array.prototype.indexOf.call(staticMenuItems.children, obj); + } + currentItemIndex = i; + currentItem = obj; + currentItem.selected = true; + } + + // Tasksmenu specific stuff + property alias tMenu: tasksMenu + property int xpos: -1 // Variable is used to keep track of the original x position which sometimes gets changed for no reason. + visible: false + opacity: 0 + objectName: "tasksMenuDialog" + hideOnWindowDeactivate: true // Makes it so that the context menu disappears if it gets forcibly out of focus by an external event. + flags: Qt.WindowStaysOnTopHint | Qt.Dialog + + // Used to animate the context menu appearing and disappearing. + Behavior on opacity { + NumberAnimation { duration: 125; } + } + Behavior on y { + NumberAnimation {duration: 125; } + } + + // Tries to detect when the x position resets to 0. + onXChanged: { + if(tasksMenu.x !== xpos) { + tasksMenu.x = xpos; + } + } + // If the context menu is no longer visible (most often when it loses focus), close the menu. + onVisibleChanged: { + if(visible) { + var diff = parent.mapToGlobal(tasksMenu.x, tasksMenu.y).x - tasksMenu.x; + xpos = visualParent.x + diff + visualParent.width/2 - PlasmaCore.Units.smallSpacing; + xpos -= menuWidth / 2; + + if(xpos < 0) xpos = 0; + tasksMenu.x = xpos; + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + else if(!visible) { + tasksMenu.closeMenu(); + } + } + onActiveChanged: { + if(!active) tasksMenu.close(); + } + // Set to Floating so that the borders are visible all the time, even when it is right next to another object. + location: { + return PlasmaCore.Types.Floating; + } + // Used publicly by other objects to show the dynamically created context menu. + function show() { + loadDynamicLauncherActions(get(atm.LauncherUrlWithoutIcon)); + visible = true; + opacity = 1; + tasksMenu.y -= PlasmaCore.Units.smallSpacing*2; + openTimer.start(); + } + // Closes the menu gracefully, by first showing a fade out animation before freeing the object from memory. + function closeMenu() { + plasmoid.nativeInterface.disableBlurBehind(tasksMenu); + tasksMenu.y += PlasmaCore.Units.smallSpacing*2; + opacity = 0; + closeTimer.start(); + } + + function loadDynamicLauncherActions(launcherUrl) { + var sections = [ + { + title: i18n("Frequent"), + group: "places", + actions: backend.placesActions(launcherUrl, showAllPlaces, tasksMenu) + }, + { + title: i18n("Recent"), + group: "recents", + actions: backend.recentDocumentActions(launcherUrl, tasksMenu) + }, + { + title: i18n("Tasks"), + group: "actions", + actions: backend.jumpListActions(launcherUrl, tasksMenu) + } + ] + + // C++ can override section heading by returning a QString as first action + sections.forEach((section) => { + if (typeof section.actions[0] === "string") { + section.title = section.actions.shift(); // take first + } + }); + + // QMenu does not limit its width automatically. Even if we set a maximumWidth + // it would just cut off text rather than eliding. So we do this manually. + var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menuitems); + var maximumWidth = LayoutManager.maximumContextMenuTextWidth() + PlasmaCore.Units.smallSpacing*2; + + for(var i = 0; i < sections.length; i++) { + var section = sections[i]; + if(section["actions"].length == 0) continue; + + // Make a separator header + var sepHeader = tasksMenu.newSeparator(menuitems); + sepHeader.menuText = section["title"]; + addItemToMenu(sepHeader); + + for(var j = 0; j < section["actions"].length; j++) { + if(section["group"] == "recents" && j == section["actions"].length-2) continue; + var mAction = section["actions"][j]; + var mItem = tasksMenu.newMenuItem(menuitems); + // Crude way of manually eliding... + var elided = false; + textMetrics.text = Qt.binding(function() { + return mAction.text; + }); + + while (textMetrics.width > maximumWidth) { + mAction.text = mAction.text.slice(0, -1); + elided = true; + } + + if (elided) { + mAction.text += "…"; + } + mItem.text = mAction.text; + mItem.icon = mAction.icon; + mItem.clicked.connect(mAction.trigger); + addItemToMenu(mItem); + secondaryColumn = true; + } + + } + + // Add Media Player control actions + var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); + + if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { + var playerData = mpris2Source.data[sourceName] + var sepHeader = tasksMenu.newSeparator(menuitems); + sepHeader.menuText = "Media controls"; + addItemToMenu(sepHeader); + secondaryColumn = true; + if (playerData.CanControl) { + var playing = (playerData.PlaybackStatus === "Playing"); + var menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Play previous track", "Previous Track"); + menuItem.icon = "media-skip-backward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoPrevious; + }); + menuItem.clicked.connect(function() { + mpris2Source.goPrevious(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... + menuItem.text = Qt.binding(function() { + // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play + return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); + }); + menuItem.icon = Qt.binding(function() { + return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; + }); + menuItem.enabled = Qt.binding(function() { + return playing ? playerData.CanPause : playerData.CanPlay; + }); + menuItem.clicked.connect(function() { + if (playing) { + mpris2Source.pause(sourceName); + } else { + mpris2Source.play(sourceName); + } + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Play next track", "Next Track"); + menuItem.icon = "media-skip-forward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoNext; + }); + menuItem.clicked.connect(function() { + mpris2Source.goNext(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Stop playback", "Stop"); + menuItem.icon = "media-playback-stop"; + menuItem.enabled = Qt.binding(function() { + return playerData.PlaybackStatus !== "Stopped"; + }); + menuItem.clicked.connect(function() { + mpris2Source.stop(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + // If we don't have a window associated with the player but we can quit + // it through MPRIS we'll offer a "Quit" option instead of "Close" + if (!closeWindowItem.visible && playerData.CanQuit) { + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Quit media player app", "Quit"); + menuItem.icon = "application-exit"; + menuItem.visible = Qt.binding(function() { + return !closeWindowItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.quit(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + } + + // If we don't have a window associated with the player but we can raise + // it through MPRIS we'll offer a "Restore" option + if (get(atm.IsLauncher) === true && !startNewInstanceItem.visible && playerData.CanRaise) { + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); + menuItem.icon = playerData["Desktop Icon Name"]; + menuItem.visible = Qt.binding(function() { + return !startNewInstanceItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.raise(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + } + } + } + + // We allow mute/unmute whenever an application has a stream, regardless of whether it + // is actually playing sound. + // This way you can unmute, e.g. a telephony app, even after the conversation has ended, + // so you still have it ringing later on. + if (tasksMenu.visualParent.hasAudioStream) { + var muteItem = tasksMenu.newMenuItem(menuitems); + muteItem.checkable = true; + muteItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.visualParent.muted; + }); + muteItem.clicked.connect(function() { + tasksMenu.visualParent.toggleMuted(); + muteItem.text = !muteItem.checked ? "Unmute" : "Mute"; + muteItem.icon = !muteItem.checked ? "audio-volume-muted" : "audio-volume-high"; + }); + muteItem.text = muteItem.checked ? "Unmute" : "Mute"; + muteItem.icon = muteItem.checked ? "audio-volume-muted" : "audio-volume-high"; + tasksMenu.addItemToMenu(muteItem); + secondaryColumn = true; + + } + } + + function delayedMenu(delay, func) { + plasmoid.nativeInterface.disableBlurBehind(tasksMenu); + tasksMenu.y += PlasmaCore.Units.smallSpacing*2; + opacity = 0; + delayTimer.interval = delay; + delayTimer.repeat = false; + delayTimer.triggered.connect(func); + delayTimer.start(); + } + + FocusScope { + id: fscope + focus: true + Layout.minimumWidth: menuWidth + Layout.maximumWidth: menuWidth + Layout.minimumHeight: staticMenuItems.height + menuitems.height + PlasmaCore.Units.smallSpacing*3 - (secondaryColumn ? 0 : PlasmaCore.Units.smallSpacing*2) + Layout.maximumHeight: staticMenuItems.height + menuitems.height + PlasmaCore.Units.smallSpacing*3 - (secondaryColumn ? 0 : PlasmaCore.Units.smallSpacing*2) + // This is the last resort to avoiding the dialog displacement bug. It's set to correct the x position at a delay of 18ms. + // This may result in a brief but noticeable jump in position when the context menu is shown. + Timer { + id: delayTimer + } + Timer { + id: openTimer + interval: 20 + repeat: false + onTriggered: { + tasksMenu.x = xpos; + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + // Timer used to free the object from memory after the fade out animation has finished. + Timer { + id: closeTimer + interval: 150 + onTriggered: { + tasksMenu.destroy(); + } + } + ColumnLayout { + id: menuitems + z: 1 + spacing: PlasmaCore.Units.smallSpacing/2 + anchors { + left: parent.left + right: parent.right + bottom: staticMenuItems.top + leftMargin: PlasmaCore.Units.smallSpacing*2 + rightMargin: PlasmaCore.Units.smallSpacing*2 + bottomMargin: PlasmaCore.Units.smallSpacing + } + + Item { + Layout.fillHeight: true + } + Item { + height: PlasmaCore.Units.smallSpacing + } + } + ColumnLayout { + id: staticMenuItems + z: 1 + spacing: PlasmaCore.Units.smallSpacing/2 + anchors.left: parent.left + anchors.right: parent.right + anchors.bottom: parent.bottom + anchors.margins: PlasmaCore.Units.smallSpacing*2 + + Item { + Layout.fillHeight: true + } + Item { + height: PlasmaCore.Units.smallSpacing + } + + TasksMenuItemWrapper { + id: startNewInstanceItem + visible: get(atm.CanLaunchNewInstance) + text: get(atm.AppName) + icon: menuDecoration + onClicked: tasksModel.requestNewInstance(modelIndex) + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + } + TasksMenuItemWrapper { + id: virtualDesktopsMenuItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Move to Desktop...") + icon: "virtual-desktops" + + visible: virtualDesktopInfo.numberOfDesktops > 1 && (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true && get(atm.IsVirtualDesktopsChangeable) === true) + + onClicked: virtualDesktopsMenu.openRelative() + + Connections { + target: virtualDesktopInfo + + function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + } + PlasmaComponents.ContextMenu { + id: virtualDesktopsMenu + + visualParent: virtualDesktopsMenuItem + onTriggered: { + tasksMenu.closeMenu(); + } + + function refresh() { + clearMenuItems(); + + if (virtualDesktopInfo.numberOfDesktops <= 1) { + return; + } + + var menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("Move &To Current Desktop"); + menuItem.enabled = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, [virtualDesktopInfo.currentDesktop]); + }); + + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&All Desktops"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.IsOnAllVirtualDesktops) === true; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, []); + }); + backend.setActionGroup(menuItem.action); + + tasksMenu.newPlasmaSeparator(virtualDesktopsMenu); + + for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding((function(i) { + return function() { return tasksMenu.visualParent && tasksMenu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; + })(i)); + menuItem.clicked.connect((function(i) { + return function() { return tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; + })(i)); + backend.setActionGroup(menuItem.action); + } + + tasksMenu.newPlasmaSeparator(virtualDesktopsMenu); + + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&New Desktop"); + menuItem.clicked.connect(function() { + tasksModel.requestNewVirtualDesktop(tasksMenu.modelIndex); + }); + } + + // Return mouse grabbing to the original context menu when the context menu closes + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + if(virtualDesktopsMenuItem.visible) refresh() + } + } + } + + TasksMenuItemWrapper { + id: activitiesDesktopsMenuItem + + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + visible: activityInfo.numberOfRunningActivities > 1 + && (visualParent && !get(atm.IsLauncher) + && !get(atm.IsStartup)) + + enabled: visible + + text: i18n("Show in Activities...") + icon: "activities" + onClicked: activitiesDesktopsMenu.openRelative() + + Connections { + target: activityInfo + + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + PlasmaComponents.ContextMenu { + id: activitiesDesktopsMenu + + visualParent: activitiesDesktopsMenuItem + + onTriggered: { + tasksMenu.closeMenu(); + } + function refresh() { + clearMenuItems(); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + var menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Add To Current Activity"); + menuItem.enabled = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).length > 0 && + tasksMenu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; + }); + menuItem.clicked.connect(function() { + tasksModel.requestActivities(tasksMenu.modelIndex, tasksMenu.get(atm.Activities).concat(activityInfo.currentActivity)); + }); + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("All Activities"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).length === 0; + }); + menuItem.toggled.connect(function(checked) { + let newActivities = []; // will cast to an empty QStringList i.e all activities + if (!checked) { + newActivities = new Array(activityInfo.currentActivity); + } + tasksModel.requestActivities(tasksMenu.modelIndex, newActivities); + }); + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + + var runningActivities = activityInfo.runningActivities(); + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = activityInfo.activityName(runningActivities[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding( (function(activityId) { + return function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).indexOf(activityId) >= 0; + }; + })(activityId)); + menuItem.toggled.connect((function(activityId) { + return function (checked) { + var newActivities = tasksMenu.get(atm.Activities); + if (checked) { + newActivities = newActivities.concat(activityId); + } else { + var index = newActivities.indexOf(activityId) + if (index < 0) { + return; + } + + newActivities.splice(index, 1); + } + return tasksModel.requestActivities(tasksMenu.modelIndex, newActivities); + }; + })(activityId)); + } + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + var onActivities = tasksMenu.get(atm.Activities); + + // if the task is on a single activity, don't insert a "move to" item for that activity + if(onActivities.length == 1 && onActivities[0] == activityId) { + continue; + } + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Move to %1", activityInfo.activityName(activityId)) + menuItem.clicked.connect((function(activityId) { + return function () { + return tasksModel.requestActivities(tasksMenu.modelIndex, [activityId]); + }; + })(activityId)); + } + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + } + + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + if(activitiesDesktopsMenuItem.visible) refresh() + } + } + } + + TasksMenuItemWrapper { + id: launcherToggleAction + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Pin this program to taskbar") + icon: "window-pin" + visible: visualParent + && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities < 2) + && !doesBelongToCurrentActivity() + + function doesBelongToCurrentActivity() { + return tasksModel.launcherActivities(get(atm.LauncherUrlWithoutIcon)).some(function(activity) { + return activity === activityInfo.currentActivity || activity === activityInfo.nullUuid; + }); + } + + onClicked: { + tasksModel.requestAddLauncher(get(atm.LauncherUrl)); + tasksMenu.closeMenu(); + } + } + TasksMenuItemWrapper { + id: showLauncherInActivitiesItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Pin this program to taskbar") + "..." + icon: "window-pin" + + visible: visualParent + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities >= 2) + + onClicked: activitiesLaunchersMenu.openRelative() + Connections { + target: activityInfo + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesLaunchersMenu + visualParent: showLauncherInActivitiesItem + + function refresh() { + clearMenuItems(); + if (tasksMenu.visualParent === null) return; + + var createNewItem = function(id, title, url, activities) { + var result = tasksMenu.newPlasmaMenuItem(activitiesLaunchersMenu); + result.text = title; + + result.visible = true; + result.checkable = true; + + result.checked = activities.some(function(activity) { return activity === id }); + + result.clicked.connect( + function() { + delayedMenu(150, function() { + if (result.checked) { + tasksModel.requestAddLauncherToActivity(url, id); + } else { + tasksModel.requestRemoveLauncherFromActivity(url, id); + } + tasksMenu.destroy(); + }); + } + ); + + return result; + } + + if (tasksMenu.visualParent === null) return; + var url = tasksMenu.get(atm.LauncherUrlWithoutIcon); + var activities = tasksModel.launcherActivities(url); + createNewItem(activityInfo.nullUuid, i18n("On All Activities"), url, activities); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); + tasksMenu.newPlasmaSeparator(activitiesLaunchersMenu); + var runningActivities = activityInfo.runningActivities(); + runningActivities.forEach(function(id) { + createNewItem(id, activityInfo.activityName(id), url, activities); + }); + } + + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + tasksMenu.onVisualParentChanged.connect(refresh); + refresh(); + } + } + + } + TasksMenuItemWrapper { + id: unpinFromTaskMan + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + visible: (visualParent + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && !launcherToggleAction.visible + && activityInfo.numberOfRunningActivities < 2) + + text: i18n("Unpin this program from taskbar") + icon: "window-unpin" + onClicked: { + delayedMenu(150, function() { + tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); + tasksMenu.destroy(); + }); + } + + } + TasksMenuItemWrapper { + id: moreActionsMenuItem + + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visible + + text: i18n("More") + "..." + icon: "view-more-symbolic" + + onClicked: moreActionsMenu.openRelative(); + + PlasmaComponents.ContextMenu { + id: moreActionsMenu + visualParent: moreActionsMenuItem + + onTriggered: { + plasmoid.nativeInterface.setMouseGrab(false, tasksMenu); + tasksMenu.closeMenu(); + } + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsMovable) === true + + text: i18n("&Move") + icon: "transform-move" + + onClicked: tasksModel.requestMove(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsResizable) === true + + text: i18n("Re&size") + icon: "transform-scale" + + onClicked: tasksModel.requestResize(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (tasksMenu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: tasksMenu.visualParent && get(atm.IsMaximizable) === true + + checkable: true + checked: tasksMenu.visualParent && get(atm.IsMaximized) === true + + text: i18n("Ma&ximize") + icon: "window-maximize" + + onClicked: tasksModel.requestToggleMaximized(modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (tasksMenu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: tasksMenu.visualParent && get(atm.IsMinimizable) === true + + checkable: true + checked: tasksMenu.visualParent && get(atm.IsMinimized) === true + + text: i18n("Mi&nimize") + icon: "window-minimize" + + onClicked: tasksModel.requestToggleMinimized(modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsKeepAbove) === true + + text: i18n("Keep &Above Others") + icon: "window-keep-above" + + onClicked: tasksModel.requestToggleKeepAbove(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsKeepBelow) === true + + text: i18n("Keep &Below Others") + icon: "window-keep-below" + + onClicked: tasksModel.requestToggleKeepBelow(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsFullScreenable) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsFullScreen) === true + + text: i18n("&Fullscreen") + icon: "view-fullscreen" + + onClicked: tasksModel.requestToggleFullScreen(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsShadeable) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsShaded) === true + + text: i18n("&Shade") + icon: "window-shade" + + onClicked: tasksModel.requestToggleShaded(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + visible: (plasmoid.configuration.groupingStrategy !== 0) && tasksMenu.get(atm.IsWindow) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsGroupable) === true + + text: i18n("Allow this program to be grouped") + icon: "view-group" + + onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + property QtObject configureAction: null + + enabled: configureAction && configureAction.enabled + visible: configureAction && configureAction.visible + + text: configureAction ? configureAction.text : "" + icon: configureAction ? configureAction.icon : "" + + onClicked: configureAction.trigger() + + Component.onCompleted: configureAction = plasmoid.action("configure") + } + + PlasmaComponents.MenuItem { + property QtObject alternativesAction: null + + enabled: alternativesAction && alternativesAction.enabled + visible: alternativesAction && alternativesAction.visible + + text: alternativesAction ? alternativesAction.text : "" + icon: alternativesAction ? alternativesAction.icon : "" + + onClicked: alternativesAction.trigger() + + Component.onCompleted: alternativesAction = plasmoid.action("alternatives") + } + } + } + + TasksMenuItemWrapper { + id: closeWindowItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visualParent && get(atm.IsClosable) === true + + text: get(atm.IsGroupParent) ? "Close all windows" : i18n("Close window") + icon: "window-close" + onClicked: { + alsoCloseTask = true; + closeMenu(); + } + } + /*TasksMenuItemWrapper { + id: testItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + text: "Test" + icon: "window-close" + onClicked: { + } + }*/ + } + + Rectangle { + id: bgRect + visible: secondaryColumn + anchors { + top: parent.top + bottom: bgStatic.top + left: parent.left + right: parent.right + leftMargin: 2 + rightMargin: 2 + topMargin: 2 + } + gradient: Gradient { + GradientStop { position: 0; color: backgroundColorStatic } + GradientStop { position: 0.5; color: backgroundColorGradient } + GradientStop { position: 1; color: backgroundColorStatic } + } + z: -2 + } + Rectangle { + id: bgStatic + anchors { + top: staticMenuItems.top + bottom: parent.bottom + left: parent.left + right: parent.right + leftMargin: 2 + rightMargin: 2 + bottomMargin: 2 + } + Rectangle { + id: bgStaticBorderLine + anchors { + top: parent.top + left: parent.left + right: parent.right + } + height: PlasmaCore.Units.smallSpacing + gradient: Gradient { + GradientStop { position: 0; color: borderColor } + GradientStop { position: 1; color: "transparent"} + } + } + z: -1 + color: backgroundColorStatic + } + function decreaseItemIndex() { + currentItemIndex--; + if(currentItemIndex < 0) { + currentItemIndex = menuitems.children.length + staticMenuItems.children.length - 1; + } + var temp = currentItemIndex; + var container = menuitems.children; + if(currentItemIndex >= menuitems.children.length) { + temp -= menuitems.children.length; + container = staticMenuItems.children; + } + if(container[temp].objectName !== "menuitemwrapper" || (container[temp].objectName === "menuitemwrapper" && (!container[temp].enabled || !container[temp].visible))) { + decreaseItemIndex(); + } else { + if(currentItem !== null) currentItem.selected = false; + container[temp].selected = true; + currentItem = container[temp]; + } + + } + function increaseItemIndex() { + currentItemIndex++; + if(currentItemIndex == menuitems.children.length + staticMenuItems.children.length) { + currentItemIndex = 0; + } + var temp = currentItemIndex; + var container = menuitems.children; + if(currentItemIndex >= menuitems.children.length) { + temp -= menuitems.children.length; + container = staticMenuItems.children; + } + if(container[temp].objectName !== "menuitemwrapper" || (container[temp].objectName === "menuitemwrapper" && (!container[temp].enabled || !container[temp].visible))) { + increaseItemIndex(); + } else { + if(currentItem !== null) currentItem.selected = false; + container[temp].selected = true; + currentItem = container[temp]; + } + + } + Keys.onPressed: { + if(event.key == Qt.Key_Up) { + decreaseItemIndex(); + } + else if(event.key == Qt.Key_Down || event.key == Qt.Key_Tab) { + increaseItemIndex(); + } + else if(event.key == Qt.Key_Escape) { + tasksMenu.closeMenu(); + } + else if(event.key == Qt.Key_Enter || event.key == Qt.Key_Return) { + if(currentItem !== null) { + currentItem.clicked(); + } + } + + } + + /* + * Connects the context menu with the C++ part of the plasmoid. + * The native interface installs itself onto this dialog as an event filter, upon which + * all mouse click events are captured. By checking if the mouse has been clicked outside of + * the context menu, we can then safely close it. + * + * This works because right after creating the context menu, we have set this dialog window to + * grab all mouse events, which mimicks the way context menus work under Linux. + * + */ + Connections { + target: plasmoid.nativeInterface; + function onMouseEventDetected(mouse) { + if(!fscope.contains(plasmoid.nativeInterface.getPosition(tasksMenu))) { + tasksMenu.closeMenu(); + } + } + /*onMouseEventDetected: { + + }*/ + } + + } + + Component.onCompleted: { + backend.showAllPlaces.connect(showContextMenuWithAllPlaces) + tasksMenu.backgroundHints = 2; // Sets the dialog background to the solid SVG variant. + } + Component.onDestruction: { + backend.showAllPlaces.disconnect(showContextMenuWithAllPlaces) + if(alsoCloseTask) + tasksModel.requestClose(modelIndex); + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItem.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItem.qml new file mode 100755 index 0000000..73a94ae --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItem.qml @@ -0,0 +1,97 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +Item { + id: tasksMenuItem + + signal clicked + + property var iconSource: "" + property var menuText: "" + property bool selected: false + property QtObject wrapperItem: tasksMenuItem.parent + + PlasmaCore.FrameSvgItem { + id: texture + z: -1 + anchors.fill: parent + imagePath: Qt.resolvedUrl("svgs/menuitem.svg") + //imagePath: "widgets/menuitem" + prefix: "hover" + visible: (tasksMA.containsMouse || selected) && parent.enabled + opacity: selected ? 1.0 : 0.6 + } + MouseArea { + id: tasksMA + z: 1 + anchors.fill: parent + hoverEnabled: true + acceptedButtons: Qt.LeftButton | Qt.RightButton + onClicked: { + tasksMenu.setCurrentItem(wrapperItem); + tasksMenuItem.clicked(); + } + onPositionChanged: { + tasksMenu.setCurrentItem(wrapperItem); + } + onEntered: { + tasksMenu.setCurrentItem(wrapperItem); + //tasksMenu.clearIndices(); + } + onExited: { + tasksMenu.clearIndices(); + } + } + PlasmaCore.IconItem { + id: menuIcon + z: -1 + anchors { + left: parent.left + top: parent.top + topMargin: PlasmaCore.Units.smallSpacing/2 + leftMargin: PlasmaCore.Units.smallSpacing/2 + verticalCenter: parent.verticalCenter + } + width: PlasmaCore.Units.iconSizes.small + height: width + animated: false + usesPlasmaTheme: false + opacity: parent.enabled ? 1 : 0.5 + source: iconSource + } + PlasmaComponents.Label { + id: menuTitle + z: -1 + anchors { + left: menuIcon.right + right: parent.right + leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing*2 + } + height: parent.height + text: menuText + elide: Text.ElideRight + horizontalAlignment: Text.AlignLeft + verticalAlignment: Text.AlignVCenter + opacity: parent.enabled ? 1 : 0.75 + color: "black" + } + +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemSeparator.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemSeparator.qml new file mode 100755 index 0000000..d08297e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemSeparator.qml @@ -0,0 +1,60 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +Item { + id: tasksMenuItemSeparator + + objectName: "menuseparator" + property var menuText: "" + + PlasmaComponents.Label { + id: menuTitle + z: -1 + anchors { + left: parent.left + top: parent.top + //leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing*2 + } + height: parent.height + text: menuText + elide: Text.ElideRight + horizontalAlignment: Text.AlignLeft + verticalAlignment: Text.AlignTop + color: "#002e89" + } + + Rectangle { + id: separatorLine + color: "#afbedf" + height: 1 + //width: parent.width + anchors { + left: menuTitle.right + right: parent.right + leftMargin: PlasmaCore.Units.smallSpacing + //rightMargin: PlasmaCore.Units.smallSpacing + verticalCenter: parent.verticalCenter + } + + } + + +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemWrapper.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemWrapper.qml new file mode 100755 index 0000000..38fb42e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemWrapper.qml @@ -0,0 +1,51 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import QtQuick.Controls 1.4 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +PlasmaComponents.MenuItem { + id: tasksWrapper + + property bool selected: false + objectName: "menuitemwrapper" + + Kirigami.MnemonicData.enabled: renderItem.enabled && renderItem.visible + Kirigami.MnemonicData.controlType: Kirigami.MnemonicData.MenuItem + Kirigami.MnemonicData.label: text + Shortcut { + //in case of explicit & the button manages it by itself + id: itemShortcut + enabled: !(RegExp(/\&[^\&]/).test(text)) + sequence: tasksWrapper.Kirigami.MnemonicData.sequence + onActivated: { + renderItem.clicked(); + } + } + + TasksMenuItem { + id: renderItem + anchors.fill: parent + visible: parent.visible + enabled: parent.enabled + iconSource: parent.icon + menuText: parent.Kirigami.MnemonicData.richTextLabel + selected: parent.selected + onClicked: parent.clicked() + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipDelegate.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipDelegate.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/ToolTipDelegate.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipDelegate.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml new file mode 100755 index 0000000..cf37dc8 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml @@ -0,0 +1,584 @@ +/* + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + SPDX-FileCopyrightText: 2017 Roman Gilg + SPDX-FileCopyrightText: 2020 Nate Graham + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +import QtQuick 2.6 +import QtQuick.Layouts 1.1 +import QtGraphicalEffects 1.0 +import QtQml.Models 2.2 + +import org.kde.plasma.core 2.0 as PlasmaCore +// for Highlight +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 3.0 as PlasmaComponents3 +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons + +ColumnLayout { + id: tooltipInstance + property var submodelIndex + property int flatIndex: isGroup && index != undefined ? index : 0 + + readonly property string mprisSourceName: mpris2Source.sourceNameForLauncherUrl(toolTipDelegate.launcherUrl, isGroup ? AppPid : pidParent) + readonly property var playerData: mprisSourceName != "" ? mpris2Source.data[mprisSourceName] : 0 + readonly property bool hasPlayer: !!mprisSourceName && !!playerData + readonly property bool playing: hasPlayer && playerData.PlaybackStatus === "Playing" + readonly property bool canControl: hasPlayer && playerData.CanControl + readonly property bool canPlay: hasPlayer && playerData.CanPlay + readonly property bool canPause: hasPlayer && playerData.CanPause + readonly property bool canGoBack: hasPlayer && playerData.CanGoPrevious + readonly property bool canGoNext: hasPlayer && playerData.CanGoNext + readonly property bool canRaise: hasPlayer && playerData.CanRaise + readonly property var currentMetadata: hasPlayer ? playerData.Metadata : ({}) + // Used to highlight the tooltip that points to the window that's currently in focus. + property bool activeWindow: plasmoid.nativeInterface.isActiveWindow(thumbnailSourceItem.winId); + + readonly property string track: { + var xesamTitle = currentMetadata["xesam:title"] + if (xesamTitle) { + return xesamTitle; + } + // if no track title is given, print out the file name + var xesamUrl = currentMetadata["xesam:url"] ? currentMetadata["xesam:url"].toString() : "" + if (!xesamUrl) { + return ""; + } + var lastSlashPos = xesamUrl.lastIndexOf('/') + if (lastSlashPos < 0) { + return ""; + } + var lastUrlPart = xesamUrl.substring(lastSlashPos + 1) + return decodeURIComponent(lastUrlPart); + } + readonly property string artist: currentMetadata["xesam:artist"] || "" + readonly property string albumArt: currentMetadata["mpris:artUrl"] || "" + + spacing: isWin ? PlasmaCore.Units.smallSpacing * 2 : 0 + + // text labels + close button + + RowLayout { + id: header + // match spacing of DefaultToolTip.qml in plasma-framework + //spacing: isWin ? PlasmaCore.Units.smallSpacing : 0 //isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing + spacing: 0 + // This number controls the overall size of the window tooltips + Layout.maximumWidth: PlasmaCore.Units.gridUnit * 12 + Layout.minimumWidth: isWin ? Layout.maximumWidth : 0 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + // match margins of DefaultToolTip.qml in plasma-framework + Layout.margins: isWin ? 0 : PlasmaCore.Units.smallSpacing / 2 + // There's no PlasmaComponents3 version + + // This component tracks the mouse and highlights the tooltip when it's hovered over or clicked on. + ToolTipWindowMouseArea { + id: hoverHandler + Layout.alignment: Qt.AlignTop + height: { + if(playerControls.visible) + return tooltipInstance.height - parent.height; + else + return tooltipInstance.height; + } + width: header.width + rootTask: parentTask + modelIndex: submodelIndex + winId: thumbnailSourceItem.winId + z: 0 + enabled: visible + closeBtn: closeButtonMA + + PlasmaCore.FrameSvgItem { + imagePath: Qt.resolvedUrl("svgs/taskbarhover.svg") + z: -1 + + anchors { + top: parent.top; + left: parent.left; + right: parent.right; + bottom: parent.bottom; + + bottomMargin: PlasmaCore.Units.smallSpacing + ((playerControls.visible) ? -header.height : 0); + leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing + topMargin: PlasmaCore.Units.smallSpacing + } + + // The currently active window has a blue tinted version of the same texture. + prefix: { + if(activeWindow) return "active"; + return "normal"; + } + Behavior on opacity { + NumberAnimation { duration: 150 } + } + opacity: isWin ? (hoverHandler.containsPress ? 1.0 : ( (hoverHandler.opacityHover || closeButton.hovered) ? ((activeWindow) ? 1.0 : 0.7) : (activeWindow ? 0.7 : 0) )) : 0; + } + } + + // The icon in the corner of the tooltip. + PlasmaCore.IconItem { + id: iconSmall + implicitWidth: PlasmaCore.Units.iconSizes.small; + implicitHeight: PlasmaCore.Units.iconSizes.small; + Layout.topMargin: PlasmaCore.Units.smallSpacing; + Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; + Layout.alignment: Qt.AlignVCenter + + source: icon + animated: false + usesPlasmaTheme: false + roundToIconSize: false + visible: valid && isWin + } + ColumnLayout { + spacing: 0 + + // Program name. + PlasmaExtras.Heading { + id: appNameHeading + level: 5 + maximumLineCount: 1 + lineHeight: isWin ? iconSmall.implicitHeight * 2 : 1.0 + lineHeightMode: isWin ? Text.FixedHeight : Text.ProportionalHeight + Layout.fillWidth: true + Layout.topMargin: isWin ? 1 : 0; + verticalAlignment: Text.AlignVCenter + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*2) : PlasmaCore.Units.smallSpacing)); + elide: Text.ElideRight + text: isWin ? generateTitle() : appName; + opacity: 1 + textFormat: Text.PlainText + } + // Window title. + PlasmaComponents.Label { + id: winTitle + maximumLineCount: 1 + lineHeight: 1.0 + Layout.fillWidth: true + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); + + elide: Text.ElideRight + text: ""; + opacity: 0.75 + visible: false + textFormat: Text.PlainText + } + // Subtext. + PlasmaComponents.Label { + readonly property string title: generateTitle() + id: subtext + maximumLineCount: 1 + Layout.fillWidth: true + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); + elide: Text.ElideRight + text: title; + //text: isWin ? generateSubText() : "" + opacity: 0.7 + visible: !isWin && (title.length !== 0) + textFormat: Text.PlainText + } + } + + // Count badge, no longer used. + // The badge itself is inside an item to better center the text in the bubble + /*Item { + Layout.alignment: Qt.AlignRight | Qt.AlignTop + Layout.preferredHeight: closeButton.height + Layout.preferredWidth: closeButton.width + visible: flatIndex === 0 && smartLauncherCountVisible + + Badge { + anchors.centerIn: parent + height: PlasmaCore.Units.iconSizes.smallMedium + number: smartLauncherCount + } + }*/ + + // Close button, which is no longer an icon but rather a SVG texture. + PlasmaCore.FrameSvgItem { + id: closeButton + property bool isvisible: closeButton.visible + Layout.alignment: Qt.AlignRight | Qt.AlignTop + Layout.preferredWidth: PlasmaCore.Units.smallSpacing*3+2; + Layout.preferredHeight: PlasmaCore.Units.smallSpacing*3+2; + Layout.rightMargin: PlasmaCore.Units.smallSpacing*3-1; + Layout.topMargin: PlasmaCore.Units.smallSpacing*3-1; + visible: isWin && hoverHandler.opacityHover + imagePath: Qt.resolvedUrl("svgs/button-close.svg") + prefix: closeButtonMA.containsPress ? "pressed" : (closeButtonMA.containsMouse ? "hover" : "normal"); + MouseArea { + id: closeButtonMA + anchors.fill: parent + onClicked: { + backend.cancelHighlightWindows(); + tasksModel.requestClose(submodelIndex); + } + onEntered: { + hoverHandler.opacityHover = 1; + tasks.windowsHovered([thumbnailSourceItem.winId], 1); + } + hoverEnabled: true + z: 7 + } + z: 6 + } + } + + // Thumbnail container. + Item { + id: thumbnailSourceItem + + Layout.minimumWidth: header.width - PlasmaCore.Units.smallSpacing*4; + Layout.preferredHeight: header.width / 2 + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + + visible: toolTipDelegate.isWin + + readonly property bool isMinimized: isGroup ? IsMinimized == true : isMinimizedParent + // TODO: this causes XCB error message when being visible the first time + readonly property var winId: toolTipDelegate.isWin && toolTipDelegate.windows[flatIndex] !== undefined ? toolTipDelegate.windows[flatIndex] : 0 + + + + PlasmaCore.WindowThumbnail { + id: x11Thumbnail + + anchors { + fill: parent + // Indent a little bit so that neither the thumbnail nor the drop + // shadow can cover up the highlight + topMargin: PlasmaCore.Units.smallSpacing * 2 + leftMargin: PlasmaCore.Units.smallSpacing * 4 + rightMargin: PlasmaCore.Units.smallSpacing * 4 + bottomMargin: PlasmaCore.Units.smallSpacing * 4 + } + + visible: !albumArtImage.visible && !thumbnailSourceItem.isMinimized && Number.isInteger(thumbnailSourceItem.winId) + winId: Number.isInteger(thumbnailSourceItem.winId) ? thumbnailSourceItem.winId : 0 + } + + Loader { + id: pipeWireLoader + Layout.alignment: Qt.AlignTop + //anchors.fill: hoverHandler + // Indent a little bit so that neither the thumbnail nor the drop + // shadow can cover up the highlight + anchors.margins: PlasmaCore.Units.smallSpacing * 2 + + active: !albumArtImage.visible && !Number.isInteger(thumbnailSourceItem.winId) + + //In a loader since we might not have PipeWire available yet + source: "PipeWireThumbnail.qml" + } + + DropShadow { + anchors.fill: pipeWireLoader.active ? pipeWireLoader : x11Thumbnail + visible: pipeWireLoader.active ? pipeWireLoader.item.visible : x11Thumbnail.visible + horizontalOffset: 0 + verticalOffset: Math.round(3 * PlasmaCore.Units.devicePixelRatio) + radius: Math.round(8.0 * PlasmaCore.Units.devicePixelRatio) + samples: Math.round(radius * 1.5) + color: "Black" + source: pipeWireLoader.active ? pipeWireLoader.item : x11Thumbnail + } + + + Image { + id: albumArtBackground + source: albumArt + sourceSize: Qt.size(x11Thumbnail.width, x11Thumbnail.height) + anchors { + top: x11Thumbnail.top + bottom: x11Thumbnail.bottom + left: parent.left + right: parent.right + } + + fillMode: Image.PreserveAspectCrop + visible: albumArtImage.available + asynchronous: true + layer.enabled: true + opacity: 0.5 + layer.effect: FastBlur { + source: albumArtBackground + anchors.fill: parent + radius: 30 + } + + } + // Borders around the blurred album art for added visuals. + PlasmaCore.FrameSvgItem { + id: albumArtBorder + visible: albumArtImage.available + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.left: parent.left + anchors.right: parent.right + anchors.margins: -PlasmaCore.Units.smallSpacing/4 + imagePath: "widgets/pager" + prefix: "hover" + opacity: 0.4 + } + + Image { + id: albumArtImage + // also Image.Loading to prevent loading thumbnails just because the album art takes a split second to load + // don't show album art if window title doesn't include media title (eg we're in a different browser tab) + readonly property bool available: (status === Image.Ready || status === Image.Loading) && generateTitle().includes(track) + + anchors.fill: x11Thumbnail + // Indent by one pixel to make sure we never cover up the entire highlight + anchors.margins: 1 + anchors.topMargin: PlasmaCore.Units.smallSpacing*2; + sourceSize: Qt.size(parent.width, parent.height) + + asynchronous: true + source: albumArt + fillMode: Image.PreserveAspectFit + visible: available + } + + // when minimized, we don't have a preview on X11, so show the icon + PlasmaCore.IconItem { + width: parent.width + height: thumbnailSourceItem.height + anchors.horizontalCenter: parent.horizontalCenter + source: thumbnailSourceItem.isMinimized && !albumArtImage.visible && Number.isInteger(thumbnailSourceItem.winId) ? icon : "" + animated: false + usesPlasmaTheme: false + visible: valid && !pipeWireLoader.active + } + + + } + + // Player controls row + RowLayout { + id: playerControls + Layout.maximumWidth: header.Layout.maximumWidth + // Match margins of header + Layout.leftMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 + Layout.rightMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 + + visible: hasPlayer + enabled: canControl + ColumnLayout { + Layout.fillWidth: true + Layout.topMargin: PlasmaCore.Units.smallSpacing + Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 + Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing + Layout.columnSpan: 2 + Layout.column: 0 + spacing: 0 + z: -1 + ScrollableTextWrapper { + id: songTextWrapper + + Layout.fillWidth: true + Layout.preferredHeight: songText.height + implicitWidth: songText.implicitWidth + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + + PlasmaComponents3.Label { + id: songText + parent: songTextWrapper + width: parent.width + height: undefined + lineHeight: 1 + maximumLineCount: artistText.visible? 1 : 2 + wrapMode: Text.NoWrap + elide: parent.state ? Text.ElideNone : Text.ElideRight + text: track || "" + textFormat: Text.PlainText + } + } + + ScrollableTextWrapper { + id: artistTextWrapper + + z: -1 + Layout.fillWidth: true + Layout.preferredHeight: artistText.height + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + implicitWidth: artistText.implicitWidth + visible: artistText.text !== "" + + PlasmaComponents3.Label { + id: artistText + parent: artistTextWrapper + width: parent.width + height: undefined + wrapMode: Text.NoWrap + lineHeight: 1 + elide: parent.state ? Text.ElideNone : Text.ElideRight + text: artist || "" + font: PlasmaCore.Theme.smallestFont + textFormat: Text.PlainText + //color: "white"; + } + } + } + RowLayout { + + Layout.fillWidth: true + //Layout.topMargin: PlasmaCore.Units.smallSpacing + Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 + Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing*2 : PlasmaCore.Units.largeSpacing + spacing: 0//PlasmaCore.Units.smallSpacing / 4 + + PlasmaComponents3.ToolButton { + enabled: canGoBack + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.leftMargin: PlasmaCore.Units.smallSpacing*8; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: LayoutMirroring.enabled ? "media-skip-forward" : "media-skip-backward" + onClicked: mpris2Source.goPrevious(mprisSourceName) + } + + PlasmaComponents3.ToolButton { + enabled: playing ? canPause : canPlay + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: playing ? "media-playback-pause" : "media-playback-start" + onClicked: { + if (!playing) { + mpris2Source.play(mprisSourceName); + } else { + mpris2Source.pause(mprisSourceName); + } + } + } + + PlasmaComponents3.ToolButton { + enabled: canGoNext + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.rightMargin: PlasmaCore.Units.smallSpacing*2; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: LayoutMirroring.enabled ? "media-skip-backward" : "media-skip-forward" + onClicked: mpris2Source.goNext(mprisSourceName) + } + } + + } + + function generateTitle() { + if (!isWin) { + return genericName != undefined ? genericName : ""; + } + + var text; + if (isGroup) { + if (model.display === undefined) { + return ""; + } + text = model.display.toString(); + } else { + text = displayParent; + } + + // KWin appends increasing integers in between pointy brackets to otherwise equal window titles. + // In this case save <#number> as counter and delete it at the end of text. + var counter = text.match(/<\d+>\W*$/); + text = text.replace(/\s*<\d+>\W*$/, ""); + + // Remove appName from the end of text. + var appNameRegex = new RegExp(appName + "$", "i"); + text = text.replace(appNameRegex, ""); + text = text.replace(/\s*(?:-|—)*\s*$/, ""); + + // Add counter back at the end. + if (counter !== null) { + if (text === "") { + text = counter; + } else { + text = text + " " + counter; + } + } + + // In case the window title had only redundant information (i.e. appName), text is now empty. + // Add a hyphen to indicate that and avoid empty space. + if (text === "") { + text = appName; + } + return text.toString(); + } + + function generateSubText() { + if (activitiesParent === undefined) { + return ""; + } + + var subTextEntries = []; + + var onAllDesktops = (isGroup ? IsOnAllVirtualDesktops : isOnAllVirtualDesktopsParent) === true; + if (!plasmoid.configuration.showOnlyCurrentDesktop && virtualDesktopInfo.numberOfDesktops > 1) { + var virtualDesktops = isGroup ? VirtualDesktops : virtualDesktopParent; + + if (!onAllDesktops && virtualDesktops !== undefined && virtualDesktops.length > 0) { + var virtualDesktopNameList = new Array(); + + for (var i = 0; i < virtualDesktops.length; ++i) { + virtualDesktopNameList.push(virtualDesktopInfo.desktopNames[virtualDesktopInfo.desktopIds.indexOf(virtualDesktops[i])]); + } + + subTextEntries.push(i18nc("Comma-separated list of desktops", "On %1", + virtualDesktopNameList.join(", "))); + } else if (onAllDesktops) { + subTextEntries.push(i18nc("Comma-separated list of desktops", "Pinned to all desktops")); + } + } + + var act = isGroup ? Activities : activitiesParent; + if (act === undefined) { + return subTextEntries.join("\n"); + } + + if (act.length === 0 && activityInfo.numberOfRunningActivities > 1) { + subTextEntries.push(i18nc("Which virtual desktop a window is currently on", + "Available on all activities")); + } else if (act.length > 0) { + var activityNames = []; + + for (var i = 0; i < act.length; i++) { + var activity = act[i]; + var activityName = activityInfo.activityName(act[i]); + if (activityName === "") { + continue; + } + if (plasmoid.configuration.showOnlyCurrentActivity) { + if (activity !== activityInfo.currentActivity) { + activityNames.push(activityName); + } + } else if (activity !== activityInfo.currentActivity) { + activityNames.push(activityName); + } + } + + if (plasmoid.configuration.showOnlyCurrentActivity) { + if (activityNames.length > 0) { + subTextEntries.push(i18nc("Activities a window is currently on (apart from the current one)", + "Also available on %1", activityNames.join(", "))); + } + } else if (activityNames.length > 0) { + subTextEntries.push(i18nc("Which activities a window is currently on", + "Available on %1", activityNames.join(", "))); + } + } + + return subTextEntries.join("\n"); + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipWindowMouseArea.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipWindowMouseArea.qml new file mode 100755 index 0000000..659dbe5 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipWindowMouseArea.qml @@ -0,0 +1,60 @@ +/* + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +import QtQuick 2.0 + +import org.kde.plasma.components 2.0 as PlasmaComponents + +MouseArea { + property var modelIndex + property var closeBtn + // winId won't be available on wayland, only on X11. + property var winId // FIXME Legacy + property Item rootTask + property double opacityHover: 0; + property ScrollableTextWrapper title1; + property ScrollableTextWrapper title2; + property bool firstHover: false + acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton + hoverEnabled: true + enabled: winId !== 0 + y: 0 + + onClicked: { + if (mouse.button == Qt.LeftButton) { + tasksModel.requestActivate(modelIndex); + rootTask.hideToolTipTemporarily(); + backend.cancelHighlightWindows(); + } else if (mouse.button == Qt.MiddleButton) { + backend.cancelHighlightWindows(); + tasksModel.requestClose(modelIndex); + } else /* right button */ { + // Creates a context menu for the task pointed to by the tooltip. + rootTask.toolTipAreaItem.hideImmediately(); + rootTask.tasksMenu = tasks.createTasksMenu(rootTask, modelIndex); + rootTask.tasksMenu.menuDecoration = icon; + rootTask.tasksMenu.show(); + plasmoid.nativeInterface.setMouseGrab(true, rootTask.tasksMenu); + } + } + + + onEntered: { + tasks.windowsHovered([winId], 1); + opacityHover = 1; + } + onExited: { + tasks.windowsHovered([winId], 0); + opacityHover = 0; + } + + Component.onCompleted: { + tasks.windowsHovered([winId], 0); + opacityHover = 0; + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/code/layout.js b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/code/layout.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/code/layout.js rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/code/layout.js diff --git a/Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/code/tools.js b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/code/tools.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/org.kde.plasma.seventasks/contents/ui/code/tools.js rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/code/tools.js diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/main.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/main.qml new file mode 100755 index 0000000..8b53e89 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/main.qml @@ -0,0 +1,606 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.0 +import QtQuick.Layouts 1.1 +import QtQml 2.15 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore + +import org.kde.taskmanager 0.1 as TaskManager +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +import "code/layout.js" as LayoutManager +import "code/tools.js" as TaskTools + +MouseArea { + id: tasks + + anchors.fill: parent + hoverEnabled: true + + property bool vertical: (plasmoid.formFactor === PlasmaCore.Types.Vertical) + // This property tells the plasmoid to render labels next to task icons. + // Previously, this property was determined by the value of (plasmoid.pluginName === "org.kde.plasma.icontasks") + property bool iconsOnly: !plasmoid.configuration.labelVisible + + //property QtObject contextMenuComponent: Qt.createComponent("ContextMenu.qml"); + property QtObject tasksMenuComponent: Qt.createComponent("TasksMenu.qml"); + property QtObject pulseAudioComponent: Qt.createComponent("PulseAudio.qml"); + + property bool needLayoutRefresh: false; + property variant taskClosedWithMouseMiddleButton: [] + + Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + + Plasmoid.constraintHints: PlasmaCore.Types.CanFillArea + + Plasmoid.onUserConfiguringChanged: { + if (plasmoid.userConfiguring) { + LayoutManager.layout(taskRepeater); + groupDialog.visible = false; + } + } + + Layout.fillWidth: true + Layout.fillHeight: true + Layout.minimumWidth: tasks.vertical ? 0 : LayoutManager.preferredMinWidth() + Layout.minimumHeight: !tasks.vertical ? 0 : LayoutManager.preferredMinHeight() + +//BEGIN TODO: this is not precise enough: launchers are smaller than full tasks + Layout.preferredWidth: tasks.vertical ? PlasmaCore.Units.gridUnit * 10 : ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxWidth()) / LayoutManager.calculateStripes()); + Layout.preferredHeight: tasks.vertical ? ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxHeight()) / LayoutManager.calculateStripes()) : PlasmaCore.Units.gridUnit * 2; +//END TODO + + property Item dragSource: null + + signal requestLayout + signal windowsHovered(variant winIds, bool hovered) + signal presentWindows(variant winIds) + + states: State { + // When showing labels is toggled on/off, a weird bug happens where + // tasks switch up their dominant colors due to sudden reordering. + name: "iconsOnlyChanged"; when: iconsOnly + StateChangeScript { + script: taskList.updateHoverFunc(); + } + StateChangeScript { + script: LayoutManager.layout(taskRepeater); + } + PropertyChanges { + target: taskList; firstTimeHover: false // Prevents weird tooltip-related bugs from happening. + } + PropertyChanges { + target: tasks; needLayoutRefresh: true + } + + } + onWidthChanged: { + taskList.width = LayoutManager.layoutWidth(); + + if (plasmoid.configuration.forceStripes) { + taskList.height = LayoutManager.layoutHeight(); + } + } + + onHeightChanged: { + if (plasmoid.configuration.forceStripes) { + taskList.width = LayoutManager.layoutWidth(); + } + + taskList.height = LayoutManager.layoutHeight(); + } + + onDragSourceChanged: { + if (dragSource == null) { + tasksModel.syncLaunchers(); + } + } + + onExited: { + if (needLayoutRefresh) { + LayoutManager.layout(taskRepeater) + needLayoutRefresh = false; + } + } + + /*ContextMenu { + id: testMenu + }*/ + + // TasksModel which acts as a data source of currently present tasks. + TaskManager.TasksModel { + id: tasksModel + + readonly property int logicalLauncherCount: { + if (plasmoid.configuration.separateLaunchers) { + return launcherCount; + } + + var startupsWithLaunchers = 0; + + for (var i = 0; i < taskRepeater.count; ++i) { + var item = taskRepeater.itemAt(i); + + if (item && item.m.IsStartup === true && item.m.HasLauncher === true) { + ++startupsWithLaunchers; + } + } + + return launcherCount + startupsWithLaunchers; + } + + virtualDesktop: virtualDesktopInfo.currentDesktop + screenGeometry: plasmoid.screenGeometry + activity: activityInfo.currentActivity + + filterByVirtualDesktop: plasmoid.configuration.showOnlyCurrentDesktop + filterByScreen: plasmoid.configuration.showOnlyCurrentScreen + filterByActivity: plasmoid.configuration.showOnlyCurrentActivity + filterNotMinimized: plasmoid.configuration.showOnlyMinimized + + sortMode: sortModeEnumValue(plasmoid.configuration.sortingStrategy) + launchInPlace: iconsOnly && plasmoid.configuration.sortingStrategy === 1 + separateLaunchers: { + if (!iconsOnly && !plasmoid.configuration.separateLaunchers + && plasmoid.configuration.sortingStrategy === 1) { + return false; + } + + return true; + } + + groupMode: groupModeEnumValue(plasmoid.configuration.groupingStrategy) + groupInline: !plasmoid.configuration.groupPopups + groupingWindowTasksThreshold: (plasmoid.configuration.onlyGroupWhenFull && !iconsOnly + ? LayoutManager.optimumCapacity(width, height) + 1 : -1) + + onLauncherListChanged: { + layoutTimer.restart(); + plasmoid.configuration.launchers = launcherList; + taskList.updateHoverFunc(); + } + + onGroupingAppIdBlacklistChanged: { + plasmoid.configuration.groupingAppIdBlacklist = groupingAppIdBlacklist; + } + + onGroupingLauncherUrlBlacklistChanged: { + plasmoid.configuration.groupingLauncherUrlBlacklist = groupingLauncherUrlBlacklist; + } + + function sortModeEnumValue(index) { + switch (index) { + case 0: + return TaskManager.TasksModel.SortDisabled; + case 1: + return TaskManager.TasksModel.SortManual; + case 2: + return TaskManager.TasksModel.SortAlpha; + case 3: + return TaskManager.TasksModel.SortVirtualDesktop; + case 4: + return TaskManager.TasksModel.SortActivity; + default: + return TaskManager.TasksModel.SortDisabled; + } + } + + function groupModeEnumValue(index) { + switch (index) { + case 0: + return TaskManager.TasksModel.GroupDisabled; + case 1: + return TaskManager.TasksModel.GroupApplications; + } + } + + Component.onCompleted: { + launcherList = plasmoid.configuration.launchers; + groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; + groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; + + // Only hook up view only after the above churn is done. + taskRepeater.model = tasksModel; + } + } + + Connections { + target: tasksModel + + function onActiveTaskChanged() { + if (!plasmoid.configuration.groupPopups) { + return; + } + if (tasksModel.activeTask.parent.valid) { + groupDialog.activeTask = tasksModel.activeTask; + } + } + } + + TaskManager.VirtualDesktopInfo { + id: virtualDesktopInfo + } + + TaskManager.ActivityInfo { + id: activityInfo + readonly property string nullUuid: "00000000-0000-0000-0000-000000000000" + } + + TaskManagerApplet.Backend { + id: backend + + taskManagerItem: tasks + highlightWindows: plasmoid.configuration.highlightWindows + + onAddLauncher: { + tasks.addLauncher(url); + } + } + + // Allows SevenTasks to launch programs from the context menu. See function below as an example. + PlasmaCore.DataSource { + id: menu_executable + engine: "executable" + connectedSources: [] + onNewData: { + var exitCode = data["exit code"] + var exitStatus = data["exit status"] + var stdout = data["stdout"] + var stderr = data["stderr"] + exited(sourceName, exitCode, exitStatus, stdout, stderr) + disconnectSource(sourceName) + } + function exec(cmd) { + if (cmd) { + connectSource(cmd) + } + } + signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) + } + + // Opens KSysGuard from the taskbar context menu. + function action_taskman() { + menu_executable.exec("ksysguard"); + } + + // Data source of all tasks which are playing media. Allows for playback controls from within SevenTasks. + PlasmaCore.DataSource { + id: mpris2Source + engine: "mpris2" + connectedSources: sources + function sourceNameForLauncherUrl(launcherUrl, pid) { + if (!launcherUrl || launcherUrl === "") { + return ""; + } + + // MPRIS spec explicitly mentions that "DesktopEntry" is with .desktop extension trimmed + // Moreover, remove URL parameters, like wmClass (part after the question mark) + var desktopFileName = launcherUrl.toString().split('/').pop().split('?')[0].replace(".desktop", "") + if (desktopFileName.indexOf("applications:") === 0) { + desktopFileName = desktopFileName.substr(13) + } + + for (var i = 0, length = connectedSources.length; i < length; ++i) { + var source = connectedSources[i]; + // we intend to connect directly, otherwise the multiplexer steals the connection away + if (source === "@multiplex") { + continue; + } + + var sourceData = data[source]; + if (!sourceData) { + continue; + } + + if (sourceData.DesktopEntry === desktopFileName || (pid && sourceData.InstancePid === pid)) { + return source; + } + + var metadata = sourceData.Metadata; + if (metadata) { + var kdePid = metadata["kde:pid"]; + if (kdePid && pid === kdePid) { + return source; + } + } + } + + return "" + } + + function startOperation(source, op) { + var service = serviceForSource(source) + var operation = service.operationDescription(op) + return service.startOperationCall(operation) + } + + function goPrevious(source) { + startOperation(source, "Previous"); + } + function goNext(source) { + startOperation(source, "Next"); + } + function play(source) { + startOperation(source, "Play"); + } + function pause(source) { + startOperation(source, "Pause"); + } + function playPause(source) { + startOperation(source, "PlayPause"); + } + function stop(source) { + startOperation(source, "Stop"); + } + function raise(source) { + startOperation(source, "Raise"); + } + function quit(source) { + startOperation(source, "Quit"); + } + } + + Loader { + id: pulseAudio + sourceComponent: pulseAudioComponent + active: pulseAudioComponent.status === Component.Ready + } + + Timer { + id: iconGeometryTimer + + interval: 500 + repeat: false + + onTriggered: { + TaskTools.publishIconGeometries(taskList.children); + } + } + + Binding { + target: plasmoid + property: "status" + value: (tasksModel.anyTaskDemandsAttention && plasmoid.configuration.unhideOnAttention + ? PlasmaCore.Types.NeedsAttentionStatus : PlasmaCore.Types.PassiveStatus) + restoreMode: Binding.RestoreBinding + } + + Connections { + target: plasmoid + + function onLocationChanged() { + // This is on a timer because the panel may not have + // settled into position yet when the location prop- + // erty updates. + iconGeometryTimer.start(); + } + } + + Connections { + target: plasmoid.configuration + + function onLaunchersChanged() { + tasksModel.launcherList = plasmoid.configuration.launchers + } + function onGroupingAppIdBlacklistChanged() { + tasksModel.groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; + } + function onGroupingLauncherUrlBlacklistChanged() { + tasksModel.groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; + } + } + + TaskManagerApplet.DragHelper { + id: dragHelper + + dragIconSize: PlasmaCore.Units.iconSizes.medium + } + + // Used for getting margin data. + PlasmaCore.FrameSvgItem { + id: taskFrame + + visible: false; + + imagePath: "widgets/tasks"; + prefix: "normal" + } + + PlasmaCore.Svg { + id: taskSvg + + imagePath: "widgets/tasks" + } + + MouseHandler { + id: mouseHandler + + anchors.fill: parent + + target: taskList + + onUrlsDropped: { + // If all dropped URLs point to application desktop files, we'll add a launcher for each of them. + var createLaunchers = urls.every(function (item) { + return backend.isApplication(item) + }); + + if (createLaunchers) { + urls.forEach(function (item) { + addLauncher(item); + }); + return; + } + + if (!hoveredItem) { + return; + } + + // DeclarativeMimeData urls is a QJsonArray but requestOpenUrls expects a proper QList. + var urlsList = backend.jsonArrayToUrlList(urls); + + // Otherwise we'll just start a new instance of the application with the URLs as argument, + // as you probably don't expect some of your files to open in the app and others to spawn launchers. + tasksModel.requestOpenUrls(hoveredItem.modelIndex(), urlsList); + } + } + + ToolTipDelegate { + id: openWindowToolTipDelegate + visible: false + } + + ToolTipDelegate { + id: pinnedAppToolTipDelegate + visible: false + } + + // This is the main object that contains all of the task icons. + /* + * A desirable feature would be to implement a transition animation that happens when + * a task is removed from the TaskList, but because TaskList is based on QML's Flow view + * this makes it impossible (or at least, very difficult) because Flow doesn't have a remove + * transition like other view types do. + * + * Potential solutions include forking Flow or basing TaskList on GridView and implementing a Flow + * logic (stacking items left to right and wrapping them around on overflow). Both solutions are + * fairly difficult, and while hack solutions exist, I'd prefer to not pollute the code any further. + */ + TaskList { + id: taskList + anchors { + left: parent.left + top: parent.top + } + // In order to prevent weird bugs regarding hot tracking and how the dominant color is determined, + // we prepare the plasmoid for the first time the user hovers over a task icon. + property bool firstTimeHover: false + onWidthChanged: LayoutManager.layout(taskRepeater) + onHeightChanged: LayoutManager.layout(taskRepeater) + + flow: { + if (tasks.vertical) { + return plasmoid.configuration.forceStripes ? Flow.LeftToRight : Flow.TopToBottom + } + return plasmoid.configuration.forceStripes ? Flow.TopToBottom : Flow.LeftToRight + } + + onAnimatingChanged: { + if (!animating) { + TaskTools.publishIconGeometries(children); + } + } + + function layout() { + taskList.width = LayoutManager.layoutWidth(); + taskList.height = LayoutManager.layoutHeight(); + LayoutManager.layout(taskRepeater); + //taskList.updateHoverFunc(); + } + // Updates the dominant color of every task present in the TaskList. + // With this, we can update each task icon pretty much globally. + function updateHoverFunc() { + for(var i = 0; i < taskRepeater.count; i++) { + taskRepeater.itemAt(i).updateHoverColor(); + } + tasks.state = ""; + } + + Timer { + id: layoutTimer + + interval: 0 + repeat: false + + onTriggered: taskList.layout() + } + + + Repeater { + id: taskRepeater + + delegate: Task { id: task } + onItemAdded: { + taskList.layout(); + taskList.updateHoverFunc(); + } + onItemRemoved: { + if (tasks.containsMouse && index != taskRepeater.count && + item.winIdList && item.winIdList.length > 0 && + taskClosedWithMouseMiddleButton.indexOf(item.winIdList[0]) > -1) { + needLayoutRefresh = true; + } else { + taskList.layout(); + } + taskClosedWithMouseMiddleButton = []; + taskList.updateHoverFunc(); + } + + } + } + + GroupDialog { id: groupDialog } + function hasLauncher(url) { + return tasksModel.launcherPosition(url) != -1; + } + + function addLauncher(url) { + if (plasmoid.immutability !== PlasmaCore.Types.SystemImmutable) { + tasksModel.requestAddLauncher(url); + } + } + + // This is called by plasmashell in response to a Meta+number shortcut. + function activateTaskAtIndex(index) { + if (typeof index !== "number") { + return; + } + + var task = taskRepeater.itemAt(index); + if (task) { + TaskTools.activateTask(task.modelIndex(), task.m, null, task); + } + } + + function resetDragSource() { + dragSource = null; + } + + function createTasksMenu(rootTask, modelIndex, args) { + var initialArgs = args || {} + initialArgs.visualParent = rootTask; + initialArgs.modelIndex = modelIndex; + initialArgs.mpris2Source = mpris2Source; + initialArgs.backend = backend; + + return tasks.tasksMenuComponent.createObject(rootTask, initialArgs); + } + function createContextMenu(rootTask, modelIndex, args) { + var initialArgs = args || {} + initialArgs.visualParent = rootTask; + initialArgs.modelIndex = modelIndex; + initialArgs.mpris2Source = mpris2Source; + initialArgs.backend = backend; + + return tasks.contextMenuComponent.createObject(rootTask, initialArgs); + } + + Component.onCompleted: { + plasmoid.setAction("taskman", i18n("Task Manager")); // Add a context menu entry to SevenTasks. + function action_taskman() { + menu_executable.exec("ksysguard"); + } + tasks.requestLayout.connect(layoutTimer.restart); + tasks.requestLayout.connect(iconGeometryTimer.restart); + tasks.windowsHovered.connect(backend.windowsHovered); + tasks.presentWindows.connect(backend.presentWindows); + dragHelper.dropped.connect(resetDragSource); + taskList.updateHoverFunc(); + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/button-close.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/button-close.svg new file mode 100755 index 0000000..46f0526 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/button-close.svg @@ -0,0 +1,1783 @@ + + + +image/svg+xml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/menuitem.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/menuitem.svg new file mode 100755 index 0000000..4425856 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/menuitem.svg @@ -0,0 +1,2467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tabbar.svgz b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tabbar.svgz new file mode 100755 index 0000000..95b2080 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tabbar.svgz differ diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/taskbarhover.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/taskbarhover.svg new file mode 100755 index 0000000..6cebf67 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/taskbarhover.svg @@ -0,0 +1,1976 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tasks.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tasks.svg new file mode 100755 index 0000000..c9359b3 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/svgs/tasks.svg @@ -0,0 +1,10389 @@ + +image/svg+xml hover focus minimized normal attention   diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.desktop b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.desktop new file mode 100755 index 0000000..36953d3 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.desktop @@ -0,0 +1,96 @@ +[Desktop Entry] +Name=SevenTasks +Name[ar]=SevenTasks +Name[az]=SevenTasks +Name[ca]=SevenTasks +Name[ca@valencia]=SevenTasks +Name[cs]=SevenTasks +Name[da]=SevenTasks +Name[de]=SevenTasks +Name[en_GB]=SevenTasks +Name[es]=SevenTasks +Name[et]=SevenTasks +Name[eu]=SevenTasks +Name[fi]=SevenTasks +Name[fr]=SevenTasks +Name[gd]=SevenTasks +Name[gl]=SevenTasks +Name[hu]=SevenTasks +Name[ia]=SevenTasks +Name[id]=SevenTasks +Name[it]=SevenTasks +Name[ko]=SevenTasks +Name[lt]=SevenTasks +Name[nb]=SevenTasks +Name[nl]=SevenTasks +Name[nn]=SevenTasks +Name[pa]=SevenTasks +Name[pl]=SevenTasks +Name[pt]=SevenTasks +Name[pt_BR]=SevenTasks +Name[ro]=SevenTasks +Name[ru]=SevenTasks +Name[sk]=SevenTasks +Name[sl]=SevenTasks +Name[sr]=SevenTasks +Name[sr@ijekavian]=SevenTasks +Name[sr@ijekavianlatin]=SevenTasks +Name[sr@latin]=SevenTasks +Name[sv]=SevenTasks +Name[tg]=SevenTasks +Name[tr]=SevenTasks +Name[uk]=SevenTasks +Name[vi]=SevenTasks +Name[x-test]=xxSevenTasksxx +Name[zh_CN]=SevenTasks +Name[zh_TW]=SevenTasks + +Comment=Classic taskbar-style window switcher displaying icons and text +Comment[ar]=مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص +Comment[az]=Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici +Comment[bg]=Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст +Comment[ca@valencia]=Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text +Comment[ca]=Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text +Comment[en_GB]=Classic taskbar-style window switcher displaying icons and text +Comment[es]=Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto +Comment[eu]=Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena +Comment[fi]=Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein +Comment[fr]=Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte +Comment[ia]=Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto +Comment[id]=Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks +Comment[it]=Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo +Comment[ko]=아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기 +Comment[nl]=Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst +Comment[nn]=Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst +Comment[pl]=Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań +Comment[pt]=Selector de janelas clássico em tarefas que mostra ícones e texto +Comment[pt_BR]=Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto +Comment[ro]=Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text +Comment[ru]=Классический вариант панели задач, использующий значки и текст +Comment[sk]=Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text +Comment[sl]=Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo +Comment[sv]=Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text +Comment[ta]=சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி +Comment[tr]=Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi +Comment[uk]=Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту +Comment[vi]=Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ +Comment[x-test]=xxClassic taskbar-style window switcher displaying icons and textxx +Comment[zh_CN]=经典风格的同时显示图标和文本的任务栏式窗口切换器 + +Icon=applications-system +Type=Service +X-KDE-ServiceTypes=Plasma/Applet +X-KDE-Library=plasma_applet_seventasks + +X-KDE-PluginInfo-Author=WackyIdeas +X-KDE-PluginInfo-Email=wackyideas@disroot.org +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.seventasks +X-KDE-PluginInfo-Version=1.0 +X-KDE-PluginInfo-Website=https://plasma.kde.org/ +X-KDE-PluginInfo-Category=Utilities +X-KDE-PluginInfo-License=LGPL-2.1+ +X-KDE-PluginInfo-EnabledByDefault=true + +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.json b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.json new file mode 100755 index 0000000..0dc4c90 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/metadata.json @@ -0,0 +1,98 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "wackyideas@disroot.org", + "Name": "WackyIdeas" + } + ], + "Category": "Utilities", + "Description": "Classic taskbar-style window switcher displaying icons and text", + "Description[ar]": "مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص", + "Description[az]": "Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici", + "Description[bg]": "Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст", + "Description[ca@valencia]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[ca]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[en_GB]": "Classic taskbar-style window switcher displaying icons and text", + "Description[es]": "Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto", + "Description[eu]": "Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena", + "Description[fi]": "Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein", + "Description[fr]": "Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte", + "Description[ia]": "Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto", + "Description[id]": "Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks", + "Description[it]": "Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo", + "Description[ko]": "아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기", + "Description[nl]": "Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst", + "Description[nn]": "Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst", + "Description[pl]": "Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań", + "Description[pt]": "Selector de janelas clássico em tarefas que mostra ícones e texto", + "Description[pt_BR]": "Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto", + "Description[ro]": "Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text", + "Description[ru]": "Классический вариант панели задач, использующий значки и текст", + "Description[sk]": "Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text", + "Description[sl]": "Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo", + "Description[sv]": "Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text", + "Description[ta]": "சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி", + "Description[tr]": "Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi", + "Description[uk]": "Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту", + "Description[vi]": "Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ", + "Description[x-test]": "xxClassic taskbar-style window switcher displaying icons and textxx", + "Description[zh_CN]": "经典风格的同时显示图标和文本的任务栏式窗口切换器", + "EnabledByDefault": true, + "Icon": "applications-system", + "Id": "io.gitgud.wackyideas.seventasks", + "License": "LGPL-2.1+", + "Name": "SevenTasks", + "Name[ar]": "SevenTasks", + "Name[az]": "SevenTasks", + "Name[ca@valencia]": "SevenTasks", + "Name[ca]": "SevenTasks", + "Name[cs]": "SevenTasks", + "Name[da]": "SevenTasks", + "Name[de]": "SevenTasks", + "Name[en_GB]": "SevenTasks", + "Name[es]": "SevenTasks", + "Name[et]": "SevenTasks", + "Name[eu]": "SevenTasks", + "Name[fi]": "SevenTasks", + "Name[fr]": "SevenTasks", + "Name[gd]": "SevenTasks", + "Name[gl]": "SevenTasks", + "Name[hu]": "SevenTasks", + "Name[ia]": "SevenTasks", + "Name[id]": "SevenTasks", + "Name[it]": "SevenTasks", + "Name[ko]": "SevenTasks", + "Name[lt]": "SevenTasks", + "Name[nb]": "SevenTasks", + "Name[nl]": "SevenTasks", + "Name[nn]": "SevenTasks", + "Name[pa]": "SevenTasks", + "Name[pl]": "SevenTasks", + "Name[pt]": "SevenTasks", + "Name[pt_BR]": "SevenTasks", + "Name[ro]": "SevenTasks", + "Name[ru]": "SevenTasks", + "Name[sk]": "SevenTasks", + "Name[sl]": "SevenTasks", + "Name[sr@ijekavian]": "SevenTasks", + "Name[sr@ijekavianlatin]": "SevenTasks", + "Name[sr@latin]": "SevenTasks", + "Name[sr]": "SevenTasks", + "Name[sv]": "SevenTasks", + "Name[tg]": "SevenTasks", + "Name[tr]": "SevenTasks", + "Name[uk]": "SevenTasks", + "Name[vi]": "SevenTasks", + "Name[x-test]": "xxSevenTasksxx", + "Name[zh_CN]": "SevenTasks", + "Name[zh_TW]": "SevenTasks", + "ServiceTypes": [ + "Plasma/Applet" + ], + "Version": "1.0", + "Website": "https://plasma.kde.org/" + }, + "X-Plasma-API": "declarativeappletscript", + "X-Plasma-MainScript": "ui/main.qml" +} diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/config.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/config/config.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/config.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/main.xml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/main.xml new file mode 100755 index 0000000..6b0e753 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/config/main.xml @@ -0,0 +1,40 @@ + + + + + + + run_command + + + qdbus org.kde.kglobalaccel /component/kwin invokeShortcut "MinimizeAll" + + + run_commands + + + qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume" + + + qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "decrease_volume" + + + 13 + + + true + + + 750 + + + + + + + + + + + + diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/hover.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/hover.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/hover.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/hover.png diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/normal.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/normal.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/normal.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/normal.png diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/pressed.png b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/pressed.png old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/img/pressed.png rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/img/pressed.png diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/es/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/nl/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.plasma.win7showdesktop.mo diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/AppletConfig.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/AppletConfig.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/AppletConfig.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/AppletConfig.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/config/ConfigGeneral.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/config/ConfigGeneral.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/config/ConfigGeneral.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/config/ConfigGeneral.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/AppletVersion.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/AppletVersion.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/AppletVersion.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/AppletVersion.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigCheckBox.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigCheckBox.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigCheckBox.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigCheckBox.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigColor.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigColor.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigColor.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigColor.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigPage.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigPage.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigPage.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigPage.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigSection.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigSection.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigSection.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigSection.qml diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigSpinBox.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigSpinBox.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/contents/ui/lib/ConfigSpinBox.qml rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/lib/ConfigSpinBox.qml diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/main.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/main.qml new file mode 100755 index 0000000..af58189 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/main.qml @@ -0,0 +1,408 @@ +/* + Copyright (C) 2019 Chris Holland + Copyright (C) 2014 Ashish Madeti + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + +import QtQuick 2.7 +import QtQuick.Layouts 1.1 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore +// import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.plasma.private.showdesktop 0.1 + +import org.kde.draganddrop 2.0 as DragAndDrop +import org.kde.taskmanager 0.1 as TaskManager + +Item { + id: widget + + Layout.minimumWidth: Layout.maximumWidth + Layout.minimumHeight: Layout.maximumHeight + + // In Latte, widgets are always Mutable. + property bool isInLatte: false // Latte v8 + // Latte will set inEditMode=true when editing the dock. + // https://techbase.kde.org/LatteDock#latteBridge + property QtObject latteBridge: null // Latte v9 + readonly property bool inLatte: latteBridge !== null + + readonly property bool isWidgetUnlocked: { + if (isInLatte) { // Latte v8 + return false + } else if (inLatte) { // Latte v9 + return latteBridge.inEditMode + } else if (plasmoid.immutability != PlasmaCore.Types.Mutable) { // Plasma 5.17 and below + return false + } else { // Plasma 5.18 + return widget.editMode + } + } + + //--- containment.editMode detector + property var containmentInterface: null + readonly property bool editMode: containmentInterface ? containmentInterface.editMode : false + onParentChanged: { + if (parent) { + for (var obj = widget, depth = 0; !!obj; obj = obj.parent, depth++) { + if (obj.toString().startsWith('ContainmentInterface')) { + // desktop containment / plasmoidviewer + // Note: This doesn't always work. FolderViewDropArea may not yet have + // ContainmentInterface as a parent when this loop runs. + if (typeof obj['editMode'] === 'boolean') { + widget.containmentInterface = obj + break + } + } else if (obj.toString().startsWith('DeclarativeDropArea')) { + // panel containment + if (typeof obj['Plasmoid'] !== 'undefined' && obj['Plasmoid'].toString().startsWith('ContainmentInterface')) { + if (typeof obj['Plasmoid']['editMode'] === 'boolean') { + widget.containmentInterface = obj.Plasmoid + break + } + } + } + } + } + } + + //--- + property int iconSize: units.iconSizes.smallMedium + property int size: { + if (isWidgetUnlocked) { + return iconSize + } else { + return Math.max(1, plasmoid.configuration.size) * units.devicePixelRatio + } + } + + AppletConfig { + id: config + } + + //--- + state: { + if (plasmoid.formFactor == PlasmaCore.Types.Vertical) return "vertical" + if (plasmoid.formFactor == PlasmaCore.Types.Horizontal) return "horizontal" + return "square" + } + + states: [ + State { name: "square" + PropertyChanges { + target: widget + Layout.minimumWidth: units.iconSizeHints.desktop + Layout.minimumHeight: units.iconSizeHints.desktop + Layout.maximumWidth: -1 + Layout.maximumHeight: -1 + iconSize: units.iconSizeHints.desktop + } + PropertyChanges { + target: buttonRect + y: 0 + x: 0 + width: plasmoid.width + height: plasmoid.height + } + }, + State { name: "vertical" // ...panel (fat short button) + // Assume it's on the bottom. Breeze has margins of top=4 right=5 bottom=1 left=N/A + PropertyChanges { + target: widget + Layout.maximumWidth: plasmoid.width + Layout.maximumHeight: widget.size // size + bottomMargin = totalHeight + iconSize: Math.min(plasmoid.width, units.iconSizes.smallMedium) + } + PropertyChanges { + target: buttonRect + rightMargin: 5 + bottomMargin: 5 + } + }, + State { name: "horizontal" // ...panel (thin tall button) + // Assume it's on the right. Breeze has margins of top=4 right=5 bottom=1 left=N/A + PropertyChanges { + target: widget + Layout.maximumWidth: widget.size // size + rightMargin = totalWidth + Layout.maximumHeight: plasmoid.height + iconSize: Math.min(plasmoid.height, units.iconSizes.smallMedium) + } + PropertyChanges { + target: buttonRect + topMargin: 4 + rightMargin: 5 + bottomMargin: 3 + } + } + ] + + Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + Plasmoid.onActivated: widget.performClick() + + function performClick() { + if (plasmoid.configuration.click_action == 'minimizeall') { + minimizeAll.toggleActive() + } else if (plasmoid.configuration.click_action == 'run_command') { + widget.exec(plasmoid.configuration.click_command) + } else { // Default: showdesktop + showdesktop.showingDesktop = !showdesktop.showingDesktop + } + } + + function performMouseWheelUp() { + widget.exec(plasmoid.configuration.mousewheel_up) + } + + function performMouseWheelDown() { + widget.exec(plasmoid.configuration.mousewheel_down) + } + + //--- ShowDesktop + // https://github.com/KDE/plasma-desktop/blob/master/applets/showdesktop/package/contents/ui/main.qml + ShowDesktop { + id: showdesktop + property bool isPeeking: false + onIsPeekingChanged: { + if (isPeeking) { + showingDesktop = true + } + } + + function initPeeking() { + if (!showingDesktop) { + if (plasmoid.configuration.peekingEnabled) { + peekTimer.restart() + } + } + } + + function cancelPeek() { + peekTimer.stop() + if (isPeeking) { + isPeeking = false + showingDesktop = false + } + } + } + + //--- MinimizeAll + // https://github.com/KDE/plasma-desktop/blob/master/applets/minimizeall/package/contents/ui/main.qml + QtObject { + id: minimizeAll + property bool active: false + property var minimizedClients: [] //list of persistentmodelindexes from task manager model of clients minimised by us + + property var taskModel: TaskManager.TasksModel { + id: tasksModel + sortMode: TaskManager.TasksModel.SortDisabled + groupMode: TaskManager.TasksModel.GroupDisabled + } + property var taskModelConnection: Connections { + target: tasksModel + enabled: minimizeAll.active + + + + function onActiveTaskChanged() { + if (tasksModel.activeTask.valid) { //to suppress changing focus to non windows, such as the desktop + minimizeAll.active = false + minimizeAll.minimizedClients = [] + } + } + function onVirtualDesktopChanged() { minimizeAll.deactivate() } + function onActivityChanged() { minimizeAll.deactivate() } + } + + function activate() { + var clients = [] + for (var i = 0; i < tasksModel.count; i++) { + var idx = tasksModel.makeModelIndex(i) + if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) { + tasksModel.requestToggleMinimized(idx) + clients.push(tasksModel.makePersistentModelIndex(i)) + } + } + minimizedClients = clients + active = true + } + + function deactivate() { + active = false; + for (var i = 0; i < minimizedClients.length; i++) { + var idx = minimizedClients[i] + //client deleted, do nothing + if (!idx.valid) { + continue + } + //if the user has restored it already, do nothing + if (!tasksModel.data(idx, TaskManager.AbstractTasksModel.IsMinimized)) { + continue + } + tasksModel.requestToggleMinimized(idx) + } + minimizedClients = [] + } + + function toggleActive() { + if (active) { + deactivate() + } else { + activate() + } + } + } + //--- + + Timer { + id: peekTimer + interval: plasmoid.configuration.peekingThreshold + onTriggered: { + showdesktop.isPeeking = true + } + } + + //The button itself which now gets rendered with a SVG texture rather than a solid color + Rectangle { + id: buttonRect + color: "transparent" + + property int topMargin: 0 + property int rightMargin: 0 + property int bottomMargin: 0 + property int leftMargin: 0 + + y: -topMargin + x: -leftMargin + width: leftMargin + plasmoid.width + rightMargin + height: topMargin + plasmoid.height + bottomMargin + + //Using a non-standard SVG file ("widgets/showdesktop") + PlasmaCore.FrameSvgItem { + id: buttonImg + + anchors { + fill: parent + topMargin: 2; + rightMargin: 3; + bottomMargin: 1; + } + + imagePath: Qt.resolvedUrl("svgs/showdesktop.svg") + prefix: { + if(control.containsPress) return "selected"; + if(control.containsMouse) return "hover"; + return "normal"; + } + + MouseArea { + id: control + anchors.fill: parent + hoverEnabled: true + onClicked: { + if (showdesktop.isPeeking && showdesktop.showingDesktop) { + showdesktop.isPeeking = false + } else { + peekTimer.stop() + + if (true) { + widget.performClick() + } else { + showdesktop.showingDesktop = false + minimizeAll.toggleActive() + } + } + } + onEntered: { + showdesktop.initPeeking() + } + onExited: { + showdesktop.cancelPeek() + } + + + // org.kde.plasma.volume + property int wheelDelta: 0 + onWheel: { + var delta = wheel.angleDelta.y || wheel.angleDelta.x + wheelDelta += delta + // Magic number 120 for common "one click" + // See: http://qt-project.org/doc/qt-5/qml-qtquick-wheelevent.html#angleDelta-prop + while (wheelDelta >= 120) { + wheelDelta -= 120 + widget.performMouseWheelUp() + } + while (wheelDelta <= -120) { + wheelDelta += 120 + widget.performMouseWheelDown() + } + wheel.accepted = true + } + } + + DragAndDrop.DropArea { + anchors.fill: parent + onDragEnter: { + showdesktop.showingDesktop = true + } + } + } + } + + PlasmaCore.IconItem { + anchors.centerIn: parent + visible: widget.isWidgetUnlocked + source: "transform-move" + width: units.iconSizes.smallMedium + height: units.iconSizes.smallMedium + } + + // org.kde.plasma.mediacontrollercompact + PlasmaCore.DataSource { + id: executeSource + engine: "executable" + connectedSources: [] + onNewData: { + //we get new data when the process finished, so we can remove it + disconnectSource(sourceName) + } + } + function exec(cmd) { + executeSource.connectSource(cmd) + } + + + Component.onCompleted: { + plasmoid.setAction("toggleLockWidgets", i18n("Toggle Lock Widgets (Plasma 5.18)"), "object-locked") + plasmoid.setAction("showdesktop", i18nd("plasma_applet_org.kde.plasma.showdesktop", "Show Desktop"), "user-desktop") + plasmoid.setAction("minimizeall", i18ndc("plasma_applet_org.kde.plasma.showdesktop", "@action", "Minimize All Windows"), "user-desktop") + } + + //--- + function action_toggleLockWidgets() { + var cmd = 'qdbus org.kde.plasmashell /PlasmaShell evaluateScript "lockCorona(!locked)"' + widget.exec(cmd) + } + + function action_showdesktop() { + showdesktop.showingDesktop = true + } + + function action_minimizeall() { + minimizeAll.toggleActive() + } +} diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/svgs/showdesktop.svg b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/svgs/showdesktop.svg new file mode 100755 index 0000000..93410d0 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/contents/ui/svgs/showdesktop.svg @@ -0,0 +1,2874 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/metadata.desktop b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/metadata.desktop new file mode 100755 index 0000000..8c5ba6f --- /dev/null +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/metadata.desktop @@ -0,0 +1,132 @@ +[Desktop Entry] +Name=Show Desktop (Aero) +Comment=Show the Plasma desktop, now styled like Windows 7 + +Type=Service +Icon=user-desktop + +X-KDE-PluginInfo-Author=Petri Damstén + Chris Holland +X-KDE-PluginInfo-Email=zrenfire@gmail.com +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.win7showdesktop +X-KDE-PluginInfo-Version=11 +X-KDE-PluginInfo-Website=https://github.com/Zren/plasma-applet-win7showdesktop +X-KDE-PluginInfo-Category=Windows and Tasks +X-KDE-PluginInfo-Depends= +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-EnabledByDefault=true +X-Plasma-MainScript=ui/main.qml +X-Plasma-Provides=org.kde.plasma.windowmanagement + +X-Plasma-API=declarativeappletscript +X-KDE-ServiceTypes=Plasma/Applet +X-KDE-FormFactors=desktop + + +Name[ar]=أظهر سطح المكتب (Aero) +Name[bs]=Prikaži radnu površinu (Aero) +Name[ca]=Mostra l'escriptori (Aero) +Name[ca@valencia]=Mostra l'escriptori (Aero) +Name[cs]=Zobrazit plochu (Aero) +Name[da]=Vis skrivebord (Aero) +Name[de]=Arbeitsfläche anzeigen (Aero) +Name[el]=Εμφάνιση επιφάνειας εργασίας (Aero) +Name[en_GB]=Show Desktop (Aero) +Name[es]=Mostrar el escritorio (Aero) +Name[et]=Töölaua näitamine (Aero) +Name[eu]=Erakutsi mahaigaina (Aero) +Name[fi]=Näytä työpöytä (Aero) +Name[fr]=Afficher un bureau (Aero) +Name[ga]=Taispeáin an Deasc (Aero) +Name[gl]=Mostrar o escritorio (Aero) +Name[he]=הצג שולחן עבודה (Aero) +Name[hr]=Prkaži radnu površinu (Aero) +Name[hu]=A munkaasztal megjelenítése (Aero) +Name[is]=Sýna skjáborðið (Aero) +Name[it]=Mostra desktop (Aero) +Name[ja]=デスクトップを表示 (Aero) +Name[kk]=Үстел бетін көрсету (Aero) +Name[km]=បង្ហាញ​ផ្ទៃតុ (Aero) +Name[ko]=데스크톱 보이기 (Aero) +Name[ku]=Sermasê Nîşan Bide (Aero) +Name[lt]=Rodyti darbalaukį (Aero) +Name[lv]=Parādīt darbvirsmu (Aero) +Name[mr]=डेस्कटॉप दर्शवा (Aero) +Name[nb]=Vis skrivebord (Aero) +Name[nds]=Schriefdisch wiesen (Aero) +Name[nl]=Bureaublad tonen (Aero) +Name[nn]=Vis skrivebord (Aero) +Name[pa]=ਡੈਸਕਟਾਪ ਵੇਖੋ (Aero) +Name[pl]=Pokaż pulpit (Aero) +Name[pt]=Mostrar o Ecrã (Aero) +Name[pt_BR]=Exibir a área de trabalho (Aero) +Name[ro]=Arată biroul (Aero) +Name[ru]=Показать рабочий стол (Aero) +Name[sk]=Zobraziť plochu (Aero) +Name[sl]=Pokaži namizje (Aero) +Name[sq]=Shfaq Hapësirën e Punës (Aero) +Name[sr]=приказ површи (Aero) +Name[sr@ijekavian]=приказ површи (Aero) +Name[sr@ijekavianlatin]=prikaz površi (Aero) +Name[sr@latin]=prikaz površi (Aero) +Name[sv]=Visa skrivbord (Aero) +Name[th]=แสดงพื้นที่ทำงาน (Aero) +Name[tr]=Masaüstünü Göster (Aero) +Name[ug]=ئۈستەلئۈستىنى كۆرسەت (Aero) +Name[uk]=Показати стільницю (Aero) +Name[wa]=Mostrer scribanne (Aero) +Name[x-test]=xxShow Desktopxx (Aero) +Name[zh_CN]=显示桌面 (Aero) +Name[zh_TW]=顯示桌面 (Aero) +Comment[ar]=أظهر سطح مكتب بلازما +Comment[bs]=Prikazi plazma površ +Comment[ca]=Mostra l'escriptori Plasma +Comment[ca@valencia]=Mostra l'escriptori Plasma +Comment[cs]=Zobrazení plochy Plasmy +Comment[da]=Viser Plasmas skrivebord. +Comment[de]=Die Plasma-Arbeitsfläche anzeigen +Comment[el]=Εμφάνιση της επιφάνειας εργασίας plasma +Comment[en_GB]=Show the Plasma desktop +Comment[es]=Mostrar el escritorio de Plasma +Comment[et]=Plasma töölaua näitamine +Comment[eu]=Erakutsi Plasma mahaigaina +Comment[fi]=Näyttää työpöydän +Comment[fr]=Afficher le bureau Plasma +Comment[ga]=Taispeáin an deasc Plasma +Comment[gl]=Mostra o escritorio Plasma +Comment[he]=מציג את שולחן העבודה Plasma +Comment[hr]=Prikaži radnu površinu Plasme +Comment[hu]=A Plazma munkaasztal megjelenítése +Comment[is]=Sýna Plasmaskjáborðið +Comment[it]=Mostra il desktop di Plasma +Comment[ja]=Plasma デスクトップを表示します +Comment[kk]=Plasma үстелінің бетін көрсету +Comment[km]=បង្ហាញ​ផ្ទៃតុ​ប្លាស្មា +Comment[ko]=Plasma 데스크톱 보이기 +Comment[ku]=Sermase ya Plasma nîşan bide +Comment[lt]=Rodo Plasma darbalaukį +Comment[lv]=Parāda Plasma darbvirsmu +Comment[mr]=प्लाज्मा डेस्कटॉप दर्शवा +Comment[nb]=Vis Plasma-skrivebordet +Comment[nds]=Den Plasma-Schriefdisch wiesen +Comment[nl]=Toont het Plasma-bureaublad +Comment[nn]=Vis Plasma-skrivebordet +Comment[pa]=ਪਲਾਜ਼ਮਾ ਡੈਸਕਟਾਪ ਵੇਖੋ +Comment[pl]=Pokazuje pulpit Plazmy +Comment[pt]=Mostrar o ecrã do Plasma +Comment[pt_BR]=Mostra a área de trabalho do Plasma +Comment[ro]=Arată biroul Plasma +Comment[ru]=Показать рабочий стол Plasma +Comment[sk]=Zobrazenie plochy Plasmy +Comment[sl]=Pokaži namizje Plasma +Comment[sr]=Баците поглед на плазма површ +Comment[sr@ijekavian]=Баците поглед на плазма површ +Comment[sr@ijekavianlatin]=Bacite pogled na plasma površ +Comment[sr@latin]=Bacite pogled na plasma površ +Comment[sv]=Visa Plasmas skrivbord +Comment[th]=แสดงพื้นที่ทำงานของพลาสมา +Comment[tr]=Plasma masaüstünü göster +Comment[uk]=Показує стільницю Плазми +Comment[wa]=Mostrer l' sicribanne Plasma +Comment[x-test]=xxShow the Plasma desktopxx +Comment[zh_CN]=显示 Plasma 桌面 +Comment[zh_TW]=顯示 Plasma 桌面 diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/ReadMe.md b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/ReadMe.md old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/ReadMe.md rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/ReadMe.md diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/build b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/build similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/build rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/build diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/es.po b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/es.po old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/es.po rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/es.po diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/merge b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/merge similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/merge rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/merge diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/nl.po b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/nl.po old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/nl.po rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/nl.po diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/plasmoidlocaletest b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/plasmoidlocaletest similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/plasmoidlocaletest rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/plasmoidlocaletest diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/pt_BR.po b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/pt_BR.po old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/pt_BR.po rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/pt_BR.po diff --git a/Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/template.pot b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/template.pot old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Show Desktop/org.kde.plasma.win7showdesktop/translate/template.pot rename to Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.win7showdesktop/translate/template.pot diff --git a/Plasma/Plasma_Widgets/User/plasma_applet_seventasks.so b/Plasma/Plasma_Widgets/User/plasma_applet_seventasks.so new file mode 100755 index 0000000..c08268f Binary files /dev/null and b/Plasma/Plasma_Widgets/User/plasma_applet_seventasks.so differ diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/CMakeLists.txt b/Plasma/Plasma_Widgets/User/seventasks_src/CMakeLists.txt old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/CMakeLists.txt rename to Plasma/Plasma_Widgets/User/seventasks_src/CMakeLists.txt diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/LICENSES/LGPL-2.1-or-later.txt b/Plasma/Plasma_Widgets/User/seventasks_src/LICENSES/LGPL-2.1-or-later.txt old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/LICENSES/LGPL-2.1-or-later.txt rename to Plasma/Plasma_Widgets/User/seventasks_src/LICENSES/LGPL-2.1-or-later.txt diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/Messages.sh b/Plasma/Plasma_Widgets/User/seventasks_src/Messages.sh old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/Messages.sh rename to Plasma/Plasma_Widgets/User/seventasks_src/Messages.sh diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/README b/Plasma/Plasma_Widgets/User/seventasks_src/README old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/README rename to Plasma/Plasma_Widgets/User/seventasks_src/README diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeCache.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeCache.txt old mode 100644 new mode 100755 similarity index 77% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeCache.txt rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeCache.txt index f429088..76e19df --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeCache.txt +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build +# For build in directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -44,7 +44,7 @@ CMAKE_BUILD_TYPE:STRING= CMAKE_COLOR_MAKEFILE:BOOL=ON //CXX compiler -CMAKE_CXX_COMPILER:STRING=/usr/bin/c++ +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler @@ -70,7 +70,7 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C compiler -CMAKE_C_COMPILER:STRING=/usr/bin/cc +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler @@ -116,6 +116,9 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/pkgRedirects + //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr @@ -219,6 +222,9 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual @@ -411,6 +417,9 @@ KDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON //desktop wallpaper images (DATAROOTDIR/wallpapers) KDE_INSTALL_WALLPAPERDIR:PATH= +//Zsh functions and autocompletion definitions (DATAROOTDIR/zsh/site-functions) +KDE_INSTALL_ZSHAUTOCOMPLETEDIR:PATH= + //Automatically 'make fetch-translations` KDE_L10N_AUTO_TRANSLATIONS:BOOL=OFF @@ -425,25 +434,25 @@ KDE_L10N_SYNC_TRANSLATIONS:BOOL=OFF KDE_SKIP_UNINSTALL_TARGET:BOOL=OFF //The directory containing a CMake configuration file for KF5Config. -KF5Config_DIR:PATH=/usr/lib64/cmake/KF5Config +KF5Config_DIR:PATH=/usr/lib/cmake/KF5Config //The directory containing a CMake configuration file for KF5CoreAddons. -KF5CoreAddons_DIR:PATH=/usr/lib64/cmake/KF5CoreAddons +KF5CoreAddons_DIR:PATH=/usr/lib/cmake/KF5CoreAddons //The directory containing a CMake configuration file for KF5I18n. -KF5I18n_DIR:PATH=/usr/lib64/cmake/KF5I18n +KF5I18n_DIR:PATH=/usr/lib/cmake/KF5I18n //The directory containing a CMake configuration file for KF5Package. -KF5Package_DIR:PATH=/usr/lib64/cmake/KF5Package +KF5Package_DIR:PATH=/usr/lib/cmake/KF5Package //The directory containing a CMake configuration file for KF5Plasma. -KF5Plasma_DIR:PATH=/usr/lib64/cmake/KF5Plasma +KF5Plasma_DIR:PATH=/usr/lib/cmake/KF5Plasma //The directory containing a CMake configuration file for KF5Service. -KF5Service_DIR:PATH=/usr/lib64/cmake/KF5Service +KF5Service_DIR:PATH=/usr/lib/cmake/KF5Service //The directory containing a CMake configuration file for KF5WindowSystem. -KF5WindowSystem_DIR:PATH=/usr/lib64/cmake/KF5WindowSystem +KF5WindowSystem_DIR:PATH=/usr/lib/cmake/KF5WindowSystem //Path to a program. KI18N_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 @@ -458,34 +467,34 @@ PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config QUERY_EXECUTABLE:FILEPATH=/usr/bin/qmake //The directory containing a CMake configuration file for Qt5Core. -Qt5Core_DIR:PATH=/usr/lib64/cmake/Qt5Core +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5DBus. -Qt5DBus_DIR:PATH=/usr/lib64/cmake/Qt5DBus +Qt5DBus_DIR:PATH=/usr/lib/cmake/Qt5DBus //The directory containing a CMake configuration file for Qt5Gui. -Qt5Gui_DIR:PATH=/usr/lib64/cmake/Qt5Gui +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5Network. -Qt5Network_DIR:PATH=/usr/lib64/cmake/Qt5Network +Qt5Network_DIR:PATH=/usr/lib/cmake/Qt5Network //The directory containing a CMake configuration file for Qt5QmlModels. -Qt5QmlModels_DIR:PATH=/usr/lib64/cmake/Qt5QmlModels +Qt5QmlModels_DIR:PATH=/usr/lib/cmake/Qt5QmlModels //The directory containing a CMake configuration file for Qt5Qml. -Qt5Qml_DIR:PATH=/usr/lib64/cmake/Qt5Qml +Qt5Qml_DIR:PATH=/usr/lib/cmake/Qt5Qml //The directory containing a CMake configuration file for Qt5Quick. -Qt5Quick_DIR:PATH=/usr/lib64/cmake/Qt5Quick +Qt5Quick_DIR:PATH=/usr/lib/cmake/Qt5Quick //The directory containing a CMake configuration file for Qt5Widgets. -Qt5Widgets_DIR:PATH=/usr/lib64/cmake/Qt5Widgets +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5Xml. -Qt5Xml_DIR:PATH=/usr/lib64/cmake/Qt5Xml +Qt5Xml_DIR:PATH=/usr/lib/cmake/Qt5Xml //The directory containing a CMake configuration file for Qt5. -Qt5_DIR:PATH=/usr/lib64/cmake/Qt5 +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include @@ -536,7 +545,7 @@ X11_Xau_INCLUDE_PATH:PATH=/usr/include X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so //Path to a file. -X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND +X11_Xaw_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so @@ -679,27 +688,198 @@ X11_xcb_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so +//Path to a file. +X11_xcb_composite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_composite_LIB:FILEPATH=/usr/lib/libxcb-composite.so + +//Path to a file. +X11_xcb_cursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_cursor_LIB:FILEPATH=/usr/lib/libxcb-cursor.so + +//Path to a file. +X11_xcb_damage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_damage_LIB:FILEPATH=/usr/lib/libxcb-damage.so + +//Path to a file. +X11_xcb_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dpms_LIB:FILEPATH=/usr/lib/libxcb-dpms.so + +//Path to a file. +X11_xcb_dri2_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dri2_LIB:FILEPATH=/usr/lib/libxcb-dri2.so + +//Path to a file. +X11_xcb_dri3_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dri3_LIB:FILEPATH=/usr/lib/libxcb-dri3.so + +//Path to a file. +X11_xcb_errors_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_errors_LIB:FILEPATH=/usr/lib/libxcb-errors.so + +//Path to a file. +X11_xcb_ewmh_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_ewmh_LIB:FILEPATH=/usr/lib/libxcb-ewmh.so + +//Path to a file. +X11_xcb_glx_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_glx_LIB:FILEPATH=/usr/lib/libxcb-glx.so + //Path to a file. X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so +//Path to a file. +X11_xcb_image_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_image_LIB:FILEPATH=/usr/lib/libxcb-image.so + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so + +//Path to a file. +X11_xcb_present_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_present_LIB:FILEPATH=/usr/lib/libxcb-present.so + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so + +//Path to a file. +X11_xcb_record_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_record_LIB:FILEPATH=/usr/lib/libxcb-record.so + +//Path to a file. +X11_xcb_render_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_render_LIB:FILEPATH=/usr/lib/libxcb-render.so + +//Path to a file. +X11_xcb_render_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_render_util_LIB:FILEPATH=/usr/lib/libxcb-render-util.so + +//Path to a file. +X11_xcb_res_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_res_LIB:FILEPATH=/usr/lib/libxcb-res.so + +//Path to a file. +X11_xcb_screensaver_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_screensaver_LIB:FILEPATH=/usr/lib/libxcb-screensaver.so + +//Path to a file. +X11_xcb_shape_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_shape_LIB:FILEPATH=/usr/lib/libxcb-shape.so + +//Path to a file. +X11_xcb_shm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_shm_LIB:FILEPATH=/usr/lib/libxcb-shm.so + +//Path to a file. +X11_xcb_sync_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_sync_LIB:FILEPATH=/usr/lib/libxcb-sync.so + //Path to a file. X11_xcb_util_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so +//Path to a file. +X11_xcb_xf86dri_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xf86dri_LIB:FILEPATH=/usr/lib/libxcb-xf86dri.so + //Path to a file. X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so +//Path to a file. +X11_xcb_xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xinerama_LIB:FILEPATH=/usr/lib/libxcb-xinerama.so + +//Path to a file. +X11_xcb_xinput_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xinput_LIB:FILEPATH=/usr/lib/libxcb-xinput.so + +//Path to a file. +X11_xcb_xkb_INCLUDE_PATH:PATH=/usr/include + //Path to a library. X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so +//Path to a file. +X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so + +//Path to a file. +X11_xcb_xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xv_LIB:FILEPATH=/usr/lib/libxcb-xv.so + +//Path to a file. +X11_xcb_xvmc_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xvmc_LIB:FILEPATH=/usr/lib/libxcb-xvmc.so + //Path to a file. X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include @@ -725,13 +905,13 @@ pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/libfreetype.so //Value Computed by CMake -plasma-seventasks_BINARY_DIR:STATIC=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build +plasma-seventasks_BINARY_DIR:STATIC=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build //Value Computed by CMake plasma-seventasks_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -plasma-seventasks_SOURCE_DIR:STATIC=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src +plasma-seventasks_SOURCE_DIR:STATIC=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src ######################## @@ -743,13 +923,13 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src/build +CMAKE_CACHEFILE_DIR:INTERNAL=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=23 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=27 //Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. @@ -828,7 +1008,7 @@ CMAKE_HAVE_REMOVE:INTERNAL=1 CMAKE_HAVE_SHMAT:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/gitgud-repositories/KDE/seventasks_src +CMAKE_HOME_DIRECTORY:INTERNAL=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //Have library ICE @@ -889,18 +1069,20 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding Gettext -FIND_PACKAGE_MESSAGE_DETAILS_Gettext:INTERNAL=[/usr/bin/msgmerge][/usr/bin/msgfmt][v0.21()] +FIND_PACKAGE_MESSAGE_DETAILS_Gettext:INTERNAL=[/usr/bin/msgmerge][/usr/bin/msgfmt][v0.22()] //Details about finding KF5 -FIND_PACKAGE_MESSAGE_DETAILS_KF5:INTERNAL=[success][cfound components: Plasma I18n ][v5.96.0()] +FIND_PACKAGE_MESSAGE_DETAILS_KF5:INTERNAL=[success][cfound components: Plasma I18n ][v5.108.0()] //Details about finding KF5I18n -FIND_PACKAGE_MESSAGE_DETAILS_KF5I18n:INTERNAL=[/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake][v5.96.0()] +FIND_PACKAGE_MESSAGE_DETAILS_KF5I18n:INTERNAL=[/usr/lib/cmake/KF5I18n/KF5I18nConfig.cmake][v5.108.0()] //Details about finding KF5Plasma -FIND_PACKAGE_MESSAGE_DETAILS_KF5Plasma:INTERNAL=[/usr/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake][v5.96.0()] +FIND_PACKAGE_MESSAGE_DETAILS_KF5Plasma:INTERNAL=[/usr/lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake][v5.108.0()] //Details about finding X11 FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][c ][v()] //ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 @@ -1013,6 +1195,8 @@ KDE_INSTALL_SYSTEMDUSERUNITDIR-ADVANCED:INTERNAL=1 KDE_INSTALL_TEMPLATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: KDE_INSTALL_WALLPAPERDIR KDE_INSTALL_WALLPAPERDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: KDE_INSTALL_ZSHAUTOCOMPLETEDIR +KDE_INSTALL_ZSHAUTOCOMPLETEDIR-ADVANCED:INTERNAL=1 //Have symbol __GLIBC__ LIBC_IS_GLIBC:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_ARGN @@ -1040,16 +1224,16 @@ PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/li PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4 -PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lm;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib;-lpcre;-lsysprof-capture-4;-pthread;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib;-L/usr/lib;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lglib-2.0;-lm;-pthread;-L/usr/lib;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= -PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;m;z;harfbuzz;m;graphite2;glib-2.0;m;pcre;sysprof-capture-4;brotlidec;brotlicommon;expat;m -PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;z;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= -PKG_FONTCONFIG_VERSION:INTERNAL=2.14.0 +PKG_FONTCONFIG_VERSION:INTERNAL=2.14.2 PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= @@ -1184,20 +1368,132 @@ X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_LIB X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_INCLUDE_PATH +X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_LIB +X11_xcb_composite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH +X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_LIB +X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH +X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_LIB +X11_xcb_damage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH +X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_LIB +X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH +X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_LIB +X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH +X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_LIB +X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH +X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_LIB +X11_xcb_errors_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH +X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_LIB +X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH +X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_LIB +X11_xcb_glx_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_icccm_LIB X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_INCLUDE_PATH +X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_LIB +X11_xcb_image_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_INCLUDE_PATH +X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_LIB +X11_xcb_present_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_INCLUDE_PATH +X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_LIB +X11_xcb_record_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH +X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_LIB +X11_xcb_render_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH +X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_LIB +X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH +X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_LIB +X11_xcb_res_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH +X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_LIB +X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH +X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_LIB +X11_xcb_shape_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH +X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_LIB +X11_xcb_shm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH +X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_LIB +X11_xcb_sync_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_util_LIB X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_INCLUDE_PATH +X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_LIB +X11_xcb_xf86dri_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_xfixes_LIB X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_INCLUDE_PATH +X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_LIB +X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH +X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_LIB +X11_xcb_xinput_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xcb_xkb_LIB X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_INCLUDE_PATH +X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_LIB +X11_xcb_xrm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_INCLUDE_PATH +X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_LIB +X11_xcb_xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH +X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_LIB +X11_xcb_xvmc_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xkbcommon_LIB @@ -1210,6 +1506,8 @@ X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xkbfile_LIB X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE //Test _OFFT_IS_64BIT _OFFT_IS_64BIT:INTERNAL=1 __pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCCompiler.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCCompiler.cmake new file mode 100755 index 0000000..6154624 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCXXCompiler.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..b6af0ea --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_C.bin b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..3907b11 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_CXX.bin b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..96d4a3d Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeSystem.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeSystem.cmake new file mode 100755 index 0000000..e407bab --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.39-1-lts") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.39-1-lts") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.39-1-lts") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.39-1-lts") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/CMakeCCompilerId.c b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/CMakeCCompilerId.c new file mode 100755 index 0000000..66be365 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/a.out b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/a.out new file mode 100755 index 0000000..00b18b6 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/a.out differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..52d56e2 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,855 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/a.out b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..489eb66 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/a.out differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeConfigureLog.yaml b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..05d74a7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,800 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:211 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.1.39-1-lts - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/3.27.1/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d6c7f/fast + /usr/bin/make -f CMakeFiles/cmTC_d6c7f.dir/build.make CMakeFiles/cmTC_d6c7f.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc' + Building C object CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230714 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d6c7f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccU9I3Vd.s + GNU C17 (GCC) version 13.1.1 20230714 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230714, GMP version 6.2.1, MPFR version 4.2.0-p9, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0-p9 differs from library version 4.2.0-p12. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: f2257771e8265a58806ed3d081ad07f3 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/' + as -v --64 -o CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o /tmp/ccU9I3Vd.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_d6c7f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6c7f.dir/link.txt --verbose=1 + /usr/bin/cc -v CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -o cmTC_d6c7f + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230714 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d6c7f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d6c7f.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclsAxCF.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d6c7f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d6c7f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d6c7f.' + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d6c7f/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_d6c7f.dir/build.make CMakeFiles/cmTC_d6c7f.dir/build] + ignore line: [make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-rJfhxc'] + ignore line: [Building C object CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230714 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d6c7f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccU9I3Vd.s] + ignore line: [GNU C17 (GCC) version 13.1.1 20230714 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230714 GMP version 6.2.1 MPFR version 4.2.0-p9 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0-p9 differs from library version 4.2.0-p12.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: f2257771e8265a58806ed3d081ad07f3] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o /tmp/ccU9I3Vd.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_d6c7f] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6c7f.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -o cmTC_d6c7f ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230714 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d6c7f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_d6c7f.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cclsAxCF.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_d6c7f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cclsAxCF.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_d6c7f] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_d6c7f.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_20a4f/fast + /usr/bin/make -f CMakeFiles/cmTC_20a4f.dir/build.make CMakeFiles/cmTC_20a4f.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0' + Building CXX object CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230714 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_20a4f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccZ0UHCH.s + GNU C++17 (GCC) version 13.1.1 20230714 (x86_64-pc-linux-gnu) + compiled by GNU C version 13.1.1 20230714, GMP version 6.2.1, MPFR version 4.2.0-p9, MPC version 1.3.1, isl version isl-0.26-GMP + + warning: MPFR header version 4.2.0-p9 differs from library version 4.2.0-p12. + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 5751c09fdf3e97756f7df4a2055dc612 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/' + as -v --64 -o CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZ0UHCH.s + GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_20a4f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20a4f.dir/link.txt --verbose=1 + /usr/bin/c++ -v CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_20a4f + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,objc,obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.1.1 20230714 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20a4f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20a4f.' + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccu0O9bq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_20a4f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20a4f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20a4f.' + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] ==> [/usr/include/c++/13.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/13.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] ==> [/usr/include/c++/13.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/13.1.1;/usr/include/c++/13.1.1/x86_64-pc-linux-gnu;/usr/include/c++/13.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:152 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_20a4f/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_20a4f.dir/build.make CMakeFiles/cmTC_20a4f.dir/build] + ignore line: [make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-tjtaQ0'] + ignore line: [Building CXX object CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230714 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_20a4f.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccZ0UHCH.s] + ignore line: [GNU C++17 (GCC) version 13.1.1 20230714 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 13.1.1 20230714 GMP version 6.2.1 MPFR version 4.2.0-p9 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.2.0-p9 differs from library version 4.2.0-p12.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 5751c09fdf3e97756f7df4a2055dc612] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZ0UHCH.s] + ignore line: [GNU assembler version 2.40.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.40.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_20a4f] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20a4f.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_20a4f ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto objc obj-c++ --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.1.1 20230714 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_20a4f' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_20a4f.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccu0O9bq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_20a4f /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../.. CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccu0O9bq.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_20a4f] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] + arg [CMakeFiles/cmTC_20a4f.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:300 (check_symbol_exists)" + - "CMakeLists.txt:11 (include)" + checks: + - "Looking for __GLIBC__" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "LIBC_IS_GLIBC" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bd49f/fast + /usr/bin/make -f CMakeFiles/cmTC_bd49f.dir/build.make CMakeFiles/cmTC_bd49f.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X' + Building C object CMakeFiles/cmTC_bd49f.dir/CheckSymbolExists.c.o + /usr/bin/cc -o CMakeFiles/cmTC_bd49f.dir/CheckSymbolExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X/CheckSymbolExists.c" + Linking C executable cmTC_bd49f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd49f.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_bd49f.dir/CheckSymbolExists.c.o -o cmTC_bd49f + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-lcW29X' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:324 (check_cxx_source_compiles)" + - "CMakeLists.txt:11 (include)" + checks: + - "Performing Test _OFFT_IS_64BIT" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "_OFFT_IS_64BIT" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_16b6f/fast + /usr/bin/make -f CMakeFiles/cmTC_16b6f.dir/build.make CMakeFiles/cmTC_16b6f.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP' + Building CXX object CMakeFiles/cmTC_16b6f.dir/src.cxx.o + /usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_16b6f.dir/src.cxx.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP/src.cxx" + Linking CXX executable cmTC_16b6f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_16b6f.dir/link.txt --verbose=1 + /usr/bin/c++ CMakeFiles/cmTC_16b6f.dir/src.cxx.o -o cmTC_16b6f + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-7Bg2GP' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)" + - "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake:579 (check_cxx_compiler_flag)" + - "CMakeLists.txt:11 (include)" + checks: + - "Performing Test HAVE_DATE_TIME" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8" + cmakeVariables: + CMAKE_CXX_FLAGS: " -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "HAVE_DATE_TIME" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9b0ed/fast + /usr/bin/make -f CMakeFiles/cmTC_9b0ed.dir/build.make CMakeFiles/cmTC_9b0ed.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8' + Building CXX object CMakeFiles/cmTC_9b0ed.dir/src.cxx.o + /usr/bin/c++ -DHAVE_DATE_TIME -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -std=gnu++11 -Wdate-time -o CMakeFiles/cmTC_9b0ed.dir/src.cxx.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8/src.cxx" + Linking CXX executable cmTC_9b0ed + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b0ed.dir/link.txt --verbose=1 + /usr/bin/c++ -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wl,--enable-new-dtags CMakeFiles/cmTC_9b0ed.dir/src.cxx.o -o cmTC_9b0ed + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Di7ge8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:682 (check_library_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d19eb/fast + /usr/bin/make -f CMakeFiles/cmTC_d19eb.dir/build.make CMakeFiles/cmTC_d19eb.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV' + Building C object CMakeFiles/cmTC_d19eb.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -std=gnu90 -o CMakeFiles/cmTC_d19eb.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV/CheckFunctionExists.c" + Linking C executable cmTC_d19eb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d19eb.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=XOpenDisplay -Wl,--enable-new-dtags CMakeFiles/cmTC_d19eb.dir/CheckFunctionExists.c.o -o cmTC_d19eb /usr/lib/libX11.so /usr/lib/libXext.so + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Z3i8XV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:697 (check_function_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e2b0a/fast + /usr/bin/make -f CMakeFiles/cmTC_e2b0a.dir/build.make CMakeFiles/cmTC_e2b0a.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC' + Building C object CMakeFiles/cmTC_e2b0a.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -std=gnu90 -o CMakeFiles/cmTC_e2b0a.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC/CheckFunctionExists.c" + Linking C executable cmTC_e2b0a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2b0a.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,--enable-new-dtags CMakeFiles/cmTC_e2b0a.dir/CheckFunctionExists.c.o -o cmTC_e2b0a + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-vAvAMC' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:711 (check_function_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7b46b/fast + /usr/bin/make -f CMakeFiles/cmTC_7b46b.dir/build.make CMakeFiles/cmTC_7b46b.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj' + Building C object CMakeFiles/cmTC_7b46b.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -std=gnu90 -o CMakeFiles/cmTC_7b46b.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj/CheckFunctionExists.c" + Linking C executable cmTC_7b46b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b46b.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=connect -Wl,--enable-new-dtags CMakeFiles/cmTC_7b46b.dir/CheckFunctionExists.c.o -o cmTC_7b46b + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-Td5DJj' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:720 (check_function_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e8638/fast + /usr/bin/make -f CMakeFiles/cmTC_e8638.dir/build.make CMakeFiles/cmTC_e8638.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW' + Building C object CMakeFiles/cmTC_e8638.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -std=gnu90 -o CMakeFiles/cmTC_e8638.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW/CheckFunctionExists.c" + Linking C executable cmTC_e8638 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8638.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=remove -Wl,--enable-new-dtags CMakeFiles/cmTC_e8638.dir/CheckFunctionExists.c.o -o cmTC_e8638 + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-3aCFXW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:729 (check_function_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8912d/fast + /usr/bin/make -f CMakeFiles/cmTC_8912d.dir/build.make CMakeFiles/cmTC_8912d.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17' + Building C object CMakeFiles/cmTC_8912d.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -std=gnu90 -o CMakeFiles/cmTC_8912d.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17/CheckFunctionExists.c" + Linking C executable cmTC_8912d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8912d.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat -Wl,--enable-new-dtags CMakeFiles/cmTC_8912d.dir/CheckFunctionExists.c.o -o cmTC_8912d + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-6Fui17' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:739 (check_library_exists)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)" + - "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)" + - "CMakeLists.txt:13 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz" + binary: "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz" + cmakeVariables: + CMAKE_C_FLAGS: " -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-Wl,--enable-new-dtags " + CMAKE_MODULE_PATH: "/usr/share/ECM/modules/;/usr/share/ECM/find-modules/;/usr/share/ECM/kde-modules/" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a9003/fast + /usr/bin/make -f CMakeFiles/cmTC_a9003.dir/build.make CMakeFiles/cmTC_a9003.dir/build + make[1]: Entering directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz' + Building C object CMakeFiles/cmTC_a9003.dir/CheckFunctionExists.c.o + /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -std=gnu90 -o CMakeFiles/cmTC_a9003.dir/CheckFunctionExists.c.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz/CheckFunctionExists.c" + Linking C executable cmTC_a9003 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a9003.dir/link.txt --verbose=1 + /usr/bin/cc -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute -Wwrite-strings -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -Wl,--enable-new-dtags CMakeFiles/cmTC_a9003.dir/CheckFunctionExists.c.o -o cmTC_a9003 -lICE + make[1]: Leaving directory '/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/CMakeScratch/TryCompile-bL4wOz' + + exitCode: 0 +... diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100755 index 0000000..9002ad0 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100755 index 0000000..ea3f61c --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,8 @@ +# Hashes of file build rules. +5517bdfff23aa2a9e054cd63c89b7658 CMakeFiles/fetch-translations +4d1684ddae89aaaaaf9dccc4792e5566 CMakeFiles/uninstall +01395f42de4882b97a0cdfbcd6765ee3 releaseme +60dbe2a3018fc2e2499c875b4c1edcc1 src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json +de287575a321e7954832417c6e120da5 src/CMakeFiles/plasma_applet_seventasks_autogen +7d219dd8aa39a24113b1605440e25023 src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json +f8c0a671ea093a7b900eeebf86798a24 src/metadata.json diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make new file mode 100755 index 0000000..c666123 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5Config_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5Config_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5Config_QCH.dir/progress.make + +KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/build.make +.PHONY : KF5Config_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5Config_QCH.dir/build: KF5Config_QCH +.PHONY : CMakeFiles/KF5Config_QCH.dir/build + +CMakeFiles/KF5Config_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5Config_QCH.dir/clean + +CMakeFiles/KF5Config_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5Config_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make new file mode 100755 index 0000000..f635851 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5CoreAddons_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5CoreAddons_QCH.dir/progress.make + +KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/build.make +.PHONY : KF5CoreAddons_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5CoreAddons_QCH.dir/build: KF5CoreAddons_QCH +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/build + +CMakeFiles/KF5CoreAddons_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean + +CMakeFiles/KF5CoreAddons_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make new file mode 100755 index 0000000..074a176 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5I18n_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5I18n_QCH.dir/progress.make + +KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/build.make +.PHONY : KF5I18n_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5I18n_QCH.dir/build: KF5I18n_QCH +.PHONY : CMakeFiles/KF5I18n_QCH.dir/build + +CMakeFiles/KF5I18n_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5I18n_QCH.dir/clean + +CMakeFiles/KF5I18n_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5I18n_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make new file mode 100755 index 0000000..748f5b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5Package_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5Package_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5Package_QCH.dir/progress.make + +KF5Package_QCH: CMakeFiles/KF5Package_QCH.dir/build.make +.PHONY : KF5Package_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5Package_QCH.dir/build: KF5Package_QCH +.PHONY : CMakeFiles/KF5Package_QCH.dir/build + +CMakeFiles/KF5Package_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5Package_QCH.dir/clean + +CMakeFiles/KF5Package_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5Package_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make new file mode 100755 index 0000000..ecd2cf6 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5Plasma_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5Plasma_QCH.dir/progress.make + +KF5Plasma_QCH: CMakeFiles/KF5Plasma_QCH.dir/build.make +.PHONY : KF5Plasma_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5Plasma_QCH.dir/build: KF5Plasma_QCH +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/build + +CMakeFiles/KF5Plasma_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/clean + +CMakeFiles/KF5Plasma_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make new file mode 100755 index 0000000..884bd77 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5Service_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5Service_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5Service_QCH.dir/progress.make + +KF5Service_QCH: CMakeFiles/KF5Service_QCH.dir/build.make +.PHONY : KF5Service_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5Service_QCH.dir/build: KF5Service_QCH +.PHONY : CMakeFiles/KF5Service_QCH.dir/build + +CMakeFiles/KF5Service_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5Service_QCH.dir/clean + +CMakeFiles/KF5Service_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5Service_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make new file mode 100755 index 0000000..c102886 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/build.make @@ -0,0 +1,83 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for KF5WindowSystem_QCH. + +# Include any custom commands dependencies for this target. +include CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/KF5WindowSystem_QCH.dir/progress.make + +KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/build.make +.PHONY : KF5WindowSystem_QCH + +# Rule to build all files generated by this target. +CMakeFiles/KF5WindowSystem_QCH.dir/build: KF5WindowSystem_QCH +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/build + +CMakeFiles/KF5WindowSystem_QCH.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean + +CMakeFiles/KF5WindowSystem_QCH.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile.cmake new file mode 100755 index 0000000..1c7066d --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,317 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/CMakeLists.txt" + "CMakeFiles/3.27.1/CMakeCCompiler.cmake" + "CMakeFiles/3.27.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.27.1/CMakeSystem.cmake" + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/CMakeLists.txt" + "/usr/lib/cmake/KF5Config/KF5ConfigCompilerTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigConfig.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigConfigVersion.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigMacros.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigQchTargets.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Config/KF5ConfigTargets.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsQchTargets.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets-noconfig.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake" + "/usr/lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nConfig.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nConfigVersion.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nMacros.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nQchTargets.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nTargets-noconfig.cmake" + "/usr/lib/cmake/KF5I18n/KF5I18nTargets.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageConfig.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageConfigVersion.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageMacros.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageQchTargets.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageTargets.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageToolsTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Package/KF5PackageToolsTargets.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaConfig.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaConfigVersion.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaMacros.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaQchTargets.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Plasma/KF5PlasmaTargets.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceConfig.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceConfigVersion.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceMacros.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceQchTargets.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceTargets-noconfig.cmake" + "/usr/lib/cmake/KF5Service/KF5ServiceTargets.cmake" + "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake" + "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake" + "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemQchTargets.cmake" + "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake" + "/usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake" + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + "/usr/lib/cmake/Qt5DBus/Qt5DBusConfig.cmake" + "/usr/lib/cmake/Qt5DBus/Qt5DBusConfigExtras.cmake" + "/usr/lib/cmake/Qt5DBus/Qt5DBusConfigVersion.cmake" + "/usr/lib/cmake/Qt5DBus/Qt5DBusMacros.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk2ThemePlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + "/usr/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake" + "/usr/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake" + "/usr/lib/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake" + "/usr/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake" + "/usr/lib/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5QmlConfig.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5QmlConfigExtras.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QDebugMessageServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QLocalClientConnectionFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlDebugServerFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlDebuggerServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlInspectorServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlPreviewServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQmlProfilerServiceFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QQuickProfilerAdapterFactory.cmake" + "/usr/lib/cmake/Qt5Qml/Qt5Qml_QTcpServerConnectionFactory.cmake" + "/usr/lib/cmake/Qt5QmlModels/Qt5QmlModelsConfig.cmake" + "/usr/lib/cmake/Qt5QmlModels/Qt5QmlModelsConfigVersion.cmake" + "/usr/lib/cmake/Qt5Quick/Qt5QuickConfig.cmake" + "/usr/lib/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5Widgets_QBB10StylePlugin.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5Widgets_QCleanlooksStylePlugin.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5Widgets_QGtk2StylePlugin.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5Widgets_QMotifStylePlugin.cmake" + "/usr/lib/cmake/Qt5Widgets/Qt5Widgets_QPlastiqueStylePlugin.cmake" + "/usr/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake" + "/usr/lib/cmake/Qt5Xml/Qt5XmlConfigVersion.cmake" + "/usr/share/ECM/cmake/ECMConfig.cmake" + "/usr/share/ECM/cmake/ECMConfigVersion.cmake" + "/usr/share/ECM/find-modules/ECMFindModuleHelpersStub.cmake" + "/usr/share/ECM/find-modules/FindKF5.cmake" + "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake" + "/usr/share/ECM/kde-modules/KDECompilerSettings.cmake" + "/usr/share/ECM/kde-modules/KDEInstallDirs.cmake" + "/usr/share/ECM/kde-modules/KDEInstallDirs5.cmake" + "/usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake" + "/usr/share/ECM/kde-modules/KDESetupPrefixScript.cmake" + "/usr/share/ECM/kde-modules/prefix.sh.cmake" + "/usr/share/ECM/modules/ECMCoverageOption.cmake" + "/usr/share/ECM/modules/ECMEnableSanitizers.cmake" + "/usr/share/ECM/modules/ECMFindModuleHelpers.cmake" + "/usr/share/ECM/modules/ECMQueryQt.cmake" + "/usr/share/ECM/modules/ECMSourceVersionControl.cmake" + "/usr/share/ECM/modules/ECMUninstallTarget.cmake" + "/usr/share/ECM/modules/ECMUseFindModules.cmake" + "/usr/share/ECM/modules/QtVersionOption.cmake" + "/usr/share/ECM/modules/ecm_uninstall.cmake.in" + "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + "/usr/share/cmake/Modules/CheckLanguage.cmake" + "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake/Modules/CheckSymbolExists.cmake" + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/FeatureSummary.cmake" + "/usr/share/cmake/Modules/FindFontconfig.cmake" + "/usr/share/cmake/Modules/FindFreetype.cmake" + "/usr/share/cmake/Modules/FindGettext.cmake" + "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake/Modules/FindPackageMessage.cmake" + "/usr/share/cmake/Modules/FindPkgConfig.cmake" + "/usr/share/cmake/Modules/FindX11.cmake" + "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake/Modules/MacroAddFileDependencies.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.27.1/CMakeSystem.cmake" + "CMakeFiles/3.27.1/CMakeCCompiler.cmake" + "CMakeFiles/3.27.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.27.1/CMakeCCompiler.cmake" + "CMakeFiles/3.27.1/CMakeCXXCompiler.cmake" + "prefix.sh" + "ecm_uninstall.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json" + "src/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/uninstall.dir/DependInfo.cmake" + "CMakeFiles/fetch-translations.dir/DependInfo.cmake" + "CMakeFiles/KF5WindowSystem_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5Plasma_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5Package_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5Config_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5Service_QCH.dir/DependInfo.cmake" + "CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake" + "src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake" + "src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake" + "src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake" + ) diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile2 b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile2 new file mode 100755 index 0000000..8872825 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/Makefile2 @@ -0,0 +1,425 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: src/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: src/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/uninstall.dir/clean +clean: CMakeFiles/fetch-translations.dir/clean +clean: CMakeFiles/KF5WindowSystem_QCH.dir/clean +clean: CMakeFiles/KF5Plasma_QCH.dir/clean +clean: CMakeFiles/KF5Package_QCH.dir/clean +clean: CMakeFiles/KF5CoreAddons_QCH.dir/clean +clean: CMakeFiles/KF5Config_QCH.dir/clean +clean: CMakeFiles/KF5Service_QCH.dir/clean +clean: CMakeFiles/KF5I18n_QCH.dir/clean +clean: src/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory src + +# Recursive "all" directory target. +src/all: src/CMakeFiles/plasma_applet_seventasks.dir/all +src/all: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/all +.PHONY : src/all + +# Recursive "preinstall" directory target. +src/preinstall: +.PHONY : src/preinstall + +# Recursive "clean" directory target. +src/clean: src/CMakeFiles/plasma_applet_seventasks.dir/clean +src/clean: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean +src/clean: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean +.PHONY : src/clean + +#============================================================================= +# Target rules for target CMakeFiles/uninstall.dir + +# All Build rule for target. +CMakeFiles/uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target uninstall" +.PHONY : CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +CMakeFiles/uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean +.PHONY : CMakeFiles/uninstall.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/fetch-translations.dir + +# All Build rule for target. +CMakeFiles/fetch-translations.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=1,2 "Built target fetch-translations" +.PHONY : CMakeFiles/fetch-translations.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/fetch-translations.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fetch-translations.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/fetch-translations.dir/rule + +# Convenience name for target. +fetch-translations: CMakeFiles/fetch-translations.dir/rule +.PHONY : fetch-translations + +# clean rule for target. +CMakeFiles/fetch-translations.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/clean +.PHONY : CMakeFiles/fetch-translations.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5WindowSystem_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5WindowSystem_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5WindowSystem_QCH" +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5WindowSystem_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5WindowSystem_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/rule + +# Convenience name for target. +KF5WindowSystem_QCH: CMakeFiles/KF5WindowSystem_QCH.dir/rule +.PHONY : KF5WindowSystem_QCH + +# clean rule for target. +CMakeFiles/KF5WindowSystem_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/clean +.PHONY : CMakeFiles/KF5WindowSystem_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5Plasma_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5Plasma_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5Plasma_QCH" +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5Plasma_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Plasma_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/rule + +# Convenience name for target. +KF5Plasma_QCH: CMakeFiles/KF5Plasma_QCH.dir/rule +.PHONY : KF5Plasma_QCH + +# clean rule for target. +CMakeFiles/KF5Plasma_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/clean +.PHONY : CMakeFiles/KF5Plasma_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5Package_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5Package_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5Package_QCH" +.PHONY : CMakeFiles/KF5Package_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5Package_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Package_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5Package_QCH.dir/rule + +# Convenience name for target. +KF5Package_QCH: CMakeFiles/KF5Package_QCH.dir/rule +.PHONY : KF5Package_QCH + +# clean rule for target. +CMakeFiles/KF5Package_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/clean +.PHONY : CMakeFiles/KF5Package_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5CoreAddons_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5CoreAddons_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5CoreAddons_QCH" +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5CoreAddons_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5CoreAddons_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/rule + +# Convenience name for target. +KF5CoreAddons_QCH: CMakeFiles/KF5CoreAddons_QCH.dir/rule +.PHONY : KF5CoreAddons_QCH + +# clean rule for target. +CMakeFiles/KF5CoreAddons_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/clean +.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5Config_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5Config_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5Config_QCH" +.PHONY : CMakeFiles/KF5Config_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5Config_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Config_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5Config_QCH.dir/rule + +# Convenience name for target. +KF5Config_QCH: CMakeFiles/KF5Config_QCH.dir/rule +.PHONY : KF5Config_QCH + +# clean rule for target. +CMakeFiles/KF5Config_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/clean +.PHONY : CMakeFiles/KF5Config_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5Service_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5Service_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5Service_QCH" +.PHONY : CMakeFiles/KF5Service_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5Service_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5Service_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5Service_QCH.dir/rule + +# Convenience name for target. +KF5Service_QCH: CMakeFiles/KF5Service_QCH.dir/rule +.PHONY : KF5Service_QCH + +# clean rule for target. +CMakeFiles/KF5Service_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/clean +.PHONY : CMakeFiles/KF5Service_QCH.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/KF5I18n_QCH.dir + +# All Build rule for target. +CMakeFiles/KF5I18n_QCH.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num= "Built target KF5I18n_QCH" +.PHONY : CMakeFiles/KF5I18n_QCH.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/KF5I18n_QCH.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/KF5I18n_QCH.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : CMakeFiles/KF5I18n_QCH.dir/rule + +# Convenience name for target. +KF5I18n_QCH: CMakeFiles/KF5I18n_QCH.dir/rule +.PHONY : KF5I18n_QCH + +# clean rule for target. +CMakeFiles/KF5I18n_QCH.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/clean +.PHONY : CMakeFiles/KF5I18n_QCH.dir/clean + +#============================================================================= +# Target rules for target src/CMakeFiles/plasma_applet_seventasks.dir + +# All Build rule for target. +src/CMakeFiles/plasma_applet_seventasks.dir/all: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/depend + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=4,5,6 "Built target plasma_applet_seventasks" +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/all + +# Build rule for subdir invocation for target. +src/CMakeFiles/plasma_applet_seventasks.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/rule + +# Convenience name for target. +plasma_applet_seventasks: src/CMakeFiles/plasma_applet_seventasks.dir/rule +.PHONY : plasma_applet_seventasks + +# clean rule for target. +src/CMakeFiles/plasma_applet_seventasks.dir/clean: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/clean +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/clean + +#============================================================================= +# Target rules for target src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir + +# All Build rule for target. +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/all: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/depend + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=3 "Built target io.gitgud.wackyideas.seventasks-plasmoids-metadata-json" +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/all + +# Build rule for subdir invocation for target. +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule + +# Convenience name for target. +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json + +# clean rule for target. +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean + +#============================================================================= +# Target rules for target src/CMakeFiles/plasma_applet_seventasks_autogen.dir + +# All Build rule for target. +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=7,8 "Built target plasma_applet_seventasks_autogen" +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all + +# Build rule for subdir invocation for target. +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks_autogen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule + +# Convenience name for target. +plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule +.PHONY : plasma_applet_seventasks_autogen + +# clean rule for target. +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/TargetDirectories.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..eed5c43 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,26 @@ +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5WindowSystem_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Plasma_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Package_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5CoreAddons_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Config_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5Service_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/KF5I18n_QCH.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/test.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/edit_cache.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/rebuild_cache.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/list_install_components.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/install.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/install/local.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/install/strip.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/test.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/edit_cache.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/rebuild_cache.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/list_install_components.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/install.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/install/local.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/install/strip.dir +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/cmake.check_cache b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/cmake.check_cache old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/cmake.check_cache rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/cmake.check_cache diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make new file mode 100755 index 0000000..5225fa0 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/build.make @@ -0,0 +1,96 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for fetch-translations. + +# Include any custom commands dependencies for this target. +include CMakeFiles/fetch-translations.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/fetch-translations.dir/progress.make + +CMakeFiles/fetch-translations: releaseme + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for plasma-seventasks branch trunk..." + git -C /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/releaseme pull + cmake -E remove_directory /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/po + cmake -E remove_directory /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/poqm + ruby /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/releaseme/fetchpo.rb --origin trunk --project plasma-seventasks --output-dir /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/po --output-poqm-dir /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/poqm /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src + +releaseme: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..." + git clone --depth 1 https://invent.kde.org/sdk/releaseme.git + +fetch-translations: CMakeFiles/fetch-translations +fetch-translations: releaseme +fetch-translations: CMakeFiles/fetch-translations.dir/build.make +.PHONY : fetch-translations + +# Rule to build all files generated by this target. +CMakeFiles/fetch-translations.dir/build: fetch-translations +.PHONY : CMakeFiles/fetch-translations.dir/build + +CMakeFiles/fetch-translations.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/fetch-translations.dir/cmake_clean.cmake +.PHONY : CMakeFiles/fetch-translations.dir/clean + +CMakeFiles/fetch-translations.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/fetch-translations.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/fetch-translations.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/fetch-translations.dir/progress.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/progress.marks b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/progress.marks old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/progress.marks rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/progress.marks diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/build.make new file mode 100755 index 0000000..562b5ee --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for uninstall. + +# Include any custom commands dependencies for this target. +include CMakeFiles/uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/uninstall.dir/progress.make + +CMakeFiles/uninstall: + /usr/bin/cmake -P /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/ecm_uninstall.cmake + +uninstall: CMakeFiles/uninstall +uninstall: CMakeFiles/uninstall.dir/build.make +.PHONY : uninstall + +# Rule to build all files generated by this target. +CMakeFiles/uninstall.dir/build: uninstall +.PHONY : CMakeFiles/uninstall.dir/build + +CMakeFiles/uninstall.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : CMakeFiles/uninstall.dir/clean + +CMakeFiles/uninstall.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : CMakeFiles/uninstall.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/CMakeFiles/uninstall.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/CMakeFiles/uninstall.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/CTestTestfile.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/CTestTestfile.cmake new file mode 100755 index 0000000..385b544 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src +# Build directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(appstreamtest "/usr/bin/cmake" "-DAPPSTREAMCLI=/usr/bin/appstreamcli" "-DINSTALL_FILES=/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/install_manifest.txt" "-P" "/usr/share/ECM/kde-modules/appstreamtest.cmake") +set_tests_properties(appstreamtest PROPERTIES _BACKTRACE_TRIPLES "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;165;add_test;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;183;appstreamtest;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;0;;/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/CMakeLists.txt;10;include;/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/CMakeLists.txt;0;") +subdirs("src") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/Makefile b/Plasma/Plasma_Widgets/User/seventasks_src/build/Makefile new file mode 100755 index 0000000..482d2d9 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/Makefile @@ -0,0 +1,368 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"plasma-seventasks\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build//CMakeFiles/progress.marks" + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named fetch-translations + +# Build rule for target. +fetch-translations: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fetch-translations +.PHONY : fetch-translations + +# fast build rule for target. +fetch-translations/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fetch-translations.dir/build.make CMakeFiles/fetch-translations.dir/build +.PHONY : fetch-translations/fast + +#============================================================================= +# Target rules for targets named KF5WindowSystem_QCH + +# Build rule for target. +KF5WindowSystem_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5WindowSystem_QCH +.PHONY : KF5WindowSystem_QCH + +# fast build rule for target. +KF5WindowSystem_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5WindowSystem_QCH.dir/build.make CMakeFiles/KF5WindowSystem_QCH.dir/build +.PHONY : KF5WindowSystem_QCH/fast + +#============================================================================= +# Target rules for targets named KF5Plasma_QCH + +# Build rule for target. +KF5Plasma_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Plasma_QCH +.PHONY : KF5Plasma_QCH + +# fast build rule for target. +KF5Plasma_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Plasma_QCH.dir/build.make CMakeFiles/KF5Plasma_QCH.dir/build +.PHONY : KF5Plasma_QCH/fast + +#============================================================================= +# Target rules for targets named KF5Package_QCH + +# Build rule for target. +KF5Package_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Package_QCH +.PHONY : KF5Package_QCH + +# fast build rule for target. +KF5Package_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Package_QCH.dir/build.make CMakeFiles/KF5Package_QCH.dir/build +.PHONY : KF5Package_QCH/fast + +#============================================================================= +# Target rules for targets named KF5CoreAddons_QCH + +# Build rule for target. +KF5CoreAddons_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5CoreAddons_QCH +.PHONY : KF5CoreAddons_QCH + +# fast build rule for target. +KF5CoreAddons_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5CoreAddons_QCH.dir/build.make CMakeFiles/KF5CoreAddons_QCH.dir/build +.PHONY : KF5CoreAddons_QCH/fast + +#============================================================================= +# Target rules for targets named KF5Config_QCH + +# Build rule for target. +KF5Config_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Config_QCH +.PHONY : KF5Config_QCH + +# fast build rule for target. +KF5Config_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Config_QCH.dir/build.make CMakeFiles/KF5Config_QCH.dir/build +.PHONY : KF5Config_QCH/fast + +#============================================================================= +# Target rules for targets named KF5Service_QCH + +# Build rule for target. +KF5Service_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5Service_QCH +.PHONY : KF5Service_QCH + +# fast build rule for target. +KF5Service_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5Service_QCH.dir/build.make CMakeFiles/KF5Service_QCH.dir/build +.PHONY : KF5Service_QCH/fast + +#============================================================================= +# Target rules for targets named KF5I18n_QCH + +# Build rule for target. +KF5I18n_QCH: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 KF5I18n_QCH +.PHONY : KF5I18n_QCH + +# fast build rule for target. +KF5I18n_QCH/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/KF5I18n_QCH.dir/build.make CMakeFiles/KF5I18n_QCH.dir/build +.PHONY : KF5I18n_QCH/fast + +#============================================================================= +# Target rules for targets named plasma_applet_seventasks + +# Build rule for target. +plasma_applet_seventasks: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plasma_applet_seventasks +.PHONY : plasma_applet_seventasks + +# fast build rule for target. +plasma_applet_seventasks/fast: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build +.PHONY : plasma_applet_seventasks/fast + +#============================================================================= +# Target rules for targets named io.gitgud.wackyideas.seventasks-plasmoids-metadata-json + +# Build rule for target. +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 io.gitgud.wackyideas.seventasks-plasmoids-metadata-json +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json + +# fast build rule for target. +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json/fast: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json/fast + +#============================================================================= +# Target rules for targets named plasma_applet_seventasks_autogen + +# Build rule for target. +plasma_applet_seventasks_autogen: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 plasma_applet_seventasks_autogen +.PHONY : plasma_applet_seventasks_autogen + +# fast build rule for target. +plasma_applet_seventasks_autogen/fast: + $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build +.PHONY : plasma_applet_seventasks_autogen/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... KF5Config_QCH" + @echo "... KF5CoreAddons_QCH" + @echo "... KF5I18n_QCH" + @echo "... KF5Package_QCH" + @echo "... KF5Plasma_QCH" + @echo "... KF5Service_QCH" + @echo "... KF5WindowSystem_QCH" + @echo "... fetch-translations" + @echo "... io.gitgud.wackyideas.seventasks-plasmoids-metadata-json" + @echo "... plasma_applet_seventasks_autogen" + @echo "... uninstall" + @echo "... plasma_applet_seventasks" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/cmake_install.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/cmake_install.cmake new file mode 100755 index 0000000..e5ae63e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/ecm_uninstall.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/ecm_uninstall.cmake new file mode 100755 index 0000000..494b700 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/ecm_uninstall.cmake @@ -0,0 +1,21 @@ +if(NOT EXISTS "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/install_manifest.txt") +endif() + +file(READ "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") +foreach(file ${files}) + message(STATUS "Uninstalling $ENV{DESTDIR}${file}") + if(IS_SYMLINK "$ENV{DESTDIR}${file}" OR EXISTS "$ENV{DESTDIR}${file}") + exec_program( + "/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval + ) + if(NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${file}") + endif() + else() + message(STATUS "File $ENV{DESTDIR}${file} does not exist.") + endif() +endforeach() diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/install.sh b/Plasma/Plasma_Widgets/User/seventasks_src/build/install.sh old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/install.sh rename to Plasma/Plasma_Widgets/User/seventasks_src/build/install.sh diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/install_manifest.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/install_manifest.txt new file mode 100755 index 0000000..48068f8 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/install_manifest.txt @@ -0,0 +1,34 @@ +/usr/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/config/config.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/config/main.xml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/code/layout.js +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/code/tools.js +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/AudioStream.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/Badge.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ConfigAppearance.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ConfigBehavior.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/GroupDialog.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/GroupExpanderOverlay.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/MouseHandler.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/PipeWireThumbnail.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/PulseAudio.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ScrollViewTask.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ScrollableTextWrapper.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/Task.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TaskBadgeOverlay.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TaskList.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TaskProgressOverlay.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipDelegate.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipWindowMouseArea.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/main.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/ContextMenu.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/PlasmaMenu.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenu.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItem.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemSeparator.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/contents/ui/TasksMenuItemWrapper.qml +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/metadata.desktop +/usr/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks/metadata.json +/usr/share/metainfo/io.gitgud.wackyideas.seventasks.appdata.xml +/usr/share/kservices5/plasma-applet-io.gitgud.wackyideas.seventasks.desktop \ No newline at end of file diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/prefix.sh b/Plasma/Plasma_Widgets/User/seventasks_src/build/prefix.sh old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/prefix.sh rename to Plasma/Plasma_Widgets/User/seventasks_src/build/prefix.sh diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100755 index 0000000..9002ad0 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make new file mode 100755 index 0000000..b71684b --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for io.gitgud.wackyideas.seventasks-plasmoids-metadata-json. + +# Include any custom commands dependencies for this target. +include src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/progress.make + +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json + +src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/package/metadata.desktop + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Generating io.gitgud.wackyideas.seventasks-plasmoids-metadata.json" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" && /usr/bin/desktoptojson -i /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/package/metadata.desktop -o /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json + +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json + +# Rule to build all files generated by this target. +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build: io.gitgud.wackyideas.seventasks-plasmoids-metadata-json +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build + +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && $(CMAKE_COMMAND) -P CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/clean + +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/depend + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake new file mode 100755 index 0000000..bf0f0a0 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json" + "io.gitgud.wackyideas.seventasks-plasmoids-metadata.json" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.make new file mode 100755 index 0000000..2746c51 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for io.gitgud.wackyideas.seventasks-plasmoids-metadata-json. +# This may be replaced when dependencies are built. diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts new file mode 100755 index 0000000..d7df84e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for io.gitgud.wackyideas.seventasks-plasmoids-metadata-json. diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/org.kde.plasma.seventasks-plasmoids-metadata-json.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake new file mode 100755 index 0000000..daa0dbb --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake @@ -0,0 +1,20 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp" "src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" "gcc" "src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d" + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp" "src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" "gcc" "src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make new file mode 100755 index 0000000..6e996c3 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/build.make @@ -0,0 +1,127 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Include any dependencies generated for this target. +include src/CMakeFiles/plasma_applet_seventasks.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/plasma_applet_seventasks.dir/progress.make + +# Include the compile flags for this target's objects. +include src/CMakeFiles/plasma_applet_seventasks.dir/flags.make + +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/flags.make +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/plasma_applet_seventasks_autogen/mocs_compilation.cpp +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -MF CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp" + +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp" > CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i + +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp" -o CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s + +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/flags.make +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.cpp +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -MF CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d -o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o -c "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp" + +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp" > CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i + +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp" -o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s + +# Object files for target plasma_applet_seventasks +plasma_applet_seventasks_OBJECTS = \ +"CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o" \ +"CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o" + +# External object files for target plasma_applet_seventasks +plasma_applet_seventasks_EXTERNAL_OBJECTS = + +src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o +src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o +src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/build.make +src/plasma_applet_seventasks.so: /usr/lib/libX11.so +src/plasma_applet_seventasks.so: src/CMakeFiles/plasma_applet_seventasks.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared module plasma_applet_seventasks.so" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/plasma_applet_seventasks.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +src/CMakeFiles/plasma_applet_seventasks.dir/build: src/plasma_applet_seventasks.so +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/build + +src/CMakeFiles/plasma_applet_seventasks.dir/clean: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && $(CMAKE_COMMAND) -P CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/clean + +src/CMakeFiles/plasma_applet_seventasks.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/cmake_clean.cmake diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal new file mode 100755 index 0000000..2b56939 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.internal @@ -0,0 +1,889 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp + /usr/include/KF5/KConfigCore/KConfigGroup + /usr/include/KF5/KConfigCore/KSharedConfig + /usr/include/KF5/KConfigCore/conversioncheck.h + /usr/include/KF5/KConfigCore/kconfig.h + /usr/include/KF5/KConfigCore/kconfigbase.h + /usr/include/KF5/KConfigCore/kconfigcore_export.h + /usr/include/KF5/KConfigCore/kconfiggroup.h + /usr/include/KF5/KConfigCore/ksharedconfig.h + /usr/include/KF5/KCoreAddons/KJob + /usr/include/KF5/KCoreAddons/KPluginFactory + /usr/include/KF5/KCoreAddons/KPluginLoader + /usr/include/KF5/KCoreAddons/KPluginMetaData + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h + /usr/include/KF5/KCoreAddons/kexportplugin.h + /usr/include/KF5/KCoreAddons/kjob.h + /usr/include/KF5/KCoreAddons/kpluginfactory.h + /usr/include/KF5/KCoreAddons/kpluginloader.h + /usr/include/KF5/KCoreAddons/kpluginmetadata.h + /usr/include/KF5/KPackage/KPackage/Package + /usr/include/KF5/KPackage/kpackage/package.h + /usr/include/KF5/KPackage/kpackage/package_export.h + /usr/include/KF5/KService/KPluginInfo + /usr/include/KF5/KService/kplugininfo.h + /usr/include/KF5/KService/kservice.h + /usr/include/KF5/KService/kservice_export.h + /usr/include/KF5/KService/kserviceaction.h + /usr/include/KF5/KService/ksycocaentry.h + /usr/include/KF5/KService/ksycocatype.h + /usr/include/KF5/KWindowSystem/kwindoweffects.h + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h + /usr/include/KF5/KWindowSystem/netwm_def.h + /usr/include/KF5/Plasma/Applet + /usr/include/KF5/plasma/applet.h + /usr/include/KF5/plasma/framesvg.h + /usr/include/KF5/plasma/plasma.h + /usr/include/KF5/plasma/plasma_export.h + /usr/include/KF5/plasma/svg.h + /usr/include/KF5/plasma/theme.h + /usr/include/alloca.h + /usr/include/asm-generic/errno-base.h + /usr/include/asm-generic/errno.h + /usr/include/asm/errno.h + /usr/include/assert.h + /usr/include/bits/atomic_wide_counter.h + /usr/include/bits/byteswap.h + /usr/include/bits/cpu-set.h + /usr/include/bits/endian.h + /usr/include/bits/endianness.h + /usr/include/bits/errno.h + /usr/include/bits/floatn-common.h + /usr/include/bits/floatn.h + /usr/include/bits/libc-header-start.h + /usr/include/bits/local_lim.h + /usr/include/bits/locale.h + /usr/include/bits/long-double.h + /usr/include/bits/posix1_lim.h + /usr/include/bits/posix2_lim.h + /usr/include/bits/pthread_stack_min-dynamic.h + /usr/include/bits/pthreadtypes-arch.h + /usr/include/bits/pthreadtypes.h + /usr/include/bits/sched.h + /usr/include/bits/select.h + /usr/include/bits/setjmp.h + /usr/include/bits/stdint-intn.h + /usr/include/bits/stdint-uintn.h + /usr/include/bits/stdio_lim.h + /usr/include/bits/stdlib-float.h + /usr/include/bits/struct_mutex.h + /usr/include/bits/struct_rwlock.h + /usr/include/bits/thread-shared-types.h + /usr/include/bits/time.h + /usr/include/bits/time64.h + /usr/include/bits/timesize.h + /usr/include/bits/timex.h + /usr/include/bits/types.h + /usr/include/bits/types/FILE.h + /usr/include/bits/types/__FILE.h + /usr/include/bits/types/__fpos64_t.h + /usr/include/bits/types/__fpos_t.h + /usr/include/bits/types/__locale_t.h + /usr/include/bits/types/__mbstate_t.h + /usr/include/bits/types/__sigset_t.h + /usr/include/bits/types/clock_t.h + /usr/include/bits/types/clockid_t.h + /usr/include/bits/types/cookie_io_functions_t.h + /usr/include/bits/types/error_t.h + /usr/include/bits/types/locale_t.h + /usr/include/bits/types/mbstate_t.h + /usr/include/bits/types/sigset_t.h + /usr/include/bits/types/struct_FILE.h + /usr/include/bits/types/struct___jmp_buf_tag.h + /usr/include/bits/types/struct_itimerspec.h + /usr/include/bits/types/struct_sched_param.h + /usr/include/bits/types/struct_timespec.h + /usr/include/bits/types/struct_timeval.h + /usr/include/bits/types/struct_tm.h + /usr/include/bits/types/time_t.h + /usr/include/bits/types/timer_t.h + /usr/include/bits/types/wint_t.h + /usr/include/bits/typesizes.h + /usr/include/bits/uintn-identity.h + /usr/include/bits/uio_lim.h + /usr/include/bits/waitflags.h + /usr/include/bits/waitstatus.h + /usr/include/bits/wchar.h + /usr/include/bits/wordsize.h + /usr/include/bits/xopen_lim.h + /usr/include/c++/13.1.1/algorithm + /usr/include/c++/13.1.1/atomic + /usr/include/c++/13.1.1/backward/auto_ptr.h + /usr/include/c++/13.1.1/backward/binders.h + /usr/include/c++/13.1.1/bit + /usr/include/c++/13.1.1/bits/algorithmfwd.h + /usr/include/c++/13.1.1/bits/align.h + /usr/include/c++/13.1.1/bits/alloc_traits.h + /usr/include/c++/13.1.1/bits/allocated_ptr.h + /usr/include/c++/13.1.1/bits/allocator.h + /usr/include/c++/13.1.1/bits/atomic_base.h + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h + /usr/include/c++/13.1.1/bits/basic_string.h + /usr/include/c++/13.1.1/bits/basic_string.tcc + /usr/include/c++/13.1.1/bits/char_traits.h + /usr/include/c++/13.1.1/bits/charconv.h + /usr/include/c++/13.1.1/bits/chrono.h + /usr/include/c++/13.1.1/bits/concept_check.h + /usr/include/c++/13.1.1/bits/cpp_type_traits.h + /usr/include/c++/13.1.1/bits/cxxabi_forced.h + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h + /usr/include/c++/13.1.1/bits/erase_if.h + /usr/include/c++/13.1.1/bits/exception.h + /usr/include/c++/13.1.1/bits/exception_defines.h + /usr/include/c++/13.1.1/bits/exception_ptr.h + /usr/include/c++/13.1.1/bits/functexcept.h + /usr/include/c++/13.1.1/bits/functional_hash.h + /usr/include/c++/13.1.1/bits/hash_bytes.h + /usr/include/c++/13.1.1/bits/invoke.h + /usr/include/c++/13.1.1/bits/ios_base.h + /usr/include/c++/13.1.1/bits/list.tcc + /usr/include/c++/13.1.1/bits/locale_classes.h + /usr/include/c++/13.1.1/bits/locale_classes.tcc + /usr/include/c++/13.1.1/bits/localefwd.h + /usr/include/c++/13.1.1/bits/memoryfwd.h + /usr/include/c++/13.1.1/bits/move.h + /usr/include/c++/13.1.1/bits/nested_exception.h + /usr/include/c++/13.1.1/bits/new_allocator.h + /usr/include/c++/13.1.1/bits/ostream_insert.h + /usr/include/c++/13.1.1/bits/parse_numbers.h + /usr/include/c++/13.1.1/bits/postypes.h + /usr/include/c++/13.1.1/bits/predefined_ops.h + /usr/include/c++/13.1.1/bits/ptr_traits.h + /usr/include/c++/13.1.1/bits/range_access.h + /usr/include/c++/13.1.1/bits/refwrap.h + /usr/include/c++/13.1.1/bits/requires_hosted.h + /usr/include/c++/13.1.1/bits/shared_ptr.h + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h + /usr/include/c++/13.1.1/bits/shared_ptr_base.h + /usr/include/c++/13.1.1/bits/std_abs.h + /usr/include/c++/13.1.1/bits/std_function.h + /usr/include/c++/13.1.1/bits/stl_algo.h + /usr/include/c++/13.1.1/bits/stl_algobase.h + /usr/include/c++/13.1.1/bits/stl_bvector.h + /usr/include/c++/13.1.1/bits/stl_construct.h + /usr/include/c++/13.1.1/bits/stl_function.h + /usr/include/c++/13.1.1/bits/stl_heap.h + /usr/include/c++/13.1.1/bits/stl_iterator.h + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h + /usr/include/c++/13.1.1/bits/stl_list.h + /usr/include/c++/13.1.1/bits/stl_map.h + /usr/include/c++/13.1.1/bits/stl_multimap.h + /usr/include/c++/13.1.1/bits/stl_numeric.h + /usr/include/c++/13.1.1/bits/stl_pair.h + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h + /usr/include/c++/13.1.1/bits/stl_relops.h + /usr/include/c++/13.1.1/bits/stl_tempbuf.h + /usr/include/c++/13.1.1/bits/stl_tree.h + /usr/include/c++/13.1.1/bits/stl_uninitialized.h + /usr/include/c++/13.1.1/bits/stl_vector.h + /usr/include/c++/13.1.1/bits/stream_iterator.h + /usr/include/c++/13.1.1/bits/streambuf.tcc + /usr/include/c++/13.1.1/bits/streambuf_iterator.h + /usr/include/c++/13.1.1/bits/stringfwd.h + /usr/include/c++/13.1.1/bits/uniform_int_dist.h + /usr/include/c++/13.1.1/bits/unique_ptr.h + /usr/include/c++/13.1.1/bits/uses_allocator.h + /usr/include/c++/13.1.1/bits/utility.h + /usr/include/c++/13.1.1/bits/vector.tcc + /usr/include/c++/13.1.1/cctype + /usr/include/c++/13.1.1/cerrno + /usr/include/c++/13.1.1/chrono + /usr/include/c++/13.1.1/clocale + /usr/include/c++/13.1.1/cstddef + /usr/include/c++/13.1.1/cstdint + /usr/include/c++/13.1.1/cstdio + /usr/include/c++/13.1.1/cstdlib + /usr/include/c++/13.1.1/ctime + /usr/include/c++/13.1.1/cwchar + /usr/include/c++/13.1.1/debug/assertions.h + /usr/include/c++/13.1.1/debug/debug.h + /usr/include/c++/13.1.1/exception + /usr/include/c++/13.1.1/ext/aligned_buffer.h + /usr/include/c++/13.1.1/ext/alloc_traits.h + /usr/include/c++/13.1.1/ext/atomicity.h + /usr/include/c++/13.1.1/ext/concurrence.h + /usr/include/c++/13.1.1/ext/numeric_traits.h + /usr/include/c++/13.1.1/ext/string_conversions.h + /usr/include/c++/13.1.1/ext/type_traits.h + /usr/include/c++/13.1.1/functional + /usr/include/c++/13.1.1/initializer_list + /usr/include/c++/13.1.1/iosfwd + /usr/include/c++/13.1.1/iterator + /usr/include/c++/13.1.1/limits + /usr/include/c++/13.1.1/list + /usr/include/c++/13.1.1/map + /usr/include/c++/13.1.1/memory + /usr/include/c++/13.1.1/new + /usr/include/c++/13.1.1/numeric + /usr/include/c++/13.1.1/optional + /usr/include/c++/13.1.1/ratio + /usr/include/c++/13.1.1/stdexcept + /usr/include/c++/13.1.1/stdlib.h + /usr/include/c++/13.1.1/streambuf + /usr/include/c++/13.1.1/string + /usr/include/c++/13.1.1/system_error + /usr/include/c++/13.1.1/tuple + /usr/include/c++/13.1.1/type_traits + /usr/include/c++/13.1.1/typeinfo + /usr/include/c++/13.1.1/utility + /usr/include/c++/13.1.1/vector + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h + /usr/include/ctype.h + /usr/include/endian.h + /usr/include/errno.h + /usr/include/features-time64.h + /usr/include/features.h + /usr/include/gnu/stubs-64.h + /usr/include/gnu/stubs.h + /usr/include/limits.h + /usr/include/linux/errno.h + /usr/include/linux/limits.h + /usr/include/locale.h + /usr/include/pthread.h + /usr/include/qt/QtCore/QByteArray + /usr/include/qt/QtCore/QCoreApplication + /usr/include/qt/QtCore/QCryptographicHash + /usr/include/qt/QtCore/QDataStream + /usr/include/qt/QtCore/QDate + /usr/include/qt/QtCore/QEvent + /usr/include/qt/QtCore/QExplicitlySharedDataPointer + /usr/include/qt/QtCore/QFlags + /usr/include/qt/QtCore/QJsonObject + /usr/include/qt/QtCore/QList + /usr/include/qt/QtCore/QMargins + /usr/include/qt/QtCore/QMetaType + /usr/include/qt/QtCore/QObject + /usr/include/qt/QtCore/QPair + /usr/include/qt/QtCore/QPluginLoader + /usr/include/qt/QtCore/QPoint + /usr/include/qt/QtCore/QRect + /usr/include/qt/QtCore/QSharedDataPointer + /usr/include/qt/QtCore/QSize + /usr/include/qt/QtCore/QStandardPaths + /usr/include/qt/QtCore/QString + /usr/include/qt/QtCore/QStringList + /usr/include/qt/QtCore/QUrl + /usr/include/qt/QtCore/QUuid + /usr/include/qt/QtCore/QVariant + /usr/include/qt/QtCore/QVariantList + /usr/include/qt/QtCore/QtGlobal + /usr/include/qt/QtCore/QtPlugin + /usr/include/qt/QtCore/qalgorithms.h + /usr/include/qt/QtCore/qarraydata.h + /usr/include/qt/QtCore/qatomic.h + /usr/include/qt/QtCore/qatomic_cxx11.h + /usr/include/qt/QtCore/qbasicatomic.h + /usr/include/qt/QtCore/qbytearray.h + /usr/include/qt/QtCore/qbytearraylist.h + /usr/include/qt/QtCore/qcborcommon.h + /usr/include/qt/QtCore/qcborvalue.h + /usr/include/qt/QtCore/qchar.h + /usr/include/qt/QtCore/qcompilerdetection.h + /usr/include/qt/QtCore/qconfig.h + /usr/include/qt/QtCore/qcontainerfwd.h + /usr/include/qt/QtCore/qcontainertools_impl.h + /usr/include/qt/QtCore/qcontiguouscache.h + /usr/include/qt/QtCore/qcoreapplication.h + /usr/include/qt/QtCore/qcoreevent.h + /usr/include/qt/QtCore/qcryptographichash.h + /usr/include/qt/QtCore/qdatastream.h + /usr/include/qt/QtCore/qdatetime.h + /usr/include/qt/QtCore/qdebug.h + /usr/include/qt/QtCore/qeventloop.h + /usr/include/qt/QtCore/qfile.h + /usr/include/qt/QtCore/qfiledevice.h + /usr/include/qt/QtCore/qflags.h + /usr/include/qt/QtCore/qgenericatomic.h + /usr/include/qt/QtCore/qglobal.h + /usr/include/qt/QtCore/qglobalstatic.h + /usr/include/qt/QtCore/qhash.h + /usr/include/qt/QtCore/qhashfunctions.h + /usr/include/qt/QtCore/qiodevice.h + /usr/include/qt/QtCore/qiterator.h + /usr/include/qt/QtCore/qjsonobject.h + /usr/include/qt/QtCore/qjsonvalue.h + /usr/include/qt/QtCore/qlibrary.h + /usr/include/qt/QtCore/qline.h + /usr/include/qt/QtCore/qlist.h + /usr/include/qt/QtCore/qlocale.h + /usr/include/qt/QtCore/qlogging.h + /usr/include/qt/QtCore/qmap.h + /usr/include/qt/QtCore/qmargins.h + /usr/include/qt/QtCore/qmetaobject.h + /usr/include/qt/QtCore/qmetatype.h + /usr/include/qt/QtCore/qnamespace.h + /usr/include/qt/QtCore/qnumeric.h + /usr/include/qt/QtCore/qobject.h + /usr/include/qt/QtCore/qobject_impl.h + /usr/include/qt/QtCore/qobjectdefs.h + /usr/include/qt/QtCore/qobjectdefs_impl.h + /usr/include/qt/QtCore/qpair.h + /usr/include/qt/QtCore/qplugin.h + /usr/include/qt/QtCore/qpluginloader.h + /usr/include/qt/QtCore/qpoint.h + /usr/include/qt/QtCore/qpointer.h + /usr/include/qt/QtCore/qprocessordetection.h + /usr/include/qt/QtCore/qrect.h + /usr/include/qt/QtCore/qrefcount.h + /usr/include/qt/QtCore/qregexp.h + /usr/include/qt/QtCore/qregularexpression.h + /usr/include/qt/QtCore/qscopedpointer.h + /usr/include/qt/QtCore/qset.h + /usr/include/qt/QtCore/qshareddata.h + /usr/include/qt/QtCore/qsharedpointer.h + /usr/include/qt/QtCore/qsharedpointer_impl.h + /usr/include/qt/QtCore/qsize.h + /usr/include/qt/QtCore/qstandardpaths.h + /usr/include/qt/QtCore/qstring.h + /usr/include/qt/QtCore/qstringalgorithms.h + /usr/include/qt/QtCore/qstringlist.h + /usr/include/qt/QtCore/qstringliteral.h + /usr/include/qt/QtCore/qstringmatcher.h + /usr/include/qt/QtCore/qstringview.h + /usr/include/qt/QtCore/qsysinfo.h + /usr/include/qt/QtCore/qsystemdetection.h + /usr/include/qt/QtCore/qtcore-config.h + /usr/include/qt/QtCore/qtextstream.h + /usr/include/qt/QtCore/qtypeinfo.h + /usr/include/qt/QtCore/qurl.h + /usr/include/qt/QtCore/quuid.h + /usr/include/qt/QtCore/qvariant.h + /usr/include/qt/QtCore/qvarlengtharray.h + /usr/include/qt/QtCore/qvector.h + /usr/include/qt/QtCore/qversiontagging.h + /usr/include/qt/QtGui/QColor + /usr/include/qt/QtGui/QCursor + /usr/include/qt/QtGui/QFont + /usr/include/qt/QtGui/QGuiApplication + /usr/include/qt/QtGui/QIcon + /usr/include/qt/QtGui/QImage + /usr/include/qt/QtGui/QKeySequence + /usr/include/qt/QtGui/QPixmap + /usr/include/qt/QtGui/QRegion + /usr/include/qt/QtGui/QRgb + /usr/include/qt/QtGui/QWidgetList + /usr/include/qt/QtGui/QWindow + /usr/include/qt/QtGui/qaccessible.h + /usr/include/qt/QtGui/qcolor.h + /usr/include/qt/QtGui/qcursor.h + /usr/include/qt/QtGui/qevent.h + /usr/include/qt/QtGui/qfont.h + /usr/include/qt/QtGui/qguiapplication.h + /usr/include/qt/QtGui/qicon.h + /usr/include/qt/QtGui/qimage.h + /usr/include/qt/QtGui/qinputmethod.h + /usr/include/qt/QtGui/qkeysequence.h + /usr/include/qt/QtGui/qmatrix.h + /usr/include/qt/QtGui/qpaintdevice.h + /usr/include/qt/QtGui/qpixelformat.h + /usr/include/qt/QtGui/qpixmap.h + /usr/include/qt/QtGui/qpolygon.h + /usr/include/qt/QtGui/qregion.h + /usr/include/qt/QtGui/qrgb.h + /usr/include/qt/QtGui/qrgba64.h + /usr/include/qt/QtGui/qsurface.h + /usr/include/qt/QtGui/qsurfaceformat.h + /usr/include/qt/QtGui/qtgui-config.h + /usr/include/qt/QtGui/qtguiglobal.h + /usr/include/qt/QtGui/qtouchdevice.h + /usr/include/qt/QtGui/qtransform.h + /usr/include/qt/QtGui/qvector2d.h + /usr/include/qt/QtGui/qwindow.h + /usr/include/qt/QtGui/qwindowdefs.h + /usr/include/qt/QtNetwork/qtnetwork-config.h + /usr/include/qt/QtNetwork/qtnetworkglobal.h + /usr/include/qt/QtQml/QJSValue + /usr/include/qt/QtQml/qjsvalue.h + /usr/include/qt/QtQml/qqml.h + /usr/include/qt/QtQml/qqmlcomponent.h + /usr/include/qt/QtQml/qqmlerror.h + /usr/include/qt/QtQml/qqmllist.h + /usr/include/qt/QtQml/qqmlparserstatus.h + /usr/include/qt/QtQml/qqmlprivate.h + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h + /usr/include/qt/QtQml/qtqml-config.h + /usr/include/qt/QtQml/qtqmlglobal.h + /usr/include/qt/QtQuick/QQuickItem + /usr/include/qt/QtQuick/QQuickItemGrabResult + /usr/include/qt/QtQuick/qquickitem.h + /usr/include/qt/QtQuick/qquickitemgrabresult.h + /usr/include/qt/QtQuick/qtquick-config.h + /usr/include/qt/QtQuick/qtquickglobal.h + /usr/include/sched.h + /usr/include/stdc-predef.h + /usr/include/stdint.h + /usr/include/stdio.h + /usr/include/stdlib.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/sys/cdefs.h + /usr/include/sys/select.h + /usr/include/sys/single_threaded.h + /usr/include/sys/types.h + /usr/include/time.h + /usr/include/wchar.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h + +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h + /usr/include/KF5/KConfigCore/KConfigGroup + /usr/include/KF5/KConfigCore/KSharedConfig + /usr/include/KF5/KConfigCore/conversioncheck.h + /usr/include/KF5/KConfigCore/kconfig.h + /usr/include/KF5/KConfigCore/kconfigbase.h + /usr/include/KF5/KConfigCore/kconfigcore_export.h + /usr/include/KF5/KConfigCore/kconfiggroup.h + /usr/include/KF5/KConfigCore/ksharedconfig.h + /usr/include/KF5/KCoreAddons/KJob + /usr/include/KF5/KCoreAddons/KPluginFactory + /usr/include/KF5/KCoreAddons/KPluginLoader + /usr/include/KF5/KCoreAddons/KPluginMetaData + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h + /usr/include/KF5/KCoreAddons/kexportplugin.h + /usr/include/KF5/KCoreAddons/kjob.h + /usr/include/KF5/KCoreAddons/kpluginfactory.h + /usr/include/KF5/KCoreAddons/kpluginloader.h + /usr/include/KF5/KCoreAddons/kpluginmetadata.h + /usr/include/KF5/KPackage/KPackage/Package + /usr/include/KF5/KPackage/kpackage/package.h + /usr/include/KF5/KPackage/kpackage/package_export.h + /usr/include/KF5/KService/KPluginInfo + /usr/include/KF5/KService/kplugininfo.h + /usr/include/KF5/KService/kservice.h + /usr/include/KF5/KService/kservice_export.h + /usr/include/KF5/KService/kserviceaction.h + /usr/include/KF5/KService/ksycocaentry.h + /usr/include/KF5/KService/ksycocatype.h + /usr/include/KF5/KWindowSystem/kwindoweffects.h + /usr/include/KF5/KWindowSystem/kwindowinfo.h + /usr/include/KF5/KWindowSystem/kwindowsystem.h + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h + /usr/include/KF5/KWindowSystem/netwm_def.h + /usr/include/KF5/Plasma/Applet + /usr/include/KF5/plasma/applet.h + /usr/include/KF5/plasma/framesvg.h + /usr/include/KF5/plasma/plasma.h + /usr/include/KF5/plasma/plasma_export.h + /usr/include/KF5/plasma/svg.h + /usr/include/KF5/plasma/theme.h + /usr/include/alloca.h + /usr/include/asm-generic/errno-base.h + /usr/include/asm-generic/errno.h + /usr/include/asm/errno.h + /usr/include/assert.h + /usr/include/bits/atomic_wide_counter.h + /usr/include/bits/byteswap.h + /usr/include/bits/cpu-set.h + /usr/include/bits/endian.h + /usr/include/bits/endianness.h + /usr/include/bits/errno.h + /usr/include/bits/floatn-common.h + /usr/include/bits/floatn.h + /usr/include/bits/libc-header-start.h + /usr/include/bits/local_lim.h + /usr/include/bits/locale.h + /usr/include/bits/long-double.h + /usr/include/bits/posix1_lim.h + /usr/include/bits/posix2_lim.h + /usr/include/bits/pthread_stack_min-dynamic.h + /usr/include/bits/pthreadtypes-arch.h + /usr/include/bits/pthreadtypes.h + /usr/include/bits/sched.h + /usr/include/bits/select.h + /usr/include/bits/setjmp.h + /usr/include/bits/stdint-intn.h + /usr/include/bits/stdint-uintn.h + /usr/include/bits/stdio_lim.h + /usr/include/bits/stdlib-float.h + /usr/include/bits/struct_mutex.h + /usr/include/bits/struct_rwlock.h + /usr/include/bits/thread-shared-types.h + /usr/include/bits/time.h + /usr/include/bits/time64.h + /usr/include/bits/timesize.h + /usr/include/bits/timex.h + /usr/include/bits/types.h + /usr/include/bits/types/FILE.h + /usr/include/bits/types/__FILE.h + /usr/include/bits/types/__fpos64_t.h + /usr/include/bits/types/__fpos_t.h + /usr/include/bits/types/__locale_t.h + /usr/include/bits/types/__mbstate_t.h + /usr/include/bits/types/__sigset_t.h + /usr/include/bits/types/clock_t.h + /usr/include/bits/types/clockid_t.h + /usr/include/bits/types/cookie_io_functions_t.h + /usr/include/bits/types/error_t.h + /usr/include/bits/types/locale_t.h + /usr/include/bits/types/mbstate_t.h + /usr/include/bits/types/sigset_t.h + /usr/include/bits/types/struct_FILE.h + /usr/include/bits/types/struct___jmp_buf_tag.h + /usr/include/bits/types/struct_itimerspec.h + /usr/include/bits/types/struct_sched_param.h + /usr/include/bits/types/struct_timespec.h + /usr/include/bits/types/struct_timeval.h + /usr/include/bits/types/struct_tm.h + /usr/include/bits/types/time_t.h + /usr/include/bits/types/timer_t.h + /usr/include/bits/types/wint_t.h + /usr/include/bits/typesizes.h + /usr/include/bits/uintn-identity.h + /usr/include/bits/uio_lim.h + /usr/include/bits/waitflags.h + /usr/include/bits/waitstatus.h + /usr/include/bits/wchar.h + /usr/include/bits/wordsize.h + /usr/include/bits/xopen_lim.h + /usr/include/c++/13.1.1/algorithm + /usr/include/c++/13.1.1/atomic + /usr/include/c++/13.1.1/backward/auto_ptr.h + /usr/include/c++/13.1.1/backward/binders.h + /usr/include/c++/13.1.1/bit + /usr/include/c++/13.1.1/bits/algorithmfwd.h + /usr/include/c++/13.1.1/bits/align.h + /usr/include/c++/13.1.1/bits/alloc_traits.h + /usr/include/c++/13.1.1/bits/allocated_ptr.h + /usr/include/c++/13.1.1/bits/allocator.h + /usr/include/c++/13.1.1/bits/atomic_base.h + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h + /usr/include/c++/13.1.1/bits/basic_string.h + /usr/include/c++/13.1.1/bits/basic_string.tcc + /usr/include/c++/13.1.1/bits/char_traits.h + /usr/include/c++/13.1.1/bits/charconv.h + /usr/include/c++/13.1.1/bits/chrono.h + /usr/include/c++/13.1.1/bits/concept_check.h + /usr/include/c++/13.1.1/bits/cpp_type_traits.h + /usr/include/c++/13.1.1/bits/cxxabi_forced.h + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h + /usr/include/c++/13.1.1/bits/erase_if.h + /usr/include/c++/13.1.1/bits/exception.h + /usr/include/c++/13.1.1/bits/exception_defines.h + /usr/include/c++/13.1.1/bits/exception_ptr.h + /usr/include/c++/13.1.1/bits/functexcept.h + /usr/include/c++/13.1.1/bits/functional_hash.h + /usr/include/c++/13.1.1/bits/hash_bytes.h + /usr/include/c++/13.1.1/bits/invoke.h + /usr/include/c++/13.1.1/bits/ios_base.h + /usr/include/c++/13.1.1/bits/list.tcc + /usr/include/c++/13.1.1/bits/locale_classes.h + /usr/include/c++/13.1.1/bits/locale_classes.tcc + /usr/include/c++/13.1.1/bits/localefwd.h + /usr/include/c++/13.1.1/bits/memoryfwd.h + /usr/include/c++/13.1.1/bits/move.h + /usr/include/c++/13.1.1/bits/nested_exception.h + /usr/include/c++/13.1.1/bits/new_allocator.h + /usr/include/c++/13.1.1/bits/ostream_insert.h + /usr/include/c++/13.1.1/bits/parse_numbers.h + /usr/include/c++/13.1.1/bits/postypes.h + /usr/include/c++/13.1.1/bits/predefined_ops.h + /usr/include/c++/13.1.1/bits/ptr_traits.h + /usr/include/c++/13.1.1/bits/range_access.h + /usr/include/c++/13.1.1/bits/refwrap.h + /usr/include/c++/13.1.1/bits/requires_hosted.h + /usr/include/c++/13.1.1/bits/shared_ptr.h + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h + /usr/include/c++/13.1.1/bits/shared_ptr_base.h + /usr/include/c++/13.1.1/bits/std_abs.h + /usr/include/c++/13.1.1/bits/std_function.h + /usr/include/c++/13.1.1/bits/stl_algo.h + /usr/include/c++/13.1.1/bits/stl_algobase.h + /usr/include/c++/13.1.1/bits/stl_bvector.h + /usr/include/c++/13.1.1/bits/stl_construct.h + /usr/include/c++/13.1.1/bits/stl_function.h + /usr/include/c++/13.1.1/bits/stl_heap.h + /usr/include/c++/13.1.1/bits/stl_iterator.h + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h + /usr/include/c++/13.1.1/bits/stl_list.h + /usr/include/c++/13.1.1/bits/stl_map.h + /usr/include/c++/13.1.1/bits/stl_multimap.h + /usr/include/c++/13.1.1/bits/stl_numeric.h + /usr/include/c++/13.1.1/bits/stl_pair.h + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h + /usr/include/c++/13.1.1/bits/stl_relops.h + /usr/include/c++/13.1.1/bits/stl_tempbuf.h + /usr/include/c++/13.1.1/bits/stl_tree.h + /usr/include/c++/13.1.1/bits/stl_uninitialized.h + /usr/include/c++/13.1.1/bits/stl_vector.h + /usr/include/c++/13.1.1/bits/stream_iterator.h + /usr/include/c++/13.1.1/bits/streambuf.tcc + /usr/include/c++/13.1.1/bits/streambuf_iterator.h + /usr/include/c++/13.1.1/bits/stringfwd.h + /usr/include/c++/13.1.1/bits/uniform_int_dist.h + /usr/include/c++/13.1.1/bits/unique_ptr.h + /usr/include/c++/13.1.1/bits/uses_allocator.h + /usr/include/c++/13.1.1/bits/utility.h + /usr/include/c++/13.1.1/bits/vector.tcc + /usr/include/c++/13.1.1/cctype + /usr/include/c++/13.1.1/cerrno + /usr/include/c++/13.1.1/chrono + /usr/include/c++/13.1.1/clocale + /usr/include/c++/13.1.1/cstddef + /usr/include/c++/13.1.1/cstdint + /usr/include/c++/13.1.1/cstdio + /usr/include/c++/13.1.1/cstdlib + /usr/include/c++/13.1.1/ctime + /usr/include/c++/13.1.1/cwchar + /usr/include/c++/13.1.1/debug/assertions.h + /usr/include/c++/13.1.1/debug/debug.h + /usr/include/c++/13.1.1/exception + /usr/include/c++/13.1.1/ext/aligned_buffer.h + /usr/include/c++/13.1.1/ext/alloc_traits.h + /usr/include/c++/13.1.1/ext/atomicity.h + /usr/include/c++/13.1.1/ext/concurrence.h + /usr/include/c++/13.1.1/ext/numeric_traits.h + /usr/include/c++/13.1.1/ext/string_conversions.h + /usr/include/c++/13.1.1/ext/type_traits.h + /usr/include/c++/13.1.1/functional + /usr/include/c++/13.1.1/initializer_list + /usr/include/c++/13.1.1/iosfwd + /usr/include/c++/13.1.1/iterator + /usr/include/c++/13.1.1/limits + /usr/include/c++/13.1.1/list + /usr/include/c++/13.1.1/map + /usr/include/c++/13.1.1/memory + /usr/include/c++/13.1.1/new + /usr/include/c++/13.1.1/numeric + /usr/include/c++/13.1.1/optional + /usr/include/c++/13.1.1/ratio + /usr/include/c++/13.1.1/stdexcept + /usr/include/c++/13.1.1/stdlib.h + /usr/include/c++/13.1.1/streambuf + /usr/include/c++/13.1.1/string + /usr/include/c++/13.1.1/system_error + /usr/include/c++/13.1.1/tuple + /usr/include/c++/13.1.1/type_traits + /usr/include/c++/13.1.1/typeinfo + /usr/include/c++/13.1.1/utility + /usr/include/c++/13.1.1/vector + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h + /usr/include/ctype.h + /usr/include/endian.h + /usr/include/errno.h + /usr/include/features-time64.h + /usr/include/features.h + /usr/include/gnu/stubs-64.h + /usr/include/gnu/stubs.h + /usr/include/limits.h + /usr/include/linux/errno.h + /usr/include/linux/limits.h + /usr/include/locale.h + /usr/include/pthread.h + /usr/include/qt/QtCore/QByteArray + /usr/include/qt/QtCore/QCoreApplication + /usr/include/qt/QtCore/QCryptographicHash + /usr/include/qt/QtCore/QDataStream + /usr/include/qt/QtCore/QDate + /usr/include/qt/QtCore/QEvent + /usr/include/qt/QtCore/QExplicitlySharedDataPointer + /usr/include/qt/QtCore/QFlags + /usr/include/qt/QtCore/QJsonObject + /usr/include/qt/QtCore/QList + /usr/include/qt/QtCore/QMargins + /usr/include/qt/QtCore/QMetaType + /usr/include/qt/QtCore/QObject + /usr/include/qt/QtCore/QPair + /usr/include/qt/QtCore/QPluginLoader + /usr/include/qt/QtCore/QPoint + /usr/include/qt/QtCore/QRect + /usr/include/qt/QtCore/QSharedDataPointer + /usr/include/qt/QtCore/QSize + /usr/include/qt/QtCore/QStandardPaths + /usr/include/qt/QtCore/QString + /usr/include/qt/QtCore/QStringList + /usr/include/qt/QtCore/QUrl + /usr/include/qt/QtCore/QUuid + /usr/include/qt/QtCore/QVariant + /usr/include/qt/QtCore/QVariantList + /usr/include/qt/QtCore/QtGlobal + /usr/include/qt/QtCore/QtPlugin + /usr/include/qt/QtCore/qalgorithms.h + /usr/include/qt/QtCore/qarraydata.h + /usr/include/qt/QtCore/qatomic.h + /usr/include/qt/QtCore/qatomic_cxx11.h + /usr/include/qt/QtCore/qbasicatomic.h + /usr/include/qt/QtCore/qbytearray.h + /usr/include/qt/QtCore/qbytearraylist.h + /usr/include/qt/QtCore/qcborcommon.h + /usr/include/qt/QtCore/qcborvalue.h + /usr/include/qt/QtCore/qchar.h + /usr/include/qt/QtCore/qcompilerdetection.h + /usr/include/qt/QtCore/qconfig.h + /usr/include/qt/QtCore/qcontainerfwd.h + /usr/include/qt/QtCore/qcontainertools_impl.h + /usr/include/qt/QtCore/qcontiguouscache.h + /usr/include/qt/QtCore/qcoreapplication.h + /usr/include/qt/QtCore/qcoreevent.h + /usr/include/qt/QtCore/qcryptographichash.h + /usr/include/qt/QtCore/qdatastream.h + /usr/include/qt/QtCore/qdatetime.h + /usr/include/qt/QtCore/qdebug.h + /usr/include/qt/QtCore/qeventloop.h + /usr/include/qt/QtCore/qfile.h + /usr/include/qt/QtCore/qfiledevice.h + /usr/include/qt/QtCore/qflags.h + /usr/include/qt/QtCore/qgenericatomic.h + /usr/include/qt/QtCore/qglobal.h + /usr/include/qt/QtCore/qglobalstatic.h + /usr/include/qt/QtCore/qhash.h + /usr/include/qt/QtCore/qhashfunctions.h + /usr/include/qt/QtCore/qiodevice.h + /usr/include/qt/QtCore/qiterator.h + /usr/include/qt/QtCore/qjsonobject.h + /usr/include/qt/QtCore/qjsonvalue.h + /usr/include/qt/QtCore/qlibrary.h + /usr/include/qt/QtCore/qline.h + /usr/include/qt/QtCore/qlist.h + /usr/include/qt/QtCore/qlocale.h + /usr/include/qt/QtCore/qlogging.h + /usr/include/qt/QtCore/qmap.h + /usr/include/qt/QtCore/qmargins.h + /usr/include/qt/QtCore/qmetaobject.h + /usr/include/qt/QtCore/qmetatype.h + /usr/include/qt/QtCore/qnamespace.h + /usr/include/qt/QtCore/qnumeric.h + /usr/include/qt/QtCore/qobject.h + /usr/include/qt/QtCore/qobject_impl.h + /usr/include/qt/QtCore/qobjectdefs.h + /usr/include/qt/QtCore/qobjectdefs_impl.h + /usr/include/qt/QtCore/qpair.h + /usr/include/qt/QtCore/qplugin.h + /usr/include/qt/QtCore/qpluginloader.h + /usr/include/qt/QtCore/qpoint.h + /usr/include/qt/QtCore/qpointer.h + /usr/include/qt/QtCore/qprocessordetection.h + /usr/include/qt/QtCore/qrect.h + /usr/include/qt/QtCore/qrefcount.h + /usr/include/qt/QtCore/qregexp.h + /usr/include/qt/QtCore/qregularexpression.h + /usr/include/qt/QtCore/qscopedpointer.h + /usr/include/qt/QtCore/qset.h + /usr/include/qt/QtCore/qshareddata.h + /usr/include/qt/QtCore/qsharedpointer.h + /usr/include/qt/QtCore/qsharedpointer_impl.h + /usr/include/qt/QtCore/qsize.h + /usr/include/qt/QtCore/qstandardpaths.h + /usr/include/qt/QtCore/qstring.h + /usr/include/qt/QtCore/qstringalgorithms.h + /usr/include/qt/QtCore/qstringlist.h + /usr/include/qt/QtCore/qstringliteral.h + /usr/include/qt/QtCore/qstringmatcher.h + /usr/include/qt/QtCore/qstringview.h + /usr/include/qt/QtCore/qsysinfo.h + /usr/include/qt/QtCore/qsystemdetection.h + /usr/include/qt/QtCore/qtcore-config.h + /usr/include/qt/QtCore/qtextstream.h + /usr/include/qt/QtCore/qtypeinfo.h + /usr/include/qt/QtCore/qurl.h + /usr/include/qt/QtCore/quuid.h + /usr/include/qt/QtCore/qvariant.h + /usr/include/qt/QtCore/qvarlengtharray.h + /usr/include/qt/QtCore/qvector.h + /usr/include/qt/QtCore/qversiontagging.h + /usr/include/qt/QtGui/QColor + /usr/include/qt/QtGui/QCursor + /usr/include/qt/QtGui/QFont + /usr/include/qt/QtGui/QGuiApplication + /usr/include/qt/QtGui/QIcon + /usr/include/qt/QtGui/QImage + /usr/include/qt/QtGui/QKeySequence + /usr/include/qt/QtGui/QPixmap + /usr/include/qt/QtGui/QRegion + /usr/include/qt/QtGui/QRgb + /usr/include/qt/QtGui/QWidgetList + /usr/include/qt/QtGui/QWindow + /usr/include/qt/QtGui/qaccessible.h + /usr/include/qt/QtGui/qcolor.h + /usr/include/qt/QtGui/qcursor.h + /usr/include/qt/QtGui/qevent.h + /usr/include/qt/QtGui/qfont.h + /usr/include/qt/QtGui/qguiapplication.h + /usr/include/qt/QtGui/qicon.h + /usr/include/qt/QtGui/qimage.h + /usr/include/qt/QtGui/qinputmethod.h + /usr/include/qt/QtGui/qkeysequence.h + /usr/include/qt/QtGui/qmatrix.h + /usr/include/qt/QtGui/qpaintdevice.h + /usr/include/qt/QtGui/qpixelformat.h + /usr/include/qt/QtGui/qpixmap.h + /usr/include/qt/QtGui/qpolygon.h + /usr/include/qt/QtGui/qregion.h + /usr/include/qt/QtGui/qrgb.h + /usr/include/qt/QtGui/qrgba64.h + /usr/include/qt/QtGui/qsurface.h + /usr/include/qt/QtGui/qsurfaceformat.h + /usr/include/qt/QtGui/qtgui-config.h + /usr/include/qt/QtGui/qtguiglobal.h + /usr/include/qt/QtGui/qtouchdevice.h + /usr/include/qt/QtGui/qtransform.h + /usr/include/qt/QtGui/qvector2d.h + /usr/include/qt/QtGui/qwindow.h + /usr/include/qt/QtGui/qwindowdefs.h + /usr/include/qt/QtNetwork/qtnetwork-config.h + /usr/include/qt/QtNetwork/qtnetworkglobal.h + /usr/include/qt/QtQml/QJSValue + /usr/include/qt/QtQml/qjsvalue.h + /usr/include/qt/QtQml/qqml.h + /usr/include/qt/QtQml/qqmlcomponent.h + /usr/include/qt/QtQml/qqmlerror.h + /usr/include/qt/QtQml/qqmllist.h + /usr/include/qt/QtQml/qqmlparserstatus.h + /usr/include/qt/QtQml/qqmlprivate.h + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h + /usr/include/qt/QtQml/qtqml-config.h + /usr/include/qt/QtQml/qtqmlglobal.h + /usr/include/qt/QtQuick/QQuickItem + /usr/include/qt/QtQuick/QQuickItemGrabResult + /usr/include/qt/QtQuick/qquickitem.h + /usr/include/qt/QtQuick/qquickitemgrabresult.h + /usr/include/qt/QtQuick/qtquick-config.h + /usr/include/qt/QtQuick/qtquickglobal.h + /usr/include/sched.h + /usr/include/stdc-predef.h + /usr/include/stdint.h + /usr/include/stdio.h + /usr/include/stdlib.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/sys/cdefs.h + /usr/include/sys/select.h + /usr/include/sys/single_threaded.h + /usr/include/sys/types.h + /usr/include/time.h + /usr/include/wchar.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make new file mode 100755 index 0000000..f3720bb --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.make @@ -0,0 +1,1775 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: src/plasma_applet_seventasks_autogen/mocs_compilation.cpp \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h \ + src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp \ + /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/KF5/KConfigCore/kconfig.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KCoreAddons/KJob \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h \ + /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h \ + /usr/include/KF5/Plasma/Applet \ + /usr/include/KF5/plasma/applet.h \ + /usr/include/KF5/plasma/framesvg.h \ + /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/plasma/svg.h \ + /usr/include/KF5/plasma/theme.h \ + /usr/include/alloca.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/byteswap.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/local_lim.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix1_lim.h \ + /usr/include/bits/posix2_lim.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/select.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/stdint-intn.h \ + /usr/include/bits/stdint-uintn.h \ + /usr/include/bits/stdio_lim.h \ + /usr/include/bits/stdlib-float.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/sigset_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/uintn-identity.h \ + /usr/include/bits/uio_lim.h \ + /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/bits/xopen_lim.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/atomic \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bit \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/align.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/chrono.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/bits/move.h \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h \ + /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/parse_numbers.h \ + /usr/include/c++/13.1.1/bits/postypes.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/bits/unique_ptr.h \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/bits/vector.tcc \ + /usr/include/c++/13.1.1/cctype \ + /usr/include/c++/13.1.1/cerrno \ + /usr/include/c++/13.1.1/chrono \ + /usr/include/c++/13.1.1/clocale \ + /usr/include/c++/13.1.1/cstddef \ + /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/cstdio \ + /usr/include/c++/13.1.1/cstdlib \ + /usr/include/c++/13.1.1/ctime \ + /usr/include/c++/13.1.1/cwchar \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/functional \ + /usr/include/c++/13.1.1/initializer_list \ + /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/limits \ + /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/memory \ + /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/optional \ + /usr/include/c++/13.1.1/ratio \ + /usr/include/c++/13.1.1/stdexcept \ + /usr/include/c++/13.1.1/stdlib.h \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/system_error \ + /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/vector \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/endian.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/limits.h \ + /usr/include/linux/errno.h \ + /usr/include/linux/limits.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/QDataStream \ + /usr/include/qt/QtCore/QDate \ + /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/QJsonObject \ + /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/QMetaType \ + /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QPair \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/qt/QtCore/QSize \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/QString \ + /usr/include/qt/QtCore/QStringList \ + /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/QUuid \ + /usr/include/qt/QtCore/QVariant \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/qt/QtCore/QtGlobal \ + /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qdebug.h \ + /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h \ + /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlocale.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/qt/QtCore/qpluginloader.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qset.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qurl.h \ + /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/QColor \ + /usr/include/qt/QtGui/QCursor \ + /usr/include/qt/QtGui/QFont \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/QIcon \ + /usr/include/qt/QtGui/QImage \ + /usr/include/qt/QtGui/QKeySequence \ + /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/QRgb \ + /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qsurface.h \ + /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtouchdevice.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qwindow.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h \ + /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlcomponent.h \ + /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtQml/qtqmlglobal.h \ + /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtQuick/qtquick-config.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/stdint.h \ + /usr/include/stdio.h \ + /usr/include/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/select.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/sys/types.h \ + /usr/include/time.h \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h + +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.cpp \ + src/plasma_applet_seventasks_autogen/include/seventasks.moc \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h \ + /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/KF5/KConfigCore/kconfig.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KCoreAddons/KJob \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h \ + /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowinfo.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h \ + /usr/include/KF5/Plasma/Applet \ + /usr/include/KF5/plasma/applet.h \ + /usr/include/KF5/plasma/framesvg.h \ + /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/plasma/svg.h \ + /usr/include/KF5/plasma/theme.h \ + /usr/include/alloca.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/byteswap.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/local_lim.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix1_lim.h \ + /usr/include/bits/posix2_lim.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/select.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/stdint-intn.h \ + /usr/include/bits/stdint-uintn.h \ + /usr/include/bits/stdio_lim.h \ + /usr/include/bits/stdlib-float.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/sigset_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/uintn-identity.h \ + /usr/include/bits/uio_lim.h \ + /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/bits/xopen_lim.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/atomic \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bit \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/align.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/chrono.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/bits/move.h \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h \ + /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/parse_numbers.h \ + /usr/include/c++/13.1.1/bits/postypes.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/bits/unique_ptr.h \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/bits/vector.tcc \ + /usr/include/c++/13.1.1/cctype \ + /usr/include/c++/13.1.1/cerrno \ + /usr/include/c++/13.1.1/chrono \ + /usr/include/c++/13.1.1/clocale \ + /usr/include/c++/13.1.1/cstddef \ + /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/cstdio \ + /usr/include/c++/13.1.1/cstdlib \ + /usr/include/c++/13.1.1/ctime \ + /usr/include/c++/13.1.1/cwchar \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/functional \ + /usr/include/c++/13.1.1/initializer_list \ + /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/limits \ + /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/memory \ + /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/optional \ + /usr/include/c++/13.1.1/ratio \ + /usr/include/c++/13.1.1/stdexcept \ + /usr/include/c++/13.1.1/stdlib.h \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/system_error \ + /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/vector \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/endian.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/limits.h \ + /usr/include/linux/errno.h \ + /usr/include/linux/limits.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/QDataStream \ + /usr/include/qt/QtCore/QDate \ + /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/QJsonObject \ + /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/QMetaType \ + /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QPair \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/qt/QtCore/QSize \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/QString \ + /usr/include/qt/QtCore/QStringList \ + /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/QUuid \ + /usr/include/qt/QtCore/QVariant \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/qt/QtCore/QtGlobal \ + /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qdebug.h \ + /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h \ + /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlocale.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/qt/QtCore/qpluginloader.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qset.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qurl.h \ + /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/QColor \ + /usr/include/qt/QtGui/QCursor \ + /usr/include/qt/QtGui/QFont \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/QIcon \ + /usr/include/qt/QtGui/QImage \ + /usr/include/qt/QtGui/QKeySequence \ + /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/QRgb \ + /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qsurface.h \ + /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtouchdevice.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qwindow.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h \ + /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlcomponent.h \ + /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtQml/qtqmlglobal.h \ + /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtQuick/qtquick-config.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/stdint.h \ + /usr/include/stdio.h \ + /usr/include/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/select.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/sys/types.h \ + /usr/include/time.h \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h + + +src/plasma_applet_seventasks_autogen/include/seventasks.moc: + +/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h: + +/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h: + +/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h: + +/usr/include/time.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/string.h: + +/usr/include/stdc-predef.h: + +/usr/include/sched.h: + +/usr/include/qt/QtQuick/qtquickglobal.h: + +/usr/include/qt/QtQml/qtqmlglobal.h: + +/usr/include/qt/QtQml/qtqml-config.h: + +/usr/include/qt/QtQml/qqmlpropertyvaluesource.h: + +/usr/include/qt/QtQml/qqmlparserstatus.h: + +/usr/include/qt/QtQml/qqmlcomponent.h: + +/usr/include/qt/QtQml/qqml.h: + +/usr/include/qt/QtQml/QJSValue: + +/usr/include/qt/QtNetwork/qtnetworkglobal.h: + +/usr/include/qt/QtNetwork/qtnetwork-config.h: + +/usr/include/qt/QtGui/qwindow.h: + +/usr/include/qt/QtGui/qtransform.h: + +/usr/include/qt/QtGui/qtouchdevice.h: + +/usr/include/qt/QtGui/qtguiglobal.h: + +/usr/include/qt/QtGui/qtgui-config.h: + +/usr/include/qt/QtQml/qjsvalue.h: + +/usr/include/qt/QtGui/qrgba64.h: + +/usr/include/qt/QtGui/qrgb.h: + +/usr/include/qt/QtGui/qpaintdevice.h: + +/usr/include/qt/QtGui/qmatrix.h: + +/usr/include/qt/QtGui/qkeysequence.h: + +/usr/include/qt/QtGui/qinputmethod.h: + +/usr/include/qt/QtGui/qimage.h: + +/usr/include/qt/QtGui/qicon.h: + +/usr/include/qt/QtGui/qfont.h: + +/usr/include/qt/QtGui/qevent.h: + +/usr/include/qt/QtGui/QWindow: + +/usr/include/qt/QtGui/QWidgetList: + +/usr/include/qt/QtGui/QRgb: + +/usr/include/qt/QtGui/QRegion: + +/usr/include/qt/QtGui/QPixmap: + +/usr/include/qt/QtGui/QImage: + +/usr/include/qt/QtGui/QIcon: + +/usr/include/qt/QtGui/QCursor: + +/usr/include/qt/QtGui/QColor: + +/usr/include/qt/QtCore/qversiontagging.h: + +/usr/include/qt/QtCore/qvector.h: + +/usr/include/qt/QtCore/qvarlengtharray.h: + +/usr/include/qt/QtCore/qvariant.h: + +/usr/include/qt/QtCore/qtypeinfo.h: + +/usr/include/qt/QtGui/qaccessible.h: + +/usr/include/qt/QtCore/qtcore-config.h: + +/usr/include/qt/QtCore/qsysinfo.h: + +/usr/include/qt/QtCore/qstringview.h: + +/usr/include/qt/QtCore/qstringliteral.h: + +/usr/include/qt/QtCore/qstringlist.h: + +/usr/include/qt/QtCore/qstringalgorithms.h: + +/usr/include/qt/QtCore/qstring.h: + +/usr/include/qt/QtCore/qstandardpaths.h: + +/usr/include/qt/QtCore/qscopedpointer.h: + +/usr/include/qt/QtCore/qregexp.h: + +/usr/include/qt/QtCore/qprocessordetection.h: + +/usr/include/qt/QtCore/qpoint.h: + +/usr/include/qt/QtCore/qpluginloader.h: + +/usr/include/qt/QtCore/qpair.h: + +/usr/include/qt/QtCore/qnamespace.h: + +/usr/include/qt/QtCore/qmetatype.h: + +/usr/include/qt/QtCore/qmetaobject.h: + +/usr/include/qt/QtCore/qmargins.h: + +/usr/include/qt/QtCore/qmap.h: + +/usr/include/qt/QtCore/qlogging.h: + +/usr/include/sys/single_threaded.h: + +/usr/include/qt/QtCore/qurl.h: + +/usr/include/qt/QtCore/qlocale.h: + +/usr/include/qt/QtCore/qlist.h: + +/usr/include/qt/QtCore/qjsonvalue.h: + +/usr/include/qt/QtCore/qjsonobject.h: + +/usr/include/qt/QtCore/qiterator.h: + +/usr/include/qt/QtCore/qiodevice.h: + +/usr/include/qt/QtCore/qhashfunctions.h: + +/usr/include/qt/QtCore/qhash.h: + +/usr/include/qt/QtGui/QFont: + +/usr/include/qt/QtCore/qglobalstatic.h: + +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.cpp: + +/usr/include/qt/QtCore/qglobal.h: + +/usr/include/qt/QtCore/qflags.h: + +/usr/include/qt/QtCore/qfiledevice.h: + +/usr/include/qt/QtGui/QGuiApplication: + +/usr/include/qt/QtCore/qdatetime.h: + +/usr/include/qt/QtCore/qdatastream.h: + +/usr/include/qt/QtCore/qcoreevent.h: + +/usr/include/qt/QtGui/qcolor.h: + +/usr/include/qt/QtCore/qcontainertools_impl.h: + +/usr/include/qt/QtCore/qcontainerfwd.h: + +/usr/include/qt/QtCore/qconfig.h: + +/usr/include/qt/QtCore/qcborvalue.h: + +/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h: + +/usr/include/qt/QtCore/qbytearraylist.h: + +/usr/include/qt/QtCore/qatomic.h: + +/usr/include/qt/QtCore/qarraydata.h: + +/usr/include/qt/QtCore/QtGlobal: + +/usr/include/qt/QtCore/QUrl: + +/usr/include/qt/QtCore/QStringList: + +/usr/include/qt/QtCore/QStandardPaths: + +/usr/include/KF5/KWindowSystem/kwindowsystem.h: + +/usr/include/qt/QtCore/QSize: + +/usr/include/qt/QtCore/QSharedDataPointer: + +/usr/include/qt/QtCore/QRect: + +/usr/include/qt/QtQml/qqmllist.h: + +/usr/include/qt/QtCore/QPoint: + +/usr/include/qt/QtCore/QPluginLoader: + +/usr/include/qt/QtCore/qobjectdefs_impl.h: + +/usr/include/qt/QtCore/QObject: + +/usr/include/qt/QtCore/QMetaType: + +/usr/include/qt/QtGui/qguiapplication.h: + +/usr/include/qt/QtCore/QJsonObject: + +/usr/include/qt/QtCore/qrefcount.h: + +/usr/include/qt/QtCore/QFlags: + +/usr/include/qt/QtCore/QDate: + +/usr/include/c++/13.1.1/bits/atomic_base.h: + +/usr/include/c++/13.1.1/atomic: + +/usr/include/qt/QtQuick/qquickitemgrabresult.h: + +/usr/include/c++/13.1.1/bits/allocated_ptr.h: + +/usr/include/c++/13.1.1/algorithm: + +/usr/include/qt/QtCore/qsharedpointer.h: + +/usr/include/bits/xopen_lim.h: + +/usr/include/qt/QtCore/quuid.h: + +/usr/include/qt/QtCore/QUuid: + +/usr/include/c++/13.1.1/bit: + +/usr/include/KF5/KWindowSystem/kwindowsystem_export.h: + +/usr/include/qt/QtCore/qline.h: + +/usr/include/bits/timesize.h: + +/usr/include/c++/13.1.1/bits/utility.h: + +/usr/include/bits/types/timer_t.h: + +/usr/include/bits/types/struct_timespec.h: + +/usr/include/bits/struct_rwlock.h: + +/usr/include/bits/types/struct_FILE.h: + +/usr/include/c++/13.1.1/bits/basic_string.h: + +/usr/include/bits/types/mbstate_t.h: + +/usr/include/qt/QtQuick/QQuickItemGrabResult: + +/usr/include/bits/types/locale_t.h: + +/usr/include/bits/types/clock_t.h: + +/usr/include/bits/types/__fpos_t.h: + +/usr/include/c++/13.1.1/bits/exception_defines.h: + +/usr/include/qt/QtGui/qwindowdefs.h: + +/usr/include/bits/types/__sigset_t.h: + +/usr/include/KF5/plasma/applet.h: + +/usr/include/c++/13.1.1/bits/stl_bvector.h: + +/usr/include/bits/types/__locale_t.h: + +/usr/include/c++/13.1.1/ctime: + +/usr/include/bits/timex.h: + +/usr/include/qt/QtCore/qobject_impl.h: + +/usr/include/bits/errno.h: + +/usr/include/qt/QtCore/qnumeric.h: + +/usr/include/bits/time64.h: + +/usr/include/bits/stdlib-float.h: + +/usr/include/c++/13.1.1/bits/stream_iterator.h: + +/usr/include/bits/time.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/types/__mbstate_t.h: + +/usr/include/bits/thread-shared-types.h: + +/usr/include/qt/QtCore/QList: + +/usr/include/bits/types.h: + +/usr/include/c++/13.1.1/bits/streambuf_iterator.h: + +/usr/include/sys/cdefs.h: + +/usr/include/c++/13.1.1/bits/unique_ptr.h: + +/usr/include/bits/types/error_t.h: + +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/bits/wchar.h: + +/usr/include/bits/types/struct___jmp_buf_tag.h: + +/usr/include/bits/setjmp.h: + +/usr/include/qt/QtCore/QDataStream: + +/usr/include/bits/select.h: + +/usr/include/stdio.h: + +/usr/include/bits/wordsize.h: + +/usr/include/c++/13.1.1/bits/alloc_traits.h: + +/usr/include/bits/types/cookie_io_functions_t.h: + +/usr/include/qt/QtCore/qeventloop.h: + +/usr/include/c++/13.1.1/bits/requires_hosted.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/posix2_lim.h: + +/usr/include/qt/QtQml/qqmlprivate.h: + +/usr/include/bits/types/struct_timeval.h: + +/usr/include/c++/13.1.1/limits: + +/usr/include/KF5/KService/kservice_export.h: + +/usr/include/qt/QtCore/qatomic_cxx11.h: + +/usr/include/c++/13.1.1/bits/stl_iterator.h: + +/usr/include/qt/QtCore/qobject.h: + +/usr/include/KF5/KCoreAddons/KPluginFactory: + +/usr/include/c++/13.1.1/backward/binders.h: + +/usr/include/c++/13.1.1/bits/stl_uninitialized.h: + +/usr/include/qt/QtGui/qregion.h: + +/usr/include/bits/pthread_stack_min-dynamic.h: + +/usr/include/KF5/plasma/svg.h: + +/usr/include/qt/QtQuick/qquickitem.h: + +/usr/include/c++/13.1.1/ext/string_conversions.h: + +/usr/include/KF5/KService/KPluginInfo: + +/usr/include/c++/13.1.1/bits/cpp_type_traits.h: + +/usr/include/errno.h: + +/usr/include/qt/QtCore/QByteArray: + +/usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h: + +/usr/include/c++/13.1.1/bits/chrono.h: + +/usr/include/bits/local_lim.h: + +/usr/include/bits/stdint-uintn.h: + +/usr/include/c++/13.1.1/bits/parse_numbers.h: + +/usr/include/asm/errno.h: + +/usr/include/c++/13.1.1/bits/predefined_ops.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h: + +/usr/include/c++/13.1.1/bits/allocator.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h: + +/usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h: + +src/plasma_applet_seventasks_autogen/mocs_compilation.cpp: + +/usr/include/bits/types/time_t.h: + +/usr/include/KF5/KPackage/KPackage/Package: + +/usr/include/KF5/KConfigCore/kconfigcore_export.h: + +/usr/include/KF5/KConfigCore/KSharedConfig: + +/usr/include/KF5/plasma/framesvg.h: + +/usr/include/qt/QtCore/qshareddata.h: + +/usr/include/c++/13.1.1/bits/list.tcc: + +/usr/include/linux/limits.h: + +/usr/include/alloca.h: + +/usr/include/qt/QtCore/QCoreApplication: + +/usr/include/KF5/KCoreAddons/kcoreaddons_export.h: + +/usr/include/KF5/KCoreAddons/KJob: + +/usr/include/KF5/KCoreAddons/KPluginLoader: + +/usr/include/KF5/KWindowSystem/kwindowinfo.h: + +/usr/include/qt/QtCore/QString: + +/usr/include/KF5/KConfigCore/kconfig.h: + +/usr/include/c++/13.1.1/bits/invoke.h: + +/usr/include/c++/13.1.1/string: + +/usr/include/bits/types/wint_t.h: + +/usr/include/qt/QtCore/qstringmatcher.h: + +/usr/include/qt/QtCore/qobjectdefs.h: + +/usr/include/KF5/KCoreAddons/kexportplugin.h: + +/usr/include/KF5/KCoreAddons/kjob.h: + +src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp: + +/usr/include/KF5/KPackage/kpackage/package_export.h: + +/usr/include/c++/13.1.1/ext/aligned_buffer.h: + +/usr/include/c++/13.1.1/iterator: + +/usr/include/c++/13.1.1/cstdio: + +/usr/include/bits/waitflags.h: + +/usr/include/ctype.h: + +/usr/include/bits/types/struct_sched_param.h: + +/usr/include/KF5/KConfigCore/kconfiggroup.h: + +/usr/include/bits/types/struct_itimerspec.h: + +/usr/include/KF5/KService/ksycocaentry.h: + +/usr/include/KF5/KConfigCore/KConfigGroup: + +/usr/include/KF5/KConfigCore/kconfigbase.h: + +/usr/include/KF5/KCoreAddons/kpluginloader.h: + +/usr/include/bits/atomic_wide_counter.h: + +/usr/include/qt/QtCore/QEvent: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/c++/13.1.1/ext/alloc_traits.h: + +/usr/include/qt/QtCore/qtextstream.h: + +/usr/include/c++/13.1.1/backward/auto_ptr.h: + +/usr/include/KF5/KService/kservice.h: + +/usr/include/bits/endianness.h: + +/usr/include/bits/types/__FILE.h: + +/usr/include/bits/sched.h: + +/usr/include/features.h: + +/usr/include/KF5/Plasma/Applet: + +/usr/include/qt/QtCore/qsystemdetection.h: + +/usr/include/bits/stdint-intn.h: + +/usr/include/bits/types/clockid_t.h: + +/usr/include/qt/QtGui/qpixelformat.h: + +/usr/include/c++/13.1.1/bits/ostream_insert.h: + +/usr/include/c++/13.1.1/numeric: + +/usr/include/qt/QtGui/qsurface.h: + +/usr/include/qt/QtGui/QKeySequence: + +/usr/include/c++/13.1.1/bits/align.h: + +/usr/include/c++/13.1.1/bits/stringfwd.h: + +/usr/include/KF5/KService/kplugininfo.h: + +/usr/include/KF5/KCoreAddons/kpluginmetadata.h: + +/usr/include/bits/locale.h: + +/usr/include/KF5/plasma/plasma.h: + +/usr/include/qt/QtCore/qrect.h: + +/usr/include/bits/pthreadtypes-arch.h: + +/usr/include/gnu/stubs.h: + +/usr/include/qt/QtQuick/QQuickItem: + +/usr/include/qt/QtCore/qsharedpointer_impl.h: + +/usr/include/bits/types/sigset_t.h: + +/usr/include/KF5/plasma/plasma_export.h: + +/usr/include/c++/13.1.1/bits/stl_tree.h: + +/usr/include/KF5/KService/kserviceaction.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h: + +/usr/include/c++/13.1.1/functional: + +/usr/include/bits/floatn-common.h: + +/usr/include/qt/QtCore/qplugin.h: + +/usr/include/bits/uintn-identity.h: + +/usr/include/c++/13.1.1/cerrno: + +/usr/include/bits/typesizes.h: + +/usr/include/c++/13.1.1/bits/nested_exception.h: + +/usr/include/c++/13.1.1/bits/exception_ptr.h: + +/usr/include/bits/cpu-set.h: + +/usr/include/KF5/KCoreAddons/KPluginMetaData: + +/usr/include/qt/QtGui/qsurfaceformat.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/floatn.h: + +/usr/include/bits/libc-header-start.h: + +/usr/include/KF5/KCoreAddons/kpluginfactory.h: + +/usr/include/wchar.h: + +/usr/include/bits/posix1_lim.h: + +/usr/include/c++/13.1.1/bits/concept_check.h: + +/usr/include/KF5/KWindowSystem/netwm_def.h: + +/usr/include/qt/QtCore/QCryptographicHash: + +/usr/include/qt/QtCore/qregularexpression.h: + +/usr/include/c++/13.1.1/bits/cxxabi_init_exception.h: + +/usr/include/c++/13.1.1/bits/erase_if.h: + +/usr/include/qt/QtCore/qsize.h: + +/usr/include/c++/13.1.1/bits/exception.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/c++/13.1.1/bits/functexcept.h: + +/usr/include/qt/QtCore/qchar.h: + +/usr/include/c++/13.1.1/bits/postypes.h: + +/usr/include/c++/13.1.1/bits/functional_hash.h: + +/usr/include/c++/13.1.1/bits/basic_string.tcc: + +/usr/include/c++/13.1.1/bits/hash_bytes.h: + +/usr/include/bits/uio_lim.h: + +/usr/include/c++/13.1.1/bits/ios_base.h: + +/usr/include/qt/QtCore/qset.h: + +/usr/include/c++/13.1.1/bits/ptr_traits.h: + +/usr/include/qt/QtGui/qpixmap.h: + +/usr/include/c++/13.1.1/bits/locale_classes.h: + +/usr/include/c++/13.1.1/ext/atomicity.h: + +/usr/include/c++/13.1.1/bits/memoryfwd.h: + +/usr/include/qt/QtCore/qalgorithms.h: + +/usr/include/bits/types/__fpos64_t.h: + +/usr/include/c++/13.1.1/bits/move.h: + +/usr/include/c++/13.1.1/optional: + +/usr/include/qt/QtCore/QExplicitlySharedDataPointer: + +/usr/include/c++/13.1.1/bits/new_allocator.h: + +/usr/include/c++/13.1.1/bits/stl_algo.h: + +/usr/include/c++/13.1.1/bits/refwrap.h: + +/usr/include/c++/13.1.1/bits/stl_vector.h: + +/usr/include/qt/QtCore/qbasicatomic.h: + +/usr/include/c++/13.1.1/bits/cxxabi_forced.h: + +/usr/include/c++/13.1.1/bits/shared_ptr.h: + +/usr/include/c++/13.1.1/bits/range_access.h: + +/usr/include/c++/13.1.1/bits/shared_ptr_atomic.h: + +/usr/include/bits/byteswap.h: + +/usr/include/c++/13.1.1/bits/shared_ptr_base.h: + +/usr/include/c++/13.1.1/bits/std_abs.h: + +/usr/include/qt/QtCore/QPair: + +/usr/include/c++/13.1.1/bits/stl_list.h: + +/usr/include/c++/13.1.1/bits/std_function.h: + +/usr/include/c++/13.1.1/bits/stl_algobase.h: + +/usr/include/KF5/KPackage/kpackage/package.h: + +/usr/include/c++/13.1.1/bits/stl_function.h: + +/usr/include/c++/13.1.1/bits/stl_heap.h: + +/usr/include/qt/QtCore/qpointer.h: + +/usr/include/c++/13.1.1/bits/stl_iterator_base_types.h: + +/usr/include/bits/struct_mutex.h: + +/usr/include/c++/13.1.1/bits/stl_map.h: + +/usr/include/c++/13.1.1/bits/stl_multimap.h: + +/usr/include/qt/QtGui/qvector2d.h: + +/usr/include/qt/QtCore/qcborcommon.h: + +/usr/include/c++/13.1.1/bits/algorithmfwd.h: + +/usr/include/c++/13.1.1/tuple: + +/usr/include/KF5/KService/ksycocatype.h: + +/usr/include/c++/13.1.1/bits/stl_numeric.h: + +/usr/include/c++/13.1.1/bits/stl_pair.h: + +/usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h: + +/usr/include/c++/13.1.1/bits/stl_relops.h: + +/usr/include/c++/13.1.1/bits/stl_construct.h: + +/usr/include/c++/13.1.1/bits/stl_tempbuf.h: + +/usr/include/qt/QtCore/qfile.h: + +/usr/include/c++/13.1.1/bits/streambuf.tcc: + +/usr/include/qt/QtCore/QVariantList: + +/usr/include/c++/13.1.1/bits/uniform_int_dist.h: + +/usr/include/linux/errno.h: + +/usr/include/qt/QtCore/QMargins: + +/usr/include/bits/types/FILE.h: + +/usr/include/c++/13.1.1/bits/char_traits.h: + +/usr/include/c++/13.1.1/bits/uses_allocator.h: + +/usr/include/c++/13.1.1/bits/vector.tcc: + +/usr/include/qt/QtCore/qcontiguouscache.h: + +/usr/include/c++/13.1.1/cctype: + +/usr/include/c++/13.1.1/initializer_list: + +/usr/include/qt/QtCore/qbytearray.h: + +/usr/include/c++/13.1.1/vector: + +/usr/include/c++/13.1.1/chrono: + +/usr/include/qt/QtCore/qcoreapplication.h: + +/usr/include/qt/QtCore/QtPlugin: + +/usr/include/c++/13.1.1/clocale: + +/usr/include/c++/13.1.1/cstddef: + +/usr/include/c++/13.1.1/cstdint: + +/usr/include/stdlib.h: + +/usr/include/c++/13.1.1/cstdlib: + +/usr/include/c++/13.1.1/debug/assertions.h: + +/usr/include/c++/13.1.1/debug/debug.h: + +/usr/include/qt/QtQuick/qtquick-config.h: + +/usr/include/pthread.h: + +/usr/include/c++/13.1.1/exception: + +/usr/include/assert.h: + +/usr/include/KF5/plasma/theme.h: + +/usr/include/c++/13.1.1/ext/concurrence.h: + +/usr/include/strings.h: + +/usr/include/c++/13.1.1/ext/numeric_traits.h: + +/usr/include/c++/13.1.1/ext/type_traits.h: + +/usr/include/c++/13.1.1/list: + +/usr/include/stdint.h: + +/usr/include/c++/13.1.1/bits/localefwd.h: + +/usr/include/endian.h: + +/usr/include/c++/13.1.1/map: + +/usr/include/bits/types/struct_tm.h: + +/usr/include/c++/13.1.1/cwchar: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h: + +/usr/include/qt/QtCore/qdebug.h: + +/usr/include/qt/QtCore/QVariant: + +/usr/include/c++/13.1.1/memory: + +/usr/include/c++/13.1.1/new: + +/usr/include/c++/13.1.1/ratio: + +/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h: + +/usr/include/qt/QtCore/qgenericatomic.h: + +/usr/include/qt/QtCore/qcryptographichash.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h: + +/usr/include/qt/QtGui/qpolygon.h: + +/usr/include/qt/QtGui/qcursor.h: + +/usr/include/c++/13.1.1/bits/locale_classes.tcc: + +/usr/include/c++/13.1.1/stdexcept: + +/usr/include/c++/13.1.1/stdlib.h: + +/usr/include/qt/QtCore/qlibrary.h: + +/usr/include/c++/13.1.1/streambuf: + +/usr/include/c++/13.1.1/system_error: + +/usr/include/c++/13.1.1/type_traits: + +/usr/include/KF5/KConfigCore/conversioncheck.h: + +/usr/include/bits/long-double.h: + +/usr/include/c++/13.1.1/typeinfo: + +/usr/include/c++/13.1.1/utility: + +/usr/include/qt/QtCore/qcompilerdetection.h: + +/usr/include/c++/13.1.1/bits/charconv.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h: + +/usr/include/KF5/KWindowSystem/kwindoweffects.h: + +/usr/include/features-time64.h: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h: + +/usr/include/KF5/KConfigCore/ksharedconfig.h: + +/usr/include/c++/13.1.1/iosfwd: + +/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h: + +/usr/include/qt/QtQml/qqmlerror.h: + +/usr/include/gnu/stubs-64.h: + +/usr/include/limits.h: + +/usr/include/locale.h: diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/depend.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make new file mode 100755 index 0000000..2356f54 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DKCOREADDONS_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -DTRANSLATION_DOMAIN=\"plasma_applet_io.gitgud.wackyideas.seventasks\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dplasma_applet_seventasks_EXPORTS + +CXX_INCLUDES = -I"/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" -I"/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" -I"/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQmlModels -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/KF5 -isystem /usr/include/KF5/Plasma -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KPackage -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt/QtWidgets + +CXX_FLAGS = -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -std=gnu++11 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt new file mode 100755 index 0000000..d1ea7fd --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -Wl,--no-undefined -Wl,--fatal-warnings -Wl,--enable-new-dtags -shared -o plasma_applet_seventasks.so CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o /usr/lib/libQt5Quick.so.5.15.10 /usr/lib/libKF5Plasma.so.5.108.0 /usr/lib/libKF5WindowSystem.so.5.108.0 /usr/lib/libQt5QmlModels.so.5.15.10 /usr/lib/libQt5Qml.so.5.15.10 /usr/lib/libQt5Network.so.5.15.10 /usr/lib/libX11.so /usr/lib/libQt5Widgets.so.5.15.10 /usr/lib/libQt5Gui.so.5.15.10 /usr/lib/libKF5Service.so.5.108.0 /usr/lib/libKF5ConfigCore.so.5.108.0 /usr/lib/libKF5Package.so.5.108.0 /usr/lib/libKF5I18n.so.5.108.0 /usr/lib/libKF5CoreAddons.so.5.108.0 /usr/lib/libQt5Core.so.5.15.10 diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..62c521f Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d new file mode 100755 index 0000000..433bbca --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o.d @@ -0,0 +1,336 @@ +src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp \ + /usr/include/stdc-predef.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp \ + /usr/include/c++/13.1.1/memory /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ + /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/move.h /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/align.h /usr/include/c++/13.1.1/bit \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/libc-header-start.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/bits/time64.h /usr/include/bits/wchar.h \ + /usr/include/bits/stdint-intn.h /usr/include/bits/stdint-uintn.h \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/unique_ptr.h /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/postypes.h /usr/include/c++/13.1.1/cwchar \ + /usr/include/wchar.h /usr/include/bits/floatn.h \ + /usr/include/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/include/bits/types/wint_t.h /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/FILE.h /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/struct_timespec.h /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h /usr/include/bits/sched.h \ + /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/clock_t.h /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/clockid_t.h /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h /usr/include/bits/setjmp.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/../../../../src/seventasks.h \ + /usr/include/KF5/Plasma/Applet /usr/include/KF5/plasma/applet.h \ + /usr/include/qt/QtGui/QKeySequence /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qtguiglobal.h /usr/include/qt/QtCore/qglobal.h \ + /usr/include/c++/13.1.1/cstddef /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/initializer_list /usr/include/assert.h \ + /usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/cstdlib /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/uintn-identity.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/bits/types/sigset_t.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-float.h /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/13.1.1/atomic \ + /usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qarraydata.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/stdlib.h /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/13.1.1/cctype \ + /usr/include/ctype.h /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/cstdio /usr/include/stdio.h \ + /usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/stdio_lim.h /usr/include/c++/13.1.1/cerrno \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/system_error \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.1.1/stdexcept \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/qobject.h /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/functional \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/c++/13.1.1/vector /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/vector.tcc /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/bits/posix1_lim.h \ + /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ + /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ + /usr/include/bits/uio_lim.h /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/13.1.1/chrono \ + /usr/include/c++/13.1.1/bits/chrono.h /usr/include/c++/13.1.1/ratio \ + /usr/include/c++/13.1.1/limits /usr/include/c++/13.1.1/ctime \ + /usr/include/c++/13.1.1/bits/parse_numbers.h /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/qurl.h /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qobject.h \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/qlist.h /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/qt/QtCore/QDataStream /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/qt/QtCore/QJsonObject /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/plasma/framesvg.h /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qline.h /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/svg.h /usr/include/KF5/plasma/theme.h \ + /usr/include/qt/QtGui/QFont /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KConfigCore/kconfig.h /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KCoreAddons/KJob /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/qt/QtCore/QPair /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtGui/QColor /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/QImage /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/QRgb /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/QIcon /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/qt/QtQml/qtqmlglobal.h /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtQuick/qtquick-config.h /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtQml/qqmlcomponent.h /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QList /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qkeysequence.h /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qtouchdevice.h /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtGui/QImage /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qwindow.h /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtGui/qsurface.h /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/QCursor /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/c++/13.1.1/optional /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/progress.make diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o new file mode 100755 index 0000000..7ea0ed1 Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d new file mode 100755 index 0000000..82fcaa8 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o.d @@ -0,0 +1,341 @@ +src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o: \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.cpp \ + /usr/include/stdc-predef.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h \ + /usr/include/KF5/Plasma/Applet /usr/include/KF5/plasma/applet.h \ + /usr/include/qt/QtGui/QKeySequence /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qtguiglobal.h /usr/include/qt/QtCore/qglobal.h \ + /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/bits/wordsize.h /usr/include/bits/timesize.h \ + /usr/include/sys/cdefs.h /usr/include/bits/long-double.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/cstddef \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h \ + /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/move.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/initializer_list /usr/include/assert.h \ + /usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/cstdlib /usr/include/stdlib.h \ + /usr/include/bits/libc-header-start.h /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h /usr/include/bits/floatn.h \ + /usr/include/bits/floatn-common.h /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/__locale_t.h /usr/include/sys/types.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h /usr/include/bits/byteswap.h \ + /usr/include/bits/uintn-identity.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/atomic_wide_counter.h /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-float.h /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/13.1.1/atomic \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h \ + /usr/include/bits/stdint-uintn.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qtgui-config.h /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qchar.h /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qarraydata.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/stdlib.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/postypes.h /usr/include/c++/13.1.1/cwchar \ + /usr/include/wchar.h /usr/include/bits/types/wint_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/FILE.h /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/cctype /usr/include/ctype.h \ + /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/cstdio /usr/include/stdio.h \ + /usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/stdio_lim.h /usr/include/c++/13.1.1/cerrno \ + /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \ + /usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \ + /usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/sys/single_threaded.h \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/system_error \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/13.1.1/stdexcept /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/qobject.h /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/functional /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/c++/13.1.1/vector \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/vector.tcc /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/syslimits.h \ + /usr/include/limits.h /usr/include/bits/posix1_lim.h \ + /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ + /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ + /usr/include/bits/uio_lim.h /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/13.1.1/chrono \ + /usr/include/c++/13.1.1/bits/chrono.h /usr/include/c++/13.1.1/ratio \ + /usr/include/c++/13.1.1/limits /usr/include/c++/13.1.1/ctime \ + /usr/include/c++/13.1.1/bits/parse_numbers.h /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/qurl.h /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/qt/QtCore/QStringList /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/QtGlobal /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/QVariant /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qmap.h /usr/include/qt/QtCore/qobject.h \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/qt/QtCore/QDate /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qshareddata.h /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/qpoint.h /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/qrect.h /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/QString /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/QUuid /usr/include/qt/QtCore/quuid.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/qlist.h /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/qt/QtCore/QDataStream /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qiodevice.h /usr/include/c++/13.1.1/memory \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/align.h /usr/include/c++/13.1.1/bit \ + /usr/include/c++/13.1.1/bits/unique_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/qt/QtCore/QJsonObject /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/QMetaType /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/plasma/framesvg.h /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtGui/qcolor.h /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qpixelformat.h /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qmatrix.h /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qline.h /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/svg.h /usr/include/KF5/plasma/theme.h \ + /usr/include/qt/QtGui/QFont /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KConfigCore/kconfig.h /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KCoreAddons/KJob /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/qt/QtCore/QPair /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtGui/QColor /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/QImage /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/QRgb /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/QIcon /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qpixmap.h /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/qt/QtQml/qtqmlglobal.h /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtQuick/qtquick-config.h /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtQml/qqmlcomponent.h /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QList /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qkeysequence.h /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qtouchdevice.h /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtCore/QSize /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtGui/QImage /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qwindow.h /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtGui/qsurface.h /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qicon.h /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/QCursor /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/c++/13.1.1/optional /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem.h \ + /usr/include/KF5/KWindowSystem/kwindowinfo.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..590e6e2 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json @@ -0,0 +1,175 @@ +{ + "BUILD_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen", + "CMAKE_BINARY_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build", + "CMAKE_CURRENT_BINARY_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src", + "CMAKE_CURRENT_SOURCE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/CMakeLists.txt" + ], + "CMAKE_SOURCE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src", + "DEP_FILE" : "", + "DEP_FILE_RULE_NAME" : "", + "HEADERS" : + [ + [ + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h", + "Mu", + "EWIEGA46WW/moc_seventasks.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include", + "MOC_COMPILATION_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : + [ + "KCOREADDONS_LIB", + "QT_CORE_LIB", + "QT_GUI_LIB", + "QT_NETWORK_LIB", + "QT_NO_DEBUG", + "QT_QMLMODELS_LIB", + "QT_QML_LIB", + "QT_QUICK_LIB", + "QT_WIDGETS_LIB", + "TRANSLATION_DOMAIN=\"plasma_applet_io.gitgud.wackyideas.seventasks\"", + "_GNU_SOURCE", + "_LARGEFILE64_SOURCE", + "plasma_applet_seventasks_EXPORTS" + ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ], + [ + "K_PLUGIN_FACTORY_WITH_JSON", + "[\n^][ \t]*K_PLUGIN_FACTORY_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_PLUGIN_CLASS_WITH_JSON", + "[\n^][ \t]*K_PLUGIN_CLASS_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_PACKAGE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_PACKAGE_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_SERVICE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_SERVICE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_APPLET_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_APPLET_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ], + [ + "K_EXPORT_PLASMA_DATAENGINE_WITH_JSON", + "[\n^][ \t]*K_EXPORT_PLASMA_DATAENGINE_WITH_JSON[ \t\n]*\\([^,]*,[^,]*,[ \t\n]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src", + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src", + "/usr/include/qt", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/qt/QtQuick", + "/usr/include/qt/QtQmlModels", + "/usr/include/qt/QtQml", + "/usr/include/qt/QtNetwork", + "/usr/include/KF5", + "/usr/include/KF5/Plasma", + "/usr/include/KF5/KConfig", + "/usr/include/KF5/KConfigCore", + "/usr/include/KF5/KCoreAddons", + "/usr/include/KF5/KService", + "/usr/include/KF5/KPackage", + "/usr/include/KF5/KI18n", + "/usr/include/KF5/KWindowSystem", + "/usr/include/qt/QtWidgets", + "/usr/include", + "/usr/include/c++/13.1.1", + "/usr/include/c++/13.1.1/x86_64-pc-linux-gnu", + "/usr/include/c++/13.1.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed" + ], + "MOC_MACRO_NAMES" : + [ + "Q_OBJECT", + "Q_GADGET", + "Q_NAMESPACE", + "Q_NAMESPACE_EXPORT", + "K_PLUGIN_FACTORY", + "K_PLUGIN_CLASS", + "K_PLUGIN_FACTORY_WITH_JSON", + "K_PLUGIN_CLASS_WITH_JSON", + "K_EXPORT_KPACKAGE_PACKAGE_WITH_JSON", + "K_EXPORT_PLASMA_SERVICE", + "K_EXPORT_PLASMA_APPLET", + "K_EXPORT_PLASMA_PACKAGE", + "K_EXPORT_PLASMA_APPLETSCRIPTENGINE", + "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE", + "K_EXPORT_PLASMA_DATAENGINE", + "K_EXPORT_PLASMA_PACKAGE_WITH_JSON", + "K_EXPORT_PLASMA_SERVICE_WITH_JSON", + "K_EXPORT_PLASMA_APPLET_WITH_JSON", + "K_EXPORT_PLASMA_APPLETSCRIPTENGINE_WITH_JSON", + "K_EXPORT_PLASMA_DATAENGINESCRIPTENGINE_WITH_JSON", + "K_EXPORT_PLASMA_CONTAINMENTACTIONS_WITH_JSON", + "K_EXPORT_PLASMA_DATAENGINE_WITH_JSON" + ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/c++", + "-std=gnu++11", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp", + "Mu", + null + ] + ], + "VERBOSITY" : 0 +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..8408a9f --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenUsed.txt @@ -0,0 +1 @@ +moc:cc67de91509cceefb95d422a33274fe1727d431df5416b5f903560f323624937 diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake new file mode 100755 index 0000000..45a25b7 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake @@ -0,0 +1,18 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..9889187 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/ParseCache.txt @@ -0,0 +1,968 @@ +# Generated by CMake. Changes will be overwritten. +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp + mmc:K_PLUGIN_CLASS_WITH_JSON + mid:seventasks.moc + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/metadata.json + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.cpp + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h + mdp:/usr/include/KF5/KConfigCore/KConfigGroup + mdp:/usr/include/KF5/KConfigCore/KSharedConfig + mdp:/usr/include/KF5/KConfigCore/conversioncheck.h + mdp:/usr/include/KF5/KConfigCore/kconfig.h + mdp:/usr/include/KF5/KConfigCore/kconfigbase.h + mdp:/usr/include/KF5/KConfigCore/kconfigcore_export.h + mdp:/usr/include/KF5/KConfigCore/kconfiggroup.h + mdp:/usr/include/KF5/KConfigCore/ksharedconfig.h + mdp:/usr/include/KF5/KCoreAddons/KJob + mdp:/usr/include/KF5/KCoreAddons/KPluginFactory + mdp:/usr/include/KF5/KCoreAddons/KPluginLoader + mdp:/usr/include/KF5/KCoreAddons/KPluginMetaData + mdp:/usr/include/KF5/KCoreAddons/kcoreaddons_export.h + mdp:/usr/include/KF5/KCoreAddons/kexportplugin.h + mdp:/usr/include/KF5/KCoreAddons/kjob.h + mdp:/usr/include/KF5/KCoreAddons/kpluginfactory.h + mdp:/usr/include/KF5/KCoreAddons/kpluginloader.h + mdp:/usr/include/KF5/KCoreAddons/kpluginmetadata.h + mdp:/usr/include/KF5/KPackage/KPackage/Package + mdp:/usr/include/KF5/KPackage/kpackage/package.h + mdp:/usr/include/KF5/KPackage/kpackage/package_export.h + mdp:/usr/include/KF5/KService/KPluginInfo + mdp:/usr/include/KF5/KService/kplugininfo.h + mdp:/usr/include/KF5/KService/kservice.h + mdp:/usr/include/KF5/KService/kservice_export.h + mdp:/usr/include/KF5/KService/kserviceaction.h + mdp:/usr/include/KF5/KService/ksycocaentry.h + mdp:/usr/include/KF5/KService/ksycocatype.h + mdp:/usr/include/KF5/KWindowSystem/kwindoweffects.h + mdp:/usr/include/KF5/KWindowSystem/kwindowinfo.h + mdp:/usr/include/KF5/KWindowSystem/kwindowsystem.h + mdp:/usr/include/KF5/KWindowSystem/kwindowsystem_export.h + mdp:/usr/include/KF5/KWindowSystem/netwm_def.h + mdp:/usr/include/KF5/Plasma/Applet + mdp:/usr/include/KF5/plasma/applet.h + mdp:/usr/include/KF5/plasma/framesvg.h + mdp:/usr/include/KF5/plasma/plasma.h + mdp:/usr/include/KF5/plasma/plasma_export.h + mdp:/usr/include/KF5/plasma/svg.h + mdp:/usr/include/KF5/plasma/theme.h + mdp:/usr/include/alloca.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/byteswap.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/local_lim.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix1_lim.h + mdp:/usr/include/bits/posix2_lim.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/select.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/stdint-intn.h + mdp:/usr/include/bits/stdint-uintn.h + mdp:/usr/include/bits/stdio_lim.h + mdp:/usr/include/bits/stdlib-float.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__fpos64_t.h + mdp:/usr/include/bits/types/__fpos_t.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/cookie_io_functions_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/sigset_t.h + mdp:/usr/include/bits/types/struct_FILE.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/uintn-identity.h + mdp:/usr/include/bits/uio_lim.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/waitflags.h + mdp:/usr/include/bits/waitstatus.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/bits/xopen_lim.h + mdp:/usr/include/c++/13.1.1/algorithm + mdp:/usr/include/c++/13.1.1/array + mdp:/usr/include/c++/13.1.1/atomic + mdp:/usr/include/c++/13.1.1/backward/auto_ptr.h + mdp:/usr/include/c++/13.1.1/backward/binders.h + mdp:/usr/include/c++/13.1.1/bit + mdp:/usr/include/c++/13.1.1/bits/algorithmfwd.h + mdp:/usr/include/c++/13.1.1/bits/align.h + mdp:/usr/include/c++/13.1.1/bits/alloc_traits.h + mdp:/usr/include/c++/13.1.1/bits/allocated_ptr.h + mdp:/usr/include/c++/13.1.1/bits/allocator.h + mdp:/usr/include/c++/13.1.1/bits/atomic_base.h + mdp:/usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/13.1.1/bits/atomic_wait.h + mdp:/usr/include/c++/13.1.1/bits/basic_ios.h + mdp:/usr/include/c++/13.1.1/bits/basic_ios.tcc + mdp:/usr/include/c++/13.1.1/bits/basic_string.h + mdp:/usr/include/c++/13.1.1/bits/basic_string.tcc + mdp:/usr/include/c++/13.1.1/bits/c++0x_warning.h + mdp:/usr/include/c++/13.1.1/bits/char_traits.h + mdp:/usr/include/c++/13.1.1/bits/charconv.h + mdp:/usr/include/c++/13.1.1/bits/concept_check.h + mdp:/usr/include/c++/13.1.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/13.1.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/13.1.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/13.1.1/bits/enable_special_members.h + mdp:/usr/include/c++/13.1.1/bits/erase_if.h + mdp:/usr/include/c++/13.1.1/bits/exception.h + mdp:/usr/include/c++/13.1.1/bits/exception_defines.h + mdp:/usr/include/c++/13.1.1/bits/exception_ptr.h + mdp:/usr/include/c++/13.1.1/bits/functexcept.h + mdp:/usr/include/c++/13.1.1/bits/functional_hash.h + mdp:/usr/include/c++/13.1.1/bits/hash_bytes.h + mdp:/usr/include/c++/13.1.1/bits/invoke.h + mdp:/usr/include/c++/13.1.1/bits/ios_base.h + mdp:/usr/include/c++/13.1.1/bits/iterator_concepts.h + mdp:/usr/include/c++/13.1.1/bits/list.tcc + mdp:/usr/include/c++/13.1.1/bits/locale_classes.h + mdp:/usr/include/c++/13.1.1/bits/locale_classes.tcc + mdp:/usr/include/c++/13.1.1/bits/locale_facets.h + mdp:/usr/include/c++/13.1.1/bits/locale_facets.tcc + mdp:/usr/include/c++/13.1.1/bits/localefwd.h + mdp:/usr/include/c++/13.1.1/bits/max_size_type.h + mdp:/usr/include/c++/13.1.1/bits/memory_resource.h + mdp:/usr/include/c++/13.1.1/bits/memoryfwd.h + mdp:/usr/include/c++/13.1.1/bits/mofunc_impl.h + mdp:/usr/include/c++/13.1.1/bits/move.h + mdp:/usr/include/c++/13.1.1/bits/move_only_function.h + mdp:/usr/include/c++/13.1.1/bits/nested_exception.h + mdp:/usr/include/c++/13.1.1/bits/new_allocator.h + mdp:/usr/include/c++/13.1.1/bits/node_handle.h + mdp:/usr/include/c++/13.1.1/bits/ostream.tcc + mdp:/usr/include/c++/13.1.1/bits/ostream_insert.h + mdp:/usr/include/c++/13.1.1/bits/postypes.h + mdp:/usr/include/c++/13.1.1/bits/predefined_ops.h + mdp:/usr/include/c++/13.1.1/bits/ptr_traits.h + mdp:/usr/include/c++/13.1.1/bits/range_access.h + mdp:/usr/include/c++/13.1.1/bits/ranges_algo.h + mdp:/usr/include/c++/13.1.1/bits/ranges_algobase.h + mdp:/usr/include/c++/13.1.1/bits/ranges_base.h + mdp:/usr/include/c++/13.1.1/bits/ranges_cmp.h + mdp:/usr/include/c++/13.1.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/13.1.1/bits/ranges_util.h + mdp:/usr/include/c++/13.1.1/bits/refwrap.h + mdp:/usr/include/c++/13.1.1/bits/requires_hosted.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/13.1.1/bits/std_abs.h + mdp:/usr/include/c++/13.1.1/bits/std_function.h + mdp:/usr/include/c++/13.1.1/bits/std_mutex.h + mdp:/usr/include/c++/13.1.1/bits/stl_algo.h + mdp:/usr/include/c++/13.1.1/bits/stl_algobase.h + mdp:/usr/include/c++/13.1.1/bits/stl_bvector.h + mdp:/usr/include/c++/13.1.1/bits/stl_construct.h + mdp:/usr/include/c++/13.1.1/bits/stl_function.h + mdp:/usr/include/c++/13.1.1/bits/stl_heap.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/13.1.1/bits/stl_list.h + mdp:/usr/include/c++/13.1.1/bits/stl_map.h + mdp:/usr/include/c++/13.1.1/bits/stl_multimap.h + mdp:/usr/include/c++/13.1.1/bits/stl_numeric.h + mdp:/usr/include/c++/13.1.1/bits/stl_pair.h + mdp:/usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/13.1.1/bits/stl_relops.h + mdp:/usr/include/c++/13.1.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/13.1.1/bits/stl_tree.h + mdp:/usr/include/c++/13.1.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/13.1.1/bits/stl_vector.h + mdp:/usr/include/c++/13.1.1/bits/stream_iterator.h + mdp:/usr/include/c++/13.1.1/bits/streambuf.tcc + mdp:/usr/include/c++/13.1.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/13.1.1/bits/string_view.tcc + mdp:/usr/include/c++/13.1.1/bits/stringfwd.h + mdp:/usr/include/c++/13.1.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/13.1.1/bits/unique_ptr.h + mdp:/usr/include/c++/13.1.1/bits/uses_allocator.h + mdp:/usr/include/c++/13.1.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/13.1.1/bits/utility.h + mdp:/usr/include/c++/13.1.1/bits/vector.tcc + mdp:/usr/include/c++/13.1.1/cctype + mdp:/usr/include/c++/13.1.1/cerrno + mdp:/usr/include/c++/13.1.1/climits + mdp:/usr/include/c++/13.1.1/clocale + mdp:/usr/include/c++/13.1.1/compare + mdp:/usr/include/c++/13.1.1/concepts + mdp:/usr/include/c++/13.1.1/cstddef + mdp:/usr/include/c++/13.1.1/cstdint + mdp:/usr/include/c++/13.1.1/cstdlib + mdp:/usr/include/c++/13.1.1/cwchar + mdp:/usr/include/c++/13.1.1/cwctype + mdp:/usr/include/c++/13.1.1/debug/assertions.h + mdp:/usr/include/c++/13.1.1/debug/debug.h + mdp:/usr/include/c++/13.1.1/exception + mdp:/usr/include/c++/13.1.1/ext/aligned_buffer.h + mdp:/usr/include/c++/13.1.1/ext/alloc_traits.h + mdp:/usr/include/c++/13.1.1/ext/atomicity.h + mdp:/usr/include/c++/13.1.1/ext/concurrence.h + mdp:/usr/include/c++/13.1.1/ext/numeric_traits.h + mdp:/usr/include/c++/13.1.1/ext/string_conversions.h + mdp:/usr/include/c++/13.1.1/ext/type_traits.h + mdp:/usr/include/c++/13.1.1/functional + mdp:/usr/include/c++/13.1.1/initializer_list + mdp:/usr/include/c++/13.1.1/ios + mdp:/usr/include/c++/13.1.1/iosfwd + mdp:/usr/include/c++/13.1.1/iterator + mdp:/usr/include/c++/13.1.1/limits + mdp:/usr/include/c++/13.1.1/list + mdp:/usr/include/c++/13.1.1/map + mdp:/usr/include/c++/13.1.1/memory + mdp:/usr/include/c++/13.1.1/new + mdp:/usr/include/c++/13.1.1/numbers + mdp:/usr/include/c++/13.1.1/numeric + mdp:/usr/include/c++/13.1.1/optional + mdp:/usr/include/c++/13.1.1/ostream + mdp:/usr/include/c++/13.1.1/pstl/execution_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_algorithm_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_memory_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/13.1.1/stdexcept + mdp:/usr/include/c++/13.1.1/streambuf + mdp:/usr/include/c++/13.1.1/string + mdp:/usr/include/c++/13.1.1/string_view + mdp:/usr/include/c++/13.1.1/tuple + mdp:/usr/include/c++/13.1.1/type_traits + mdp:/usr/include/c++/13.1.1/typeinfo + mdp:/usr/include/c++/13.1.1/unordered_map + mdp:/usr/include/c++/13.1.1/utility + mdp:/usr/include/c++/13.1.1/vector + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/endian.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/limits.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/linux/limits.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/QByteArray + mdp:/usr/include/qt/QtCore/QCoreApplication + mdp:/usr/include/qt/QtCore/QCryptographicHash + mdp:/usr/include/qt/QtCore/QDataStream + mdp:/usr/include/qt/QtCore/QDate + mdp:/usr/include/qt/QtCore/QEvent + mdp:/usr/include/qt/QtCore/QExplicitlySharedDataPointer + mdp:/usr/include/qt/QtCore/QFlags + mdp:/usr/include/qt/QtCore/QJsonObject + mdp:/usr/include/qt/QtCore/QList + mdp:/usr/include/qt/QtCore/QMargins + mdp:/usr/include/qt/QtCore/QMetaType + mdp:/usr/include/qt/QtCore/QObject + mdp:/usr/include/qt/QtCore/QPair + mdp:/usr/include/qt/QtCore/QPluginLoader + mdp:/usr/include/qt/QtCore/QPoint + mdp:/usr/include/qt/QtCore/QRect + mdp:/usr/include/qt/QtCore/QSharedDataPointer + mdp:/usr/include/qt/QtCore/QSize + mdp:/usr/include/qt/QtCore/QStandardPaths + mdp:/usr/include/qt/QtCore/QString + mdp:/usr/include/qt/QtCore/QStringList + mdp:/usr/include/qt/QtCore/QUrl + mdp:/usr/include/qt/QtCore/QUuid + mdp:/usr/include/qt/QtCore/QVariant + mdp:/usr/include/qt/QtCore/QVariantList + mdp:/usr/include/qt/QtCore/QtGlobal + mdp:/usr/include/qt/QtCore/QtPlugin + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qcborcommon.h + mdp:/usr/include/qt/QtCore/qcborvalue.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qcontiguouscache.h + mdp:/usr/include/qt/QtCore/qcoreapplication.h + mdp:/usr/include/qt/QtCore/qcoreevent.h + mdp:/usr/include/qt/QtCore/qcryptographichash.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qdatetime.h + mdp:/usr/include/qt/QtCore/qdebug.h + mdp:/usr/include/qt/QtCore/qeventloop.h + mdp:/usr/include/qt/QtCore/qfile.h + mdp:/usr/include/qt/QtCore/qfiledevice.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qjsonobject.h + mdp:/usr/include/qt/QtCore/qjsonvalue.h + mdp:/usr/include/qt/QtCore/qlibrary.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlocale.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmap.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetaobject.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qplugin.h + mdp:/usr/include/qt/QtCore/qpluginloader.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qpointer.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qregularexpression.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qset.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstandardpaths.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtextstream.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qurl.h + mdp:/usr/include/qt/QtCore/quuid.h + mdp:/usr/include/qt/QtCore/qvariant.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/QColor + mdp:/usr/include/qt/QtGui/QCursor + mdp:/usr/include/qt/QtGui/QFont + mdp:/usr/include/qt/QtGui/QGuiApplication + mdp:/usr/include/qt/QtGui/QIcon + mdp:/usr/include/qt/QtGui/QImage + mdp:/usr/include/qt/QtGui/QKeySequence + mdp:/usr/include/qt/QtGui/QPixmap + mdp:/usr/include/qt/QtGui/QRegion + mdp:/usr/include/qt/QtGui/QRgb + mdp:/usr/include/qt/QtGui/QWidgetList + mdp:/usr/include/qt/QtGui/QWindow + mdp:/usr/include/qt/QtGui/qaccessible.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qevent.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qguiapplication.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qinputmethod.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qsurface.h + mdp:/usr/include/qt/QtGui/qsurfaceformat.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtouchdevice.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qvector2d.h + mdp:/usr/include/qt/QtGui/qwindow.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtNetwork/qtnetwork-config.h + mdp:/usr/include/qt/QtNetwork/qtnetworkglobal.h + mdp:/usr/include/qt/QtQml/QJSValue + mdp:/usr/include/qt/QtQml/qjsvalue.h + mdp:/usr/include/qt/QtQml/qqml.h + mdp:/usr/include/qt/QtQml/qqmlcomponent.h + mdp:/usr/include/qt/QtQml/qqmlerror.h + mdp:/usr/include/qt/QtQml/qqmllist.h + mdp:/usr/include/qt/QtQml/qqmlparserstatus.h + mdp:/usr/include/qt/QtQml/qqmlprivate.h + mdp:/usr/include/qt/QtQml/qqmlpropertyvaluesource.h + mdp:/usr/include/qt/QtQml/qtqml-config.h + mdp:/usr/include/qt/QtQml/qtqmlglobal.h + mdp:/usr/include/qt/QtQuick/QQuickItem + mdp:/usr/include/qt/QtQuick/QQuickItemGrabResult + mdp:/usr/include/qt/QtQuick/qquickitem.h + mdp:/usr/include/qt/QtQuick/qquickitemgrabresult.h + mdp:/usr/include/qt/QtQuick/qtquick-config.h + mdp:/usr/include/qt/QtQuick/qtquickglobal.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/stdint.h + mdp:/usr/include/stdio.h + mdp:/usr/include/stdlib.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/select.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/sys/types.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h + mmc:Q_OBJECT + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h + mdp:/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/seventasks.h + mdp:/usr/include/KF5/KConfigCore/KConfigGroup + mdp:/usr/include/KF5/KConfigCore/KSharedConfig + mdp:/usr/include/KF5/KConfigCore/conversioncheck.h + mdp:/usr/include/KF5/KConfigCore/kconfig.h + mdp:/usr/include/KF5/KConfigCore/kconfigbase.h + mdp:/usr/include/KF5/KConfigCore/kconfigcore_export.h + mdp:/usr/include/KF5/KConfigCore/kconfiggroup.h + mdp:/usr/include/KF5/KConfigCore/ksharedconfig.h + mdp:/usr/include/KF5/KCoreAddons/KJob + mdp:/usr/include/KF5/KCoreAddons/KPluginFactory + mdp:/usr/include/KF5/KCoreAddons/KPluginLoader + mdp:/usr/include/KF5/KCoreAddons/KPluginMetaData + mdp:/usr/include/KF5/KCoreAddons/kcoreaddons_export.h + mdp:/usr/include/KF5/KCoreAddons/kexportplugin.h + mdp:/usr/include/KF5/KCoreAddons/kjob.h + mdp:/usr/include/KF5/KCoreAddons/kpluginfactory.h + mdp:/usr/include/KF5/KCoreAddons/kpluginloader.h + mdp:/usr/include/KF5/KCoreAddons/kpluginmetadata.h + mdp:/usr/include/KF5/KPackage/KPackage/Package + mdp:/usr/include/KF5/KPackage/kpackage/package.h + mdp:/usr/include/KF5/KPackage/kpackage/package_export.h + mdp:/usr/include/KF5/KService/KPluginInfo + mdp:/usr/include/KF5/KService/kplugininfo.h + mdp:/usr/include/KF5/KService/kservice.h + mdp:/usr/include/KF5/KService/kservice_export.h + mdp:/usr/include/KF5/KService/kserviceaction.h + mdp:/usr/include/KF5/KService/ksycocaentry.h + mdp:/usr/include/KF5/KService/ksycocatype.h + mdp:/usr/include/KF5/KWindowSystem/kwindoweffects.h + mdp:/usr/include/KF5/KWindowSystem/kwindowsystem_export.h + mdp:/usr/include/KF5/KWindowSystem/netwm_def.h + mdp:/usr/include/KF5/Plasma/Applet + mdp:/usr/include/KF5/plasma/applet.h + mdp:/usr/include/KF5/plasma/framesvg.h + mdp:/usr/include/KF5/plasma/plasma.h + mdp:/usr/include/KF5/plasma/plasma_export.h + mdp:/usr/include/KF5/plasma/svg.h + mdp:/usr/include/KF5/plasma/theme.h + mdp:/usr/include/alloca.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/byteswap.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/local_lim.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix1_lim.h + mdp:/usr/include/bits/posix2_lim.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/select.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/stdint-intn.h + mdp:/usr/include/bits/stdint-uintn.h + mdp:/usr/include/bits/stdio_lim.h + mdp:/usr/include/bits/stdlib-float.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__fpos64_t.h + mdp:/usr/include/bits/types/__fpos_t.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/cookie_io_functions_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/sigset_t.h + mdp:/usr/include/bits/types/struct_FILE.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/uintn-identity.h + mdp:/usr/include/bits/uio_lim.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/waitflags.h + mdp:/usr/include/bits/waitstatus.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/bits/xopen_lim.h + mdp:/usr/include/c++/13.1.1/algorithm + mdp:/usr/include/c++/13.1.1/array + mdp:/usr/include/c++/13.1.1/atomic + mdp:/usr/include/c++/13.1.1/backward/auto_ptr.h + mdp:/usr/include/c++/13.1.1/backward/binders.h + mdp:/usr/include/c++/13.1.1/bit + mdp:/usr/include/c++/13.1.1/bits/algorithmfwd.h + mdp:/usr/include/c++/13.1.1/bits/align.h + mdp:/usr/include/c++/13.1.1/bits/alloc_traits.h + mdp:/usr/include/c++/13.1.1/bits/allocated_ptr.h + mdp:/usr/include/c++/13.1.1/bits/allocator.h + mdp:/usr/include/c++/13.1.1/bits/atomic_base.h + mdp:/usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/13.1.1/bits/atomic_wait.h + mdp:/usr/include/c++/13.1.1/bits/basic_ios.h + mdp:/usr/include/c++/13.1.1/bits/basic_ios.tcc + mdp:/usr/include/c++/13.1.1/bits/basic_string.h + mdp:/usr/include/c++/13.1.1/bits/basic_string.tcc + mdp:/usr/include/c++/13.1.1/bits/c++0x_warning.h + mdp:/usr/include/c++/13.1.1/bits/char_traits.h + mdp:/usr/include/c++/13.1.1/bits/charconv.h + mdp:/usr/include/c++/13.1.1/bits/concept_check.h + mdp:/usr/include/c++/13.1.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/13.1.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/13.1.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/13.1.1/bits/enable_special_members.h + mdp:/usr/include/c++/13.1.1/bits/erase_if.h + mdp:/usr/include/c++/13.1.1/bits/exception.h + mdp:/usr/include/c++/13.1.1/bits/exception_defines.h + mdp:/usr/include/c++/13.1.1/bits/exception_ptr.h + mdp:/usr/include/c++/13.1.1/bits/functexcept.h + mdp:/usr/include/c++/13.1.1/bits/functional_hash.h + mdp:/usr/include/c++/13.1.1/bits/hash_bytes.h + mdp:/usr/include/c++/13.1.1/bits/invoke.h + mdp:/usr/include/c++/13.1.1/bits/ios_base.h + mdp:/usr/include/c++/13.1.1/bits/iterator_concepts.h + mdp:/usr/include/c++/13.1.1/bits/list.tcc + mdp:/usr/include/c++/13.1.1/bits/locale_classes.h + mdp:/usr/include/c++/13.1.1/bits/locale_classes.tcc + mdp:/usr/include/c++/13.1.1/bits/locale_facets.h + mdp:/usr/include/c++/13.1.1/bits/locale_facets.tcc + mdp:/usr/include/c++/13.1.1/bits/localefwd.h + mdp:/usr/include/c++/13.1.1/bits/max_size_type.h + mdp:/usr/include/c++/13.1.1/bits/memory_resource.h + mdp:/usr/include/c++/13.1.1/bits/memoryfwd.h + mdp:/usr/include/c++/13.1.1/bits/mofunc_impl.h + mdp:/usr/include/c++/13.1.1/bits/move.h + mdp:/usr/include/c++/13.1.1/bits/move_only_function.h + mdp:/usr/include/c++/13.1.1/bits/nested_exception.h + mdp:/usr/include/c++/13.1.1/bits/new_allocator.h + mdp:/usr/include/c++/13.1.1/bits/node_handle.h + mdp:/usr/include/c++/13.1.1/bits/ostream.tcc + mdp:/usr/include/c++/13.1.1/bits/ostream_insert.h + mdp:/usr/include/c++/13.1.1/bits/postypes.h + mdp:/usr/include/c++/13.1.1/bits/predefined_ops.h + mdp:/usr/include/c++/13.1.1/bits/ptr_traits.h + mdp:/usr/include/c++/13.1.1/bits/range_access.h + mdp:/usr/include/c++/13.1.1/bits/ranges_algo.h + mdp:/usr/include/c++/13.1.1/bits/ranges_algobase.h + mdp:/usr/include/c++/13.1.1/bits/ranges_base.h + mdp:/usr/include/c++/13.1.1/bits/ranges_cmp.h + mdp:/usr/include/c++/13.1.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/13.1.1/bits/ranges_util.h + mdp:/usr/include/c++/13.1.1/bits/refwrap.h + mdp:/usr/include/c++/13.1.1/bits/requires_hosted.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/13.1.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/13.1.1/bits/std_abs.h + mdp:/usr/include/c++/13.1.1/bits/std_function.h + mdp:/usr/include/c++/13.1.1/bits/std_mutex.h + mdp:/usr/include/c++/13.1.1/bits/stl_algo.h + mdp:/usr/include/c++/13.1.1/bits/stl_algobase.h + mdp:/usr/include/c++/13.1.1/bits/stl_bvector.h + mdp:/usr/include/c++/13.1.1/bits/stl_construct.h + mdp:/usr/include/c++/13.1.1/bits/stl_function.h + mdp:/usr/include/c++/13.1.1/bits/stl_heap.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/13.1.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/13.1.1/bits/stl_list.h + mdp:/usr/include/c++/13.1.1/bits/stl_map.h + mdp:/usr/include/c++/13.1.1/bits/stl_multimap.h + mdp:/usr/include/c++/13.1.1/bits/stl_numeric.h + mdp:/usr/include/c++/13.1.1/bits/stl_pair.h + mdp:/usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/13.1.1/bits/stl_relops.h + mdp:/usr/include/c++/13.1.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/13.1.1/bits/stl_tree.h + mdp:/usr/include/c++/13.1.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/13.1.1/bits/stl_vector.h + mdp:/usr/include/c++/13.1.1/bits/stream_iterator.h + mdp:/usr/include/c++/13.1.1/bits/streambuf.tcc + mdp:/usr/include/c++/13.1.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/13.1.1/bits/string_view.tcc + mdp:/usr/include/c++/13.1.1/bits/stringfwd.h + mdp:/usr/include/c++/13.1.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/13.1.1/bits/unique_ptr.h + mdp:/usr/include/c++/13.1.1/bits/uses_allocator.h + mdp:/usr/include/c++/13.1.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/13.1.1/bits/utility.h + mdp:/usr/include/c++/13.1.1/bits/vector.tcc + mdp:/usr/include/c++/13.1.1/cctype + mdp:/usr/include/c++/13.1.1/cerrno + mdp:/usr/include/c++/13.1.1/climits + mdp:/usr/include/c++/13.1.1/clocale + mdp:/usr/include/c++/13.1.1/compare + mdp:/usr/include/c++/13.1.1/concepts + mdp:/usr/include/c++/13.1.1/cstddef + mdp:/usr/include/c++/13.1.1/cstdint + mdp:/usr/include/c++/13.1.1/cstdlib + mdp:/usr/include/c++/13.1.1/cwchar + mdp:/usr/include/c++/13.1.1/cwctype + mdp:/usr/include/c++/13.1.1/debug/assertions.h + mdp:/usr/include/c++/13.1.1/debug/debug.h + mdp:/usr/include/c++/13.1.1/exception + mdp:/usr/include/c++/13.1.1/ext/aligned_buffer.h + mdp:/usr/include/c++/13.1.1/ext/alloc_traits.h + mdp:/usr/include/c++/13.1.1/ext/atomicity.h + mdp:/usr/include/c++/13.1.1/ext/concurrence.h + mdp:/usr/include/c++/13.1.1/ext/numeric_traits.h + mdp:/usr/include/c++/13.1.1/ext/string_conversions.h + mdp:/usr/include/c++/13.1.1/ext/type_traits.h + mdp:/usr/include/c++/13.1.1/functional + mdp:/usr/include/c++/13.1.1/initializer_list + mdp:/usr/include/c++/13.1.1/ios + mdp:/usr/include/c++/13.1.1/iosfwd + mdp:/usr/include/c++/13.1.1/iterator + mdp:/usr/include/c++/13.1.1/limits + mdp:/usr/include/c++/13.1.1/list + mdp:/usr/include/c++/13.1.1/map + mdp:/usr/include/c++/13.1.1/memory + mdp:/usr/include/c++/13.1.1/new + mdp:/usr/include/c++/13.1.1/numbers + mdp:/usr/include/c++/13.1.1/numeric + mdp:/usr/include/c++/13.1.1/optional + mdp:/usr/include/c++/13.1.1/ostream + mdp:/usr/include/c++/13.1.1/pstl/execution_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_algorithm_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_memory_defs.h + mdp:/usr/include/c++/13.1.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/13.1.1/stdexcept + mdp:/usr/include/c++/13.1.1/streambuf + mdp:/usr/include/c++/13.1.1/string + mdp:/usr/include/c++/13.1.1/string_view + mdp:/usr/include/c++/13.1.1/tuple + mdp:/usr/include/c++/13.1.1/type_traits + mdp:/usr/include/c++/13.1.1/typeinfo + mdp:/usr/include/c++/13.1.1/unordered_map + mdp:/usr/include/c++/13.1.1/utility + mdp:/usr/include/c++/13.1.1/vector + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/endian.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/limits.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/linux/limits.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/QByteArray + mdp:/usr/include/qt/QtCore/QCoreApplication + mdp:/usr/include/qt/QtCore/QCryptographicHash + mdp:/usr/include/qt/QtCore/QDataStream + mdp:/usr/include/qt/QtCore/QDate + mdp:/usr/include/qt/QtCore/QEvent + mdp:/usr/include/qt/QtCore/QExplicitlySharedDataPointer + mdp:/usr/include/qt/QtCore/QFlags + mdp:/usr/include/qt/QtCore/QJsonObject + mdp:/usr/include/qt/QtCore/QList + mdp:/usr/include/qt/QtCore/QMargins + mdp:/usr/include/qt/QtCore/QMetaType + mdp:/usr/include/qt/QtCore/QObject + mdp:/usr/include/qt/QtCore/QPair + mdp:/usr/include/qt/QtCore/QPluginLoader + mdp:/usr/include/qt/QtCore/QPoint + mdp:/usr/include/qt/QtCore/QRect + mdp:/usr/include/qt/QtCore/QSharedDataPointer + mdp:/usr/include/qt/QtCore/QSize + mdp:/usr/include/qt/QtCore/QStandardPaths + mdp:/usr/include/qt/QtCore/QString + mdp:/usr/include/qt/QtCore/QStringList + mdp:/usr/include/qt/QtCore/QUrl + mdp:/usr/include/qt/QtCore/QUuid + mdp:/usr/include/qt/QtCore/QVariant + mdp:/usr/include/qt/QtCore/QVariantList + mdp:/usr/include/qt/QtCore/QtGlobal + mdp:/usr/include/qt/QtCore/QtPlugin + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qcborcommon.h + mdp:/usr/include/qt/QtCore/qcborvalue.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qcontiguouscache.h + mdp:/usr/include/qt/QtCore/qcoreapplication.h + mdp:/usr/include/qt/QtCore/qcoreevent.h + mdp:/usr/include/qt/QtCore/qcryptographichash.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qdatetime.h + mdp:/usr/include/qt/QtCore/qdebug.h + mdp:/usr/include/qt/QtCore/qeventloop.h + mdp:/usr/include/qt/QtCore/qfile.h + mdp:/usr/include/qt/QtCore/qfiledevice.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qjsonobject.h + mdp:/usr/include/qt/QtCore/qjsonvalue.h + mdp:/usr/include/qt/QtCore/qlibrary.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlocale.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmap.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetaobject.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qplugin.h + mdp:/usr/include/qt/QtCore/qpluginloader.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qpointer.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qregularexpression.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qset.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstandardpaths.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtextstream.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qurl.h + mdp:/usr/include/qt/QtCore/quuid.h + mdp:/usr/include/qt/QtCore/qvariant.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/QColor + mdp:/usr/include/qt/QtGui/QCursor + mdp:/usr/include/qt/QtGui/QFont + mdp:/usr/include/qt/QtGui/QGuiApplication + mdp:/usr/include/qt/QtGui/QIcon + mdp:/usr/include/qt/QtGui/QImage + mdp:/usr/include/qt/QtGui/QKeySequence + mdp:/usr/include/qt/QtGui/QPixmap + mdp:/usr/include/qt/QtGui/QRegion + mdp:/usr/include/qt/QtGui/QRgb + mdp:/usr/include/qt/QtGui/QWidgetList + mdp:/usr/include/qt/QtGui/QWindow + mdp:/usr/include/qt/QtGui/qaccessible.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qevent.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qguiapplication.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qinputmethod.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qsurface.h + mdp:/usr/include/qt/QtGui/qsurfaceformat.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtouchdevice.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qvector2d.h + mdp:/usr/include/qt/QtGui/qwindow.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtNetwork/qtnetwork-config.h + mdp:/usr/include/qt/QtNetwork/qtnetworkglobal.h + mdp:/usr/include/qt/QtQml/QJSValue + mdp:/usr/include/qt/QtQml/qjsvalue.h + mdp:/usr/include/qt/QtQml/qqml.h + mdp:/usr/include/qt/QtQml/qqmlcomponent.h + mdp:/usr/include/qt/QtQml/qqmlerror.h + mdp:/usr/include/qt/QtQml/qqmllist.h + mdp:/usr/include/qt/QtQml/qqmlparserstatus.h + mdp:/usr/include/qt/QtQml/qqmlprivate.h + mdp:/usr/include/qt/QtQml/qqmlpropertyvaluesource.h + mdp:/usr/include/qt/QtQml/qtqml-config.h + mdp:/usr/include/qt/QtQml/qtqmlglobal.h + mdp:/usr/include/qt/QtQuick/QQuickItem + mdp:/usr/include/qt/QtQuick/QQuickItemGrabResult + mdp:/usr/include/qt/QtQuick/qquickitem.h + mdp:/usr/include/qt/QtQuick/qquickitemgrabresult.h + mdp:/usr/include/qt/QtQuick/qtquick-config.h + mdp:/usr/include/qt/QtQuick/qtquickglobal.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/stdint.h + mdp:/usr/include/stdio.h + mdp:/usr/include/stdlib.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/select.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/sys/types.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make new file mode 100755 index 0000000..3fc0052 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +# Utility rule file for plasma_applet_seventasks_autogen. + +# Include any custom commands dependencies for this target. +include src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make + +# Include the progress variables for this target. +include src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make + +src/CMakeFiles/plasma_applet_seventasks_autogen: src/metadata.json + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC for target plasma_applet_seventasks" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && /usr/bin/cmake -E cmake_autogen "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/AutogenInfo.json" "" + +src/metadata.json: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/package/metadata.desktop + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir="/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Generating metadata.json" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" && /usr/bin/desktoptojson -i package/metadata.desktop -o /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/metadata.json -s /usr/share/kservicetypes5/plasma-applet.desktop + +plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen +plasma_applet_seventasks_autogen: src/metadata.json +plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make +.PHONY : plasma_applet_seventasks_autogen + +# Rule to build all files generated by this target. +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build: plasma_applet_seventasks_autogen +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build + +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" && $(CMAKE_COMMAND) -P CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/clean + +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/DependInfo.cmake" "--color=$(COLOR)" +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/depend + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/cmake_clean.cmake diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.ts b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.ts old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.ts rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/compiler_depend.ts diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/plasma_applet_seventasks_autogen.dir/progress.make diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/progress.marks b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/progress.marks old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/CMakeFiles/progress.marks rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/CMakeFiles/progress.marks diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CTestTestfile.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CTestTestfile.cmake new file mode 100755 index 0000000..5ebff40 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src +# Build directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/Makefile b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/Makefile new file mode 100755 index 0000000..d4ef8cf --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/Makefile @@ -0,0 +1,299 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.27 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src" + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"plasma-seventasks\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src//CMakeFiles/progress.marks" + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all + $(CMAKE_COMMAND) -E cmake_progress_start "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/CMakeFiles" 0 +.PHONY : all + +# The main clean target +clean: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +src/CMakeFiles/plasma_applet_seventasks.dir/rule: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks.dir/rule +.PHONY : src/CMakeFiles/plasma_applet_seventasks.dir/rule + +# Convenience name for target. +plasma_applet_seventasks: src/CMakeFiles/plasma_applet_seventasks.dir/rule +.PHONY : plasma_applet_seventasks + +# fast build rule for target. +plasma_applet_seventasks/fast: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/build +.PHONY : plasma_applet_seventasks/fast + +# Convenience name for target. +src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule +.PHONY : src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule + +# Convenience name for target. +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json: src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/rule +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json + +# fast build rule for target. +io.gitgud.wackyideas.seventasks-plasmoids-metadata-json/fast: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build.make src/CMakeFiles/io.gitgud.wackyideas.seventasks-plasmoids-metadata-json.dir/build +.PHONY : io.gitgud.wackyideas.seventasks-plasmoids-metadata-json/fast + +# Convenience name for target. +src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule +.PHONY : src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule + +# Convenience name for target. +plasma_applet_seventasks_autogen: src/CMakeFiles/plasma_applet_seventasks_autogen.dir/rule +.PHONY : plasma_applet_seventasks_autogen + +# fast build rule for target. +plasma_applet_seventasks_autogen/fast: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build.make src/CMakeFiles/plasma_applet_seventasks_autogen.dir/build +.PHONY : plasma_applet_seventasks_autogen/fast + +plasma_applet_seventasks_autogen/mocs_compilation.o: plasma_applet_seventasks_autogen/mocs_compilation.cpp.o +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.o + +# target to build an object file +plasma_applet_seventasks_autogen/mocs_compilation.cpp.o: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.o +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.o + +plasma_applet_seventasks_autogen/mocs_compilation.i: plasma_applet_seventasks_autogen/mocs_compilation.cpp.i +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.i + +# target to preprocess a source file +plasma_applet_seventasks_autogen/mocs_compilation.cpp.i: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.i +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.i + +plasma_applet_seventasks_autogen/mocs_compilation.s: plasma_applet_seventasks_autogen/mocs_compilation.cpp.s +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.s + +# target to generate assembly for a file +plasma_applet_seventasks_autogen/mocs_compilation.cpp.s: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/plasma_applet_seventasks_autogen/mocs_compilation.cpp.s +.PHONY : plasma_applet_seventasks_autogen/mocs_compilation.cpp.s + +seventasks.o: seventasks.cpp.o +.PHONY : seventasks.o + +# target to build an object file +seventasks.cpp.o: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.o +.PHONY : seventasks.cpp.o + +seventasks.i: seventasks.cpp.i +.PHONY : seventasks.i + +# target to preprocess a source file +seventasks.cpp.i: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.i +.PHONY : seventasks.cpp.i + +seventasks.s: seventasks.cpp.s +.PHONY : seventasks.s + +# target to generate assembly for a file +seventasks.cpp.s: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/plasma_applet_seventasks.dir/build.make src/CMakeFiles/plasma_applet_seventasks.dir/seventasks.cpp.s +.PHONY : seventasks.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... io.gitgud.wackyideas.seventasks-plasmoids-metadata-json" + @echo "... plasma_applet_seventasks_autogen" + @echo "... plasma_applet_seventasks" + @echo "... plasma_applet_seventasks_autogen/mocs_compilation.o" + @echo "... plasma_applet_seventasks_autogen/mocs_compilation.i" + @echo "... plasma_applet_seventasks_autogen/mocs_compilation.s" + @echo "... seventasks.o" + @echo "... seventasks.i" + @echo "... seventasks.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build" && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/cmake_install.cmake b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/cmake_install.cmake new file mode 100755 index 0000000..fab108f --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/cmake_install.cmake @@ -0,0 +1,76 @@ +# Install script for directory: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "plasma-seventasks" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets" TYPE MODULE FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/plasma_applet_seventasks.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/qt/plugins/plasma/applets/plasma_applet_seventasks.so") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "plasma-seventasks" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks" TYPE DIRECTORY FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/package/" REGEX "/\\.svn$" EXCLUDE REGEX "/[^/]*\\.qmlc$" EXCLUDE REGEX "/CMakeLists\\.txt$" EXCLUDE REGEX "/Messages\\.sh$" EXCLUDE REGEX "/dummydata$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "plasma-seventasks" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/plasma/plasmoids/io.gitgud.wackyideas.seventasks" TYPE FILE RENAME "metadata.json" FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "plasma-seventasks" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/metainfo" TYPE FILE OPTIONAL FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks.appdata.xml") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "plasma-seventasks" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/kservices5" TYPE FILE RENAME "plasma-applet-io.gitgud.wackyideas.seventasks.desktop" FILES "/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma Widgets/User/seventasks_src/src/package/metadata.desktop") +endif() + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json new file mode 100755 index 0000000..0dc4c90 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks-plasmoids-metadata.json @@ -0,0 +1,98 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "wackyideas@disroot.org", + "Name": "WackyIdeas" + } + ], + "Category": "Utilities", + "Description": "Classic taskbar-style window switcher displaying icons and text", + "Description[ar]": "مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص", + "Description[az]": "Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici", + "Description[bg]": "Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст", + "Description[ca@valencia]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[ca]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[en_GB]": "Classic taskbar-style window switcher displaying icons and text", + "Description[es]": "Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto", + "Description[eu]": "Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena", + "Description[fi]": "Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein", + "Description[fr]": "Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte", + "Description[ia]": "Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto", + "Description[id]": "Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks", + "Description[it]": "Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo", + "Description[ko]": "아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기", + "Description[nl]": "Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst", + "Description[nn]": "Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst", + "Description[pl]": "Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań", + "Description[pt]": "Selector de janelas clássico em tarefas que mostra ícones e texto", + "Description[pt_BR]": "Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto", + "Description[ro]": "Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text", + "Description[ru]": "Классический вариант панели задач, использующий значки и текст", + "Description[sk]": "Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text", + "Description[sl]": "Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo", + "Description[sv]": "Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text", + "Description[ta]": "சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி", + "Description[tr]": "Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi", + "Description[uk]": "Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту", + "Description[vi]": "Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ", + "Description[x-test]": "xxClassic taskbar-style window switcher displaying icons and textxx", + "Description[zh_CN]": "经典风格的同时显示图标和文本的任务栏式窗口切换器", + "EnabledByDefault": true, + "Icon": "applications-system", + "Id": "io.gitgud.wackyideas.seventasks", + "License": "LGPL-2.1+", + "Name": "SevenTasks", + "Name[ar]": "SevenTasks", + "Name[az]": "SevenTasks", + "Name[ca@valencia]": "SevenTasks", + "Name[ca]": "SevenTasks", + "Name[cs]": "SevenTasks", + "Name[da]": "SevenTasks", + "Name[de]": "SevenTasks", + "Name[en_GB]": "SevenTasks", + "Name[es]": "SevenTasks", + "Name[et]": "SevenTasks", + "Name[eu]": "SevenTasks", + "Name[fi]": "SevenTasks", + "Name[fr]": "SevenTasks", + "Name[gd]": "SevenTasks", + "Name[gl]": "SevenTasks", + "Name[hu]": "SevenTasks", + "Name[ia]": "SevenTasks", + "Name[id]": "SevenTasks", + "Name[it]": "SevenTasks", + "Name[ko]": "SevenTasks", + "Name[lt]": "SevenTasks", + "Name[nb]": "SevenTasks", + "Name[nl]": "SevenTasks", + "Name[nn]": "SevenTasks", + "Name[pa]": "SevenTasks", + "Name[pl]": "SevenTasks", + "Name[pt]": "SevenTasks", + "Name[pt_BR]": "SevenTasks", + "Name[ro]": "SevenTasks", + "Name[ru]": "SevenTasks", + "Name[sk]": "SevenTasks", + "Name[sl]": "SevenTasks", + "Name[sr@ijekavian]": "SevenTasks", + "Name[sr@ijekavianlatin]": "SevenTasks", + "Name[sr@latin]": "SevenTasks", + "Name[sr]": "SevenTasks", + "Name[sv]": "SevenTasks", + "Name[tg]": "SevenTasks", + "Name[tr]": "SevenTasks", + "Name[uk]": "SevenTasks", + "Name[vi]": "SevenTasks", + "Name[x-test]": "xxSevenTasksxx", + "Name[zh_CN]": "SevenTasks", + "Name[zh_TW]": "SevenTasks", + "ServiceTypes": [ + "Plasma/Applet" + ], + "Version": "1.0", + "Website": "https://plasma.kde.org/" + }, + "X-Plasma-API": "declarativeappletscript", + "X-Plasma-MainScript": "ui/main.qml" +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks.appdata.xml b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks.appdata.xml new file mode 100755 index 0000000..0ec9869 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/io.gitgud.wackyideas.seventasks.appdata.xml @@ -0,0 +1,86 @@ + + + io.gitgud.wackyideas.seventasks + org.kde.plasmashell + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + SevenTasks + xxSevenTasksxx + SevenTasks + SevenTasks + Classic taskbar-style window switcher displaying icons and text + مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص + Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici + Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст + Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text + Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text + Classic taskbar-style window switcher displaying icons and text + Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto + Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena + Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein + Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte + Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto + Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks + Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo + 아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기 + Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst + Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst + Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań + Selector de janelas clássico em tarefas que mostra ícones e texto + Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto + Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text + Классический вариант панели задач, использующий значки и текст + Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text + Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo + Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text + சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி + Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi + Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту + Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ + xxClassic taskbar-style window switcher displaying icons and textxx + 经典风格的同时显示图标和文本的任务栏式窗口切换器 + https://plasma.kde.org/ + WackyIdeas <wackyideas@disroot.org> + applications-system + LGPL-2.1+ + CC0-1.0 + diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/metadata.json b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/metadata.json new file mode 100755 index 0000000..0dc4c90 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/metadata.json @@ -0,0 +1,98 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "wackyideas@disroot.org", + "Name": "WackyIdeas" + } + ], + "Category": "Utilities", + "Description": "Classic taskbar-style window switcher displaying icons and text", + "Description[ar]": "مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص", + "Description[az]": "Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici", + "Description[bg]": "Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст", + "Description[ca@valencia]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[ca]": "Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text", + "Description[en_GB]": "Classic taskbar-style window switcher displaying icons and text", + "Description[es]": "Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto", + "Description[eu]": "Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena", + "Description[fi]": "Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein", + "Description[fr]": "Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte", + "Description[ia]": "Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto", + "Description[id]": "Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks", + "Description[it]": "Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo", + "Description[ko]": "아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기", + "Description[nl]": "Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst", + "Description[nn]": "Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst", + "Description[pl]": "Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań", + "Description[pt]": "Selector de janelas clássico em tarefas que mostra ícones e texto", + "Description[pt_BR]": "Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto", + "Description[ro]": "Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text", + "Description[ru]": "Классический вариант панели задач, использующий значки и текст", + "Description[sk]": "Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text", + "Description[sl]": "Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo", + "Description[sv]": "Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text", + "Description[ta]": "சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி", + "Description[tr]": "Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi", + "Description[uk]": "Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту", + "Description[vi]": "Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ", + "Description[x-test]": "xxClassic taskbar-style window switcher displaying icons and textxx", + "Description[zh_CN]": "经典风格的同时显示图标和文本的任务栏式窗口切换器", + "EnabledByDefault": true, + "Icon": "applications-system", + "Id": "io.gitgud.wackyideas.seventasks", + "License": "LGPL-2.1+", + "Name": "SevenTasks", + "Name[ar]": "SevenTasks", + "Name[az]": "SevenTasks", + "Name[ca@valencia]": "SevenTasks", + "Name[ca]": "SevenTasks", + "Name[cs]": "SevenTasks", + "Name[da]": "SevenTasks", + "Name[de]": "SevenTasks", + "Name[en_GB]": "SevenTasks", + "Name[es]": "SevenTasks", + "Name[et]": "SevenTasks", + "Name[eu]": "SevenTasks", + "Name[fi]": "SevenTasks", + "Name[fr]": "SevenTasks", + "Name[gd]": "SevenTasks", + "Name[gl]": "SevenTasks", + "Name[hu]": "SevenTasks", + "Name[ia]": "SevenTasks", + "Name[id]": "SevenTasks", + "Name[it]": "SevenTasks", + "Name[ko]": "SevenTasks", + "Name[lt]": "SevenTasks", + "Name[nb]": "SevenTasks", + "Name[nl]": "SevenTasks", + "Name[nn]": "SevenTasks", + "Name[pa]": "SevenTasks", + "Name[pl]": "SevenTasks", + "Name[pt]": "SevenTasks", + "Name[pt_BR]": "SevenTasks", + "Name[ro]": "SevenTasks", + "Name[ru]": "SevenTasks", + "Name[sk]": "SevenTasks", + "Name[sl]": "SevenTasks", + "Name[sr@ijekavian]": "SevenTasks", + "Name[sr@ijekavianlatin]": "SevenTasks", + "Name[sr@latin]": "SevenTasks", + "Name[sr]": "SevenTasks", + "Name[sv]": "SevenTasks", + "Name[tg]": "SevenTasks", + "Name[tr]": "SevenTasks", + "Name[uk]": "SevenTasks", + "Name[vi]": "SevenTasks", + "Name[x-test]": "xxSevenTasksxx", + "Name[zh_CN]": "SevenTasks", + "Name[zh_TW]": "SevenTasks", + "ServiceTypes": [ + "Plasma/Applet" + ], + "Version": "1.0", + "Website": "https://plasma.kde.org/" + }, + "X-Plasma-API": "declarativeappletscript", + "X-Plasma-MainScript": "ui/main.qml" +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks.so b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks.so new file mode 100755 index 0000000..25e695d Binary files /dev/null and b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks.so differ diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp new file mode 100755 index 0000000..933d220 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp @@ -0,0 +1,193 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'seventasks.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../src/seventasks.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'seventasks.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.10. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_SevenTasks_t { + QByteArrayData data[13]; + char stringdata0[129]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_SevenTasks_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_SevenTasks_t qt_meta_stringdata_SevenTasks = { + { +QT_MOC_LITERAL(0, 0, 10), // "SevenTasks" +QT_MOC_LITERAL(1, 11, 18), // "mouseEventDetected" +QT_MOC_LITERAL(2, 30, 0), // "" +QT_MOC_LITERAL(3, 31, 16), // "getDominantColor" +QT_MOC_LITERAL(4, 48, 3), // "src" +QT_MOC_LITERAL(5, 52, 14), // "isActiveWindow" +QT_MOC_LITERAL(6, 67, 3), // "wid" +QT_MOC_LITERAL(7, 71, 17), // "disableBlurBehind" +QT_MOC_LITERAL(8, 89, 8), // "QWindow*" +QT_MOC_LITERAL(9, 98, 1), // "w" +QT_MOC_LITERAL(10, 100, 12), // "setMouseGrab" +QT_MOC_LITERAL(11, 113, 3), // "arg" +QT_MOC_LITERAL(12, 117, 11) // "getPosition" + + }, + "SevenTasks\0mouseEventDetected\0\0" + "getDominantColor\0src\0isActiveWindow\0" + "wid\0disableBlurBehind\0QWindow*\0w\0" + "setMouseGrab\0arg\0getPosition" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_SevenTasks[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 44, 2, 0x06 /* Public */, + + // methods: name, argc, parameters, tag, flags + 3, 1, 45, 2, 0x02 /* Public */, + 5, 1, 48, 2, 0x02 /* Public */, + 7, 1, 51, 2, 0x02 /* Public */, + 10, 2, 54, 2, 0x02 /* Public */, + 12, 1, 59, 2, 0x02 /* Public */, + + // signals: parameters + QMetaType::Void, + + // methods: parameters + QMetaType::QColor, QMetaType::QVariant, 4, + QMetaType::Bool, QMetaType::Int, 6, + QMetaType::Void, 0x80000000 | 8, 9, + QMetaType::Void, QMetaType::Bool, 0x80000000 | 8, 11, 9, + QMetaType::QPoint, 0x80000000 | 8, 9, + + 0 // eod +}; + +void SevenTasks::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->mouseEventDetected(); break; + case 1: { QColor _r = _t->getDominantColor((*reinterpret_cast< QVariant(*)>(_a[1]))); + if (_a[0]) *reinterpret_cast< QColor*>(_a[0]) = std::move(_r); } break; + case 2: { bool _r = _t->isActiveWindow((*reinterpret_cast< int(*)>(_a[1]))); + if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break; + case 3: _t->disableBlurBehind((*reinterpret_cast< QWindow*(*)>(_a[1]))); break; + case 4: _t->setMouseGrab((*reinterpret_cast< bool(*)>(_a[1])),(*reinterpret_cast< QWindow*(*)>(_a[2]))); break; + case 5: { QPoint _r = _t->getPosition((*reinterpret_cast< QWindow*(*)>(_a[1]))); + if (_a[0]) *reinterpret_cast< QPoint*>(_a[0]) = std::move(_r); } break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 3: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QWindow* >(); break; + } + break; + case 4: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QWindow* >(); break; + } + break; + case 5: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QWindow* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (SevenTasks::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SevenTasks::mouseEventDetected)) { + *result = 0; + return; + } + } + } +} + +QT_INIT_METAOBJECT const QMetaObject SevenTasks::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_SevenTasks.data, + qt_meta_data_SevenTasks, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *SevenTasks::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *SevenTasks::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_SevenTasks.stringdata0)) + return static_cast(this); + return Plasma::Applet::qt_metacast(_clname); +} + +int SevenTasks::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = Plasma::Applet::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } + return _id; +} + +// SIGNAL 0 +void SevenTasks::mouseEventDetected() +{ + QMetaObject::activate(this, &staticMetaObject, 0, nullptr); +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d new file mode 100755 index 0000000..483b2a2 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp.d @@ -0,0 +1,479 @@ +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/EWIEGA46WW/moc_seventasks.cpp: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h \ + /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/KF5/KConfigCore/kconfig.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KCoreAddons/KJob \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h \ + /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h \ + /usr/include/KF5/Plasma/Applet \ + /usr/include/KF5/plasma/applet.h \ + /usr/include/KF5/plasma/framesvg.h \ + /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/plasma/svg.h \ + /usr/include/KF5/plasma/theme.h \ + /usr/include/alloca.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/byteswap.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/local_lim.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix1_lim.h \ + /usr/include/bits/posix2_lim.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/select.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/stdint-intn.h \ + /usr/include/bits/stdint-uintn.h \ + /usr/include/bits/stdio_lim.h \ + /usr/include/bits/stdlib-float.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/sigset_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/uintn-identity.h \ + /usr/include/bits/uio_lim.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/bits/xopen_lim.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/array \ + /usr/include/c++/13.1.1/atomic \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bit \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/align.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13.1.1/bits/atomic_wait.h \ + /usr/include/c++/13.1.1/bits/basic_ios.h \ + /usr/include/c++/13.1.1/bits/basic_ios.tcc \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/bits/c++0x_warning.h \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/bits/enable_special_members.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/bits/iterator_concepts.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/bits/locale_facets.h \ + /usr/include/c++/13.1.1/bits/locale_facets.tcc \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/bits/max_size_type.h \ + /usr/include/c++/13.1.1/bits/memory_resource.h \ + /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/bits/mofunc_impl.h \ + /usr/include/c++/13.1.1/bits/move.h \ + /usr/include/c++/13.1.1/bits/move_only_function.h \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h \ + /usr/include/c++/13.1.1/bits/node_handle.h \ + /usr/include/c++/13.1.1/bits/ostream.tcc \ + /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/postypes.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/ranges_algo.h \ + /usr/include/c++/13.1.1/bits/ranges_algobase.h \ + /usr/include/c++/13.1.1/bits/ranges_base.h \ + /usr/include/c++/13.1.1/bits/ranges_cmp.h \ + /usr/include/c++/13.1.1/bits/ranges_uninitialized.h \ + /usr/include/c++/13.1.1/bits/ranges_util.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/c++/13.1.1/bits/std_mutex.h \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/bits/string_view.tcc \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/bits/unique_ptr.h \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/uses_allocator_args.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/bits/vector.tcc \ + /usr/include/c++/13.1.1/cctype \ + /usr/include/c++/13.1.1/cerrno \ + /usr/include/c++/13.1.1/climits \ + /usr/include/c++/13.1.1/clocale \ + /usr/include/c++/13.1.1/compare \ + /usr/include/c++/13.1.1/concepts \ + /usr/include/c++/13.1.1/cstddef \ + /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/cstdlib \ + /usr/include/c++/13.1.1/cwchar \ + /usr/include/c++/13.1.1/cwctype \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/functional \ + /usr/include/c++/13.1.1/initializer_list \ + /usr/include/c++/13.1.1/ios \ + /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/limits \ + /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/memory \ + /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/numbers \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/optional \ + /usr/include/c++/13.1.1/ostream \ + /usr/include/c++/13.1.1/pstl/execution_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_memory_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/13.1.1/stdexcept \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/string_view \ + /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/unordered_map \ + /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/vector \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/endian.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/limits.h \ + /usr/include/linux/errno.h \ + /usr/include/linux/limits.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/QDataStream \ + /usr/include/qt/QtCore/QDate \ + /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/QJsonObject \ + /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/QMetaType \ + /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QPair \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/qt/QtCore/QSize \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/QString \ + /usr/include/qt/QtCore/QStringList \ + /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/QUuid \ + /usr/include/qt/QtCore/QVariant \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/qt/QtCore/QtGlobal \ + /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qdebug.h \ + /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h \ + /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlocale.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/qt/QtCore/qpluginloader.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qset.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qurl.h \ + /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/QColor \ + /usr/include/qt/QtGui/QCursor \ + /usr/include/qt/QtGui/QFont \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/QIcon \ + /usr/include/qt/QtGui/QImage \ + /usr/include/qt/QtGui/QKeySequence \ + /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/QRgb \ + /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qsurface.h \ + /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtouchdevice.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qwindow.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h \ + /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlcomponent.h \ + /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtQml/qtqmlglobal.h \ + /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtQuick/qtquick-config.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/stdint.h \ + /usr/include/stdio.h \ + /usr/include/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/select.h \ + /usr/include/sys/syscall.h \ + /usr/include/sys/types.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc new file mode 100755 index 0000000..2fc0749 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc @@ -0,0 +1,687 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'seventasks.cpp' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'seventasks.cpp' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.10. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_SevenTasksFactory_t { + QByteArrayData data[1]; + char stringdata0[18]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_SevenTasksFactory_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_SevenTasksFactory_t qt_meta_stringdata_SevenTasksFactory = { + { +QT_MOC_LITERAL(0, 0, 17) // "SevenTasksFactory" + + }, + "SevenTasksFactory" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_SevenTasksFactory[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void SevenTasksFactory::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + (void)_o; + (void)_id; + (void)_c; + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject SevenTasksFactory::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_SevenTasksFactory.data, + qt_meta_data_SevenTasksFactory, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *SevenTasksFactory::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *SevenTasksFactory::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_SevenTasksFactory.stringdata0)) + return static_cast(this); + if (!strcmp(_clname, "org.kde.KPluginFactory")) + return static_cast< KPluginFactory*>(this); + return KPluginFactory::qt_metacast(_clname); +} + +int SevenTasksFactory::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = KPluginFactory::qt_metacall(_c, _id, _a); + return _id; +} + +QT_PLUGIN_METADATA_SECTION +static constexpr unsigned char qt_pluginMetaData[] = { + 'Q', 'T', 'M', 'E', 'T', 'A', 'D', 'A', 'T', 'A', ' ', '!', + // metadata version, Qt version, architectural requirements + 0, QT_VERSION_MAJOR, QT_VERSION_MINOR, qPluginArchRequirements(), + 0xbf, + // "IID" + 0x02, 0x76, 'o', 'r', 'g', '.', 'k', 'd', + 'e', '.', 'K', 'P', 'l', 'u', 'g', 'i', + 'n', 'F', 'a', 'c', 't', 'o', 'r', 'y', + // "className" + 0x03, 0x71, 'S', 'e', 'v', 'e', 'n', 'T', + 'a', 's', 'k', 's', 'F', 'a', 'c', 't', + 'o', 'r', 'y', + // "MetaData" + 0x04, 0xa3, 0x67, 'K', 'P', 'l', 'u', 'g', + 'i', 'n', 0xb8, 0x55, 0x67, 'A', 'u', 't', + 'h', 'o', 'r', 's', 0x81, 0xa2, 0x65, 'E', + 'm', 'a', 'i', 'l', 0x76, 'w', 'a', 'c', + 'k', 'y', 'i', 'd', 'e', 'a', 's', '@', + 'd', 'i', 's', 'r', 'o', 'o', 't', '.', + 'o', 'r', 'g', 0x64, 'N', 'a', 'm', 'e', + 0x6a, 'W', 'a', 'c', 'k', 'y', 'I', 'd', + 'e', 'a', 's', 0x68, 'C', 'a', 't', 'e', + 'g', 'o', 'r', 'y', 0x69, 'U', 't', 'i', + 'l', 'i', 't', 'i', 'e', 's', 0x6b, 'D', + 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', + 'o', 'n', 0x78, 0x3f, 'C', 'l', 'a', 's', + 's', 'i', 'c', ' ', 't', 'a', 's', 'k', + 'b', 'a', 'r', '-', 's', 't', 'y', 'l', + 'e', ' ', 'w', 'i', 'n', 'd', 'o', 'w', + ' ', 's', 'w', 'i', 't', 'c', 'h', 'e', + 'r', ' ', 'd', 'i', 's', 'p', 'l', 'a', + 'y', 'i', 'n', 'g', ' ', 'i', 'c', 'o', + 'n', 's', ' ', 'a', 'n', 'd', ' ', 't', + 'e', 'x', 't', 0x6f, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 'a', 'r', ']', 0x78, 0x66, uchar('\xd9'), uchar('\x85'), uchar('\xd8'), + uchar('\xa8'), uchar('\xd8'), uchar('\xaf'), uchar('\xd9'), uchar('\x84'), ' ', uchar('\xd9'), uchar('\x86'), + uchar('\xd9'), uchar('\x88'), uchar('\xd8'), uchar('\xa7'), uchar('\xd9'), uchar('\x81'), uchar('\xd8'), uchar('\xb0'), + ' ', uchar('\xd8'), uchar('\xaa'), uchar('\xd9'), uchar('\x82'), uchar('\xd9'), uchar('\x84'), uchar('\xd9'), + uchar('\x8a'), uchar('\xd8'), uchar('\xaf'), uchar('\xd9'), uchar('\x8a'), ' ', uchar('\xd8'), uchar('\xa8'), + uchar('\xd9'), uchar('\x86'), uchar('\xd9'), uchar('\x85'), uchar('\xd8'), uchar('\xb7'), ' ', uchar('\xd8'), + uchar('\xb4'), uchar('\xd8'), uchar('\xb1'), uchar('\xd9'), uchar('\x8a'), uchar('\xd8'), uchar('\xb7'), ' ', + uchar('\xd8'), uchar('\xa7'), uchar('\xd9'), uchar('\x84'), uchar('\xd9'), uchar('\x85'), uchar('\xd9'), uchar('\x87'), + uchar('\xd8'), uchar('\xa7'), uchar('\xd9'), uchar('\x85'), ' ', uchar('\xd9'), uchar('\x8a'), uchar('\xd8'), + uchar('\xb9'), uchar('\xd8'), uchar('\xb1'), uchar('\xd8'), uchar('\xb6'), ' ', uchar('\xd8'), uchar('\xa7'), + uchar('\xd9'), uchar('\x84'), uchar('\xd8'), uchar('\xa3'), uchar('\xd9'), uchar('\x8a'), uchar('\xd9'), uchar('\x82'), + uchar('\xd9'), uchar('\x88'), uchar('\xd9'), uchar('\x86'), uchar('\xd8'), uchar('\xa7'), uchar('\xd8'), uchar('\xaa'), + ' ', uchar('\xd9'), uchar('\x88'), uchar('\xd8'), uchar('\xa7'), uchar('\xd9'), uchar('\x84'), uchar('\xd9'), + uchar('\x86'), uchar('\xd8'), uchar('\xb5'), 0x6f, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 'a', 'z', ']', 0x78, 0x5e, 'N', 'i', uchar('\xc5'), + uchar('\x9f'), 'a', 'n', 'l', 'a', 'r', ' ', 'v', + uchar('\xc9'), uchar('\x99'), ' ', 'm', uchar('\xc9'), uchar('\x99'), 't', 'n', + ' ', 'g', uchar('\xc3'), uchar('\xb6'), 's', 't', uchar('\xc9'), uchar('\x99'), + 'r', uchar('\xc9'), uchar('\x99'), 'n', ' ', 'k', 'l', 'a', + 's', 's', 'i', 'k', ' ', 't', 'a', 'p', + uchar('\xc5'), uchar('\x9f'), uchar('\xc4'), uchar('\xb1'), 'r', uchar('\xc4'), uchar('\xb1'), 'q', + ' ', 'p', 'a', 'n', 'e', 'l', 'i', ' ', + uchar('\xc3'), uchar('\xbc'), 's', 'l', 'u', 'b', 'u', 'n', + 'd', 'a', ' ', 'p', uchar('\xc9'), uchar('\x99'), 'n', 'c', + uchar('\xc9'), uchar('\x99'), 'r', uchar('\xc9'), uchar('\x99'), ' ', 'd', uchar('\xc9'), + uchar('\x99'), 'y', 'i', uchar('\xc5'), uchar('\x9f'), 'd', 'i', 'r', + 'i', 'c', 'i', 0x6f, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 'b', 'g', ']', 0x78, 0x9d, uchar('\xd0'), uchar('\x9a'), uchar('\xd0'), + uchar('\xbb'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), + uchar('\x87'), uchar('\xd0'), uchar('\xb5'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), + uchar('\xb8'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb5'), + uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x8e'), + uchar('\xd1'), uchar('\x87'), uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x82'), + uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbb'), ' ', uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), + uchar('\xb0'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xbe'), + uchar('\xd0'), uchar('\xb7'), uchar('\xd0'), uchar('\xbe'), uchar('\xd1'), uchar('\x80'), uchar('\xd1'), uchar('\x86'), + uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd0'), uchar('\xb2'), ' ', uchar('\xd1'), uchar('\x81'), + uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xbb'), ' ', uchar('\xd0'), + uchar('\xbb'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbd'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), + uchar('\xb0'), ' ', uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), uchar('\xb0'), ' ', uchar('\xd0'), + uchar('\xb7'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), + uchar('\x87'), uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb5'), ',', + ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), + uchar('\xb0'), uchar('\xd0'), uchar('\xb7'), uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), + uchar('\x89'), ' ', uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xbe'), + uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd0'), uchar('\xb8'), ' ', + uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xba'), uchar('\xd1'), uchar('\x81'), + uchar('\xd1'), uchar('\x82'), 0x78, 0x18, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 'c', 'a', '@', 'v', 'a', 'l', 'e', 'n', + 'c', 'i', 'a', ']', 0x78, 0x56, 'C', 'o', + 'm', 'm', 'u', 't', 'a', 'd', 'o', 'r', + ' ', 'd', 'e', ' ', 'f', 'i', 'n', 'e', + 's', 't', 'r', 'e', 's', ' ', 'c', 'l', + uchar('\xc3'), uchar('\xa0'), 's', 's', 'i', 'c', ' ', 'd', + '\'', 'e', 's', 't', 'i', 'l', ' ', 'b', + 'a', 'r', 'r', 'a', ' ', 'd', 'e', ' ', + 't', 'a', 's', 'q', 'u', 'e', 's', ' ', + 'q', 'u', 'e', ' ', 'm', 'o', 's', 't', + 'r', 'a', ' ', 'l', 'e', 's', ' ', 'i', + 'c', 'o', 'n', 'e', 's', ' ', 'i', ' ', + 't', 'e', 'x', 't', 0x6f, 'D', 'e', 's', + 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', + '[', 'c', 'a', ']', 0x78, 0x56, 'C', 'o', + 'm', 'm', 'u', 't', 'a', 'd', 'o', 'r', + ' ', 'd', 'e', ' ', 'f', 'i', 'n', 'e', + 's', 't', 'r', 'e', 's', ' ', 'c', 'l', + uchar('\xc3'), uchar('\xa0'), 's', 's', 'i', 'c', ' ', 'd', + '\'', 'e', 's', 't', 'i', 'l', ' ', 'b', + 'a', 'r', 'r', 'a', ' ', 'd', 'e', ' ', + 't', 'a', 's', 'q', 'u', 'e', 's', ' ', + 'q', 'u', 'e', ' ', 'm', 'o', 's', 't', + 'r', 'a', ' ', 'l', 'e', 's', ' ', 'i', + 'c', 'o', 'n', 'e', 's', ' ', 'i', ' ', + 't', 'e', 'x', 't', 0x72, 'D', 'e', 's', + 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', + '[', 'e', 'n', '_', 'G', 'B', ']', 0x78, + 0x3f, 'C', 'l', 'a', 's', 's', 'i', 'c', + ' ', 't', 'a', 's', 'k', 'b', 'a', 'r', + '-', 's', 't', 'y', 'l', 'e', ' ', 'w', + 'i', 'n', 'd', 'o', 'w', ' ', 's', 'w', + 'i', 't', 'c', 'h', 'e', 'r', ' ', 'd', + 'i', 's', 'p', 'l', 'a', 'y', 'i', 'n', + 'g', ' ', 'i', 'c', 'o', 'n', 's', ' ', + 'a', 'n', 'd', ' ', 't', 'e', 'x', 't', + 0x6f, 'D', 'e', 's', 'c', 'r', 'i', 'p', + 't', 'i', 'o', 'n', '[', 'e', 's', ']', + 0x78, 0x58, 'S', 'e', 'l', 'e', 'c', 't', + 'o', 'r', ' ', 'd', 'e', ' ', 'v', 'e', + 'n', 't', 'a', 'n', 'a', 's', ' ', 'a', + 'l', ' ', 'e', 's', 't', 'i', 'l', 'o', + ' ', 'd', 'e', ' ', 'l', 'a', ' ', 'b', + 'a', 'r', 'r', 'a', ' ', 'd', 'e', ' ', + 't', 'a', 'r', 'e', 'a', 's', ' ', 'c', + 'l', uchar('\xc3'), uchar('\xa1'), 's', 'i', 'c', 'a', ' ', + 'q', 'u', 'e', ' ', 'm', 'u', 'e', 's', + 't', 'r', 'a', ' ', 'i', 'c', 'o', 'n', + 'o', 's', ' ', 'y', ' ', 't', 'e', 'x', + 't', 'o', 0x6f, 'D', 'e', 's', 'c', 'r', + 'i', 'p', 't', 'i', 'o', 'n', '[', 'e', + 'u', ']', 0x78, 0x53, 'A', 't', 'a', 'z', + 'a', '-', 'b', 'a', 'r', 'r', 'a', ' ', + 't', 'a', 'n', 'k', 'e', 'r', 'a', 'k', + 'o', ' ', 'l', 'e', 'i', 'h', 'o', ' ', + 'a', 'l', 'd', 'a', 't', 'z', 'a', 'i', + 'l', 'e', ' ', 'k', 'l', 'a', 's', 'i', + 'k', 'o', 'a', ' ', 'i', 'k', 'o', 'n', + 'o', 'a', 'k', ' ', 'e', 't', 'a', ' ', + 't', 'e', 's', 't', 'u', 'a', ' ', 'a', + 'z', 'a', 'l', 't', 'z', 'e', 'n', ' ', + 'd', 'i', 't', 'u', 'e', 'n', 'a', 0x6f, + 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', + 'i', 'o', 'n', '[', 'f', 'i', ']', 0x78, + 0x44, 'P', 'e', 'r', 'i', 'n', 't', 'e', + 'i', 'n', 'e', 'n', ' ', 't', 'e', 'h', + 't', uchar('\xc3'), uchar('\xa4'), 'v', uchar('\xc3'), uchar('\xa4'), 'p', 'a', + 'l', 'k', 'k', 'i', 'm', 'a', 'i', 'n', + 'e', 'n', ' ', 'i', 'k', 'k', 'u', 'n', + 'a', 'v', 'a', 'i', 'h', 't', 'o', ' ', + 'k', 'u', 'v', 'a', 'k', 'k', 'e', 'i', + 'n', ' ', 'j', 'a', ' ', 't', 'e', 'k', + 's', 't', 'e', 'i', 'n', 0x6f, 'D', 'e', + 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', + 'n', '[', 'f', 'r', ']', 0x78, 0x59, 'S', + uchar('\xc3'), uchar('\xa9'), 'l', 'e', 'c', 't', 'e', 'u', + 'r', ' ', 'c', 'l', 'a', 's', 's', 'i', + 'q', 'u', 'e', ' ', 'd', 'e', ' ', 'f', + 'e', 'n', uchar('\xc3'), uchar('\xaa'), 't', 'r', 'e', 's', + ' ', 'e', 'n', ' ', 'b', 'a', 'r', 'r', + 'e', ' ', 'd', 'e', 's', ' ', 't', uchar('\xc3'), + uchar('\xa2'), 'c', 'h', 'e', 's', ',', ' ', 'a', + 'f', 'f', 'i', 'c', 'h', 'a', 'n', 't', + ' ', 'd', 'e', 's', ' ', 'i', 'c', uchar('\xc3'), + uchar('\xb4'), 'n', 'e', 's', ' ', 'e', 't', ' ', + 'd', 'u', ' ', 't', 'e', 'x', 't', 'e', + 0x6f, 'D', 'e', 's', 'c', 'r', 'i', 'p', + 't', 'i', 'o', 'n', '[', 'i', 'a', ']', + 0x78, 0x53, 'M', 'o', 'd', 'e', 'r', 'n', + 'e', ' ', 'C', 'o', 'm', 'm', 'u', 't', + 'a', 't', 'o', 'r', ' ', 'd', 'e', ' ', + 'f', 'e', 'n', 'e', 's', 't', 'r', 'a', + ' ', 'd', 'e', ' ', 's', 't', 'i', 'l', + 'o', ' ', 'a', ' ', 'b', 'a', 'r', 'r', + 'a', ' ', 'd', 'e', ' ', 'c', 'a', 'r', + 'g', 'a', ' ', 'm', 'o', 'n', 's', 't', + 'r', 'a', 'n', 't', 'e', ' ', ' ', 'i', + 'c', 'o', 'n', 'e', 's', ' ', 'e', ' ', + 't', 'e', 'x', 't', 'o', 0x6f, 'D', 'e', + 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', + 'n', '[', 'i', 'd', ']', 0x78, 0x42, 'P', + 'e', 'n', 'g', 'a', 'l', 'i', 'h', ' ', + 'w', 'i', 'n', 'd', 'o', 'w', ' ', 'g', + 'a', 'y', 'a', ' ', 't', 'a', 's', 'k', + 'b', 'a', 'r', ' ', 'k', 'l', 'a', 's', + 'i', 'k', ' ', 'y', 'a', 'n', 'g', ' ', + 'm', 'e', 'n', 'a', 'm', 'p', 'i', 'l', + 'k', 'a', 'n', ' ', 'i', 'k', 'o', 'n', + ' ', 'd', 'a', 'n', ' ', 't', 'e', 'k', + 's', 0x6f, 'D', 'e', 's', 'c', 'r', 'i', + 'p', 't', 'i', 'o', 'n', '[', 'i', 't', + ']', 0x78, 0x5b, 'S', 'c', 'a', 'm', 'b', + 'i', 'a', 't', 'o', 'r', 'e', ' ', 'd', + 'i', ' ', 'f', 'i', 'n', 'e', 's', 't', + 'r', 'e', ' ', 'c', 'l', 'a', 's', 's', + 'i', 'c', 'o', ' ', 'i', 'n', ' ', 's', + 't', 'i', 'l', 'e', ' ', 'b', 'a', 'r', + 'r', 'a', ' ', 'd', 'e', 'l', 'l', 'e', + ' ', 'a', 'p', 'p', 'l', 'i', 'c', 'a', + 'z', 'i', 'o', 'n', 'i', ' ', 'c', 'h', + 'e', ' ', 'm', 'o', 's', 't', 'r', 'a', + ' ', 'i', 'c', 'o', 'n', 'e', ' ', 'e', + ' ', 't', 'e', 's', 't', 'o', 0x6f, 'D', + 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', + 'o', 'n', '[', 'k', 'o', ']', 0x78, 0x56, + uchar('\xec'), uchar('\x95'), uchar('\x84'), uchar('\xec'), uchar('\x9d'), uchar('\xb4'), uchar('\xec'), uchar('\xbd'), + uchar('\x98'), uchar('\xea'), uchar('\xb3'), uchar('\xbc'), ' ', uchar('\xed'), uchar('\x85'), uchar('\x8d'), + uchar('\xec'), uchar('\x8a'), uchar('\xa4'), uchar('\xed'), uchar('\x8a'), uchar('\xb8'), uchar('\xeb'), uchar('\xa5'), + uchar('\xbc'), ' ', uchar('\xed'), uchar('\x91'), uchar('\x9c'), uchar('\xec'), uchar('\x8b'), uchar('\x9c'), + uchar('\xed'), uchar('\x95'), uchar('\x98'), uchar('\xeb'), uchar('\x8a'), uchar('\x94'), ' ', uchar('\xea'), + uchar('\xb3'), uchar('\xa0'), uchar('\xec'), uchar('\xa0'), uchar('\x84'), ' ', uchar('\xec'), uchar('\x9e'), + uchar('\x91'), uchar('\xec'), uchar('\x97'), uchar('\x85'), ' ', uchar('\xed'), uchar('\x91'), uchar('\x9c'), + uchar('\xec'), uchar('\x8b'), uchar('\x9c'), uchar('\xec'), uchar('\xa4'), uchar('\x84'), ' ', uchar('\xec'), + uchar('\x8a'), uchar('\xa4'), uchar('\xed'), uchar('\x83'), uchar('\x80'), uchar('\xec'), uchar('\x9d'), uchar('\xbc'), + ' ', uchar('\xec'), uchar('\xb0'), uchar('\xbd'), ' ', uchar('\xec'), uchar('\xa0'), uchar('\x84'), + uchar('\xed'), uchar('\x99'), uchar('\x98'), uchar('\xea'), uchar('\xb8'), uchar('\xb0'), 0x6f, 'D', + 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', + 'o', 'n', '[', 'n', 'l', ']', 0x78, 0x4d, + 'K', 'l', 'a', 's', 's', 'i', 'e', 'k', + 'e', ' ', 't', 'a', 'a', 'k', 'b', 'a', + 'l', 'k', 's', 't', 'i', 'j', 'l', ' ', + 'v', 'e', 'n', 's', 't', 'e', 'r', 's', + 'c', 'h', 'a', 'k', 'e', 'l', 'a', 'a', + 'r', ' ', 'm', 'e', 't', ' ', 't', 'o', + 'n', 'e', 'n', ' ', 'v', 'a', 'n', ' ', + 'p', 'i', 'c', 't', 'o', 'g', 'r', 'a', + 'm', 'm', 'e', 'n', ' ', 'e', 'n', ' ', + 't', 'e', 'k', 's', 't', 0x6f, 'D', 'e', + 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', + 'n', '[', 'n', 'n', ']', 0x78, 0x3a, 'K', + 'l', 'a', 's', 's', 'i', 's', 'k', ' ', + 'v', 'i', 'n', 'd', 'a', 'u', 'g', 's', + 'b', 'y', 't', 'a', 'r', ' ', 'm', 'e', + 'd', ' ', 'o', 'p', 'p', 'g', uchar('\xc3'), uchar('\xa5'), + 'v', 'e', 'l', 'i', 'n', 'j', 'e', ' ', + 'm', 'e', 'd', ' ', 'i', 'k', 'o', 'n', + ' ', 'o', 'g', ' ', 't', 'e', 'k', 's', + 't', 0x6f, 'D', 'e', 's', 'c', 'r', 'i', + 'p', 't', 'i', 'o', 'n', '[', 'p', 'l', + ']', 0x78, 0x4c, 'K', 'l', 'a', 's', 'y', + 'c', 'z', 'n', 'y', ' ', 'p', 'r', 'z', + 'e', uchar('\xc5'), uchar('\x82'), uchar('\xc4'), uchar('\x85'), 'c', 'z', 'n', + 'i', 'k', ' ', 'o', 'k', 'i', 'e', 'n', + ',', ' ', 'w', 'y', uchar('\xc5'), uchar('\x9b'), 'w', 'i', + 'e', 't', 'l', 'a', 'j', uchar('\xc4'), uchar('\x85'), 'c', + 'y', ' ', 'i', 'k', 'o', 'n', 'y', ' ', + 'i', ' ', 't', 'e', 'k', 's', 't', ' ', + 'n', 'a', ' ', 'p', 'a', 's', 'k', 'u', + ' ', 'z', 'a', 'd', 'a', uchar('\xc5'), uchar('\x84'), 0x6f, + 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', + 'i', 'o', 'n', '[', 'p', 't', ']', 0x78, + 0x43, 'S', 'e', 'l', 'e', 'c', 't', 'o', + 'r', ' ', 'd', 'e', ' ', 'j', 'a', 'n', + 'e', 'l', 'a', 's', ' ', 'c', 'l', uchar('\xc3'), + uchar('\xa1'), 's', 's', 'i', 'c', 'o', ' ', 'e', + 'm', ' ', 't', 'a', 'r', 'e', 'f', 'a', + 's', ' ', 'q', 'u', 'e', ' ', 'm', 'o', + 's', 't', 'r', 'a', ' ', uchar('\xc3'), uchar('\xad'), 'c', + 'o', 'n', 'e', 's', ' ', 'e', ' ', 't', + 'e', 'x', 't', 'o', 0x72, 'D', 'e', 's', + 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', + '[', 'p', 't', '_', 'B', 'R', ']', 0x78, + 0x4e, 'S', 'e', 'l', 'e', 't', 'o', 'r', + ' ', 'd', 'e', ' ', 'j', 'a', 'n', 'e', + 'l', 'a', 's', ' ', 'e', 's', 't', 'i', + 'l', 'o', ' ', 'b', 'a', 'r', 'r', 'a', + ' ', 'd', 'e', ' ', 't', 'a', 'r', 'e', + 'f', 'a', 's', ' ', 'c', 'l', uchar('\xc3'), uchar('\xa1'), + 's', 's', 'i', 'c', 'o', ' ', 'm', 'o', + 's', 't', 'r', 'a', 'n', 'd', 'o', ' ', + uchar('\xc3'), uchar('\xad'), 'c', 'o', 'n', 'e', 's', ' ', + 'e', ' ', 't', 'e', 'x', 't', 'o', 0x6f, + 'D', 'e', 's', 'c', 'r', 'i', 'p', 't', + 'i', 'o', 'n', '[', 'r', 'o', ']', 0x78, + 0x4f, 'C', 'o', 'm', 'u', 't', 'a', 't', + 'o', 'r', ' ', 'd', 'e', ' ', 'f', 'e', + 'r', 'e', 's', 't', 'r', 'e', ' ', 'c', + 'l', 'a', 's', 'i', 'c', ' ', 'c', 'u', + ' ', 'b', 'a', 'r', uchar('\xc4'), uchar('\x83'), ' ', 'd', + 'e', ' ', 's', 'a', 'r', 'c', 'i', 'n', + 'i', ',', ' ', 'a', 'f', 'i', uchar('\xc8'), uchar('\x99'), + uchar('\xc3'), uchar('\xa2'), 'n', 'd', ' ', 'p', 'i', 'c', + 't', 'o', 'g', 'r', 'a', 'm', 'e', ' ', + uchar('\xc8'), uchar('\x99'), 'i', ' ', 't', 'e', 'x', 't', + 0x6f, 'D', 'e', 's', 'c', 'r', 'i', 'p', + 't', 'i', 'o', 'n', '[', 'r', 'u', ']', + 0x78, 0x74, uchar('\xd0'), uchar('\x9a'), uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), uchar('\xb0'), + uchar('\xd1'), uchar('\x81'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), uchar('\x87'), + uchar('\xd0'), uchar('\xb5'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xb8'), + uchar('\xd0'), uchar('\xb9'), ' ', uchar('\xd0'), uchar('\xb2'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), + uchar('\x80'), uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbd'), uchar('\xd1'), + uchar('\x82'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbd'), + uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd0'), + uchar('\xb7'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), + uchar('\x87'), ',', ' ', uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), uchar('\x81'), uchar('\xd0'), + uchar('\xbf'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x8c'), uchar('\xd0'), + uchar('\xb7'), uchar('\xd1'), uchar('\x83'), uchar('\xd1'), uchar('\x8e'), uchar('\xd1'), uchar('\x89'), uchar('\xd0'), + uchar('\xb8'), uchar('\xd0'), uchar('\xb9'), ' ', uchar('\xd0'), uchar('\xb7'), uchar('\xd0'), uchar('\xbd'), + uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x87'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xb8'), + ' ', uchar('\xd0'), uchar('\xb8'), ' ', uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb5'), + uchar('\xd0'), uchar('\xba'), uchar('\xd1'), uchar('\x81'), uchar('\xd1'), uchar('\x82'), 0x6f, 'D', + 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', + 'o', 'n', '[', 's', 'k', ']', 0x78, 0x4b, + 'K', 'l', 'a', 's', 'i', 'c', 'k', uchar('\xc3'), + uchar('\xbd'), ' ', 'p', 'r', 'e', 'p', uchar('\xc3'), uchar('\xad'), + 'n', 'a', uchar('\xc4'), uchar('\x8d'), ' ', 'o', 'k', 'i', + 'e', 'n', ' ', 'v', ' ', uchar('\xc5'), uchar('\xa1'), 't', + uchar('\xc3'), uchar('\xbd'), 'l', 'e', ' ', 'p', 'a', 'n', + 'e', 'l', 'a', ' ', uchar('\xc3'), uchar('\xba'), 'l', 'o', + 'h', ' ', 'z', 'o', 'b', 'r', 'a', 'z', + 'u', 'j', uchar('\xc3'), uchar('\xba'), 'c', 'i', ' ', 'i', + 'k', 'o', 'n', 'y', ' ', 'a', ' ', 't', + 'e', 'x', 't', 0x6f, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 's', 'l', ']', 0x78, 0x4b, 'K', 'l', 'a', + 's', 'i', uchar('\xc4'), uchar('\x8d'), 'n', 'i', ' ', 'p', + 'r', 'e', 'k', 'l', 'o', 'p', 'n', 'i', + 'k', ' ', 'o', 'k', 'e', 'n', ' ', 'z', + ' ', 'v', 'r', 's', 't', 'i', 'c', 'o', + ' ', 'o', 'p', 'r', 'a', 'v', 'i', 'l', + ',', ' ', 'k', 'i', ' ', 'p', 'r', 'i', + 'k', 'a', 'z', 'u', 'j', 'e', ' ', 'i', + 'k', 'o', 'n', 'e', ' ', 'i', 'n', ' ', + 'b', 'e', 's', 'e', 'd', 'i', 'l', 'o', + 0x6f, 'D', 'e', 's', 'c', 'r', 'i', 'p', + 't', 'i', 'o', 'n', '[', 's', 'v', ']', + 0x78, 0x52, 'K', 'l', 'a', 's', 's', 'i', + 's', 'k', 't', ' ', 'f', uchar('\xc3'), uchar('\xb6'), 'n', + 's', 't', 'e', 'r', 'b', 'y', 't', 'a', + 'r', 'e', ' ', 'm', 'e', 'd', ' ', 'a', + 'k', 't', 'i', 'v', 'i', 't', 'e', 't', + 's', 'l', 'i', 'k', 'n', 'a', 'n', 'd', + 'e', ' ', 'f', uchar('\xc3'), uchar('\xb6'), 'n', 's', 't', + 'e', 'r', ' ', 's', 'o', 'm', ' ', 'v', + 'i', 's', 'a', 'r', ' ', 'i', 'k', 'o', + 'n', 'e', 'r', ' ', 'o', 'c', 'h', ' ', + 't', 'e', 'x', 't', 0x6f, 'D', 'e', 's', + 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', + '[', 't', 'a', ']', 0x78, 0x88, uchar('\xe0'), uchar('\xae'), + uchar('\x9a'), uchar('\xe0'), uchar('\xae'), uchar('\xbf'), uchar('\xe0'), uchar('\xae'), uchar('\xa9'), uchar('\xe0'), + uchar('\xaf'), uchar('\x8d'), uchar('\xe0'), uchar('\xae'), uchar('\xa9'), uchar('\xe0'), uchar('\xae'), uchar('\x99'), + uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), uchar('\xe0'), uchar('\xae'), uchar('\x95'), uchar('\xe0'), uchar('\xae'), + uchar('\xb3'), uchar('\xe0'), uchar('\xaf'), uchar('\x88'), uchar('\xe0'), uchar('\xae'), uchar('\xaf'), uchar('\xe0'), + uchar('\xaf'), uchar('\x81'), uchar('\xe0'), uchar('\xae'), uchar('\xae'), uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), + ' ', uchar('\xe0'), uchar('\xae'), uchar('\xaa'), uchar('\xe0'), uchar('\xaf'), uchar('\x86'), uchar('\xe0'), + uchar('\xae'), uchar('\xaf'), uchar('\xe0'), uchar('\xae'), uchar('\xb0'), uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), + uchar('\xe0'), uchar('\xae'), uchar('\x95'), uchar('\xe0'), uchar('\xae'), uchar('\xb3'), uchar('\xe0'), uchar('\xaf'), + uchar('\x88'), uchar('\xe0'), uchar('\xae'), uchar('\xaf'), uchar('\xe0'), uchar('\xaf'), uchar('\x81'), uchar('\xe0'), + uchar('\xae'), uchar('\xae'), uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), ' ', uchar('\xe0'), uchar('\xae'), + uchar('\x95'), uchar('\xe0'), uchar('\xae'), uchar('\xbe'), uchar('\xe0'), uchar('\xae'), uchar('\x9f'), uchar('\xe0'), + uchar('\xaf'), uchar('\x8d'), uchar('\xe0'), uchar('\xae'), uchar('\x9f'), uchar('\xe0'), uchar('\xaf'), uchar('\x81'), + uchar('\xe0'), uchar('\xae'), uchar('\xae'), uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), ' ', uchar('\xe0'), + uchar('\xae'), uchar('\x9a'), uchar('\xe0'), uchar('\xae'), uchar('\xbe'), uchar('\xe0'), uchar('\xae'), uchar('\xb3'), + uchar('\xe0'), uchar('\xae'), uchar('\xb0'), ' ', uchar('\xe0'), uchar('\xae'), uchar('\xae'), uchar('\xe0'), + uchar('\xae'), uchar('\xbe'), uchar('\xe0'), uchar('\xae'), uchar('\xb1'), uchar('\xe0'), uchar('\xaf'), uchar('\x8d'), + uchar('\xe0'), uchar('\xae'), uchar('\xb1'), uchar('\xe0'), uchar('\xae'), uchar('\xbf'), 0x6f, 'D', + 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', + 'o', 'n', '[', 't', 'r', ']', 0x78, 0x58, + 'K', 'l', 'a', 's', 'i', 'k', ' ', 'g', + uchar('\xc3'), uchar('\xb6'), 'r', 'e', 'v', ' ', uchar('\xc3'), uchar('\xa7'), + 'u', 'b', 'u', uchar('\xc4'), uchar('\x9f'), 'u', ' ', 't', + 'a', 'r', 'z', uchar('\xc4'), uchar('\xb1'), ',', ' ', 's', + 'i', 'm', 'g', 'e', 'l', 'e', 'r', ' ', + 'v', 'e', ' ', 'm', 'e', 't', 'i', 'n', + ' ', 'g', uchar('\xc3'), uchar('\xb6'), 'r', uchar('\xc3'), uchar('\xbc'), 'n', + 't', uchar('\xc3'), uchar('\xbc'), 'l', 'e', 'y', 'e', 'n', + ' ', 'p', 'e', 'n', 'c', 'e', 'r', 'e', + ' ', 'd', 'e', uchar('\xc4'), uchar('\x9f'), 'i', uchar('\xc5'), uchar('\x9f'), + 't', 'i', 'r', 'i', 'c', 'i', 's', 'i', + 0x6f, 'D', 'e', 's', 'c', 'r', 'i', 'p', + 't', 'i', 'o', 'n', '[', 'u', 'k', ']', + 0x78, 0x8b, uchar('\xd0'), uchar('\x9a'), uchar('\xd0'), uchar('\xbb'), uchar('\xd0'), uchar('\xb0'), + uchar('\xd1'), uchar('\x81'), uchar('\xd0'), uchar('\xb8'), uchar('\xd1'), uchar('\x87'), uchar('\xd0'), uchar('\xbd'), + uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xb9'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd0'), + uchar('\xb5'), uchar('\xd1'), uchar('\x80'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xbc'), uchar('\xd0'), + uchar('\xb8'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x87'), ' ', + uchar('\xd0'), uchar('\xb2'), uchar('\xd1'), uchar('\x96'), uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xbe'), + uchar('\xd0'), uchar('\xbd'), ' ', uchar('\xd1'), uchar('\x83'), ' ', uchar('\xd1'), uchar('\x81'), + uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb8'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x96'), + ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbd'), uchar('\xd0'), + uchar('\xb5'), uchar('\xd0'), uchar('\xbb'), uchar('\xd1'), uchar('\x96'), ' ', uchar('\xd0'), uchar('\xb7'), + uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb4'), uchar('\xd0'), uchar('\xb0'), uchar('\xd1'), uchar('\x87'), + ' ', uchar('\xd0'), uchar('\xb7'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd0'), uchar('\xbe'), + uchar('\xd0'), uchar('\xba'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xb7'), uchar('\xd0'), uchar('\xbe'), + uchar('\xd0'), uchar('\xbc'), ' ', uchar('\xd0'), uchar('\xbf'), uchar('\xd1'), uchar('\x96'), uchar('\xd0'), + uchar('\xba'), uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xbe'), uchar('\xd0'), uchar('\xb3'), uchar('\xd1'), + uchar('\x80'), uchar('\xd0'), uchar('\xb0'), uchar('\xd0'), uchar('\xbc'), ' ', uchar('\xd1'), uchar('\x96'), + ' ', uchar('\xd1'), uchar('\x82'), uchar('\xd0'), uchar('\xb5'), uchar('\xd0'), uchar('\xba'), uchar('\xd1'), + uchar('\x81'), uchar('\xd1'), uchar('\x82'), uchar('\xd1'), uchar('\x83'), 0x6f, 'D', 'e', + 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', + 'n', '[', 'v', 'i', ']', 0x78, 0x6b, 'T', + 'r', uchar('\xc3'), uchar('\xac'), 'n', 'h', ' ', 'c', 'h', + 'u', 'y', uchar('\xe1'), uchar('\xbb'), uchar('\x83'), 'n', ' ', 'c', + uchar('\xe1'), uchar('\xbb'), uchar('\xad'), 'a', ' ', 's', uchar('\xe1'), uchar('\xbb'), + uchar('\x95'), ' ', 'p', 'h', 'o', 'n', 'g', ' ', + 'c', uchar('\xc3'), uchar('\xa1'), 'c', 'h', ' ', 't', 'h', + 'a', 'n', 'h', ' ', 't', uchar('\xc3'), uchar('\xa1'), 'c', + ' ', 'v', uchar('\xe1'), uchar('\xbb'), uchar('\xa5'), ' ', 'c', uchar('\xe1'), + uchar('\xbb'), uchar('\x95'), ' ', uchar('\xc4'), uchar('\x91'), 'i', uchar('\xe1'), uchar('\xbb'), + uchar('\x83'), 'n', ',', ' ', 'h', 'i', uchar('\xe1'), uchar('\xbb'), + uchar('\x83'), 'n', ' ', 't', 'h', uchar('\xe1'), uchar('\xbb'), uchar('\x8b'), + ' ', 'b', 'i', uchar('\xe1'), uchar('\xbb'), uchar('\x83'), 'u', ' ', + 't', uchar('\xc6'), uchar('\xb0'), uchar('\xe1'), uchar('\xbb'), uchar('\xa3'), 'n', 'g', + ' ', 'v', uchar('\xc3'), uchar('\xa0'), ' ', 'c', 'h', uchar('\xe1'), + uchar('\xbb'), uchar('\xaf'), 0x73, 'D', 'e', 's', 'c', 'r', + 'i', 'p', 't', 'i', 'o', 'n', '[', 'x', + '-', 't', 'e', 's', 't', ']', 0x78, 0x43, + 'x', 'x', 'C', 'l', 'a', 's', 's', 'i', + 'c', ' ', 't', 'a', 's', 'k', 'b', 'a', + 'r', '-', 's', 't', 'y', 'l', 'e', ' ', + 'w', 'i', 'n', 'd', 'o', 'w', ' ', 's', + 'w', 'i', 't', 'c', 'h', 'e', 'r', ' ', + 'd', 'i', 's', 'p', 'l', 'a', 'y', 'i', + 'n', 'g', ' ', 'i', 'c', 'o', 'n', 's', + ' ', 'a', 'n', 'd', ' ', 't', 'e', 'x', + 't', 'x', 'x', 0x72, 'D', 'e', 's', 'c', + 'r', 'i', 'p', 't', 'i', 'o', 'n', '[', + 'z', 'h', '_', 'C', 'N', ']', 0x78, 0x48, + uchar('\xe7'), uchar('\xbb'), uchar('\x8f'), uchar('\xe5'), uchar('\x85'), uchar('\xb8'), uchar('\xe9'), uchar('\xa3'), + uchar('\x8e'), uchar('\xe6'), uchar('\xa0'), uchar('\xbc'), uchar('\xe7'), uchar('\x9a'), uchar('\x84'), uchar('\xe5'), + uchar('\x90'), uchar('\x8c'), uchar('\xe6'), uchar('\x97'), uchar('\xb6'), uchar('\xe6'), uchar('\x98'), uchar('\xbe'), + uchar('\xe7'), uchar('\xa4'), uchar('\xba'), uchar('\xe5'), uchar('\x9b'), uchar('\xbe'), uchar('\xe6'), uchar('\xa0'), + uchar('\x87'), uchar('\xe5'), uchar('\x92'), uchar('\x8c'), uchar('\xe6'), uchar('\x96'), uchar('\x87'), uchar('\xe6'), + uchar('\x9c'), uchar('\xac'), uchar('\xe7'), uchar('\x9a'), uchar('\x84'), uchar('\xe4'), uchar('\xbb'), uchar('\xbb'), + uchar('\xe5'), uchar('\x8a'), uchar('\xa1'), uchar('\xe6'), uchar('\xa0'), uchar('\x8f'), uchar('\xe5'), uchar('\xbc'), + uchar('\x8f'), uchar('\xe7'), uchar('\xaa'), uchar('\x97'), uchar('\xe5'), uchar('\x8f'), uchar('\xa3'), uchar('\xe5'), + uchar('\x88'), uchar('\x87'), uchar('\xe6'), uchar('\x8d'), uchar('\xa2'), uchar('\xe5'), uchar('\x99'), uchar('\xa8'), + 0x70, 'E', 'n', 'a', 'b', 'l', 'e', 'd', + 'B', 'y', 'D', 'e', 'f', 'a', 'u', 'l', + 't', 0xf5, 0x64, 'I', 'c', 'o', 'n', 0x73, + 'a', 'p', 'p', 'l', 'i', 'c', 'a', 't', + 'i', 'o', 'n', 's', '-', 's', 'y', 's', + 't', 'e', 'm', 0x62, 'I', 'd', 0x78, 0x1f, + 'i', 'o', '.', 'g', 'i', 't', 'g', 'u', + 'd', '.', 'w', 'a', 'c', 'k', 'y', 'i', + 'd', 'e', 'a', 's', '.', 's', 'e', 'v', + 'e', 'n', 't', 'a', 's', 'k', 's', 0x67, + 'L', 'i', 'c', 'e', 'n', 's', 'e', 0x69, + 'L', 'G', 'P', 'L', '-', '2', '.', '1', + '+', 0x64, 'N', 'a', 'm', 'e', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'a', + 'r', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'a', 'z', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x71, 'N', 'a', 'm', 'e', '[', 'c', + 'a', '@', 'v', 'a', 'l', 'e', 'n', 'c', + 'i', 'a', ']', 0x6a, 'S', 'e', 'v', 'e', + 'n', 'T', 'a', 's', 'k', 's', 0x68, 'N', + 'a', 'm', 'e', '[', 'c', 'a', ']', 0x6a, + 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', + 'k', 's', 0x68, 'N', 'a', 'm', 'e', '[', + 'c', 's', ']', 0x6a, 'S', 'e', 'v', 'e', + 'n', 'T', 'a', 's', 'k', 's', 0x68, 'N', + 'a', 'm', 'e', '[', 'd', 'a', ']', 0x6a, + 'S', 'e', 'v', 'e', 'n', 'T', 'a', 's', + 'k', 's', 0x68, 'N', 'a', 'm', 'e', '[', + 'd', 'e', ']', 0x6a, 'S', 'e', 'v', 'e', + 'n', 'T', 'a', 's', 'k', 's', 0x6b, 'N', + 'a', 'm', 'e', '[', 'e', 'n', '_', 'G', + 'B', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'e', 's', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'e', + 't', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'e', 'u', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'f', + 'i', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'f', 'r', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'g', + 'd', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'g', 'l', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'h', + 'u', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'i', 'a', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'i', + 'd', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'i', 't', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'k', + 'o', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'l', 't', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'n', + 'b', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'n', 'l', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'n', + 'n', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'p', 'a', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x68, 'N', 'a', 'm', 'e', '[', 'p', + 'l', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x68, 'N', 'a', + 'm', 'e', '[', 'p', 't', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x6b, 'N', 'a', 'm', 'e', '[', 'p', + 't', '_', 'B', 'R', ']', 0x6a, 'S', 'e', + 'v', 'e', 'n', 'T', 'a', 's', 'k', 's', + 0x68, 'N', 'a', 'm', 'e', '[', 'r', 'o', + ']', 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', + 'a', 's', 'k', 's', 0x68, 'N', 'a', 'm', + 'e', '[', 'r', 'u', ']', 0x6a, 'S', 'e', + 'v', 'e', 'n', 'T', 'a', 's', 'k', 's', + 0x68, 'N', 'a', 'm', 'e', '[', 's', 'k', + ']', 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', + 'a', 's', 'k', 's', 0x68, 'N', 'a', 'm', + 'e', '[', 's', 'l', ']', 0x6a, 'S', 'e', + 'v', 'e', 'n', 'T', 'a', 's', 'k', 's', + 0x72, 'N', 'a', 'm', 'e', '[', 's', 'r', + '@', 'i', 'j', 'e', 'k', 'a', 'v', 'i', + 'a', 'n', ']', 0x6a, 'S', 'e', 'v', 'e', + 'n', 'T', 'a', 's', 'k', 's', 0x77, 'N', + 'a', 'm', 'e', '[', 's', 'r', '@', 'i', + 'j', 'e', 'k', 'a', 'v', 'i', 'a', 'n', + 'l', 'a', 't', 'i', 'n', ']', 0x6a, 'S', + 'e', 'v', 'e', 'n', 'T', 'a', 's', 'k', + 's', 0x6e, 'N', 'a', 'm', 'e', '[', 's', + 'r', '@', 'l', 'a', 't', 'i', 'n', ']', + 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', + 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', + '[', 's', 'r', ']', 0x6a, 'S', 'e', 'v', + 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, + 'N', 'a', 'm', 'e', '[', 's', 'v', ']', + 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', + 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', + '[', 't', 'g', ']', 0x6a, 'S', 'e', 'v', + 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, + 'N', 'a', 'm', 'e', '[', 't', 'r', ']', + 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', + 's', 'k', 's', 0x68, 'N', 'a', 'm', 'e', + '[', 'u', 'k', ']', 0x6a, 'S', 'e', 'v', + 'e', 'n', 'T', 'a', 's', 'k', 's', 0x68, + 'N', 'a', 'm', 'e', '[', 'v', 'i', ']', + 0x6a, 'S', 'e', 'v', 'e', 'n', 'T', 'a', + 's', 'k', 's', 0x6c, 'N', 'a', 'm', 'e', + '[', 'x', '-', 't', 'e', 's', 't', ']', + 0x6e, 'x', 'x', 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 'x', 'x', 0x6b, + 'N', 'a', 'm', 'e', '[', 'z', 'h', '_', + 'C', 'N', ']', 0x6a, 'S', 'e', 'v', 'e', + 'n', 'T', 'a', 's', 'k', 's', 0x6b, 'N', + 'a', 'm', 'e', '[', 'z', 'h', '_', 'T', + 'W', ']', 0x6a, 'S', 'e', 'v', 'e', 'n', + 'T', 'a', 's', 'k', 's', 0x6c, 'S', 'e', + 'r', 'v', 'i', 'c', 'e', 'T', 'y', 'p', + 'e', 's', 0x81, 0x6d, 'P', 'l', 'a', 's', + 'm', 'a', '/', 'A', 'p', 'p', 'l', 'e', + 't', 0x67, 'V', 'e', 'r', 's', 'i', 'o', + 'n', 0x63, '1', '.', '0', 0x67, 'W', 'e', + 'b', 's', 'i', 't', 'e', 0x77, 'h', 't', + 't', 'p', 's', ':', '/', '/', 'p', 'l', + 'a', 's', 'm', 'a', '.', 'k', 'd', 'e', + '.', 'o', 'r', 'g', '/', 0x6c, 'X', '-', + 'P', 'l', 'a', 's', 'm', 'a', '-', 'A', + 'P', 'I', 0x77, 'd', 'e', 'c', 'l', 'a', + 'r', 'a', 't', 'i', 'v', 'e', 'a', 'p', + 'p', 'l', 'e', 't', 's', 'c', 'r', 'i', + 'p', 't', 0x73, 'X', '-', 'P', 'l', 'a', + 's', 'm', 'a', '-', 'M', 'a', 'i', 'n', + 'S', 'c', 'r', 'i', 'p', 't', 0x6b, 'u', + 'i', '/', 'm', 'a', 'i', 'n', '.', 'q', + 'm', 'l', + 0xff, +}; +QT_MOC_EXPORT_PLUGIN(SevenTasksFactory, SevenTasksFactory) + +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d new file mode 100755 index 0000000..f54d1fd --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc.d @@ -0,0 +1,483 @@ +/mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/include/seventasks.moc: /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.cpp \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/build/src/metadata.json \ + /mnt/792afca2-ecd6-4e41-938a-2e818d0f60d1/home/anon/Desktop/Aero_Theme/Plasma/Plasma\ Widgets/User/seventasks_src/src/seventasks.h \ + /usr/include/KF5/KConfigCore/KConfigGroup \ + /usr/include/KF5/KConfigCore/KSharedConfig \ + /usr/include/KF5/KConfigCore/conversioncheck.h \ + /usr/include/KF5/KConfigCore/kconfig.h \ + /usr/include/KF5/KConfigCore/kconfigbase.h \ + /usr/include/KF5/KConfigCore/kconfigcore_export.h \ + /usr/include/KF5/KConfigCore/kconfiggroup.h \ + /usr/include/KF5/KConfigCore/ksharedconfig.h \ + /usr/include/KF5/KCoreAddons/KJob \ + /usr/include/KF5/KCoreAddons/KPluginFactory \ + /usr/include/KF5/KCoreAddons/KPluginLoader \ + /usr/include/KF5/KCoreAddons/KPluginMetaData \ + /usr/include/KF5/KCoreAddons/kcoreaddons_export.h \ + /usr/include/KF5/KCoreAddons/kexportplugin.h \ + /usr/include/KF5/KCoreAddons/kjob.h \ + /usr/include/KF5/KCoreAddons/kpluginfactory.h \ + /usr/include/KF5/KCoreAddons/kpluginloader.h \ + /usr/include/KF5/KCoreAddons/kpluginmetadata.h \ + /usr/include/KF5/KPackage/KPackage/Package \ + /usr/include/KF5/KPackage/kpackage/package.h \ + /usr/include/KF5/KPackage/kpackage/package_export.h \ + /usr/include/KF5/KService/KPluginInfo \ + /usr/include/KF5/KService/kplugininfo.h \ + /usr/include/KF5/KService/kservice.h \ + /usr/include/KF5/KService/kservice_export.h \ + /usr/include/KF5/KService/kserviceaction.h \ + /usr/include/KF5/KService/ksycocaentry.h \ + /usr/include/KF5/KService/ksycocatype.h \ + /usr/include/KF5/KWindowSystem/kwindoweffects.h \ + /usr/include/KF5/KWindowSystem/kwindowinfo.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem.h \ + /usr/include/KF5/KWindowSystem/kwindowsystem_export.h \ + /usr/include/KF5/KWindowSystem/netwm_def.h \ + /usr/include/KF5/Plasma/Applet \ + /usr/include/KF5/plasma/applet.h \ + /usr/include/KF5/plasma/framesvg.h \ + /usr/include/KF5/plasma/plasma.h \ + /usr/include/KF5/plasma/plasma_export.h \ + /usr/include/KF5/plasma/svg.h \ + /usr/include/KF5/plasma/theme.h \ + /usr/include/alloca.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/byteswap.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/local_lim.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix1_lim.h \ + /usr/include/bits/posix2_lim.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/select.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/stdint-intn.h \ + /usr/include/bits/stdint-uintn.h \ + /usr/include/bits/stdio_lim.h \ + /usr/include/bits/stdlib-float.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__fpos64_t.h \ + /usr/include/bits/types/__fpos_t.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/cookie_io_functions_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/sigset_t.h \ + /usr/include/bits/types/struct_FILE.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/uintn-identity.h \ + /usr/include/bits/uio_lim.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/bits/xopen_lim.h \ + /usr/include/c++/13.1.1/algorithm \ + /usr/include/c++/13.1.1/array \ + /usr/include/c++/13.1.1/atomic \ + /usr/include/c++/13.1.1/backward/auto_ptr.h \ + /usr/include/c++/13.1.1/backward/binders.h \ + /usr/include/c++/13.1.1/bit \ + /usr/include/c++/13.1.1/bits/algorithmfwd.h \ + /usr/include/c++/13.1.1/bits/align.h \ + /usr/include/c++/13.1.1/bits/alloc_traits.h \ + /usr/include/c++/13.1.1/bits/allocated_ptr.h \ + /usr/include/c++/13.1.1/bits/allocator.h \ + /usr/include/c++/13.1.1/bits/atomic_base.h \ + /usr/include/c++/13.1.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13.1.1/bits/atomic_wait.h \ + /usr/include/c++/13.1.1/bits/basic_ios.h \ + /usr/include/c++/13.1.1/bits/basic_ios.tcc \ + /usr/include/c++/13.1.1/bits/basic_string.h \ + /usr/include/c++/13.1.1/bits/basic_string.tcc \ + /usr/include/c++/13.1.1/bits/c++0x_warning.h \ + /usr/include/c++/13.1.1/bits/char_traits.h \ + /usr/include/c++/13.1.1/bits/charconv.h \ + /usr/include/c++/13.1.1/bits/concept_check.h \ + /usr/include/c++/13.1.1/bits/cpp_type_traits.h \ + /usr/include/c++/13.1.1/bits/cxxabi_forced.h \ + /usr/include/c++/13.1.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/13.1.1/bits/enable_special_members.h \ + /usr/include/c++/13.1.1/bits/erase_if.h \ + /usr/include/c++/13.1.1/bits/exception.h \ + /usr/include/c++/13.1.1/bits/exception_defines.h \ + /usr/include/c++/13.1.1/bits/exception_ptr.h \ + /usr/include/c++/13.1.1/bits/functexcept.h \ + /usr/include/c++/13.1.1/bits/functional_hash.h \ + /usr/include/c++/13.1.1/bits/hash_bytes.h \ + /usr/include/c++/13.1.1/bits/invoke.h \ + /usr/include/c++/13.1.1/bits/ios_base.h \ + /usr/include/c++/13.1.1/bits/iterator_concepts.h \ + /usr/include/c++/13.1.1/bits/list.tcc \ + /usr/include/c++/13.1.1/bits/locale_classes.h \ + /usr/include/c++/13.1.1/bits/locale_classes.tcc \ + /usr/include/c++/13.1.1/bits/locale_facets.h \ + /usr/include/c++/13.1.1/bits/locale_facets.tcc \ + /usr/include/c++/13.1.1/bits/localefwd.h \ + /usr/include/c++/13.1.1/bits/max_size_type.h \ + /usr/include/c++/13.1.1/bits/memory_resource.h \ + /usr/include/c++/13.1.1/bits/memoryfwd.h \ + /usr/include/c++/13.1.1/bits/mofunc_impl.h \ + /usr/include/c++/13.1.1/bits/move.h \ + /usr/include/c++/13.1.1/bits/move_only_function.h \ + /usr/include/c++/13.1.1/bits/nested_exception.h \ + /usr/include/c++/13.1.1/bits/new_allocator.h \ + /usr/include/c++/13.1.1/bits/node_handle.h \ + /usr/include/c++/13.1.1/bits/ostream.tcc \ + /usr/include/c++/13.1.1/bits/ostream_insert.h \ + /usr/include/c++/13.1.1/bits/postypes.h \ + /usr/include/c++/13.1.1/bits/predefined_ops.h \ + /usr/include/c++/13.1.1/bits/ptr_traits.h \ + /usr/include/c++/13.1.1/bits/range_access.h \ + /usr/include/c++/13.1.1/bits/ranges_algo.h \ + /usr/include/c++/13.1.1/bits/ranges_algobase.h \ + /usr/include/c++/13.1.1/bits/ranges_base.h \ + /usr/include/c++/13.1.1/bits/ranges_cmp.h \ + /usr/include/c++/13.1.1/bits/ranges_uninitialized.h \ + /usr/include/c++/13.1.1/bits/ranges_util.h \ + /usr/include/c++/13.1.1/bits/refwrap.h \ + /usr/include/c++/13.1.1/bits/requires_hosted.h \ + /usr/include/c++/13.1.1/bits/shared_ptr.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/13.1.1/bits/shared_ptr_base.h \ + /usr/include/c++/13.1.1/bits/std_abs.h \ + /usr/include/c++/13.1.1/bits/std_function.h \ + /usr/include/c++/13.1.1/bits/std_mutex.h \ + /usr/include/c++/13.1.1/bits/stl_algo.h \ + /usr/include/c++/13.1.1/bits/stl_algobase.h \ + /usr/include/c++/13.1.1/bits/stl_bvector.h \ + /usr/include/c++/13.1.1/bits/stl_construct.h \ + /usr/include/c++/13.1.1/bits/stl_function.h \ + /usr/include/c++/13.1.1/bits/stl_heap.h \ + /usr/include/c++/13.1.1/bits/stl_iterator.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13.1.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/13.1.1/bits/stl_list.h \ + /usr/include/c++/13.1.1/bits/stl_map.h \ + /usr/include/c++/13.1.1/bits/stl_multimap.h \ + /usr/include/c++/13.1.1/bits/stl_numeric.h \ + /usr/include/c++/13.1.1/bits/stl_pair.h \ + /usr/include/c++/13.1.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13.1.1/bits/stl_relops.h \ + /usr/include/c++/13.1.1/bits/stl_tempbuf.h \ + /usr/include/c++/13.1.1/bits/stl_tree.h \ + /usr/include/c++/13.1.1/bits/stl_uninitialized.h \ + /usr/include/c++/13.1.1/bits/stl_vector.h \ + /usr/include/c++/13.1.1/bits/stream_iterator.h \ + /usr/include/c++/13.1.1/bits/streambuf.tcc \ + /usr/include/c++/13.1.1/bits/streambuf_iterator.h \ + /usr/include/c++/13.1.1/bits/string_view.tcc \ + /usr/include/c++/13.1.1/bits/stringfwd.h \ + /usr/include/c++/13.1.1/bits/uniform_int_dist.h \ + /usr/include/c++/13.1.1/bits/unique_ptr.h \ + /usr/include/c++/13.1.1/bits/uses_allocator.h \ + /usr/include/c++/13.1.1/bits/uses_allocator_args.h \ + /usr/include/c++/13.1.1/bits/utility.h \ + /usr/include/c++/13.1.1/bits/vector.tcc \ + /usr/include/c++/13.1.1/cctype \ + /usr/include/c++/13.1.1/cerrno \ + /usr/include/c++/13.1.1/climits \ + /usr/include/c++/13.1.1/clocale \ + /usr/include/c++/13.1.1/compare \ + /usr/include/c++/13.1.1/concepts \ + /usr/include/c++/13.1.1/cstddef \ + /usr/include/c++/13.1.1/cstdint \ + /usr/include/c++/13.1.1/cstdlib \ + /usr/include/c++/13.1.1/cwchar \ + /usr/include/c++/13.1.1/cwctype \ + /usr/include/c++/13.1.1/debug/assertions.h \ + /usr/include/c++/13.1.1/debug/debug.h \ + /usr/include/c++/13.1.1/exception \ + /usr/include/c++/13.1.1/ext/aligned_buffer.h \ + /usr/include/c++/13.1.1/ext/alloc_traits.h \ + /usr/include/c++/13.1.1/ext/atomicity.h \ + /usr/include/c++/13.1.1/ext/concurrence.h \ + /usr/include/c++/13.1.1/ext/numeric_traits.h \ + /usr/include/c++/13.1.1/ext/string_conversions.h \ + /usr/include/c++/13.1.1/ext/type_traits.h \ + /usr/include/c++/13.1.1/functional \ + /usr/include/c++/13.1.1/initializer_list \ + /usr/include/c++/13.1.1/ios \ + /usr/include/c++/13.1.1/iosfwd \ + /usr/include/c++/13.1.1/iterator \ + /usr/include/c++/13.1.1/limits \ + /usr/include/c++/13.1.1/list \ + /usr/include/c++/13.1.1/map \ + /usr/include/c++/13.1.1/memory \ + /usr/include/c++/13.1.1/new \ + /usr/include/c++/13.1.1/numbers \ + /usr/include/c++/13.1.1/numeric \ + /usr/include/c++/13.1.1/optional \ + /usr/include/c++/13.1.1/ostream \ + /usr/include/c++/13.1.1/pstl/execution_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_memory_defs.h \ + /usr/include/c++/13.1.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/13.1.1/stdexcept \ + /usr/include/c++/13.1.1/streambuf \ + /usr/include/c++/13.1.1/string \ + /usr/include/c++/13.1.1/string_view \ + /usr/include/c++/13.1.1/tuple \ + /usr/include/c++/13.1.1/type_traits \ + /usr/include/c++/13.1.1/typeinfo \ + /usr/include/c++/13.1.1/unordered_map \ + /usr/include/c++/13.1.1/utility \ + /usr/include/c++/13.1.1/vector \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/13.1.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/endian.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/limits.h \ + /usr/include/linux/errno.h \ + /usr/include/linux/limits.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QByteArray \ + /usr/include/qt/QtCore/QCoreApplication \ + /usr/include/qt/QtCore/QCryptographicHash \ + /usr/include/qt/QtCore/QDataStream \ + /usr/include/qt/QtCore/QDate \ + /usr/include/qt/QtCore/QEvent \ + /usr/include/qt/QtCore/QExplicitlySharedDataPointer \ + /usr/include/qt/QtCore/QFlags \ + /usr/include/qt/QtCore/QJsonObject \ + /usr/include/qt/QtCore/QList \ + /usr/include/qt/QtCore/QMargins \ + /usr/include/qt/QtCore/QMetaType \ + /usr/include/qt/QtCore/QObject \ + /usr/include/qt/QtCore/QPair \ + /usr/include/qt/QtCore/QPluginLoader \ + /usr/include/qt/QtCore/QPoint \ + /usr/include/qt/QtCore/QRect \ + /usr/include/qt/QtCore/QSharedDataPointer \ + /usr/include/qt/QtCore/QSize \ + /usr/include/qt/QtCore/QStandardPaths \ + /usr/include/qt/QtCore/QString \ + /usr/include/qt/QtCore/QStringList \ + /usr/include/qt/QtCore/QUrl \ + /usr/include/qt/QtCore/QUuid \ + /usr/include/qt/QtCore/QVariant \ + /usr/include/qt/QtCore/QVariantList \ + /usr/include/qt/QtCore/QtGlobal \ + /usr/include/qt/QtCore/QtPlugin \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qcborcommon.h \ + /usr/include/qt/QtCore/qcborvalue.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qcontiguouscache.h \ + /usr/include/qt/QtCore/qcoreapplication.h \ + /usr/include/qt/QtCore/qcoreevent.h \ + /usr/include/qt/QtCore/qcryptographichash.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qdatetime.h \ + /usr/include/qt/QtCore/qdebug.h \ + /usr/include/qt/QtCore/qeventloop.h \ + /usr/include/qt/QtCore/qfile.h \ + /usr/include/qt/QtCore/qfiledevice.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qjsonobject.h \ + /usr/include/qt/QtCore/qjsonvalue.h \ + /usr/include/qt/QtCore/qlibrary.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlocale.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetaobject.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qplugin.h \ + /usr/include/qt/QtCore/qpluginloader.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qpointer.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qregularexpression.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qset.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstandardpaths.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtextstream.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qurl.h \ + /usr/include/qt/QtCore/quuid.h \ + /usr/include/qt/QtCore/qvariant.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/QColor \ + /usr/include/qt/QtGui/QCursor \ + /usr/include/qt/QtGui/QFont \ + /usr/include/qt/QtGui/QGuiApplication \ + /usr/include/qt/QtGui/QIcon \ + /usr/include/qt/QtGui/QImage \ + /usr/include/qt/QtGui/QKeySequence \ + /usr/include/qt/QtGui/QPixmap \ + /usr/include/qt/QtGui/QRegion \ + /usr/include/qt/QtGui/QRgb \ + /usr/include/qt/QtGui/QWidgetList \ + /usr/include/qt/QtGui/QWindow \ + /usr/include/qt/QtGui/qaccessible.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qevent.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qguiapplication.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qinputmethod.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qsurface.h \ + /usr/include/qt/QtGui/qsurfaceformat.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtouchdevice.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qvector2d.h \ + /usr/include/qt/QtGui/qwindow.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtNetwork/qtnetwork-config.h \ + /usr/include/qt/QtNetwork/qtnetworkglobal.h \ + /usr/include/qt/QtQml/QJSValue \ + /usr/include/qt/QtQml/qjsvalue.h \ + /usr/include/qt/QtQml/qqml.h \ + /usr/include/qt/QtQml/qqmlcomponent.h \ + /usr/include/qt/QtQml/qqmlerror.h \ + /usr/include/qt/QtQml/qqmllist.h \ + /usr/include/qt/QtQml/qqmlparserstatus.h \ + /usr/include/qt/QtQml/qqmlprivate.h \ + /usr/include/qt/QtQml/qqmlpropertyvaluesource.h \ + /usr/include/qt/QtQml/qtqml-config.h \ + /usr/include/qt/QtQml/qtqmlglobal.h \ + /usr/include/qt/QtQuick/QQuickItem \ + /usr/include/qt/QtQuick/QQuickItemGrabResult \ + /usr/include/qt/QtQuick/qquickitem.h \ + /usr/include/qt/QtQuick/qquickitemgrabresult.h \ + /usr/include/qt/QtQuick/qtquick-config.h \ + /usr/include/qt/QtQuick/qtquickglobal.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/stdint.h \ + /usr/include/stdio.h \ + /usr/include/stdlib.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/select.h \ + /usr/include/sys/syscall.h \ + /usr/include/sys/types.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include/stddef.h diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h old mode 100644 new mode 100755 similarity index 89% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h index 12a27ba..7211c93 --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h +++ b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/moc_predefs.h @@ -1,26 +1,23 @@ -#define __SSP_STRONG__ 3 #define __DBL_MIN_EXP__ (-1021) -#define __cpp_attributes 200809L -#define __cpp_nontype_template_parameter_auto 201606L #define __UINT_LEAST16_MAX__ 0xffff #define __FLT16_HAS_QUIET_NAN__ 1 #define __ATOMIC_ACQUIRE 2 #define __FLT128_MAX_10_EXP__ 4932 #define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F #define __GCC_IEC_559_COMPLEX 2 -#define __cpp_aggregate_nsdmi 201304L #define __UINT_LEAST8_TYPE__ unsigned char #define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 #define __INTMAX_C(c) c ## L #define __CHAR_BIT__ 8 #define __UINT8_MAX__ 0xff #define __SCHAR_WIDTH__ 8 #define __WINT_MAX__ 0xffffffffU #define __FLT32_MIN_EXP__ (-125) -#define __cpp_static_assert 201411L +#define __cpp_static_assert 200410L +#define __BFLT16_MIN_10_EXP__ (-37) #define QT_GUI_LIB 1 #define __ORDER_LITTLE_ENDIAN__ 1234 -#define __SIZE_MAX__ 0xffffffffffffffffUL #define __WCHAR_MAX__ 0x7fffffff #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 @@ -31,43 +28,43 @@ #define __FLT_EVAL_METHOD__ 0 #define __cpp_binary_literals 201304L #define __FLT64_DECIMAL_DIG__ 17 -#define __cpp_noexcept_function_type 201510L #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 #define __cpp_variadic_templates 200704L #define __UINT_FAST64_MAX__ 0xffffffffffffffffUL #define __SIG_ATOMIC_TYPE__ int #define __DBL_MIN_10_EXP__ (-307) #define __FINITE_MATH_ONLY__ 0 -#define __cpp_variable_templates 201304L #define __FLT32X_MAX_EXP__ 1024 #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 #define __FLT32_HAS_DENORM__ 1 #define __UINT_FAST8_MAX__ 0xff #define __cpp_rvalue_reference 200610L -#define __cpp_nested_namespace_definitions 201411L +#define __FLT32_MAX_10_EXP__ 38 #define __DEC64_MAX_EXP__ 385 #define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 #define __INT_LEAST8_WIDTH__ 8 -#define __cpp_variadic_using 201611L #define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL #define __INT_LEAST8_MAX__ 0x7f -#define __cpp_capture_star_this 201603L +#define __cpp_attributes 200809L #define __SHRT_MAX__ 0x7fff #define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L #define __FLT64X_MAX_10_EXP__ 4932 -#define __cpp_if_constexpr 201606L -#define __LDBL_IS_IEC_60559__ 2 +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 #define QT_NO_DEBUG 1 #define __FLT64X_HAS_QUIET_NAN__ 1 #define __UINT_LEAST8_MAX__ 0xff #define __GCC_ATOMIC_BOOL_LOCK_FREE 2 #define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 #define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 #define __linux 1 #define __DEC32_EPSILON__ 1E-6DF #define QT_QMLMODELS_LIB 1 #define __FLT_EVAL_METHOD_TS_18661_3__ 0 -#define __unix 1 #define __UINT32_MAX__ 0xffffffffU #define __GXX_EXPERIMENTAL_CXX0X__ 1 #define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) @@ -75,42 +72,37 @@ #define __WINT_MIN__ 0U #define plasma_applet_seventasks_EXPORTS 1 #define __FLT128_MIN_10_EXP__ (-4931) -#define __FLT32X_IS_IEC_60559__ 2 +#define __FLT32X_IS_IEC_60559__ 1 #define __INT_LEAST16_WIDTH__ 16 #define __SCHAR_MAX__ 0x7f #define __FLT128_MANT_DIG__ 113 #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) #define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 #define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL #define __FLT32X_MANT_DIG__ 53 #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 -#define __cpp_aligned_new 201606L -#define __FLT32_MAX_10_EXP__ 38 #define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x #define __STDC_HOSTED__ 1 #define __DEC64_MIN_EXP__ (-382) -#define __cpp_decltype_auto 201304L #define __DBL_DIG__ 15 -#define __FLT32_DIG__ 6 #define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F #define __GXX_WEAK__ 1 #define __SHRT_WIDTH__ 16 -#define __FLT32_IS_IEC_60559__ 2 +#define __FLT32_IS_IEC_60559__ 1 #define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L -#define __DBL_IS_IEC_60559__ 2 +#define __DBL_IS_IEC_60559__ 1 #define __DEC32_MAX__ 9.999999E96DF #define __cpp_threadsafe_static_init 200806L -#define __cpp_enumerator_attributes 201411L #define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x #define __FLT32X_HAS_INFINITY__ 1 -#define __INT32_MAX__ 0x7fffffff -#define __FLT16_DIG__ 3 #define __unix__ 1 #define __INT_WIDTH__ 32 -#define __SIZEOF_LONG__ 8 #define __STDC_IEC_559__ 1 #define __STDC_ISO_10646__ 201706L -#define __UINT16_C(c) c #define __DECIMAL_DIG__ 21 #define __STDC_IEC_559_COMPLEX__ 1 #define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 @@ -122,7 +114,8 @@ #define __FLT16_MIN_EXP__ (-13) #define __FLT64_MANT_DIG__ 53 #define __FLT64X_MANT_DIG__ 64 -#define __GNUC__ 12 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 13 #define __GXX_RTTI 1 #define __pie__ 2 #define __MMX__ 1 @@ -131,19 +124,18 @@ #define __BIGGEST_ALIGNMENT__ 16 #define __STDC_UTF_16__ 1 #define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 #define __FLT16_MAX_10_EXP__ 4 #define __cpp_delegating_constructors 200604L -#define __FLT32_HAS_INFINITY__ 1 #define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) #define __cpp_raw_strings 200710L #define __INT_FAST32_MAX__ 0x7fffffffffffffffL #define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL #define __SIZEOF_FLOAT__ 4 #define __HAVE_SPECULATION_SAFE_VALUE 1 -#define __cpp_fold_expressions 201603L #define __DEC32_MIN_EXP__ (-94) #define __INTPTR_WIDTH__ 64 -#define __FLT64X_HAS_INFINITY__ 1 #define __UINT_LEAST32_MAX__ 0xffffffffU #define __FLT32X_HAS_DENORM__ 1 #define __INT_FAST16_TYPE__ long int @@ -151,7 +143,8 @@ #define __LDBL_HAS_DENORM__ 1 #define QT_WIDGETS_LIB 1 #define __SEG_GS 1 -#define __cplusplus 201703L +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201103L #define __cpp_ref_qualifiers 200710L #define __DEC32_MIN__ 1E-95DF #define __DEPRECATED 1 @@ -166,34 +159,35 @@ #define __PTRDIFF_MAX__ 0x7fffffffffffffffL #define __amd64 1 #define __ATOMIC_HLE_ACQUIRE 65536 -#define __GNUG__ 12 +#define __GNUG__ 13 #define __LONG_LONG_MAX__ 0x7fffffffffffffffLL #define __SIZEOF_SIZE_T__ 8 -#define __cpp_nsdmi 200809L +#define __BFLT16_HAS_INFINITY__ 1 #define __FLT64X_MIN_EXP__ (-16381) #define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 #define __LONG_LONG_WIDTH__ 64 #define __cpp_initializer_lists 200806L #define __FLT32_MAX_EXP__ 128 #define ABI_ID "ELF" #define __cpp_hex_float 201603L -#define __GXX_ABI_VERSION 1017 -#define __FLT128_HAS_INFINITY__ 1 +#define __GXX_ABI_VERSION 1018 #define __FLT_MIN_EXP__ (-125) #define __GCC_HAVE_DWARF2_CFI_ASM 1 #define __x86_64 1 #define __cpp_lambdas 200907L #define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 #define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 -#define __cpp_template_auto 201606L -#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 #define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 #define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x #define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int #define __LP64__ 1 #define __DBL_HAS_QUIET_NAN__ 1 #define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 #define __DECIMAL_BID_FORMAT__ 1 #define __FLT64_MIN_10_EXP__ (-307) #define __FLT16_MIN_10_EXP__ (-4) @@ -201,29 +195,29 @@ #define __DEC128_MIN__ 1E-6143DL #define __REGISTER_PREFIX__ #define __UINT16_MAX__ 0xffff -#define __LDBL_HAS_INFINITY__ 1 +#define __FLT128_HAS_INFINITY__ 1 #define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 #define __UINT8_TYPE__ unsigned char #define __FLT_DIG__ 6 #define __NO_INLINE__ 1 #define __DEC_EVAL_METHOD__ 2 -#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __FLT_MANT_DIG__ 24 #define __LDBL_DECIMAL_DIG__ 21 -#define __VERSION__ "12.1.1 20220730" +#define __VERSION__ "13.1.1 20230714" #define __UINT64_C(c) c ## UL -#define __cpp_unicode_characters 201411L +#define __cpp_unicode_characters 200704L #define _STDC_PREDEF_H 1 #define __INT_LEAST32_MAX__ 0x7fffffff #define __GCC_ATOMIC_INT_LOCK_FREE 2 #define QT_QUICK_LIB 1 #define __FLT128_MAX_EXP__ 16384 +#define QT_QML_LIB 1 #define __FLT32_MANT_DIG__ 24 #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ #define SIZEOF_DPTR (sizeof(void*)) #define __FLT32X_MIN_EXP__ (-1021) #define __STDC_IEC_60559_COMPLEX__ 201404L -#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 #define __FLT128_HAS_DENORM__ 1 #define __FLT32_DECIMAL_DIG__ 9 #define __FLT128_DIG__ 33 @@ -231,37 +225,41 @@ #define __DEC64_EPSILON__ 1E-15DD #define __ORDER_PDP_ENDIAN__ 3412 #define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __INT_FAST32_TYPE__ long int #define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 #define unix 1 #define __DBL_HAS_DENORM__ 1 #define __cpp_rtti 199711L -#define __SIZE_TYPE__ long unsigned int #define __UINT64_MAX__ 0xffffffffffffffffUL -#define __FLT_IS_IEC_60559__ 2 +#define __FLT_IS_IEC_60559__ 1 #define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" #define __FLT64X_DIG__ 18 #define __INT8_TYPE__ signed char -#define __cpp_digit_separators 201309L #define __ELF__ 1 #define __GCC_ASM_FLAG_OUTPUTS__ 1 #define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 #define __FLT_RADIX__ 2 #define __INT_LEAST16_TYPE__ short int #define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L #define __UINTMAX_C(c) c ## UL -#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT16_DIG__ 3 #define __k8 1 #define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x #define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 200704L #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 #define __USER_LABEL_PREFIX__ #define __STDC_IEC_60559_BFP__ 201404L #define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 #define __LDBL_DIG__ 18 -#define __FLT64_IS_IEC_60559__ 2 +#define __FLT64_IS_IEC_60559__ 1 #define __x86_64__ 1 -#define __FLT16_IS_IEC_60559__ 2 +#define __FLT16_IS_IEC_60559__ 1 #define __FLT16_MAX_EXP__ 16 #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF #define __INT_FAST16_MAX__ 0x7fffffffffffffffL @@ -289,7 +287,6 @@ #define __INT_LEAST16_MAX__ 0x7fff #define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 #define __DEC64_MANT_DIG__ 16 -#define __INT64_MAX__ 0x7fffffffffffffffL #define QT_NETWORK_LIB 1 #define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 #define __SIG_ATOMIC_WIDTH__ 32 @@ -298,31 +295,29 @@ #define __INT16_TYPE__ short int #define __INT_LEAST8_TYPE__ signed char #define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 -#define __cpp_structured_bindings 201606L +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 #define __SIZEOF_INT__ 4 #define __DEC32_MAX_EXP__ 97 #define __INT_FAST8_MAX__ 0x7f #define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 #define __INTPTR_MAX__ 0x7fffffffffffffffL -#define __cpp_sized_deallocation 201309L -#define __cpp_guaranteed_copy_elision 201606L #define linux 1 #define __FLT64_HAS_QUIET_NAN__ 1 #define __FLT32_MIN_10_EXP__ (-37) #define __EXCEPTIONS 1 +#define __UINT16_C(c) c #define __PTRDIFF_WIDTH__ 64 #define __LDBL_MANT_DIG__ 64 -#define __cpp_range_based_for 201603L +#define __cpp_range_based_for 200907L +#define __INT_FAST16_WIDTH__ 64 #define __FLT64_HAS_INFINITY__ 1 #define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define TRANSLATION_DOMAIN "plasma_applet_io.gitgud.wackyideas.seventasks" #define __FLT16_HAS_INFINITY__ 1 -#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __code_model_small__ 1 #define __GCC_ATOMIC_LONG_LOCK_FREE 2 -#define __cpp_nontype_template_args 201411L #define __DEC32_MANT_DIG__ 7 -#define __cpp_return_type_deduction 201304L #define __k8__ 1 #define __INTPTR_TYPE__ long int #define __UINT16_TYPE__ short unsigned int @@ -334,10 +329,10 @@ #define __INT_FAST64_MAX__ 0x7fffffffffffffffL #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 #define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 #define __FLT64X_MAX_EXP__ 16384 #define __UINT_FAST64_TYPE__ long unsigned int -#define __cpp_inline_variables 201606L -#define TRANSLATION_DOMAIN "plasma_applet_org.kde.plasma.seventasks" +#define __BFLT16_MIN_EXP__ (-125) #define __INT_MAX__ 0x7fffffff #define __linux__ 1 #define __INT64_TYPE__ long int @@ -347,7 +342,7 @@ #define __cpp_inheriting_constructors 201511L #define QT_CORE_LIB 1 #define __SIZEOF_FLOAT128__ 16 -#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __BFLT16_MANT_DIG__ 8 #define __DEC64_MIN__ 1E-383DD #define __WINT_TYPE__ unsigned int #define __UINT_LEAST32_TYPE__ unsigned int @@ -359,19 +354,17 @@ #define __amd64__ 1 #define __WINT_WIDTH__ 32 #define __INT_LEAST64_WIDTH__ 64 -#define __LDBL_MAX_EXP__ 16384 #define __FLT32X_MAX_10_EXP__ 308 #define __SIZEOF_INT128__ 16 #define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 -#define __FLT64X_IS_IEC_60559__ 2 +#define __FLT64X_IS_IEC_60559__ 1 #define __LDBL_MAX_10_EXP__ 4932 #define __ATOMIC_RELAXED 0 #define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) -#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __INT_LEAST32_TYPE__ int #define _LP64 1 #define __UINT8_C(c) c #define __FLT64_MAX_EXP__ 1024 -#define __INT_LEAST32_TYPE__ int #define __SIZEOF_WCHAR_T__ 4 #define __GNUC_PATCHLEVEL__ 1 #define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 @@ -380,9 +373,9 @@ #define __FLT128_HAS_QUIET_NAN__ 1 #define __INTMAX_MAX__ 0x7fffffffffffffffL #define __INT_FAST8_TYPE__ signed char -#define __cpp_namespace_attributes 201411L #define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x #define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 #define __GNUC_STDC_INLINE__ 1 #define __FLT64_HAS_DENORM__ 1 #define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 @@ -396,22 +389,24 @@ #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ #define __INTMAX_WIDTH__ 64 #define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 #define __UINT64_TYPE__ long unsigned int #define __UINT32_C(c) c ## U #define __cpp_alias_templates 200704L #define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F -#define __FLT128_IS_IEC_60559__ 2 +#define __FLT128_IS_IEC_60559__ 1 #define __INT8_MAX__ 0x7f #define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) #define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff #define __UINT_FAST32_TYPE__ long unsigned int #define __FLT16_MANT_DIG__ 11 #define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x #define __CHAR32_TYPE__ unsigned int #define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F -#define __cpp_constexpr 201603L #define __SSE2__ 1 -#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 #define __INT32_TYPE__ int #define __SIZEOF_DOUBLE__ 8 #define __cpp_exceptions 199711L @@ -419,30 +414,24 @@ #define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 #define __INT_LEAST32_WIDTH__ 32 #define __INTMAX_TYPE__ long int -#define __DEC128_MAX_EXP__ 6145 +#define __GLIBCXX_BITSIZE_INT_N_0 128 #define __FLT32X_HAS_QUIET_NAN__ 1 #define __ATOMIC_CONSUME 1 #define __GNUC_MINOR__ 1 #define __GLIBCXX_TYPE_INT_N_0 __int128 -#define __INT_FAST16_WIDTH__ 64 #define __UINTMAX_MAX__ 0xffffffffffffffffUL #define __PIE__ 2 #define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x -#define __cpp_template_template_args 201611L #define __DBL_MAX_10_EXP__ 308 #define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L #define __INT16_C(c) c #define __STDC__ 1 -#define __FLT32X_DIG__ 15 #define __PTRDIFF_TYPE__ long int -#define __ATOMIC_SEQ_CST 5 -#define QT_QML_LIB 1 #define __FLT32X_MIN_10_EXP__ (-307) #define __UINTPTR_TYPE__ long unsigned int #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __LDBL_MIN_10_EXP__ (-4931) -#define __cpp_generic_lambdas 201304L #define __SSE_MATH__ 1 #define __SIZEOF_LONG_LONG__ 8 #define __cpp_user_defined_literals 200809L @@ -453,8 +442,8 @@ #define __UINT_FAST16_MAX__ 0xffffffffffffffffUL #define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L #define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL #define __UINT_FAST8_TYPE__ unsigned char #define _GNU_SOURCE 1 -#define __cpp_init_captures 201304L #define __ATOMIC_ACQ_REL 4 #define __ATOMIC_RELEASE 3 diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp b/Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp rename to Plasma/Plasma_Widgets/User/seventasks_src/build/src/plasma_applet_seventasks_autogen/mocs_compilation.cpp diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/install.sh b/Plasma/Plasma_Widgets/User/seventasks_src/install.sh new file mode 100755 index 0000000..2c8d901 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/install.sh @@ -0,0 +1,2 @@ +sudo make install +sh ~/scripts/restart_plasma.sh diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/CMakeLists.txt b/Plasma/Plasma_Widgets/User/seventasks_src/src/CMakeLists.txt new file mode 100755 index 0000000..d5c2c69 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/CMakeLists.txt @@ -0,0 +1,26 @@ +# TODO: adapt "org.kde.plasma" here & elsewhere if needed (see README) +add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_io.gitgud.wackyideas.seventasks\") + + + +set(seventasks_SRCS + seventasks.cpp +) + +add_library(plasma_applet_seventasks MODULE ${seventasks_SRCS}) + +kcoreaddons_desktop_to_json(plasma_applet_seventasks package/metadata.desktop SERVICE_TYPES plasma-applet.desktop) + +target_link_libraries(plasma_applet_seventasks + Qt5::Gui + Qt5::Quick + KF5::Plasma + KF5::I18n + KF5::WindowSystem) + +#target_link_libraries(plasma_applet_seventasks KF5::WindowSystem) + + +install(TARGETS plasma_applet_seventasks DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/applets) + +plasma_install_package(package io.gitgud.wackyideas.seventasks) diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/config/config.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/config/config.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/config/config.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/config/config.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/config/main.xml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/config/main.xml new file mode 100755 index 0000000..dad4f19 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/config/main.xml @@ -0,0 +1,133 @@ + + + + + + + + false + + + + true + + + + true + + + + false + + + + true + + + + 1 + + + + 1 + + + + true + + + + true + + + + + + + + + + + + 1 + + + + true + + + + 2 + 1 + + + + false + + + + true + + + + false + + + + true + + + + + + + + + + + + + + + + 2 + + + + true + + + + true + + + + 0 + + + + + + + + + + + + 3 + + + + true + + + + false + + + + + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/AudioStream.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/AudioStream.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/AudioStream.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/AudioStream.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/Badge.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/Badge.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/Badge.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/Badge.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ConfigAppearance.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ConfigAppearance.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ConfigAppearance.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ConfigAppearance.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ConfigBehavior.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ConfigBehavior.qml new file mode 100755 index 0000000..5c5e4da --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ConfigBehavior.qml @@ -0,0 +1,204 @@ +/* + SPDX-FileCopyrightText: 2013 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.0 +import QtQuick.Controls 2.5 +import QtQuick.Layouts 1.12 +import org.kde.kirigami 2.4 as Kirigami + +import org.kde.plasma.core 2.0 as PlasmaCore + +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +Item { + width: childrenRect.width + height: childrenRect.height + + property alias cfg_groupingStrategy: groupingStrategy.currentIndex + property alias cfg_groupedTaskVisualization: groupedTaskVisualization.currentIndex + property alias cfg_groupPopups: groupPopups.checked + property alias cfg_onlyGroupWhenFull: onlyGroupWhenFull.checked + property alias cfg_sortingStrategy: sortingStrategy.currentIndex + property alias cfg_separateLaunchers: separateLaunchers.checked + property alias cfg_middleClickAction: middleClickAction.currentIndex + property alias cfg_wheelEnabled: wheelEnabled.checked + property alias cfg_showOnlyCurrentScreen: showOnlyCurrentScreen.checked + property alias cfg_showOnlyCurrentDesktop: showOnlyCurrentDesktop.checked + property alias cfg_showOnlyCurrentActivity: showOnlyCurrentActivity.checked + property alias cfg_showOnlyMinimized: showOnlyMinimized.checked + property alias cfg_minimizeActiveTaskOnClick: minimizeActive.checked + property alias cfg_unhideOnAttention: unhideOnAttention.checked + property alias cfg_labelVisible: labelVisible.checked + + + TaskManagerApplet.Backend { + id: backend + } + + Kirigami.FormLayout { + anchors.left: parent.left + anchors.right: parent.right + + ComboBox { + id: groupingStrategy + Kirigami.FormData.label: i18n("Group:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [i18n("Do not group"), i18n("By program name")] + } + + ComboBox { + id: groupedTaskVisualization + Kirigami.FormData.label: i18n("Clicking grouped task:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + + enabled: groupingStrategy.currentIndex !== 0 + + model: [ + i18nc("Completes the sentence 'Clicking grouped task cycles through tasks' ", "Cycles through tasks"), + i18nc("Completes the sentence 'Clicking grouped task shows tooltip window thumbnails' ", "Shows tooltip window thumbnails"), + i18nc("Completes the sentence 'Clicking grouped task shows 'Present Windows' effect' ", "Shows 'Present Windows' effect"), + i18nc("Completes the sentence 'Clicking grouped task shows textual list' ", "Shows textual list"), + ] + } + // "You asked for Tooltips but Tooltips are disabled" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("Tooltips are disabled, so the 'Present Windows' effect will be displayed instead.") + } + // "You asked for Tooltips but Tooltips are disabled and Present Windows is not available" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 1 && !plasmoid.configuration.showToolTips && !backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("Tooltips are disabled, and the 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead") + } + // "You asked for Present Windows but Present Windows is not available" message + Kirigami.InlineMessage { + Layout.fillWidth: true + visible: groupedTaskVisualization.currentIndex === 2 && !backend.canPresentWindows + type: Kirigami.MessageType.Warning + text: i18n("The 'Present Windows' effect is not enabled or otherwise available right now, so a textual list will be displayed instead.") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: groupPopups + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Combine into single button") + enabled: groupingStrategy.currentIndex > 0 + } + + CheckBox { + id: onlyGroupWhenFull + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Group only when the Task Manager is full") + enabled: groupingStrategy.currentIndex > 0 && groupPopups.checked + } + + Item { + Kirigami.FormData.isSection: true + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + } + + ComboBox { + id: sortingStrategy + Kirigami.FormData.label: i18n("Sort:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [i18n("Do not sort"), i18n("Manually"), i18n("Alphabetically"), i18n("By desktop"), i18n("By activity")] + } + + CheckBox { + id: separateLaunchers + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + text: i18n("Keep launchers separate") + enabled: sortingStrategy.currentIndex == 1 + } + + Item { + Kirigami.FormData.isSection: true + visible: (plasmoid.pluginName !== "org.kde.plasma.icontasks") + } + + CheckBox { + id: minimizeActive + Kirigami.FormData.label: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Clicking active task:") + text: i18nc("Part of a sentence: 'Clicking active task minimizes the task'", "Minimizes the task") + } + + ComboBox { + id: middleClickAction + Kirigami.FormData.label: i18n("Middle-clicking any task:") + Layout.fillWidth: true + Layout.minimumWidth: Kirigami.Units.gridUnit * 14 + model: [ + i18nc("Part of a sentence: 'Middle-clicking any task does nothing'", "Does nothing"), + i18nc("Part of a sentence: 'Middle-clicking any task closes window or group'", "Closes window or group"), + i18nc("Part of a sentence: 'Middle-clicking any task opens a new instance'", "Opens a new instance"), + i18nc("Part of a sentence: 'Middle-clicking any task minimizes/restores window or group'", "Minimizes/Restores window or group"), + i18nc("Part of a sentence: 'Middle-clicking any task toggles grouping'", "Toggles grouping"), + i18nc("Part of a sentence: 'Middle-clicking any task brings it to the current virtual desktop'", "Brings it to the current virtual desktop") + ] + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: wheelEnabled + Kirigami.FormData.label: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Mouse wheel:") + text: i18nc("Part of a sentence: 'Mouse wheel cycles through tasks'", "Cycles through tasks") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: showOnlyCurrentScreen + Kirigami.FormData.label: i18n("Show only tasks:") + text: i18n("From current screen") + } + + CheckBox { + id: showOnlyCurrentDesktop + text: i18n("From current desktop") + } + + CheckBox { + id: showOnlyCurrentActivity + text: i18n("From current activity") + } + + CheckBox { + id: showOnlyMinimized + text: i18n("That are minimized") + } + + Item { + Kirigami.FormData.isSection: true + } + + CheckBox { + id: unhideOnAttention + Kirigami.FormData.label: i18n("When panel is hidden:") + text: i18n("Unhide when a window wants attention") + } + CheckBox { + id: labelVisible + Kirigami.FormData.label: i18n("Labels:") + text: i18n("Show labels next to task icons") + } + } +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ContextMenu.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ContextMenu.qml new file mode 100755 index 0000000..09493d6 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ContextMenu.qml @@ -0,0 +1,774 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 + +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager + +PlasmaComponents.ContextMenu { + id: menu + + property QtObject backend + property QtObject mpris2Source + property var modelIndex + readonly property var atm: TaskManager.AbstractTasksModel + + property bool showAllPlaces: false + + + placement: { + if (plasmoid.location === PlasmaCore.Types.LeftEdge) { + return PlasmaCore.Types.RightPosedTopAlignedPopup; + } else if (plasmoid.location === PlasmaCore.Types.TopEdge) { + return PlasmaCore.Types.BottomPosedLeftAlignedPopup; + } else if (plasmoid.location === PlasmaCore.Types.RightEdge) { + return PlasmaCore.Types.LeftPosedTopAlignedPopup; + } else { + return PlasmaCore.Types.TopPosedLeftAlignedPopup; + } + } + + minimumWidth: visualParent.width + //We have all of the above + + //Might be important, at least the opening part + onStatusChanged: { + if (visualParent && get(atm.LauncherUrlWithoutIcon) != "" && status == PlasmaComponents.DialogStatus.Open) { + activitiesDesktopsMenu.refresh(); + + } else if (status == PlasmaComponents.DialogStatus.Closed) { + menu.destroy(); + backend.ungrabMouse(visualParent); + } + } + + Component.onCompleted: { + // Cannot have "Connections" as child of PlasmaCoponents.ContextMenu. + backend.showAllPlaces.connect(showContextMenuWithAllPlaces); + } + + Component.onDestruction: { + backend.showAllPlaces.disconnect(showContextMenuWithAllPlaces); + } + + function showContextMenuWithAllPlaces() { + visualParent.showContextMenu({showAllPlaces: true}); + } + + function get(modelProp) { + return tasksModel.data(modelIndex, modelProp) + } + + function show() { + loadDynamicLaunchActions(get(atm.LauncherUrlWithoutIcon)); + openRelative(); + } + + function newMenuItem(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem {} + `, parent); + } + + function newSeparator(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem { separator: true } + `, parent); + } + + function loadDynamicLaunchActions(launcherUrl) { + var sections = [ + { + title: i18n("Places"), + group: "places", + actions: backend.placesActions(launcherUrl, showAllPlaces, menu) + }, + { + title: i18n("Recent Files"), + group: "recents", + actions: backend.recentDocumentActions(launcherUrl, menu) + }, + { + title: i18n("Actions"), + group: "actions", + actions: backend.jumpListActions(launcherUrl, menu) + } + ] + + // C++ can override section heading by returning a QString as first action + sections.forEach((section) => { + if (typeof section.actions[0] === "string") { + section.title = section.actions.shift(); // take first + } + }); + + // QMenu does not limit its width automatically. Even if we set a maximumWidth + // it would just cut off text rather than eliding. So we do this manually. + var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menu); + var maximumWidth = LayoutManager.maximumContextMenuTextWidth(); + + sections.forEach(function (section) { + if (section["actions"].length > 0 || section["group"] == "actions") { + // Don't add the "Actions" header if the menu has nothing but actions + // in it, because then it's redundant (all menus have actions) + if ( + (section["group"] != "actions") || + (section["group"] == "actions" && (sections[0]["actions"].length > 0 || sections[1]["actions"].length > 0)) + ) { + var sectionHeader = newMenuItem(menu); + sectionHeader.text = section["title"]; + sectionHeader.section = true; + menu.addMenuItem(sectionHeader, startNewInstanceItem); + } + } + + for (var i = 0; i < section["actions"].length; ++i) { + var item = newMenuItem(menu); + item.action = section["actions"][i]; + + // Crude way of manually eliding... + var elided = false; + textMetrics.text = Qt.binding(function() { + return item.action.text; + }); + + while (textMetrics.width > maximumWidth) { + item.action.text = item.action.text.slice(0, -1); + elided = true; + } + + if (elided) { + item.action.text += "…"; + } + + menu.addMenuItem(item, startNewInstanceItem); + } + }); + + // Add Media Player control actions + var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); + + if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { + var playerData = mpris2Source.data[sourceName] + + if (playerData.CanControl) { + var playing = (playerData.PlaybackStatus === "Playing"); + var menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Play previous track", "Previous Track"); + menuItem.icon = "media-skip-backward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoPrevious; + }); + menuItem.clicked.connect(function() { + mpris2Source.goPrevious(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... + menuItem.text = Qt.binding(function() { + // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play + return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); + }); + menuItem.icon = Qt.binding(function() { + return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; + }); + menuItem.enabled = Qt.binding(function() { + return playing ? playerData.CanPause : playerData.CanPlay; + }); + menuItem.clicked.connect(function() { + if (playing) { + mpris2Source.pause(sourceName); + } else { + mpris2Source.play(sourceName); + } + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Play next track", "Next Track"); + menuItem.icon = "media-skip-forward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoNext; + }); + menuItem.clicked.connect(function() { + mpris2Source.goNext(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Stop playback", "Stop"); + menuItem.icon = "media-playback-stop"; + menuItem.enabled = Qt.binding(function() { + return playerData.PlaybackStatus !== "Stopped"; + }); + menuItem.clicked.connect(function() { + mpris2Source.stop(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + + // Technically media controls and audio streams are separate but for the user they're + // semantically related, don't add a separator inbetween. + if (!menu.visualParent.hasAudioStream) { + menu.addMenuItem(newSeparator(menu), startNewInstanceItem); + } + + // If we don't have a window associated with the player but we can quit + // it through MPRIS we'll offer a "Quit" option instead of "Close" + if (!closeWindowItem.visible && playerData.CanQuit) { + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Quit media player app", "Quit"); + menuItem.icon = "application-exit"; + menuItem.visible = Qt.binding(function() { + return !closeWindowItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.quit(sourceName); + }); + menu.addMenuItem(menuItem); + } + + // If we don't have a window associated with the player but we can raise + // it through MPRIS we'll offer a "Restore" option + if (get(atm.IsLauncher) === true && !startNewInstanceItem.visible && playerData.CanRaise) { + menuItem = menu.newMenuItem(menu); + menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); + menuItem.icon = playerData["Desktop Icon Name"]; + menuItem.visible = Qt.binding(function() { + return !startNewInstanceItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.raise(sourceName); + }); + menu.addMenuItem(menuItem, startNewInstanceItem); + } + } + } + + // We allow mute/unmute whenever an application has a stream, regardless of whether it + // is actually playing sound. + // This way you can unmute, e.g. a telephony app, even after the conversation has ended, + // so you still have it ringing later on. + if (menu.visualParent.hasAudioStream) { + var muteItem = menu.newMenuItem(menu); + muteItem.checkable = true; + muteItem.checked = Qt.binding(function() { + return menu.visualParent && menu.visualParent.muted; + }); + muteItem.clicked.connect(function() { + menu.visualParent.toggleMuted(); + }); + muteItem.text = i18n("Mute"); + muteItem.icon = "audio-volume-muted"; + menu.addMenuItem(muteItem, startNewInstanceItem); + + menu.addMenuItem(newSeparator(menu), startNewInstanceItem); + } + } + + PlasmaComponents.MenuItem { + id: startNewInstanceItem + visible: get(atm.CanLaunchNewInstance) + text: i18n("Open New Window") + icon: "window-new" + + onClicked: tasksModel.requestNewInstance(modelIndex) + } + + PlasmaComponents.MenuItem { + id: virtualDesktopsMenuItem + + visible: virtualDesktopInfo.numberOfDesktops > 1 + && (visualParent && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && get(atm.IsVirtualDesktopsChangeable) === true) + + enabled: visible + + text: i18n("Move to &Desktop") + icon: "virtual-desktops" + + Connections { + target: virtualDesktopInfo + + function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + } + + PlasmaComponents.ContextMenu { + id: virtualDesktopsMenu + + visualParent: virtualDesktopsMenuItem.action + + function refresh() { + clearMenuItems(); + + if (virtualDesktopInfo.numberOfDesktops <= 1) { + return; + } + + var menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("Move &To Current Desktop"); + menuItem.enabled = Qt.binding(function() { + return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.currentDesktop]); + }); + + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&All Desktops"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return menu.visualParent && menu.get(atm.IsOnAllVirtualDesktops) === true; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(menu.modelIndex, []); + }); + backend.setActionGroup(menuItem.action); + + menu.newSeparator(virtualDesktopsMenu); + + for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding((function(i) { + return function() { return menu.visualParent && menu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; + })(i)); + menuItem.clicked.connect((function(i) { + return function() { return tasksModel.requestVirtualDesktops(menu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; + })(i)); + backend.setActionGroup(menuItem.action); + } + + menu.newSeparator(virtualDesktopsMenu); + + menuItem = menu.newMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&New Desktop"); + menuItem.clicked.connect(function() { + tasksModel.requestNewVirtualDesktop(menu.modelIndex); + }); + } + + Component.onCompleted: refresh() + } + } + + PlasmaComponents.MenuItem { + id: activitiesDesktopsMenuItem + + visible: activityInfo.numberOfRunningActivities > 1 + && (visualParent && !get(atm.IsLauncher) + && !get(atm.IsStartup)) + + enabled: visible + + text: i18n("Show in &Activities") + icon: "activities" + + Connections { + target: activityInfo + + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesDesktopsMenu + + visualParent: activitiesDesktopsMenuItem.action + + function refresh() { + clearMenuItems(); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + var menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Add To Current Activity"); + menuItem.enabled = Qt.binding(function() { + return menu.visualParent && menu.get(atm.Activities).length > 0 && + menu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; + }); + menuItem.clicked.connect(function() { + tasksModel.requestActivities(menu.modelIndex, menu.get(atm.Activities).concat(activityInfo.currentActivity)); + }); + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("All Activities"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return menu.visualParent && menu.get(atm.Activities).length === 0; + }); + menuItem.toggled.connect(function(checked) { + let newActivities = []; // will cast to an empty QStringList i.e all activities + if (!checked) { + newActivities = new Array(activityInfo.currentActivity); + } + tasksModel.requestActivities(menu.modelIndex, newActivities); + }); + + menu.newSeparator(activitiesDesktopsMenu); + + var runningActivities = activityInfo.runningActivities(); + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = activityInfo.activityName(runningActivities[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding( (function(activityId) { + return function() { + return menu.visualParent && menu.get(atm.Activities).indexOf(activityId) >= 0; + }; + })(activityId)); + menuItem.toggled.connect((function(activityId) { + return function (checked) { + var newActivities = menu.get(atm.Activities); + if (checked) { + newActivities = newActivities.concat(activityId); + } else { + var index = newActivities.indexOf(activityId) + if (index < 0) { + return; + } + + newActivities.splice(index, 1); + } + return tasksModel.requestActivities(menu.modelIndex, newActivities); + }; + })(activityId)); + } + + menu.newSeparator(activitiesDesktopsMenu); + + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + var onActivities = menu.get(atm.Activities); + + // if the task is on a single activity, don't insert a "move to" item for that activity + if(onActivities.length == 1 && onActivities[0] == activityId) { + continue; + } + + menuItem = menu.newMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Move to %1", activityInfo.activityName(activityId)) + menuItem.clicked.connect((function(activityId) { + return function () { + return tasksModel.requestActivities(menu.modelIndex, [activityId]); + }; + })(activityId)); + } + + menu.newSeparator(activitiesDesktopsMenu); + } + + Component.onCompleted: refresh() + } + } + + PlasmaComponents.MenuItem { + id: launcherToggleAction + + visible: visualParent + && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities < 2) + && !doesBelongToCurrentActivity() + + enabled: visualParent && get(atm.LauncherUrlWithoutIcon) != "" + + text: i18n("&Pin to Task Manager") + icon: "window-pin" + + function doesBelongToCurrentActivity() { + return tasksModel.launcherActivities(get(atm.LauncherUrlWithoutIcon)).some(function(activity) { + return activity === activityInfo.currentActivity || activity === activityInfo.nullUuid; + }); + } + + onClicked: { + tasksModel.requestAddLauncher(get(atm.LauncherUrl)); + } + } + + PlasmaComponents.MenuItem { + id: showLauncherInActivitiesItem + + text: i18n("&Pin to Task Manager") + icon: "window-pin" + + visible: visualParent + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities >= 2) + + Connections { + target: activityInfo + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesLaunchersMenu + visualParent: showLauncherInActivitiesItem.action + + function refresh() { + clearMenuItems(); + + if (menu.visualParent === null) return; + + var createNewItem = function(id, title, url, activities) { + var result = menu.newMenuItem(activitiesLaunchersMenu); + result.text = title; + + result.visible = true; + result.checkable = true; + + result.checked = activities.some(function(activity) { return activity === id }); + + result.clicked.connect( + function() { + if (result.checked) { + tasksModel.requestAddLauncherToActivity(url, id); + } else { + tasksModel.requestRemoveLauncherFromActivity(url, id); + } + } + ); + + return result; + } + + if (menu.visualParent === null) return; + + var url = menu.get(atm.LauncherUrlWithoutIcon); + + var activities = tasksModel.launcherActivities(url); + + createNewItem(activityInfo.nullUuid, i18n("On All Activities"), url, activities); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); + + menu.newSeparator(activitiesLaunchersMenu); + + var runningActivities = activityInfo.runningActivities(); + + runningActivities.forEach(function(id) { + createNewItem(id, activityInfo.activityName(id), url, activities); + }); + } + + Component.onCompleted: { + menu.onVisualParentChanged.connect(refresh); + refresh(); + } + } + } + + PlasmaComponents.MenuItem { + visible: (visualParent + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && !launcherToggleAction.visible + && activityInfo.numberOfRunningActivities < 2) + + text: i18n("Unpin from Task Manager") + icon: "window-unpin" + + onClicked: { + tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); + } + } + + PlasmaComponents.MenuItem { + id: moreActionsMenuItem + + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visible + + text: i18n("More") + icon: "view-more-symbolic" + + PlasmaComponents.ContextMenu { + visualParent: moreActionsMenuItem.action + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsMovable) === true + + text: i18n("&Move") + icon: "transform-move" + + onClicked: tasksModel.requestMove(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsResizable) === true + + text: i18n("Re&size") + icon: "transform-scale" + + onClicked: tasksModel.requestResize(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: menu.visualParent && get(atm.IsMaximizable) === true + + checkable: true + checked: menu.visualParent && get(atm.IsMaximized) === true + + text: i18n("Ma&ximize") + icon: "window-maximize" + + onClicked: tasksModel.requestToggleMaximized(modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (menu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: menu.visualParent && get(atm.IsMinimizable) === true + + checkable: true + checked: menu.visualParent && get(atm.IsMinimized) === true + + text: i18n("Mi&nimize") + icon: "window-minimize" + + onClicked: tasksModel.requestToggleMinimized(modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: menu.visualParent && menu.get(atm.IsKeepAbove) === true + + text: i18n("Keep &Above Others") + icon: "window-keep-above" + + onClicked: tasksModel.requestToggleKeepAbove(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: menu.visualParent && menu.get(atm.IsKeepBelow) === true + + text: i18n("Keep &Below Others") + icon: "window-keep-below" + + onClicked: tasksModel.requestToggleKeepBelow(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsFullScreenable) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsFullScreen) === true + + text: i18n("&Fullscreen") + icon: "view-fullscreen" + + onClicked: tasksModel.requestToggleFullScreen(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: menu.visualParent && menu.get(atm.IsShadeable) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsShaded) === true + + text: i18n("&Shade") + icon: "window-shade" + + onClicked: tasksModel.requestToggleShaded(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + visible: (plasmoid.configuration.groupingStrategy !== 0) && menu.get(atm.IsWindow) === true + + checkable: true + checked: menu.visualParent && menu.get(atm.IsGroupable) === true + + text: i18n("Allow this program to be grouped") + icon: "view-group" + + onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + property QtObject configureAction: null + + enabled: configureAction && configureAction.enabled + visible: configureAction && configureAction.visible + + text: configureAction ? configureAction.text : "" + icon: configureAction ? configureAction.icon : "" + + onClicked: configureAction.trigger() + + Component.onCompleted: configureAction = plasmoid.action("configure") + } + + PlasmaComponents.MenuItem { + property QtObject alternativesAction: null + + enabled: alternativesAction && alternativesAction.enabled + visible: alternativesAction && alternativesAction.visible + + text: alternativesAction ? alternativesAction.text : "" + icon: alternativesAction ? alternativesAction.icon : "" + + onClicked: alternativesAction.trigger() + + Component.onCompleted: alternativesAction = plasmoid.action("alternatives") + } + } + } + + PlasmaComponents.MenuItem { separator: true } + + PlasmaComponents.MenuItem { + id: closeWindowItem + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visualParent && get(atm.IsClosable) === true + + text: i18n("&Close") + icon: "window-close" + + onClicked: tasksModel.requestClose(modelIndex) + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/GroupDialog.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/GroupDialog.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/GroupDialog.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/GroupDialog.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/GroupExpanderOverlay.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/GroupExpanderOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/GroupExpanderOverlay.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/GroupExpanderOverlay.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/MouseHandler.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/MouseHandler.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/MouseHandler.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/MouseHandler.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/PipeWireThumbnail.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PipeWireThumbnail.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/PipeWireThumbnail.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PipeWireThumbnail.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PlasmaMenu.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PlasmaMenu.qml new file mode 100755 index 0000000..f32c7c4 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PlasmaMenu.qml @@ -0,0 +1,97 @@ + /* + SPDX-FileCopyrightText: 2016 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later + */ + + import QtQuick 2.7 + import QtQuick.Window 2.15 + import QtQuick.Controls 2.5 + import QtQuick.Templates 2.5 as T + import org.kde.plasma.core 2.0 as PlasmaCore + import org.kde.kirigami 2.5 as Kirigami + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.Dialog { + id: control + + palette: Kirigami.Theme.palette + implicitWidth: Math.max(background ? background.implicitWidth : 0, + contentItem ? contentItem.implicitWidth + leftPadding + rightPadding : 0) + implicitHeight: Math.max(background ? background.implicitHeight : 0, + contentItem ? contentItem.implicitHeight : 0) + topPadding + bottomPadding + + delegate: MenuItem { width: parent.width; onImplicitWidthChanged: control.contentItem.contentItem.childrenChanged() } + + + margins: 0 + leftPadding: background.margins.left + topPadding: background.margins.top + rightPadding: background.margins.right + bottomPadding: background.margins.bottom + + contentItem: ListView { + implicitHeight: contentHeight + property bool hasCheckables: false + property bool hasIcons: false + model: control.contentModel + + implicitWidth: { + var maxWidth = 0; + for (var i = 0; i < contentItem.children.length; ++i) { + maxWidth = Math.max(maxWidth, contentItem.children[i].implicitWidth); + } + return maxWidth; + } + + interactive: Window.window ? contentHeight + control.topPadding + control.bottomPadding > Window.window.height : false + clip: true + currentIndex: control.currentIndex || 0 + keyNavigationEnabled: true + keyNavigationWraps: true + + T.ScrollBar.vertical: ScrollBar {} + } + + Connections { + target: control.contentItem.contentItem + + function onChildrenChanged() { + for (var i in control.contentItem.contentItem.children) { + var child = control.contentItem.contentItem.children[i]; + if (child.checkable) { + control.contentItem.hasCheckables = true; + } + if (child.icon && child.icon.hasOwnProperty("name") && (child.icon.name.length > 0 || child.icon.source.length > 0)) { + control.contentItem.hasIcons = true; + } + } + } + } + + /*enter: Transition { + NumberAnimation { + property: "opacity" + from: 0 + to: 1 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.shortDuration + } + } + + exit: Transition { + NumberAnimation { + property: "opacity" + from: 1 + to: 0 + easing.type: Easing.InOutQuad + duration: PlasmaCore.Units.shortDuration + } + }*/ + + /*background: PlasmaCore.FrameSvgItem { + imagePath: "widgets/background" + implicitWidth: PlasmaCore.Units.gridUnit * 8 + implicitHeight: PlasmaCore.Units.gridUnit * 2 + }*/ + } diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/PulseAudio.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PulseAudio.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/PulseAudio.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/PulseAudio.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ScrollViewTask.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ScrollViewTask.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ScrollViewTask.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ScrollViewTask.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ScrollableTextWrapper.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ScrollableTextWrapper.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ScrollableTextWrapper.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ScrollableTextWrapper.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/Task.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/Task.qml new file mode 100755 index 0000000..878a3e1 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/Task.qml @@ -0,0 +1,1022 @@ +/* + SPDX-FileCopyrightText: 2012-2013 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.draganddrop 2.0 + +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +import "code/layout.js" as LayoutManager +import "code/tools.js" as TaskTools +import QtGraphicalEffects 1.15 + + +MouseArea { + id: task + + width: groupDialog.contentWidth + height: Math.max(theme.mSize(theme.defaultFont).height, PlasmaCore.Units.iconSizes.medium) + LayoutManager.verticalMargins() + + visible: true + hoverEnabled: true + preventStealing: true + propagateComposedEvents: true + z: 2 + LayoutMirroring.enabled: (Qt.application.layoutDirection == Qt.RightToLeft) + LayoutMirroring.childrenInherit: (Qt.application.layoutDirection == Qt.RightToLeft) + + readonly property var m: model + + readonly property int pid: model.AppPid !== undefined ? model.AppPid : 0 + readonly property string appName: model.AppName + readonly property variant winIdList: model.WinIdList + property int itemIndex: index + property bool inPopup: false + property bool isWindow: model.IsWindow === true + property int childCount: model.ChildCount !== undefined ? model.ChildCount : 0 + property int previousChildCount: 0 + property alias labelText: label.text + property bool pressed: false + property int pressX: -1 + property int pressY: -1 + property QtObject contextMenu: null // Pointer to the regular Qt context menu, which is no longer used (deprecated). + property QtObject tasksMenu: null // Pointer to the reimplemented context menu. + property int wheelDelta: 0 + readonly property bool smartLauncherEnabled: !inPopup && model.IsStartup !== true + property QtObject smartLauncherItem: null + property alias toolTipAreaItem: toolTipArea + property alias audioStreamIconLoaderItem: audioStreamIconLoader + // The dominant color of the task icon. + property color hoverColor + property real taskWidth: 0 + property real taskHeight: 0 + property string previousState: "" + property bool rightClickDragging: false + + property Item audioStreamOverlay + property var audioStreams: [] + property bool delayAudioStreamIndicator: false + readonly property bool audioIndicatorsEnabled: plasmoid.configuration.indicateAudioStreams + readonly property bool hasAudioStream: audioStreams.length > 0 + readonly property bool playingAudio: hasAudioStream && audioStreams.some(function (item) { + return !item.corked + }) + readonly property bool muted: hasAudioStream && audioStreams.every(function (item) { + return item.muted + }) + + // This property determines when the task should be highlighted. + // In the context of a task in a default state, it determines when hot tracking should be enabled. + readonly property bool highlighted: (inPopup && activeFocus) || (!inPopup && ma.containsMouse) + || (task.contextMenu && task.contextMenu.status === PlasmaComponents.DialogStatus.Open) + || (groupDialog.visible && groupDialog.visualParent === task) + + + onHighlightedChanged: { + // ensure it doesn't get stuck with a window highlighted + backend.cancelHighlightWindows(); + } + + // Unused so far. + function closeTask() { + closingAnimation.start(); + } + function showToolTip() { + toolTipArea.showToolTip(); + } + function hideToolTipTemporarily() { + toolTipArea.hideToolTip(); + } + function updateHoverColor() { + // Calls the C++ function which calculates the dominant color from the icon. + hoverColor = plasmoid.nativeInterface.getDominantColor(icon.source); + // When label visibility is toggled, that changes the size of each task item, + // so we need to update the size of the hot tracking effect too. + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + + } + + // Updates the hot tracking gradient with the mouse position. + function updateMousePosition(pos) { + if(!model.IsStartup) + hoverGradient.horizontalOffset = pos - hoverRect.width/2; + } + Behavior on opacity { + NumberAnimation { duration: 250 } + } + + + acceptedButtons: Qt.LeftButton | Qt.RightButton | Qt.MidButton | Qt.BackButton | Qt.ForwardButton + + onPidChanged: updateAudioStreams({delay: false}) + onAppNameChanged: updateAudioStreams({delay: false}) + + onIsWindowChanged: { + if (isWindow) { + taskInitComponent.createObject(task); + } + hoverEnabled = true; + } + + onChildCountChanged: { + if (!childCount && groupDialog.visualParent == task) { + groupDialog.visible = false; + + return; + } + + if (containsMouse) { + groupDialog.activeTask = null; + } + + if (childCount > previousChildCount) { + tasksModel.requestPublishDelegateGeometry(modelIndex(), backend.globalRect(task), task); + } + + previousChildCount = childCount; + hoverEnabled = true; + } + + onItemIndexChanged: { + hideToolTipTemporarily(); + + if (!inPopup && !tasks.vertical + && (LayoutManager.calculateStripes() > 1 || !plasmoid.configuration.separateLaunchers)) { + tasks.requestLayout(); + } + hoverEnabled = true; + taskList.updateHoverFunc(); + } + + onContainsMouseChanged: { + + // Just in case + if(tasksMenu !== null ) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if(taskList.firstTimeHover === false) { + taskList.updateHoverFunc(); + taskList.firstTimeHover = true; + } + if (containsMouse) { + if (inPopup) { + forceActiveFocus(); + } + } else { + pressed = false; + //if(!ma.pressed) tasks.dragSource = null; + } + hoverEnabled = true; + + updateMousePosition(ma.mouseX); + + } + + onClicked: { + if (mouse.button == Qt.RightButton && tasksMenu === null && !model.IsStartup) { + // When we're a launcher, there's no window controls, so we can show all + // places without the menu getting super huge. + if (model.IsLauncher === true) { + showContextMenu({showAllPlaces: true}) + } else { + showContextMenu(); + } + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + onPressed: { + + if(tasksMenu !== null ) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if (mouse.button == Qt.LeftButton || mouse.button == Qt.MidButton || mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { + pressed = true; + pressX = mouse.x; + pressY = mouse.y; + + } + hoverEnabled = true; + } + + onReleased: { + + if (pressed) { + if (mouse.button == Qt.MidButton) { + if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.NewInstance) { + hoverRect.state = "startup"; + tasksModel.requestNewInstance(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.Close) { + tasks.taskClosedWithMouseMiddleButton = winIdList.slice() + tasksModel.requestClose(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleMinimized) { + tasksModel.requestToggleMinimized(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.ToggleGrouping) { + tasksModel.requestToggleGrouping(modelIndex()); + } else if (plasmoid.configuration.middleClickAction === TaskManagerApplet.Backend.BringToCurrentDesktop) { + tasksModel.requestVirtualDesktops(modelIndex(), [virtualDesktopInfo.currentDesktop]); + } + } else if (mouse.button == Qt.LeftButton) { + if (plasmoid.configuration.showToolTips && toolTipArea.active) { + hideToolTipTemporarily(); + } + TaskTools.activateTask(modelIndex(), model, mouse.modifiers, task); + + } else if (mouse.button === Qt.BackButton || mouse.button === Qt.ForwardButton) { + var sourceName = mpris2Source.sourceNameForLauncherUrl(model.LauncherUrlWithoutIcon, model.AppPid); + if (sourceName) { + if (mouse.button === Qt.BackButton) { + mpris2Source.goPrevious(sourceName); + } else { + mpris2Source.goNext(sourceName); + } + } else { + mouse.accepted = false; + } + } + + backend.cancelHighlightWindows(); + } + + pressed = false; + pressX = -1; + pressY = -1; + hoverEnabled = true; + rightClickDragging = false; + } + + onPressAndHold: { + } + onPositionChanged: { //hoverEnabled: true, but this event still doesn't fire at all + //unless i am pressing the left mouse button for a short period of time + + if(tasksMenu !== null) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + if(mouse.buttons == Qt.RightButton) { + rightClickDragging = true; + } + else if (pressX != -1 && mouse.buttons == Qt.LeftButton && dragHelper.isDrag(pressX, pressY, mouse.x, mouse.y)) { + + tasks.dragSource = task; + dragHelper.startDrag(task, model.MimeType, model.MimeData, + model.LauncherUrlWithoutIcon, model.decoration); + pressX = -1; + pressY = -1; + return; + } + else + { + tasks.dragSource = null; + } + + //code for dragging the task around + + } + + onWheel: { + if (plasmoid.configuration.wheelEnabled && (!inPopup || !groupDialog.overflowing)) { + wheelDelta = TaskTools.wheelActivateNextPrevTask(task, wheelDelta, wheel.angleDelta.y); + } else { + wheel.accepted = false; + } + } + + onSmartLauncherEnabledChanged: { + if (smartLauncherEnabled && !smartLauncherItem) { + var smartLauncher = Qt.createQmlObject(" + import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet; + TaskManagerApplet.SmartLauncherItem { }", task); + + smartLauncher.launcherUrl = Qt.binding(function() { return model.LauncherUrlWithoutIcon; }); + + smartLauncherItem = smartLauncher; + } + } + + onHasAudioStreamChanged: { + audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; + } + + onAudioIndicatorsEnabledChanged: { + audioStreamIconLoader.active = hasAudioStream && audioIndicatorsEnabled; + } + + Keys.onReturnPressed: TaskTools.activateTask(modelIndex(), model, event.modifiers, task) + Keys.onEnterPressed: Keys.onReturnPressed(event); + + function modelIndex() { + return (inPopup ? tasksModel.makeModelIndex(groupDialog.visualParent.itemIndex, index) + : tasksModel.makeModelIndex(index)); + } + + function showContextMenu(args) { + toolTipArea.hideImmediately(); + tasksMenu = tasks.createTasksMenu(task, modelIndex(), args); + tasksMenu.menuDecoration = model.decoration; + tasksMenu.show(); + + //contextMenu = tasks.createContextMenu(task, modelIndex(), args); + //contextMenu.show(); + } + + function updateAudioStreams(args) { + if (args) { + // When the task just appeared (e.g. virtual desktop switch), show the audio indicator + // right away. Only when audio streams change during the lifetime of this task, delay + // showing that to avoid distraction. + delayAudioStreamIndicator = !!args.delay; + } + + var pa = pulseAudio.item; + if (!pa) { + task.audioStreams = []; + return; + } + + var streams = pa.streamsForPid(task.pid); + if (streams.length) { + pa.registerPidMatch(task.appName); + } else { + // We only want to fall back to appName matching if we never managed to map + // a PID to an audio stream window. Otherwise if you have two instances of + // an application, one playing and the other not, it will look up appName + // for the non-playing instance and erroneously show an indicator on both. + if (!pa.hasPidMatch(task.appName)) { + streams = pa.streamsForAppName(task.appName); + } + } + + task.audioStreams = streams; + } + + function toggleMuted() { + if (muted) { + task.audioStreams.forEach(function (item) { item.unmute(); }); + } else { + task.audioStreams.forEach(function (item) { item.mute(); }); + } + } + + Connections { + target: pulseAudio.item + ignoreUnknownSignals: true // Plasma-PA might not be available + function onStreamsChanged() { + task.updateAudioStreams({delay: true}) + } + } + Component { + id: taskInitComponent + + Timer { + id: timer + + interval: PlasmaCore.Units.longDuration + repeat: false + + onTriggered: { + //parent.hoverEnabled = true; + if (parent.isWindow) { + tasksModel.requestPublishDelegateGeometry(parent.modelIndex(), + backend.globalRect(parent), parent); + } + timer.destroy(); + } + + Component.onCompleted: { + + taskList.updateHoverFunc(); + timer.start(); + } + } + } + NumberAnimation { + id: closingAnimation + target: frame + properties: "opacity" + from: 1 + to: 0 + duration: 200 + + onRunningChanged: { if(!closingAnimation.running) { + opacity: 1; + //tasksModel.requestClose(modelIndex()); + } + } + } + PlasmaCore.FrameSvgItem { + id: frame + z: -1 + anchors { + fill: parent + + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : PlasmaCore.Units.smallSpacing / 4 + } + PlasmaCore.FrameSvgItem { + id: stackFirst + z: 2 + imagePath: "widgets/tasks" + anchors.fill: parent + visible: frame.basePrefix != "active-tab" + opacity: { + if(childCount == 0) return 1; + else if(childCount == 2) return 0.6; + else return 0.25; + } + //imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : "widgets/tasks" + prefix: childCount == 0 ? frame.prefix : TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)); + } + PlasmaCore.FrameSvgItem { + id: stackSecond + imagePath: "widgets/tasks" + prefix: frame.prefix + anchors.fill: parent + opacity: 1 + visible: childCount >= 2 ? true : false + anchors.rightMargin: PlasmaCore.Units.smallSpacing * (childCount >= 3 ? 2 : 1.2); + } + PlasmaCore.FrameSvgItem { + id: stackThird + imagePath: "widgets/tasks" + prefix: TaskTools.taskPrefix("stacked+" + ((pressed) ? "focus" : frame.basePrefix)) + anchors.fill: parent + opacity: 0.6 + visible: childCount >= 3 ? true : false + anchors.rightMargin: PlasmaCore.Units.smallSpacing + enabledBorders: Plasma.FrameSvg.EnabledBorders.RightBorder + + } + + LinearGradient { + + id: highlightGradient + opacity: (pressed && frame.isHovered && frame.basePrefix === "active-tab") ? 1 : 0 + + anchors.fill: parent + anchors.leftMargin: 3 + anchors.rightMargin: 3 + anchors.topMargin: 2 + + start: Qt.point(3, 3) + end: Qt.point(3, parent.height-3) + gradient: Gradient { + GradientStop { position: 0.0; color: "#00000000"; } + GradientStop { position: 0.5; color: "#66000000"; } + GradientStop { position: 1.0; color: "#00000000"; } + } + } + imagePath: (frame.isHovered && frame.basePrefix === "active-tab") ? "widgets/tabbar" : ""//"widgets/tasks" + property bool isHovered: task.highlighted && plasmoid.configuration.taskHoverEffect && !rightClickDragging + property string basePrefix: "normal" + //prefix: isHovered ? (TaskTools.taskPrefixHovered(basePrefix)) : TaskTools.taskPrefix(basePrefix) + //prefix: TaskTools.taskPrefix(basePrefix) + prefix: { + if(model.IsStartup || tasksMenu !== null) return TaskTools.taskPrefix("focus"); + if((pressed) && frame.basePrefix != "active-tab") return TaskTools.taskPrefix("focus"); + else if(isHovered && (basePrefix === "normal" || basePrefix === "minimized")) { return TaskTools.taskPrefix("hover"); } + else return TaskTools.taskPrefix(basePrefix); + } + //prefix: ((pressed) && frame.basePrefix != "active-tab") ? TaskTools.taskPrefix("focus") : TaskTools.taskPrefix(basePrefix) + Rectangle { + id: hoverRect + + anchors { + fill: parent + + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 +1 : 1 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4+1 : 1 + } + z: -5 + clip: true + states: [ + State { + name: "startup"; when: (model.IsStartup === true) + + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "startup"; + //console.log("\nTurned to startup state\n" + previousState); + } + } + + }, + State { + name: "startup-finished"; when: (model.IsStartup === false) + + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "startup"; + } + } + + }, + State { + name: "mouse-over"; when: ((frame.isHovered && frame.basePrefix != "active-tab")) + PropertyChanges { target: hoverRect; opacity: 1} + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = "mouse-over"; + //console.log("\nTurned to mouseover state\n" + previousState); + } + } + + }, + State { + name: ""; + PropertyChanges { target: hoverRect; opacity: 0 } + StateChangeScript { + script: { + if(previousState === "startup") { + hoverGradient.verticalRadius = LayoutManager.taskHeight(); + hoverGradient.horizontalRadius = LayoutManager.taskWidth(); + } + previousState = ""; + //console.log("\nTurned to default state\n" + previousState); + } + } + } + ] + transitions: [ Transition { + from: "*"; to: "*"; + NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } + }, + Transition { + from: "*"; to: "startup"; + NumberAnimation { properties: "opacity"; easing.type: Easing.InOutQuad; duration: 250 } + SequentialAnimation { + id: horizRad + NumberAnimation { + id: horizRad1 + target: hoverGradient + property: "horizontalRadius" + from: 0; to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; + easing.type: Easing.OutQuad; duration: 400 + } + /*NumberAnimation { + id: horizRad11 + target: hoverGradient + property: "horizontalRadius" + from: LayoutManager.taskWidth(); to: LayoutManager.taskWidth();//task.height + taskFrame.margins.left + taskFrame.margins.right; + easing.type: Easing.Linear; duration: + }*/ + NumberAnimation { + id: horizRad2 + target: hoverGradient + property: "horizontalRadius" + //to: 0; + from: LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; + easing.type: Easing.InQuad; duration: 550 + } + NumberAnimation { + id: horizRad3 + target: hoverGradient + property: "horizontalRadius" + //to: 0; + from: 0; to: 0; //LayoutManager.taskWidth()/*task.height + taskFrame.margins.left + taskFrame.margins.right*/; to: 0; + easing.type: Easing.Linear; duration: 3600 + } + NumberAnimation { + id: frameOpacity + target: task + property: "opacity" + from: 1; to: 0; + easing.type: Easing.OutCubic; duration: 650 + } + //loops: 3 + } + + SequentialAnimation { + id: vertiRad + NumberAnimation { + id: vertiRad1 + target: hoverGradient + property: "verticalRadius" + from: 0; to: LayoutManager.taskHeight(); + easing.type: Easing.OutQuad; duration: 400 + } + /*NumberAnimation { + id: vertiRad11 + target: hoverGradient + property: "verticalRadius" + from: LayoutManager.taskHeight(); to: LayoutManager.taskHeight(); + easing.type: Easing.Linear; duration: 50 + }*/ + NumberAnimation { + id: vertiRad2 + target: hoverGradient + property: "verticalRadius" + from: LayoutManager.taskHeight(); to: 0; + easing.type: Easing.InQuad; duration: 550 + } + NumberAnimation { + id: vertiRad3 + target: hoverGradient + property: "verticalRadius" + from: 0; to: 0; + easing.type: Easing.Linear; duration: 1250 + } + NumberAnimation { + id: hoverBorder + target: hoverRect + property: "opacity" + from: 1; to: 0; + easing.type: Easing.Linear; duration: 550 + } + //loops: 3 + } + + } ] + opacity: 0//(frame.isHovered && frame.basePrefix != "") ? 1.0 : 0 + color: "#00000000" + Rectangle { + id: borderRect + anchors { + fill: parent + topMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + } + z: -5 + border.color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.4); + //border.color: Qt.tint(hoverColor, "#22777777") + border.width: 2 + radius: 2 + color: "#00000000" + } + + RadialGradient { + id: hoverGradient + z: -3 + anchors { + fill: parent + topMargin: -2 * PlasmaCore.Units.smallSpacing + leftMargin: -2 * PlasmaCore.Units.smallSpacing + bottomMargin: -2 * PlasmaCore.Units.smallSpacing + rightMargin: -2 * PlasmaCore.Units.smallSpacing + /*topMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 + bottomMargin: (!tasks.vertical && taskList.rows > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0 + leftMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? PlasmaCore.Units.smallSpacing / 4 : 0 + rightMargin: ((inPopup || tasks.vertical) && taskList.columns > 1) ? -PlasmaCore.Units.smallSpacing / 4 : 0*/ + } + gradient: Gradient { + id: radialGrad + GradientStop { position: 0.0; color: Qt.tint(hoverColor, "#CFF8F8F8") } + GradientStop { position: 0.4; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.75) } + //GradientStop { position: 0.4; color: Qt.tint(hoverColor, "#55AAAAAA") } + GradientStop { position: 0.85; color: Qt.rgba(hoverColor.r, hoverColor.g, hoverColor.b, 0.2) } + } + verticalOffset: hoverRect.height/2.2 + horizontalOffset: 0 + + + //hoverGradient.horizontalOffset = task.mouseX - hoverRect.width/2 + + } + + Blend { + anchors.fill: borderRect + source: borderRect + foregroundSource: hoverGradient + mode: "addition" + } + //z: -1 + + } + PlasmaCore.ToolTipArea { + id: toolTipArea + z: -1 + //backgroundHints: "SolidBackground" + MouseArea { + id: ma + hoverEnabled: true + propagateComposedEvents: true + anchors.fill: parent + onPositionChanged: { + task.updateMousePosition(ma.mouseX); + task.positionChanged(mouse); + //var xtr = toolTipArea.backgroundHints(); + + } + onContainsMouseChanged: { + + task.updateMousePosition(ma.mouseX); + //task.onContainsMouseChanged(); + //toolTipArea.onContainsMouseChanged(); + //mouse.accepted = false; + } + onPressed: mouse.accepted = false; + onReleased: mouse.accepted = false; + onWheel: wheel.accepted = false; + //onExited: { hoverGradient.horizontalOffset = 0; + //task.onExited(); + //} + } + anchors.fill: parent + location: plasmoid.location + + active: !inPopup && !groupDialog.visible && plasmoid.configuration.showToolTips + interactive: model.IsWindow === true + + mainItem: (model.IsWindow === true) ? openWindowToolTipDelegate : pinnedAppToolTipDelegate + property alias mainToolTip: toolTipArea.mainItem + + onContainsMouseChanged: { + + updateMousePosition(ma.mouseX); + if (containsMouse) { + mainItem.parentTask = task; + mainItem.rootIndex = tasksModel.makeModelIndex(itemIndex, -1); + + /*mainItem.isWindowActive = Qt.binding(function() { + return false; + });*/ + mainItem.appName = Qt.binding(function() { + return model.AppName; + }); + mainItem.pidParent = Qt.binding(function() { + return model.AppPid !== undefined ? model.AppPid : 0; + }); + mainItem.windows = Qt.binding(function() { + return model.WinIdList; + }); + mainItem.isGroup = Qt.binding(function() { + return model.IsGroupParent === true; + }); + mainItem.icon = Qt.binding(function() { + return model.decoration; + }); + mainItem.launcherUrl = Qt.binding(function() { + return model.LauncherUrlWithoutIcon; + }); + mainItem.isLauncher = Qt.binding(function() { + return model.IsLauncher === true; + }); + mainItem.isMinimizedParent = Qt.binding(function() { + return model.IsMinimized === true; + }); + mainItem.displayParent = Qt.binding(function() { + return model.display; + }); + mainItem.genericName = Qt.binding(function() { + return model.GenericName; + }); + mainItem.virtualDesktopParent = Qt.binding(function() { + return (model.VirtualDesktops !== undefined && model.VirtualDesktops.length > 0) ? model.VirtualDesktops : [0]; + }); + mainItem.isOnAllVirtualDesktopsParent = Qt.binding(function() { + return model.IsOnAllVirtualDesktops === true; + }); + mainItem.activitiesParent = Qt.binding(function() { + return model.Activities; + }); + + mainItem.smartLauncherCountVisible = Qt.binding(function() { + return task.smartLauncherItem && task.smartLauncherItem.countVisible; + }); + mainItem.smartLauncherCount = Qt.binding(function() { + return mainItem.smartLauncherCountVisible ? task.smartLauncherItem.count : 0; + }); + } + } + } + } + + + Loader { + anchors.fill: frame + asynchronous: true + source: "TaskProgressOverlay.qml" + active: task.isWindow && task.smartLauncherItem && task.smartLauncherItem.progressVisible + z: -7 + } + //TasksMenu {} + Item { + id: iconBox + + anchors { + left: parent.left + leftMargin: adjustMargin(true, parent.width, taskFrame.margins.left); + top: parent.top + topMargin: adjustMargin(false, parent.height, taskFrame.margins.top) + } + + width: height + height: (parent.height - adjustMargin(false, parent.height, taskFrame.margins.top) + - adjustMargin(false, parent.height, taskFrame.margins.bottom)) + + function adjustMargin(vert, size, margin) { + if (!size) { + return margin; + } + + var margins = vert ? LayoutManager.horizontalMargins() : LayoutManager.verticalMargins(); + + if ((size - margins) < PlasmaCore.Units.iconSizes.small) { + return Math.ceil((margin * (PlasmaCore.Units.iconSizes.small / size)) / 2); + } + return margin; + } + + //width: inPopup ? PlasmaCore.Units.iconSizes.small : Math.min(height, parent.width - LayoutManager.horizontalMargins()) + + PlasmaCore.IconItem { + id: icon + + anchors.fill: parent + anchors.leftMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) - ((childCount > 0) ? PlasmaCore.Units.smallSpacing * ((childCount > 2) ? 2 : 1.2) : 0) + anchors.topMargin: ((pressed) ? PlasmaCore.Units.smallSpacing / 5 : 0) + + //active: task.highlighted + enabled: true + usesPlasmaTheme: false + + source: model.decoration + + onSourceChanged: { + //if(!icon.valid || icon.source == "" /*&& !model.IsLauncher && !model.IsStartup*/) icon.source = "application-x-executable"; + + updateHoverColor(); + } + } + + /*Loader { + // QTBUG anchors.fill in conjunction with the Loader doesn't reliably work on creation: + // have a window with a badge, move it from one screen to another, the new task item on the + // other screen will now have a glitched out badge mask. + width: parent.width + height: parent.height + asynchronous: true + source: "TaskBadgeOverlay.qml" + active: height >= PlasmaCore.Units.iconSizes.small + && task.smartLauncherItem && task.smartLauncherItem.countVisible + }*/ + + states: [ + // Using a state transition avoids a binding loop between label.visible and + // the text label margin, which derives from the icon width. + State { + name: "standalone" + when: !label.visible + + AnchorChanges { + target: iconBox + anchors.left: undefined + anchors.horizontalCenter: parent.horizontalCenter + } + + PropertyChanges { + target: iconBox + anchors.leftMargin: 0 + width: parent.width - adjustMargin(true, task.width, taskFrame.margins.left) + - adjustMargin(true, task.width, taskFrame.margins.right) + } + } + ] + + /*Loader { + anchors.fill: parent + + active: model.IsStartup === true + sourceComponent: busyIndicator + } + + Component { + id: busyIndicator + + PlasmaComponents.BusyIndicator { anchors.fill: parent } + }*/ + } + + Loader { + id: audioStreamIconLoader + + readonly property bool shown: item && item.visible + readonly property var indicatorScale: 1.2 + + source: "AudioStream.qml" + width: Math.min(Math.min(iconBox.width, iconBox.height) * 0.4, PlasmaCore.Units.iconSizes.smallMedium) + height: width + + anchors { + right: frame.right + top: frame.top + rightMargin: taskFrame.margins.right + topMargin: Math.round(taskFrame.margins.top * indicatorScale) + } + + } + + PlasmaComponents.Label { + id: label + + visible: (inPopup || !iconsOnly && model.IsLauncher !== true + && (parent.width - iconBox.height - PlasmaCore.Units.smallSpacing) >= (theme.mSize(theme.defaultFont).width * LayoutManager.minimumMColumns())) + + anchors { + fill: parent + leftMargin: taskFrame.margins.left + iconBox.width + PlasmaCore.Units.smallSpacing + topMargin: taskFrame.margins.top + rightMargin: taskFrame.margins.right + (audioStreamIconLoader.shown ? (audioStreamIconLoader.width + PlasmaCore.Units.smallSpacing) : 0) + bottomMargin: taskFrame.margins.bottom + } + + text: model.display + wrapMode: (maximumLineCount == 1) ? Text.NoWrap : Text.Wrap + elide: Text.ElideRight + textFormat: Text.PlainText + verticalAlignment: Text.AlignVCenter + maximumLineCount: plasmoid.configuration.maxTextLines || undefined + style: Text.Outline + styleColor: "#20404040" + /*layer.enabled: true + layer.effect: DropShadow { + anchors.fill: parent + source: parent + verticalOffset: 1 + horizontalOffset: 1 + color: "#80000000" + radius: 0 + }*/ + } + + states: [ + State { + name: "launcher" + when: model.IsLauncher === true + + PropertyChanges { + target: frame + basePrefix: "active-tab" + } + }, + State { + name: "attention" + when: model.IsDemandingAttention === true || (task.smartLauncherItem && task.smartLauncherItem.urgent) + + PropertyChanges { + target: frame + basePrefix: "attention" + } + }, + State { + name: "minimized" + when: model.IsMinimized === true + + PropertyChanges { + target: frame + basePrefix: "minimized" + } + }, + State { + name: "active" + when: model.IsActive === true + + PropertyChanges { + target: frame + basePrefix: "focus" + } + } + + ] + + Component.onCompleted: { + /*if (!inPopup && model.IsWindow === true) { + var component = Qt.createComponent("GroupExpanderOverlay.qml"); + component.createObject(task); + }*/ + + if (!inPopup && model.IsWindow !== true) { + taskInitComponent.createObject(task); + } + taskList.updateHoverFunc(); + updateAudioStreams({delay: false}); + //toolTipArea.setBackgroundHints(2); + + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskBadgeOverlay.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskBadgeOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskBadgeOverlay.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskBadgeOverlay.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskList.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskList.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskList.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskList.qml diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskProgressOverlay.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskProgressOverlay.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/TaskProgressOverlay.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TaskProgressOverlay.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenu.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenu.qml new file mode 100755 index 0000000..b0f806b --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenu.qml @@ -0,0 +1,1128 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import QtQuick.Controls 1.4 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras + +/* + * This is the custom context menu control for SevenTasks. + * It is designed to look and feel like the context menu from Windows Vista and onwards, + * while making sure that it behaves just like a normal context menu under KDE. This means: + * + * 1. The context menu grabs *all* mouse and key inputs. + * 2. The context menu must disappear if an event outside of it causes it to 'lose focus'. + * 3. The context menu must disappear if a menu item has been activated either with the mouse or the keyboard. + * 4. The context menu must disappear if the user clicks away from it or the Escape key is pressed on the keyboard. + * + * As PlasmaCore.Dialog inherits QWindow, we can use QWindow::setMouseGrabEnabled(bool) and QWindow::setKeyboardGrabEnabled(bool) + * to steal all mouse and keyboard events from the system and direct it towards the context menu. This is done through C++, more + * info in the C++ source files. + * + */ + +PlasmaCore.Dialog { + id: tasksMenu + + // Properties passed by the task when the context menu is created dynamically. + // Context menu specific stuff. + property QtObject backend + property QtObject mpris2Source + property var modelIndex + readonly property var atm: TaskManager.AbstractTasksModel + property var menuDecoration: "exec" + property QtObject currentItem: null + property int currentItemIndex: -1 + + readonly property int menuItemHeight: PlasmaCore.Units.smallSpacing*5 + readonly property int menuWidth: 263 + + property bool showAllPlaces: false + property bool alsoCloseTask: false + property bool secondaryColumn: false + + property color backgroundColorStatic: "#f1f6fb" + property color backgroundColorGradient: "white" + property color borderColor: "#ccd9ea" + + + // Functions inherited from the original ContextMenu + function get(modelProp) { + return tasksModel.data(modelIndex, modelProp) + } + function showContextMenuWithAllPlaces() { + visualParent.showContextMenu({showAllPlaces: true}); + } + + function newPlasmaMenuItem(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem {} + `, parent); + } + + function newPlasmaSeparator(parent) { + return Qt.createQmlObject(` + import org.kde.plasma.components 2.0 as PlasmaComponents + + PlasmaComponents.MenuItem { separator: true } + `, parent); + } + function newMenuItem(parent) { + return Qt.createQmlObject(` + TasksMenuItemWrapper {} + `, parent); + } + + function newSeparator(parent) { + return Qt.createQmlObject(` + TasksMenuItemSeparator {} + `, parent); + } + function addItemToMenu(obj) { + obj.Layout.fillWidth = true; + obj.Layout.preferredHeight = menuItemHeight; + menuitems.height += obj.Layout.preferredHeight + menuitems.spacing; + } + function clearIndices() { + if(currentItem !== null) { + currentItem.selected = false; + currentItem = null; + } + currentItemIndex = -1; + } + function setCurrentItem(obj) { + clearIndices(); + var i = Array.prototype.indexOf.call(menuitems.children, obj); + if(i === -1) { + i = menuitems.children.length + Array.prototype.indexOf.call(staticMenuItems.children, obj); + } + currentItemIndex = i; + currentItem = obj; + currentItem.selected = true; + } + + // Tasksmenu specific stuff + property alias tMenu: tasksMenu + property int xpos: -1 // Variable is used to keep track of the original x position which sometimes gets changed for no reason. + visible: false + opacity: 0 + objectName: "tasksMenuDialog" + hideOnWindowDeactivate: true // Makes it so that the context menu disappears if it gets forcibly out of focus by an external event. + flags: Qt.WindowStaysOnTopHint | Qt.Dialog + + // Used to animate the context menu appearing and disappearing. + Behavior on opacity { + NumberAnimation { duration: 125; } + } + Behavior on y { + NumberAnimation {duration: 125; } + } + + // Tries to detect when the x position resets to 0. + onXChanged: { + if(tasksMenu.x !== xpos) { + tasksMenu.x = xpos; + } + } + // If the context menu is no longer visible (most often when it loses focus), close the menu. + onVisibleChanged: { + if(visible) { + var diff = parent.mapToGlobal(tasksMenu.x, tasksMenu.y).x - tasksMenu.x; + xpos = visualParent.x + diff + visualParent.width/2; + xpos -= menuWidth / 2; + + if(xpos < 0) xpos = 0; + tasksMenu.x = xpos; + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + else if(!visible) { + tasksMenu.closeMenu(); + } + } + onActiveChanged: { + if(!active) tasksMenu.close(); + } + // Set to Floating so that the borders are visible all the time, even when it is right next to another object. + location: { + return PlasmaCore.Types.Floating; + } + // Used publicly by other objects to show the dynamically created context menu. + function show() { + loadDynamicLauncherActions(get(atm.LauncherUrlWithoutIcon)); + visible = true; + opacity = 1; + tasksMenu.y -= PlasmaCore.Units.smallSpacing*2; + openTimer.start(); + } + // Closes the menu gracefully, by first showing a fade out animation before freeing the object from memory. + function closeMenu() { + plasmoid.nativeInterface.disableBlurBehind(tasksMenu); + tasksMenu.y += PlasmaCore.Units.smallSpacing*2; + opacity = 0; + closeTimer.start(); + } + + function loadDynamicLauncherActions(launcherUrl) { + var sections = [ + { + title: i18n("Frequent"), + group: "places", + actions: backend.placesActions(launcherUrl, showAllPlaces, tasksMenu) + }, + { + title: i18n("Recent"), + group: "recents", + actions: backend.recentDocumentActions(launcherUrl, tasksMenu) + }, + { + title: i18n("Tasks"), + group: "actions", + actions: backend.jumpListActions(launcherUrl, tasksMenu) + } + ] + + // C++ can override section heading by returning a QString as first action + sections.forEach((section) => { + if (typeof section.actions[0] === "string") { + section.title = section.actions.shift(); // take first + } + }); + + // QMenu does not limit its width automatically. Even if we set a maximumWidth + // it would just cut off text rather than eliding. So we do this manually. + var textMetrics = Qt.createQmlObject("import QtQuick 2.4; TextMetrics {}", menuitems); + var maximumWidth = LayoutManager.maximumContextMenuTextWidth() + PlasmaCore.Units.smallSpacing*2; + + for(var i = 0; i < sections.length; i++) { + var section = sections[i]; + if(section["actions"].length == 0) continue; + + // Make a separator header + var sepHeader = tasksMenu.newSeparator(menuitems); + sepHeader.menuText = section["title"]; + addItemToMenu(sepHeader); + + for(var j = 0; j < section["actions"].length; j++) { + if(section["group"] == "recents" && j == section["actions"].length-2) continue; + var mAction = section["actions"][j]; + var mItem = tasksMenu.newMenuItem(menuitems); + // Crude way of manually eliding... + var elided = false; + textMetrics.text = Qt.binding(function() { + return mAction.text; + }); + + while (textMetrics.width > maximumWidth) { + mAction.text = mAction.text.slice(0, -1); + elided = true; + } + + if (elided) { + mAction.text += "…"; + } + mItem.text = mAction.text; + mItem.icon = mAction.icon; + mItem.clicked.connect(mAction.trigger); + addItemToMenu(mItem); + secondaryColumn = true; + } + + } + + // Add Media Player control actions + var sourceName = mpris2Source.sourceNameForLauncherUrl(launcherUrl, get(atm.AppPid)); + + if (sourceName && !(get(atm.WinIdList) !== undefined && get(atm.WinIdList).length > 1)) { + var playerData = mpris2Source.data[sourceName] + var sepHeader = tasksMenu.newSeparator(menuitems); + sepHeader.menuText = "Media controls"; + addItemToMenu(sepHeader); + secondaryColumn = true; + if (playerData.CanControl) { + var playing = (playerData.PlaybackStatus === "Playing"); + var menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Play previous track", "Previous Track"); + menuItem.icon = "media-skip-backward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoPrevious; + }); + menuItem.clicked.connect(function() { + mpris2Source.goPrevious(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + // PlasmaCore Menu doesn't actually handle icons or labels changing at runtime... + menuItem.text = Qt.binding(function() { + // if CanPause, toggle the menu entry between Play & Pause, otherwise always use Play + return playing && playerData.CanPause ? i18nc("Pause playback", "Pause") : i18nc("Start playback", "Play"); + }); + menuItem.icon = Qt.binding(function() { + return playing && playerData.CanPause ? "media-playback-pause" : "media-playback-start"; + }); + menuItem.enabled = Qt.binding(function() { + return playing ? playerData.CanPause : playerData.CanPlay; + }); + menuItem.clicked.connect(function() { + if (playing) { + mpris2Source.pause(sourceName); + } else { + mpris2Source.play(sourceName); + } + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Play next track", "Next Track"); + menuItem.icon = "media-skip-forward"; + menuItem.enabled = Qt.binding(function() { + return playerData.CanGoNext; + }); + menuItem.clicked.connect(function() { + mpris2Source.goNext(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Stop playback", "Stop"); + menuItem.icon = "media-playback-stop"; + menuItem.enabled = Qt.binding(function() { + return playerData.PlaybackStatus !== "Stopped"; + }); + menuItem.clicked.connect(function() { + mpris2Source.stop(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + + // If we don't have a window associated with the player but we can quit + // it through MPRIS we'll offer a "Quit" option instead of "Close" + if (!closeWindowItem.visible && playerData.CanQuit) { + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Quit media player app", "Quit"); + menuItem.icon = "application-exit"; + menuItem.visible = Qt.binding(function() { + return !closeWindowItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.quit(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + } + + // If we don't have a window associated with the player but we can raise + // it through MPRIS we'll offer a "Restore" option + if (get(atm.IsLauncher) === true && !startNewInstanceItem.visible && playerData.CanRaise) { + menuItem = tasksMenu.newMenuItem(menuitems); + menuItem.text = i18nc("Open or bring to the front window of media player app", "Restore"); + menuItem.icon = playerData["Desktop Icon Name"]; + menuItem.visible = Qt.binding(function() { + return !startNewInstanceItem.visible; + }); + menuItem.clicked.connect(function() { + mpris2Source.raise(sourceName); + tasksMenu.closeMenu(); + }); + tasksMenu.addItemToMenu(menuItem); + } + } + } + + // We allow mute/unmute whenever an application has a stream, regardless of whether it + // is actually playing sound. + // This way you can unmute, e.g. a telephony app, even after the conversation has ended, + // so you still have it ringing later on. + if (tasksMenu.visualParent.hasAudioStream) { + var muteItem = tasksMenu.newMenuItem(menuitems); + muteItem.checkable = true; + muteItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.visualParent.muted; + }); + muteItem.clicked.connect(function() { + tasksMenu.visualParent.toggleMuted(); + muteItem.text = !muteItem.checked ? "Unmute" : "Mute"; + muteItem.icon = !muteItem.checked ? "audio-volume-muted" : "audio-volume-high"; + }); + muteItem.text = muteItem.checked ? "Unmute" : "Mute"; + muteItem.icon = muteItem.checked ? "audio-volume-muted" : "audio-volume-high"; + tasksMenu.addItemToMenu(muteItem); + secondaryColumn = true; + + } + } + + function delayedMenu(delay, func) { + plasmoid.nativeInterface.disableBlurBehind(tasksMenu); + tasksMenu.y += PlasmaCore.Units.smallSpacing*2; + opacity = 0; + delayTimer.interval = delay; + delayTimer.repeat = false; + delayTimer.triggered.connect(func); + delayTimer.start(); + } + + FocusScope { + id: fscope + focus: true + Layout.minimumWidth: menuWidth + Layout.maximumWidth: menuWidth + Layout.minimumHeight: staticMenuItems.height + menuitems.height + PlasmaCore.Units.smallSpacing*3 - (secondaryColumn ? 0 : PlasmaCore.Units.smallSpacing*2) + Layout.maximumHeight: staticMenuItems.height + menuitems.height + PlasmaCore.Units.smallSpacing*3 - (secondaryColumn ? 0 : PlasmaCore.Units.smallSpacing*2) + // This is the last resort to avoiding the dialog displacement bug. It's set to correct the x position at a delay of 18ms. + // This may result in a brief but noticeable jump in position when the context menu is shown. + Timer { + id: delayTimer + } + Timer { + id: openTimer + interval: 20 + repeat: false + onTriggered: { + tasksMenu.x = xpos; + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + // Timer used to free the object from memory after the fade out animation has finished. + Timer { + id: closeTimer + interval: 150 + onTriggered: { + tasksMenu.destroy(); + } + } + ColumnLayout { + id: menuitems + z: 1 + spacing: PlasmaCore.Units.smallSpacing/2 + anchors { + left: parent.left + right: parent.right + bottom: staticMenuItems.top + leftMargin: PlasmaCore.Units.smallSpacing*2 + rightMargin: PlasmaCore.Units.smallSpacing*2 + bottomMargin: PlasmaCore.Units.smallSpacing + } + + Item { + Layout.fillHeight: true + } + Item { + height: PlasmaCore.Units.smallSpacing + } + } + ColumnLayout { + id: staticMenuItems + z: 1 + spacing: PlasmaCore.Units.smallSpacing/2 + anchors.left: parent.left + anchors.right: parent.right + anchors.bottom: parent.bottom + anchors.margins: PlasmaCore.Units.smallSpacing*2 + + Item { + Layout.fillHeight: true + } + Item { + height: PlasmaCore.Units.smallSpacing + } + + TasksMenuItemWrapper { + id: startNewInstanceItem + visible: get(atm.CanLaunchNewInstance) + text: get(atm.AppName) + icon: menuDecoration + onClicked: tasksModel.requestNewInstance(modelIndex) + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + } + TasksMenuItemWrapper { + id: virtualDesktopsMenuItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Move to Desktop...") + icon: "virtual-desktops" + + visible: virtualDesktopInfo.numberOfDesktops > 1 && (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true && get(atm.IsVirtualDesktopsChangeable) === true) + + onClicked: virtualDesktopsMenu.openRelative() + + Connections { + target: virtualDesktopInfo + + function onNumberOfDesktopsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopIdsChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + function onDesktopNamesChanged() {Qt.callLater(virtualDesktopsMenu.refresh)} + } + PlasmaComponents.ContextMenu { + id: virtualDesktopsMenu + + visualParent: virtualDesktopsMenuItem + onTriggered: { + tasksMenu.closeMenu(); + } + + function refresh() { + clearMenuItems(); + + if (virtualDesktopInfo.numberOfDesktops <= 1) { + return; + } + + var menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("Move &To Current Desktop"); + menuItem.enabled = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.currentDesktop) === -1; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, [virtualDesktopInfo.currentDesktop]); + }); + + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&All Desktops"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.IsOnAllVirtualDesktops) === true; + }); + menuItem.clicked.connect(function() { + tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, []); + }); + backend.setActionGroup(menuItem.action); + + tasksMenu.newPlasmaSeparator(virtualDesktopsMenu); + + for (var i = 0; i < virtualDesktopInfo.desktopNames.length; ++i) { + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18nc("1 = number of desktop, 2 = desktop name", "&%1 %2", i + 1, virtualDesktopInfo.desktopNames[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding((function(i) { + return function() { return tasksMenu.visualParent && tasksMenu.get(atm.VirtualDesktops).indexOf(virtualDesktopInfo.desktopIds[i]) > -1 }; + })(i)); + menuItem.clicked.connect((function(i) { + return function() { return tasksModel.requestVirtualDesktops(tasksMenu.modelIndex, [virtualDesktopInfo.desktopIds[i]]); }; + })(i)); + backend.setActionGroup(menuItem.action); + } + + tasksMenu.newPlasmaSeparator(virtualDesktopsMenu); + + menuItem = tasksMenu.newPlasmaMenuItem(virtualDesktopsMenu); + menuItem.text = i18n("&New Desktop"); + menuItem.clicked.connect(function() { + tasksModel.requestNewVirtualDesktop(tasksMenu.modelIndex); + }); + } + + // Return mouse grabbing to the original context menu when the context menu closes + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + if(virtualDesktopsMenuItem.visible) refresh() + } + } + } + + TasksMenuItemWrapper { + id: activitiesDesktopsMenuItem + + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + visible: activityInfo.numberOfRunningActivities > 1 + && (visualParent && !get(atm.IsLauncher) + && !get(atm.IsStartup)) + + enabled: visible + + text: i18n("Show in Activities...") + icon: "activities" + onClicked: activitiesDesktopsMenu.openRelative() + + Connections { + target: activityInfo + + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + PlasmaComponents.ContextMenu { + id: activitiesDesktopsMenu + + visualParent: activitiesDesktopsMenuItem + + onTriggered: { + tasksMenu.closeMenu(); + } + function refresh() { + clearMenuItems(); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + var menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Add To Current Activity"); + menuItem.enabled = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).length > 0 && + tasksMenu.get(atm.Activities).indexOf(activityInfo.currentActivity) < 0; + }); + menuItem.clicked.connect(function() { + tasksModel.requestActivities(tasksMenu.modelIndex, tasksMenu.get(atm.Activities).concat(activityInfo.currentActivity)); + }); + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("All Activities"); + menuItem.checkable = true; + menuItem.checked = Qt.binding(function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).length === 0; + }); + menuItem.toggled.connect(function(checked) { + let newActivities = []; // will cast to an empty QStringList i.e all activities + if (!checked) { + newActivities = new Array(activityInfo.currentActivity); + } + tasksModel.requestActivities(tasksMenu.modelIndex, newActivities); + }); + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + + var runningActivities = activityInfo.runningActivities(); + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = activityInfo.activityName(runningActivities[i]); + menuItem.checkable = true; + menuItem.checked = Qt.binding( (function(activityId) { + return function() { + return tasksMenu.visualParent && tasksMenu.get(atm.Activities).indexOf(activityId) >= 0; + }; + })(activityId)); + menuItem.toggled.connect((function(activityId) { + return function (checked) { + var newActivities = tasksMenu.get(atm.Activities); + if (checked) { + newActivities = newActivities.concat(activityId); + } else { + var index = newActivities.indexOf(activityId) + if (index < 0) { + return; + } + + newActivities.splice(index, 1); + } + return tasksModel.requestActivities(tasksMenu.modelIndex, newActivities); + }; + })(activityId)); + } + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + + for (var i = 0; i < runningActivities.length; ++i) { + var activityId = runningActivities[i]; + var onActivities = tasksMenu.get(atm.Activities); + + // if the task is on a single activity, don't insert a "move to" item for that activity + if(onActivities.length == 1 && onActivities[0] == activityId) { + continue; + } + + menuItem = tasksMenu.newPlasmaMenuItem(activitiesDesktopsMenu); + menuItem.text = i18n("Move to %1", activityInfo.activityName(activityId)) + menuItem.clicked.connect((function(activityId) { + return function () { + return tasksModel.requestActivities(tasksMenu.modelIndex, [activityId]); + }; + })(activityId)); + } + + tasksMenu.newPlasmaSeparator(activitiesDesktopsMenu); + } + + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + if(activitiesDesktopsMenuItem.visible) refresh() + } + } + } + + TasksMenuItemWrapper { + id: launcherToggleAction + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Pin this program to taskbar") + icon: "window-pin" + visible: visualParent + && get(atm.IsLauncher) !== true + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities < 2) + && !doesBelongToCurrentActivity() + + function doesBelongToCurrentActivity() { + return tasksModel.launcherActivities(get(atm.LauncherUrlWithoutIcon)).some(function(activity) { + return activity === activityInfo.currentActivity || activity === activityInfo.nullUuid; + }); + } + onClicked: { + tasksModel.requestAddLauncher(get(atm.LauncherUrl)); + tasksMenu.closeMenu(); + } + } + TasksMenuItemWrapper { + id: showLauncherInActivitiesItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + text: i18n("Pin this program to taskbar") + "..." + icon: "window-pin" + + visible: visualParent + && get(atm.IsStartup) !== true + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && (activityInfo.numberOfRunningActivities >= 2) + + onClicked: activitiesLaunchersMenu.openRelative() + Connections { + target: activityInfo + function onNumberOfRunningActivitiesChanged() { + activitiesDesktopsMenu.refresh() + } + } + + PlasmaComponents.ContextMenu { + id: activitiesLaunchersMenu + visualParent: showLauncherInActivitiesItem + + function refresh() { + clearMenuItems(); + if (tasksMenu.visualParent === null) return; + + var createNewItem = function(id, title, url, activities) { + var result = tasksMenu.newPlasmaMenuItem(activitiesLaunchersMenu); + result.text = title; + + result.visible = true; + result.checkable = true; + + result.checked = activities.some(function(activity) { return activity === id }); + + result.clicked.connect( + function() { + delayedMenu(150, function() { + if (result.checked) { + tasksModel.requestAddLauncherToActivity(url, id); + } else { + tasksModel.requestRemoveLauncherFromActivity(url, id); + } + tasksMenu.destroy(); + }); + } + ); + + return result; + } + + if (tasksMenu.visualParent === null) return; + var url = tasksMenu.get(atm.LauncherUrlWithoutIcon); + var activities = tasksModel.launcherActivities(url); + createNewItem(activityInfo.nullUuid, i18n("On All Activities"), url, activities); + + if (activityInfo.numberOfRunningActivities <= 1) { + return; + } + + createNewItem(activityInfo.currentActivity, i18n("On The Current Activity"), url, activities); + tasksMenu.newPlasmaSeparator(activitiesLaunchersMenu); + var runningActivities = activityInfo.runningActivities(); + runningActivities.forEach(function(id) { + createNewItem(id, activityInfo.activityName(id), url, activities); + }); + } + + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + Component.onCompleted: { + tasksMenu.onVisualParentChanged.connect(refresh); + refresh(); + } + } + + } + TasksMenuItemWrapper { + id: unpinFromTaskMan + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + visible: (visualParent + && plasmoid.immutability !== PlasmaCore.Types.SystemImmutable + && !launcherToggleAction.visible + && activityInfo.numberOfRunningActivities < 2) + + text: i18n("Unpin this program from taskbar") + icon: "window-unpin" + onClicked: { + delayedMenu(150, function() { tasksModel.requestRemoveLauncher(get(atm.LauncherUrlWithoutIcon)); }); + } + + } + TasksMenuItemWrapper { + id: moreActionsMenuItem + + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visible + + text: i18n("More") + "..." + icon: "view-more-symbolic" + + onClicked: moreActionsMenu.openRelative(); + + PlasmaComponents.ContextMenu { + id: moreActionsMenu + visualParent: moreActionsMenuItem + + onTriggered: { + plasmoid.nativeInterface.setMouseGrab(false, tasksMenu); + tasksMenu.closeMenu(); + } + onStatusChanged: { + if(status == 3) { + plasmoid.nativeInterface.setMouseGrab(true, tasksMenu); + } + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsMovable) === true + + text: i18n("&Move") + icon: "transform-move" + + onClicked: tasksModel.requestMove(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsResizable) === true + + text: i18n("Re&size") + icon: "transform-scale" + + onClicked: tasksModel.requestResize(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (tasksMenu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: tasksMenu.visualParent && get(atm.IsMaximizable) === true + + checkable: true + checked: tasksMenu.visualParent && get(atm.IsMaximized) === true + + text: i18n("Ma&ximize") + icon: "window-maximize" + + onClicked: tasksModel.requestToggleMaximized(modelIndex) + } + + PlasmaComponents.MenuItem { + visible: (tasksMenu.visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: tasksMenu.visualParent && get(atm.IsMinimizable) === true + + checkable: true + checked: tasksMenu.visualParent && get(atm.IsMinimized) === true + + text: i18n("Mi&nimize") + icon: "window-minimize" + + onClicked: tasksModel.requestToggleMinimized(modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsKeepAbove) === true + + text: i18n("Keep &Above Others") + icon: "window-keep-above" + + onClicked: tasksModel.requestToggleKeepAbove(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsKeepBelow) === true + + text: i18n("Keep &Below Others") + icon: "window-keep-below" + + onClicked: tasksModel.requestToggleKeepBelow(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsFullScreenable) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsFullScreen) === true + + text: i18n("&Fullscreen") + icon: "view-fullscreen" + + onClicked: tasksModel.requestToggleFullScreen(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + enabled: tasksMenu.visualParent && tasksMenu.get(atm.IsShadeable) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsShaded) === true + + text: i18n("&Shade") + icon: "window-shade" + + onClicked: tasksModel.requestToggleShaded(tasksMenu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + visible: (plasmoid.configuration.groupingStrategy !== 0) && tasksMenu.get(atm.IsWindow) === true + + checkable: true + checked: tasksMenu.visualParent && tasksMenu.get(atm.IsGroupable) === true + + text: i18n("Allow this program to be grouped") + icon: "view-group" + + onClicked: tasksModel.requestToggleGrouping(menu.modelIndex) + } + + PlasmaComponents.MenuItem { + separator: true + } + + PlasmaComponents.MenuItem { + property QtObject configureAction: null + + enabled: configureAction && configureAction.enabled + visible: configureAction && configureAction.visible + + text: configureAction ? configureAction.text : "" + icon: configureAction ? configureAction.icon : "" + + onClicked: configureAction.trigger() + + Component.onCompleted: configureAction = plasmoid.action("configure") + } + + PlasmaComponents.MenuItem { + property QtObject alternativesAction: null + + enabled: alternativesAction && alternativesAction.enabled + visible: alternativesAction && alternativesAction.visible + + text: alternativesAction ? alternativesAction.text : "" + icon: alternativesAction ? alternativesAction.icon : "" + + onClicked: alternativesAction.trigger() + + Component.onCompleted: alternativesAction = plasmoid.action("alternatives") + } + } + } + + TasksMenuItemWrapper { + id: closeWindowItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + visible: (visualParent && get(atm.IsLauncher) !== true && get(atm.IsStartup) !== true) + + enabled: visualParent && get(atm.IsClosable) === true + + text: get(atm.IsGroupParent) ? "Close all windows" : i18n("Close window") + icon: "window-close" + onClicked: { + alsoCloseTask = true; + closeMenu(); + } + } + /*TasksMenuItemWrapper { + id: testItem + Layout.fillWidth: true + Layout.preferredHeight: menuItemHeight + + text: "Test" + icon: "window-close" + onClicked: { + } + }*/ + } + + Rectangle { + id: bgRect + visible: secondaryColumn + anchors { + top: parent.top + bottom: bgStatic.top + left: parent.left + right: parent.right + leftMargin: 2 + rightMargin: 2 + topMargin: 2 + } + gradient: Gradient { + GradientStop { position: 0; color: backgroundColorStatic } + GradientStop { position: 0.5; color: backgroundColorGradient } + GradientStop { position: 1; color: backgroundColorStatic } + } + z: -2 + } + Rectangle { + id: bgStatic + anchors { + top: staticMenuItems.top + bottom: parent.bottom + left: parent.left + right: parent.right + leftMargin: 2 + rightMargin: 2 + bottomMargin: 2 + } + Rectangle { + id: bgStaticBorderLine + anchors { + top: parent.top + left: parent.left + right: parent.right + } + height: PlasmaCore.Units.smallSpacing + gradient: Gradient { + GradientStop { position: 0; color: borderColor } + GradientStop { position: 1; color: "transparent"} + } + } + z: -1 + color: backgroundColorStatic + } + function decreaseItemIndex() { + currentItemIndex--; + if(currentItemIndex < 0) { + currentItemIndex = menuitems.children.length + staticMenuItems.children.length - 1; + } + var temp = currentItemIndex; + var container = menuitems.children; + if(currentItemIndex >= menuitems.children.length) { + temp -= menuitems.children.length; + container = staticMenuItems.children; + } + if(container[temp].objectName !== "menuitemwrapper" || (container[temp].objectName === "menuitemwrapper" && (!container[temp].enabled || !container[temp].visible))) { + decreaseItemIndex(); + } else { + if(currentItem !== null) currentItem.selected = false; + container[temp].selected = true; + currentItem = container[temp]; + } + + } + function increaseItemIndex() { + currentItemIndex++; + if(currentItemIndex == menuitems.children.length + staticMenuItems.children.length) { + currentItemIndex = 0; + } + var temp = currentItemIndex; + var container = menuitems.children; + if(currentItemIndex >= menuitems.children.length) { + temp -= menuitems.children.length; + container = staticMenuItems.children; + } + if(container[temp].objectName !== "menuitemwrapper" || (container[temp].objectName === "menuitemwrapper" && (!container[temp].enabled || !container[temp].visible))) { + increaseItemIndex(); + } else { + if(currentItem !== null) currentItem.selected = false; + container[temp].selected = true; + currentItem = container[temp]; + } + + } + Keys.onPressed: { + if(event.key == Qt.Key_Up) { + decreaseItemIndex(); + } + else if(event.key == Qt.Key_Down || event.key == Qt.Key_Tab) { + increaseItemIndex(); + } + else if(event.key == Qt.Key_Escape) { + tasksMenu.closeMenu(); + } + else if(event.key == Qt.Key_Enter || event.key == Qt.Key_Return) { + if(currentItem !== null) { + currentItem.clicked(); + } + } + + } + + /* + * Connects the context menu with the C++ part of the plasmoid. + * The native interface installs itself onto this dialog as an event filter, upon which + * all mouse click events are captured. By checking if the mouse has been clicked outside of + * the context menu, we can then safely close it. + * + * This works because right after creating the context menu, we have set this dialog window to + * grab all mouse events, which mimicks the way context menus work under Linux. + * + */ + Connections { + target: plasmoid.nativeInterface; + function onMouseEventDetected(mouse) { + if(!fscope.contains(plasmoid.nativeInterface.getPosition(tasksMenu))) { + tasksMenu.closeMenu(); + } + } + /*onMouseEventDetected: { + + }*/ + } + + } + + Component.onCompleted: { + backend.showAllPlaces.connect(showContextMenuWithAllPlaces) + tasksMenu.backgroundHints = 2; // Sets the dialog background to the solid SVG variant. + } + Component.onDestruction: { + backend.showAllPlaces.disconnect(showContextMenuWithAllPlaces) + if(alsoCloseTask) + tasksModel.requestClose(modelIndex); + } +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItem.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItem.qml new file mode 100755 index 0000000..2afc7ba --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItem.qml @@ -0,0 +1,96 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +Item { + id: tasksMenuItem + + signal clicked + + property var iconSource: "" + property var menuText: "" + property bool selected: false + property QtObject wrapperItem: tasksMenuItem.parent + + PlasmaCore.FrameSvgItem { + id: texture + z: -1 + anchors.fill: parent + imagePath: "widgets/menuitem" + prefix: "hover" + visible: (tasksMA.containsMouse || selected) && parent.enabled + opacity: selected ? 1.0 : 0.6 + } + MouseArea { + id: tasksMA + z: 1 + anchors.fill: parent + hoverEnabled: true + acceptedButtons: Qt.LeftButton | Qt.RightButton + onClicked: { + tasksMenu.setCurrentItem(wrapperItem); + tasksMenuItem.clicked(); + } + onPositionChanged: { + tasksMenu.setCurrentItem(wrapperItem); + } + onEntered: { + tasksMenu.setCurrentItem(wrapperItem); + //tasksMenu.clearIndices(); + } + onExited: { + tasksMenu.clearIndices(); + } + } + PlasmaCore.IconItem { + id: menuIcon + z: -1 + anchors { + left: parent.left + top: parent.top + topMargin: PlasmaCore.Units.smallSpacing/2 + leftMargin: PlasmaCore.Units.smallSpacing/2 + verticalCenter: parent.verticalCenter + } + width: PlasmaCore.Units.iconSizes.small + height: width + animated: false + usesPlasmaTheme: false + opacity: parent.enabled ? 1 : 0.5 + source: iconSource + } + PlasmaComponents.Label { + id: menuTitle + z: -1 + anchors { + left: menuIcon.right + right: parent.right + leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing*2 + } + height: parent.height + text: menuText + elide: Text.ElideRight + horizontalAlignment: Text.AlignLeft + verticalAlignment: Text.AlignVCenter + opacity: parent.enabled ? 1 : 0.75 + color: "black" + } + +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemSeparator.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemSeparator.qml new file mode 100755 index 0000000..d08297e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemSeparator.qml @@ -0,0 +1,60 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +Item { + id: tasksMenuItemSeparator + + objectName: "menuseparator" + property var menuText: "" + + PlasmaComponents.Label { + id: menuTitle + z: -1 + anchors { + left: parent.left + top: parent.top + //leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing*2 + } + height: parent.height + text: menuText + elide: Text.ElideRight + horizontalAlignment: Text.AlignLeft + verticalAlignment: Text.AlignTop + color: "#002e89" + } + + Rectangle { + id: separatorLine + color: "#afbedf" + height: 1 + //width: parent.width + anchors { + left: menuTitle.right + right: parent.right + leftMargin: PlasmaCore.Units.smallSpacing + //rightMargin: PlasmaCore.Units.smallSpacing + verticalCenter: parent.verticalCenter + } + + } + + +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemWrapper.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemWrapper.qml new file mode 100755 index 0000000..38fb42e --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/TasksMenuItemWrapper.qml @@ -0,0 +1,51 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.15 +import QtQuick.Layouts 1.1 +import QtQuick.Controls 1.4 +import org.kde.plasma.plasmoid 2.0 + +import org.kde.plasma.core 2.0 as PlasmaCore +import org.kde.plasma.components 2.0 as PlasmaComponents + +import org.kde.taskmanager 0.1 as TaskManager + +import "code/layout.js" as LayoutManager +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kirigami 2.5 as Kirigami + +PlasmaComponents.MenuItem { + id: tasksWrapper + + property bool selected: false + objectName: "menuitemwrapper" + + Kirigami.MnemonicData.enabled: renderItem.enabled && renderItem.visible + Kirigami.MnemonicData.controlType: Kirigami.MnemonicData.MenuItem + Kirigami.MnemonicData.label: text + Shortcut { + //in case of explicit & the button manages it by itself + id: itemShortcut + enabled: !(RegExp(/\&[^\&]/).test(text)) + sequence: tasksWrapper.Kirigami.MnemonicData.sequence + onActivated: { + renderItem.clicked(); + } + } + + TasksMenuItem { + id: renderItem + anchors.fill: parent + visible: parent.visible + enabled: parent.enabled + iconSource: parent.icon + menuText: parent.Kirigami.MnemonicData.richTextLabel + selected: parent.selected + onClicked: parent.clicked() + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipDelegate.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipDelegate.qml old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/ToolTipDelegate.qml rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipDelegate.qml diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml new file mode 100755 index 0000000..11078d6 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml @@ -0,0 +1,582 @@ +/* + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + SPDX-FileCopyrightText: 2017 Roman Gilg + SPDX-FileCopyrightText: 2020 Nate Graham + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +import QtQuick 2.6 +import QtQuick.Layouts 1.1 +import QtGraphicalEffects 1.0 +import QtQml.Models 2.2 + +import org.kde.plasma.core 2.0 as PlasmaCore +// for Highlight +import org.kde.plasma.components 2.0 as PlasmaComponents +import org.kde.plasma.components 3.0 as PlasmaComponents3 +import org.kde.plasma.extras 2.0 as PlasmaExtras +import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons + +ColumnLayout { + id: tooltipInstance + property var submodelIndex + property int flatIndex: isGroup && index != undefined ? index : 0 + + readonly property string mprisSourceName: mpris2Source.sourceNameForLauncherUrl(toolTipDelegate.launcherUrl, isGroup ? AppPid : pidParent) + readonly property var playerData: mprisSourceName != "" ? mpris2Source.data[mprisSourceName] : 0 + readonly property bool hasPlayer: !!mprisSourceName && !!playerData + readonly property bool playing: hasPlayer && playerData.PlaybackStatus === "Playing" + readonly property bool canControl: hasPlayer && playerData.CanControl + readonly property bool canPlay: hasPlayer && playerData.CanPlay + readonly property bool canPause: hasPlayer && playerData.CanPause + readonly property bool canGoBack: hasPlayer && playerData.CanGoPrevious + readonly property bool canGoNext: hasPlayer && playerData.CanGoNext + readonly property bool canRaise: hasPlayer && playerData.CanRaise + readonly property var currentMetadata: hasPlayer ? playerData.Metadata : ({}) + // Used to highlight the tooltip that points to the window that's currently in focus. + property bool activeWindow: plasmoid.nativeInterface.isActiveWindow(thumbnailSourceItem.winId); + + readonly property string track: { + var xesamTitle = currentMetadata["xesam:title"] + if (xesamTitle) { + return xesamTitle; + } + // if no track title is given, print out the file name + var xesamUrl = currentMetadata["xesam:url"] ? currentMetadata["xesam:url"].toString() : "" + if (!xesamUrl) { + return ""; + } + var lastSlashPos = xesamUrl.lastIndexOf('/') + if (lastSlashPos < 0) { + return ""; + } + var lastUrlPart = xesamUrl.substring(lastSlashPos + 1) + return decodeURIComponent(lastUrlPart); + } + readonly property string artist: currentMetadata["xesam:artist"] || "" + readonly property string albumArt: currentMetadata["mpris:artUrl"] || "" + + spacing: isWin ? PlasmaCore.Units.smallSpacing * 2 : 0 + + // text labels + close button + + RowLayout { + id: header + // match spacing of DefaultToolTip.qml in plasma-framework + //spacing: isWin ? PlasmaCore.Units.smallSpacing : 0 //isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing + spacing: 0 + // This number controls the overall size of the window tooltips + Layout.maximumWidth: PlasmaCore.Units.gridUnit * 12 + Layout.minimumWidth: isWin ? Layout.maximumWidth : 0 + Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter + // match margins of DefaultToolTip.qml in plasma-framework + Layout.margins: isWin ? 0 : PlasmaCore.Units.smallSpacing / 2 + // There's no PlasmaComponents3 version + + // This component tracks the mouse and highlights the tooltip when it's hovered over or clicked on. + ToolTipWindowMouseArea { + id: hoverHandler + Layout.alignment: Qt.AlignTop + height: { + if(playerControls.visible) + return tooltipInstance.height - parent.height; + else + return tooltipInstance.height; + } + width: header.width + rootTask: parentTask + modelIndex: submodelIndex + winId: thumbnailSourceItem.winId + z: 0 + enabled: visible + closeBtn: closeButtonMA + + PlasmaCore.FrameSvgItem { + imagePath: "widgets/taskbarhover" + z: -1 + + anchors { + top: parent.top; + left: parent.left; + right: parent.right; + bottom: parent.bottom; + + bottomMargin: PlasmaCore.Units.smallSpacing + ((playerControls.visible) ? -header.height : 0); + leftMargin: PlasmaCore.Units.smallSpacing + rightMargin: PlasmaCore.Units.smallSpacing + topMargin: PlasmaCore.Units.smallSpacing + } + + // The currently active window has a blue tinted version of the same texture. + prefix: { + if(activeWindow) return "active"; + return "normal"; + } + opacity: isWin ? (hoverHandler.containsPress ? 1.0 : ( (hoverHandler.opacityHover || closeButton.hovered) ? ((activeWindow) ? 1.0 : 0.7) : (activeWindow ? 0.7 : 0) )) : 0; + } + } + + // The icon in the corner of the tooltip. + PlasmaCore.IconItem { + id: iconSmall + implicitWidth: PlasmaCore.Units.iconSizes.small; + implicitHeight: PlasmaCore.Units.iconSizes.small; + Layout.topMargin: PlasmaCore.Units.smallSpacing; + Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; + Layout.alignment: Qt.AlignVCenter + + source: icon + animated: false + usesPlasmaTheme: false + roundToIconSize: false + visible: valid && isWin + } + ColumnLayout { + spacing: 0 + + // Program name. + PlasmaExtras.Heading { + id: appNameHeading + level: 5 + maximumLineCount: 1 + lineHeight: isWin ? iconSmall.implicitHeight * 2 : 1.0 + lineHeightMode: isWin ? Text.FixedHeight : Text.ProportionalHeight + Layout.fillWidth: true + Layout.topMargin: isWin ? 1 : 0; + verticalAlignment: Text.AlignVCenter + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*2) : PlasmaCore.Units.smallSpacing)); + elide: Text.ElideRight + text: isWin ? generateTitle() : appName; + opacity: 1 + textFormat: Text.PlainText + } + // Window title. + PlasmaComponents.Label { + id: winTitle + maximumLineCount: 1 + lineHeight: 1.0 + Layout.fillWidth: true + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); + + elide: Text.ElideRight + text: ""; + opacity: 0.75 + visible: false + textFormat: Text.PlainText + } + // Subtext. + PlasmaComponents.Label { + readonly property string title: generateTitle() + id: subtext + maximumLineCount: 1 + Layout.fillWidth: true + Layout.leftMargin: isWin ? PlasmaCore.Units.smallSpacing : 0; + Layout.rightMargin: (!isWin ? 0 : ((!closeButton.isvisible) ? (PlasmaCore.Units.smallSpacing*3) : 0)); + elide: Text.ElideRight + text: title; + //text: isWin ? generateSubText() : "" + opacity: 0.7 + visible: !isWin && (title.length !== 0) + textFormat: Text.PlainText + } + } + + // Count badge, no longer used. + // The badge itself is inside an item to better center the text in the bubble + /*Item { + Layout.alignment: Qt.AlignRight | Qt.AlignTop + Layout.preferredHeight: closeButton.height + Layout.preferredWidth: closeButton.width + visible: flatIndex === 0 && smartLauncherCountVisible + + Badge { + anchors.centerIn: parent + height: PlasmaCore.Units.iconSizes.smallMedium + number: smartLauncherCount + } + }*/ + + // Close button, which is no longer an icon but rather a SVG texture. + PlasmaCore.FrameSvgItem { + id: closeButton + property bool isvisible: closeButton.visible + Layout.alignment: Qt.AlignRight | Qt.AlignTop + Layout.preferredWidth: PlasmaCore.Units.smallSpacing*3+2; + Layout.preferredHeight: PlasmaCore.Units.smallSpacing*3+2; + Layout.rightMargin: PlasmaCore.Units.smallSpacing*3-1; + Layout.topMargin: PlasmaCore.Units.smallSpacing*3-1; + visible: isWin && hoverHandler.opacityHover + imagePath: "widgets/button-close" + prefix: closeButtonMA.containsPress ? "pressed" : (closeButtonMA.containsMouse ? "hover" : "normal"); + MouseArea { + id: closeButtonMA + anchors.fill: parent + onClicked: { + backend.cancelHighlightWindows(); + tasksModel.requestClose(submodelIndex); + } + onEntered: { + hoverHandler.opacityHover = 1; + tasks.windowsHovered([thumbnailSourceItem.winId], 1); + } + hoverEnabled: true + z: 7 + } + z: 6 + } + } + + // Thumbnail container. + Item { + id: thumbnailSourceItem + + Layout.minimumWidth: header.width - PlasmaCore.Units.smallSpacing*4; + Layout.preferredHeight: header.width / 2 + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + + visible: toolTipDelegate.isWin + + readonly property bool isMinimized: isGroup ? IsMinimized == true : isMinimizedParent + // TODO: this causes XCB error message when being visible the first time + readonly property var winId: toolTipDelegate.isWin && toolTipDelegate.windows[flatIndex] !== undefined ? toolTipDelegate.windows[flatIndex] : 0 + + + + PlasmaCore.WindowThumbnail { + id: x11Thumbnail + + anchors { + fill: parent + // Indent a little bit so that neither the thumbnail nor the drop + // shadow can cover up the highlight + topMargin: PlasmaCore.Units.smallSpacing * 2 + leftMargin: PlasmaCore.Units.smallSpacing * 4 + rightMargin: PlasmaCore.Units.smallSpacing * 4 + bottomMargin: PlasmaCore.Units.smallSpacing * 4 + } + + visible: !albumArtImage.visible && !thumbnailSourceItem.isMinimized && Number.isInteger(thumbnailSourceItem.winId) + winId: Number.isInteger(thumbnailSourceItem.winId) ? thumbnailSourceItem.winId : 0 + } + + Loader { + id: pipeWireLoader + Layout.alignment: Qt.AlignTop + //anchors.fill: hoverHandler + // Indent a little bit so that neither the thumbnail nor the drop + // shadow can cover up the highlight + anchors.margins: PlasmaCore.Units.smallSpacing * 2 + + active: !albumArtImage.visible && !Number.isInteger(thumbnailSourceItem.winId) + + //In a loader since we might not have PipeWire available yet + source: "PipeWireThumbnail.qml" + } + + DropShadow { + anchors.fill: pipeWireLoader.active ? pipeWireLoader : x11Thumbnail + visible: pipeWireLoader.active ? pipeWireLoader.item.visible : x11Thumbnail.visible + horizontalOffset: 0 + verticalOffset: Math.round(3 * PlasmaCore.Units.devicePixelRatio) + radius: Math.round(8.0 * PlasmaCore.Units.devicePixelRatio) + samples: Math.round(radius * 1.5) + color: "Black" + source: pipeWireLoader.active ? pipeWireLoader.item : x11Thumbnail + } + + + Image { + id: albumArtBackground + source: albumArt + sourceSize: Qt.size(x11Thumbnail.width, x11Thumbnail.height) + anchors { + top: x11Thumbnail.top + bottom: x11Thumbnail.bottom + left: parent.left + right: parent.right + } + + fillMode: Image.PreserveAspectCrop + visible: albumArtImage.available + asynchronous: true + layer.enabled: true + opacity: 0.5 + layer.effect: FastBlur { + source: albumArtBackground + anchors.fill: parent + radius: 30 + } + + } + // Borders around the blurred album art for added visuals. + PlasmaCore.FrameSvgItem { + id: albumArtBorder + visible: albumArtImage.available + anchors.top: parent.top + anchors.bottom: parent.bottom + anchors.left: parent.left + anchors.right: parent.right + anchors.margins: -PlasmaCore.Units.smallSpacing/4 + imagePath: "widgets/pager" + prefix: "hover" + opacity: 0.4 + } + + Image { + id: albumArtImage + // also Image.Loading to prevent loading thumbnails just because the album art takes a split second to load + // don't show album art if window title doesn't include media title (eg we're in a different browser tab) + readonly property bool available: (status === Image.Ready || status === Image.Loading) && generateTitle().includes(track) + + anchors.fill: x11Thumbnail + // Indent by one pixel to make sure we never cover up the entire highlight + anchors.margins: 1 + anchors.topMargin: PlasmaCore.Units.smallSpacing*2; + sourceSize: Qt.size(parent.width, parent.height) + + asynchronous: true + source: albumArt + fillMode: Image.PreserveAspectFit + visible: available + } + + // when minimized, we don't have a preview on X11, so show the icon + PlasmaCore.IconItem { + width: parent.width + height: thumbnailSourceItem.height + anchors.horizontalCenter: parent.horizontalCenter + source: thumbnailSourceItem.isMinimized && !albumArtImage.visible && Number.isInteger(thumbnailSourceItem.winId) ? icon : "" + animated: false + usesPlasmaTheme: false + visible: valid && !pipeWireLoader.active + } + + + } + + // Player controls row + RowLayout { + id: playerControls + Layout.maximumWidth: header.Layout.maximumWidth + // Match margins of header + Layout.leftMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 + Layout.rightMargin: isWin ? 0 : PlasmaCore.Units.gridUnit / 2 + + visible: hasPlayer + enabled: canControl + ColumnLayout { + Layout.fillWidth: true + Layout.topMargin: PlasmaCore.Units.smallSpacing + Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 + Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing : PlasmaCore.Units.largeSpacing + Layout.columnSpan: 2 + Layout.column: 0 + spacing: 0 + z: -1 + ScrollableTextWrapper { + id: songTextWrapper + + Layout.fillWidth: true + Layout.preferredHeight: songText.height + implicitWidth: songText.implicitWidth + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + + PlasmaComponents3.Label { + id: songText + parent: songTextWrapper + width: parent.width + height: undefined + lineHeight: 1 + maximumLineCount: artistText.visible? 1 : 2 + wrapMode: Text.NoWrap + elide: parent.state ? Text.ElideNone : Text.ElideRight + text: track || "" + textFormat: Text.PlainText + } + } + + ScrollableTextWrapper { + id: artistTextWrapper + + z: -1 + Layout.fillWidth: true + Layout.preferredHeight: artistText.height + Layout.leftMargin: PlasmaCore.Units.smallSpacing*2; + implicitWidth: artistText.implicitWidth + visible: artistText.text !== "" + + PlasmaComponents3.Label { + id: artistText + parent: artistTextWrapper + width: parent.width + height: undefined + wrapMode: Text.NoWrap + lineHeight: 1 + elide: parent.state ? Text.ElideNone : Text.ElideRight + text: artist || "" + font: PlasmaCore.Theme.smallestFont + textFormat: Text.PlainText + //color: "white"; + } + } + } + RowLayout { + + Layout.fillWidth: true + //Layout.topMargin: PlasmaCore.Units.smallSpacing + Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2 + Layout.rightMargin: isWin ? PlasmaCore.Units.smallSpacing*2 : PlasmaCore.Units.largeSpacing + spacing: 0//PlasmaCore.Units.smallSpacing / 4 + + PlasmaComponents3.ToolButton { + enabled: canGoBack + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.leftMargin: PlasmaCore.Units.smallSpacing*8; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: LayoutMirroring.enabled ? "media-skip-forward" : "media-skip-backward" + onClicked: mpris2Source.goPrevious(mprisSourceName) + } + + PlasmaComponents3.ToolButton { + enabled: playing ? canPause : canPlay + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.leftMargin: PlasmaCore.Units.smallSpacing*3; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: playing ? "media-playback-pause" : "media-playback-start" + onClicked: { + if (!playing) { + mpris2Source.play(mprisSourceName); + } else { + mpris2Source.pause(mprisSourceName); + } + } + } + + PlasmaComponents3.ToolButton { + enabled: canGoNext + Layout.maximumWidth: PlasmaCore.Units.gridUnit*1.5; + Layout.maximumHeight: PlasmaCore.Units.gridUnit*1.5; + //Layout.rightMargin: PlasmaCore.Units.smallSpacing*2; + //Layout.bottomMargin: PlasmaCore.Units.smallSpacing*2; + icon.name: LayoutMirroring.enabled ? "media-skip-backward" : "media-skip-forward" + onClicked: mpris2Source.goNext(mprisSourceName) + } + } + + } + + function generateTitle() { + if (!isWin) { + return genericName != undefined ? genericName : ""; + } + + var text; + if (isGroup) { + if (model.display === undefined) { + return ""; + } + text = model.display.toString(); + } else { + text = displayParent; + } + + // KWin appends increasing integers in between pointy brackets to otherwise equal window titles. + // In this case save <#number> as counter and delete it at the end of text. + var counter = text.match(/<\d+>\W*$/); + text = text.replace(/\s*<\d+>\W*$/, ""); + + // Remove appName from the end of text. + var appNameRegex = new RegExp(appName + "$", "i"); + text = text.replace(appNameRegex, ""); + text = text.replace(/\s*(?:-|—)*\s*$/, ""); + + // Add counter back at the end. + if (counter !== null) { + if (text === "") { + text = counter; + } else { + text = text + " " + counter; + } + } + + // In case the window title had only redundant information (i.e. appName), text is now empty. + // Add a hyphen to indicate that and avoid empty space. + if (text === "") { + text = appName; + } + //console.log(text); + return text.toString(); + } + + function generateSubText() { + if (activitiesParent === undefined) { + return ""; + } + + var subTextEntries = []; + + var onAllDesktops = (isGroup ? IsOnAllVirtualDesktops : isOnAllVirtualDesktopsParent) === true; + if (!plasmoid.configuration.showOnlyCurrentDesktop && virtualDesktopInfo.numberOfDesktops > 1) { + var virtualDesktops = isGroup ? VirtualDesktops : virtualDesktopParent; + + if (!onAllDesktops && virtualDesktops !== undefined && virtualDesktops.length > 0) { + var virtualDesktopNameList = new Array(); + + for (var i = 0; i < virtualDesktops.length; ++i) { + virtualDesktopNameList.push(virtualDesktopInfo.desktopNames[virtualDesktopInfo.desktopIds.indexOf(virtualDesktops[i])]); + } + + subTextEntries.push(i18nc("Comma-separated list of desktops", "On %1", + virtualDesktopNameList.join(", "))); + } else if (onAllDesktops) { + subTextEntries.push(i18nc("Comma-separated list of desktops", "Pinned to all desktops")); + } + } + + var act = isGroup ? Activities : activitiesParent; + if (act === undefined) { + return subTextEntries.join("\n"); + } + + if (act.length === 0 && activityInfo.numberOfRunningActivities > 1) { + subTextEntries.push(i18nc("Which virtual desktop a window is currently on", + "Available on all activities")); + } else if (act.length > 0) { + var activityNames = []; + + for (var i = 0; i < act.length; i++) { + var activity = act[i]; + var activityName = activityInfo.activityName(act[i]); + if (activityName === "") { + continue; + } + if (plasmoid.configuration.showOnlyCurrentActivity) { + if (activity !== activityInfo.currentActivity) { + activityNames.push(activityName); + } + } else if (activity !== activityInfo.currentActivity) { + activityNames.push(activityName); + } + } + + if (plasmoid.configuration.showOnlyCurrentActivity) { + if (activityNames.length > 0) { + subTextEntries.push(i18nc("Activities a window is currently on (apart from the current one)", + "Also available on %1", activityNames.join(", "))); + } + } else if (activityNames.length > 0) { + subTextEntries.push(i18nc("Which activities a window is currently on", + "Available on %1", activityNames.join(", "))); + } + } + + return subTextEntries.join("\n"); + } +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml new file mode 100755 index 0000000..659dbe5 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipWindowMouseArea.qml @@ -0,0 +1,60 @@ +/* + SPDX-FileCopyrightText: 2013 Sebastian Kügler + SPDX-FileCopyrightText: 2014 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Kai Uwe Broulik + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +import QtQuick 2.0 + +import org.kde.plasma.components 2.0 as PlasmaComponents + +MouseArea { + property var modelIndex + property var closeBtn + // winId won't be available on wayland, only on X11. + property var winId // FIXME Legacy + property Item rootTask + property double opacityHover: 0; + property ScrollableTextWrapper title1; + property ScrollableTextWrapper title2; + property bool firstHover: false + acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton + hoverEnabled: true + enabled: winId !== 0 + y: 0 + + onClicked: { + if (mouse.button == Qt.LeftButton) { + tasksModel.requestActivate(modelIndex); + rootTask.hideToolTipTemporarily(); + backend.cancelHighlightWindows(); + } else if (mouse.button == Qt.MiddleButton) { + backend.cancelHighlightWindows(); + tasksModel.requestClose(modelIndex); + } else /* right button */ { + // Creates a context menu for the task pointed to by the tooltip. + rootTask.toolTipAreaItem.hideImmediately(); + rootTask.tasksMenu = tasks.createTasksMenu(rootTask, modelIndex); + rootTask.tasksMenu.menuDecoration = icon; + rootTask.tasksMenu.show(); + plasmoid.nativeInterface.setMouseGrab(true, rootTask.tasksMenu); + } + } + + + onEntered: { + tasks.windowsHovered([winId], 1); + opacityHover = 1; + } + onExited: { + tasks.windowsHovered([winId], 0); + opacityHover = 0; + } + + Component.onCompleted: { + tasks.windowsHovered([winId], 0); + opacityHover = 0; + } +} diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/code/layout.js b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/code/layout.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/code/layout.js rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/code/layout.js diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/code/tools.js b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/code/tools.js old mode 100644 new mode 100755 similarity index 100% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/package/contents/ui/code/tools.js rename to Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/code/tools.js diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/main.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/main.qml new file mode 100755 index 0000000..a0bcd35 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/main.qml @@ -0,0 +1,605 @@ +/* + SPDX-FileCopyrightText: 2012-2016 Eike Hein + + SPDX-License-Identifier: GPL-2.0-or-later +*/ + +import QtQuick 2.0 +import QtQuick.Layouts 1.1 +import QtQml 2.15 + +import org.kde.plasma.plasmoid 2.0 +import org.kde.plasma.core 2.0 as PlasmaCore + +import org.kde.taskmanager 0.1 as TaskManager +import org.kde.plasma.private.taskmanager 0.1 as TaskManagerApplet + +import "code/layout.js" as LayoutManager +import "code/tools.js" as TaskTools + +MouseArea { + id: tasks + + anchors.fill: parent + hoverEnabled: true + + property bool vertical: (plasmoid.formFactor === PlasmaCore.Types.Vertical) + // This property tells the plasmoid to render labels next to task icons. + // Previously, this property was determined by the value of (plasmoid.pluginName === "org.kde.plasma.icontasks") + property bool iconsOnly: !plasmoid.configuration.labelVisible + + property QtObject contextMenuComponent: Qt.createComponent("ContextMenu.qml"); + property QtObject tasksMenuComponent: Qt.createComponent("TasksMenu.qml"); + property QtObject pulseAudioComponent: Qt.createComponent("PulseAudio.qml"); + + property bool needLayoutRefresh: false; + property variant taskClosedWithMouseMiddleButton: [] + + Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation + + Plasmoid.constraintHints: PlasmaCore.Types.CanFillArea + + Plasmoid.onUserConfiguringChanged: { + if (plasmoid.userConfiguring) { + LayoutManager.layout(taskRepeater); + groupDialog.visible = false; + } + } + + Layout.fillWidth: true + Layout.fillHeight: true + Layout.minimumWidth: tasks.vertical ? 0 : LayoutManager.preferredMinWidth() + Layout.minimumHeight: !tasks.vertical ? 0 : LayoutManager.preferredMinHeight() + +//BEGIN TODO: this is not precise enough: launchers are smaller than full tasks + Layout.preferredWidth: tasks.vertical ? PlasmaCore.Units.gridUnit * 10 : ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxWidth()) / LayoutManager.calculateStripes()); + Layout.preferredHeight: tasks.vertical ? ((LayoutManager.logicalTaskCount() * LayoutManager.preferredMaxHeight()) / LayoutManager.calculateStripes()) : PlasmaCore.Units.gridUnit * 2; +//END TODO + + property Item dragSource: null + + signal requestLayout + signal windowsHovered(variant winIds, bool hovered) + signal presentWindows(variant winIds) + + states: State { + // When showing labels is toggled on/off, a weird bug happens where + // tasks switch up their dominant colors due to sudden reordering. + name: "iconsOnlyChanged"; when: iconsOnly + StateChangeScript { + script: taskList.updateHoverFunc(); + } + StateChangeScript { + script: LayoutManager.layout(taskRepeater); + } + PropertyChanges { + target: taskList; firstTimeHover: false // Prevents weird tooltip-related bugs from happening. + } + PropertyChanges { + target: tasks; needLayoutRefresh: true + } + + } + onWidthChanged: { + taskList.width = LayoutManager.layoutWidth(); + + if (plasmoid.configuration.forceStripes) { + taskList.height = LayoutManager.layoutHeight(); + } + } + + onHeightChanged: { + if (plasmoid.configuration.forceStripes) { + taskList.width = LayoutManager.layoutWidth(); + } + + taskList.height = LayoutManager.layoutHeight(); + } + + onDragSourceChanged: { + if (dragSource == null) { + tasksModel.syncLaunchers(); + } + } + + onExited: { + if (needLayoutRefresh) { + LayoutManager.layout(taskRepeater) + needLayoutRefresh = false; + } + } + + ContextMenu { + id: testMenu + } + + // TasksModel which acts as a data source of currently present tasks. + TaskManager.TasksModel { + id: tasksModel + + readonly property int logicalLauncherCount: { + if (plasmoid.configuration.separateLaunchers) { + return launcherCount; + } + + var startupsWithLaunchers = 0; + + for (var i = 0; i < taskRepeater.count; ++i) { + var item = taskRepeater.itemAt(i); + + if (item && item.m.IsStartup === true && item.m.HasLauncher === true) { + ++startupsWithLaunchers; + } + } + + return launcherCount + startupsWithLaunchers; + } + + virtualDesktop: virtualDesktopInfo.currentDesktop + screenGeometry: plasmoid.screenGeometry + activity: activityInfo.currentActivity + + filterByVirtualDesktop: plasmoid.configuration.showOnlyCurrentDesktop + filterByScreen: plasmoid.configuration.showOnlyCurrentScreen + filterByActivity: plasmoid.configuration.showOnlyCurrentActivity + filterNotMinimized: plasmoid.configuration.showOnlyMinimized + + sortMode: sortModeEnumValue(plasmoid.configuration.sortingStrategy) + launchInPlace: iconsOnly && plasmoid.configuration.sortingStrategy === 1 + separateLaunchers: { + if (!iconsOnly && !plasmoid.configuration.separateLaunchers + && plasmoid.configuration.sortingStrategy === 1) { + return false; + } + + return true; + } + + groupMode: groupModeEnumValue(plasmoid.configuration.groupingStrategy) + groupInline: !plasmoid.configuration.groupPopups + groupingWindowTasksThreshold: (plasmoid.configuration.onlyGroupWhenFull && !iconsOnly + ? LayoutManager.optimumCapacity(width, height) + 1 : -1) + + onLauncherListChanged: { + layoutTimer.restart(); + plasmoid.configuration.launchers = launcherList; + taskList.updateHoverFunc(); + } + + onGroupingAppIdBlacklistChanged: { + plasmoid.configuration.groupingAppIdBlacklist = groupingAppIdBlacklist; + } + + onGroupingLauncherUrlBlacklistChanged: { + plasmoid.configuration.groupingLauncherUrlBlacklist = groupingLauncherUrlBlacklist; + } + + function sortModeEnumValue(index) { + switch (index) { + case 0: + return TaskManager.TasksModel.SortDisabled; + case 1: + return TaskManager.TasksModel.SortManual; + case 2: + return TaskManager.TasksModel.SortAlpha; + case 3: + return TaskManager.TasksModel.SortVirtualDesktop; + case 4: + return TaskManager.TasksModel.SortActivity; + default: + return TaskManager.TasksModel.SortDisabled; + } + } + + function groupModeEnumValue(index) { + switch (index) { + case 0: + return TaskManager.TasksModel.GroupDisabled; + case 1: + return TaskManager.TasksModel.GroupApplications; + } + } + + Component.onCompleted: { + launcherList = plasmoid.configuration.launchers; + groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; + groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; + + // Only hook up view only after the above churn is done. + taskRepeater.model = tasksModel; + } + } + + Connections { + target: tasksModel + + function onActiveTaskChanged() { + if (!plasmoid.configuration.groupPopups) { + return; + } + if (tasksModel.activeTask.parent.valid) { + groupDialog.activeTask = tasksModel.activeTask; + } + } + } + + TaskManager.VirtualDesktopInfo { + id: virtualDesktopInfo + } + + TaskManager.ActivityInfo { + id: activityInfo + } + + TaskManagerApplet.Backend { + id: backend + + taskManagerItem: tasks + highlightWindows: plasmoid.configuration.highlightWindows + + onAddLauncher: { + tasks.addLauncher(url); + } + } + + // Allows SevenTasks to launch programs from the context menu. See function below as an example. + PlasmaCore.DataSource { + id: menu_executable + engine: "executable" + connectedSources: [] + onNewData: { + var exitCode = data["exit code"] + var exitStatus = data["exit status"] + var stdout = data["stdout"] + var stderr = data["stderr"] + exited(sourceName, exitCode, exitStatus, stdout, stderr) + disconnectSource(sourceName) + } + function exec(cmd) { + if (cmd) { + connectSource(cmd) + } + } + signal exited(string cmd, int exitCode, int exitStatus, string stdout, string stderr) + } + + // Opens KSysGuard from the taskbar context menu. + function action_taskman() { + menu_executable.exec("ksysguard"); + } + + // Data source of all tasks which are playing media. Allows for playback controls from within SevenTasks. + PlasmaCore.DataSource { + id: mpris2Source + engine: "mpris2" + connectedSources: sources + function sourceNameForLauncherUrl(launcherUrl, pid) { + if (!launcherUrl || launcherUrl === "") { + return ""; + } + + // MPRIS spec explicitly mentions that "DesktopEntry" is with .desktop extension trimmed + // Moreover, remove URL parameters, like wmClass (part after the question mark) + var desktopFileName = launcherUrl.toString().split('/').pop().split('?')[0].replace(".desktop", "") + if (desktopFileName.indexOf("applications:") === 0) { + desktopFileName = desktopFileName.substr(13) + } + + for (var i = 0, length = connectedSources.length; i < length; ++i) { + var source = connectedSources[i]; + // we intend to connect directly, otherwise the multiplexer steals the connection away + if (source === "@multiplex") { + continue; + } + + var sourceData = data[source]; + if (!sourceData) { + continue; + } + + if (sourceData.DesktopEntry === desktopFileName || (pid && sourceData.InstancePid === pid)) { + return source; + } + + var metadata = sourceData.Metadata; + if (metadata) { + var kdePid = metadata["kde:pid"]; + if (kdePid && pid === kdePid) { + return source; + } + } + } + + return "" + } + + function startOperation(source, op) { + var service = serviceForSource(source) + var operation = service.operationDescription(op) + return service.startOperationCall(operation) + } + + function goPrevious(source) { + startOperation(source, "Previous"); + } + function goNext(source) { + startOperation(source, "Next"); + } + function play(source) { + startOperation(source, "Play"); + } + function pause(source) { + startOperation(source, "Pause"); + } + function playPause(source) { + startOperation(source, "PlayPause"); + } + function stop(source) { + startOperation(source, "Stop"); + } + function raise(source) { + startOperation(source, "Raise"); + } + function quit(source) { + startOperation(source, "Quit"); + } + } + + Loader { + id: pulseAudio + sourceComponent: pulseAudioComponent + active: pulseAudioComponent.status === Component.Ready + } + + Timer { + id: iconGeometryTimer + + interval: 500 + repeat: false + + onTriggered: { + TaskTools.publishIconGeometries(taskList.children); + } + } + + Binding { + target: plasmoid + property: "status" + value: (tasksModel.anyTaskDemandsAttention && plasmoid.configuration.unhideOnAttention + ? PlasmaCore.Types.NeedsAttentionStatus : PlasmaCore.Types.PassiveStatus) + restoreMode: Binding.RestoreBinding + } + + Connections { + target: plasmoid + + function onLocationChanged() { + // This is on a timer because the panel may not have + // settled into position yet when the location prop- + // erty updates. + iconGeometryTimer.start(); + } + } + + Connections { + target: plasmoid.configuration + + function onLaunchersChanged() { + tasksModel.launcherList = plasmoid.configuration.launchers + } + function onGroupingAppIdBlacklistChanged() { + tasksModel.groupingAppIdBlacklist = plasmoid.configuration.groupingAppIdBlacklist; + } + function onGroupingLauncherUrlBlacklistChanged() { + tasksModel.groupingLauncherUrlBlacklist = plasmoid.configuration.groupingLauncherUrlBlacklist; + } + } + + TaskManagerApplet.DragHelper { + id: dragHelper + + dragIconSize: PlasmaCore.Units.iconSizes.medium + } + + // Used for getting margin data. + PlasmaCore.FrameSvgItem { + id: taskFrame + + visible: false; + + imagePath: "widgets/tasks"; + prefix: "normal" + } + + PlasmaCore.Svg { + id: taskSvg + + imagePath: "widgets/tasks" + } + + MouseHandler { + id: mouseHandler + + anchors.fill: parent + + target: taskList + + onUrlsDropped: { + // If all dropped URLs point to application desktop files, we'll add a launcher for each of them. + var createLaunchers = urls.every(function (item) { + return backend.isApplication(item) + }); + + if (createLaunchers) { + urls.forEach(function (item) { + addLauncher(item); + }); + return; + } + + if (!hoveredItem) { + return; + } + + // DeclarativeMimeData urls is a QJsonArray but requestOpenUrls expects a proper QList. + var urlsList = backend.jsonArrayToUrlList(urls); + + // Otherwise we'll just start a new instance of the application with the URLs as argument, + // as you probably don't expect some of your files to open in the app and others to spawn launchers. + tasksModel.requestOpenUrls(hoveredItem.modelIndex(), urlsList); + } + } + + ToolTipDelegate { + id: openWindowToolTipDelegate + visible: false + } + + ToolTipDelegate { + id: pinnedAppToolTipDelegate + visible: false + } + + // This is the main object that contains all of the task icons. + /* + * A desirable feature would be to implement a transition animation that happens when + * a task is removed from the TaskList, but because TaskList is based on QML's Flow view + * this makes it impossible (or at least, very difficult) because Flow doesn't have a remove + * transition like other view types do. + * + * Potential solutions include forking Flow or basing TaskList on GridView and implementing a Flow + * logic (stacking items left to right and wrapping them around on overflow). Both solutions are + * fairly difficult, and while hack solutions exist, I'd prefer to not pollute the code any further. + */ + TaskList { + id: taskList + anchors { + left: parent.left + top: parent.top + } + // In order to prevent weird bugs regarding hot tracking and how the dominant color is determined, + // we prepare the plasmoid for the first time the user hovers over a task icon. + property bool firstTimeHover: false + onWidthChanged: LayoutManager.layout(taskRepeater) + onHeightChanged: LayoutManager.layout(taskRepeater) + + flow: { + if (tasks.vertical) { + return plasmoid.configuration.forceStripes ? Flow.LeftToRight : Flow.TopToBottom + } + return plasmoid.configuration.forceStripes ? Flow.TopToBottom : Flow.LeftToRight + } + + onAnimatingChanged: { + if (!animating) { + TaskTools.publishIconGeometries(children); + } + } + + function layout() { + taskList.width = LayoutManager.layoutWidth(); + taskList.height = LayoutManager.layoutHeight(); + LayoutManager.layout(taskRepeater); + //taskList.updateHoverFunc(); + } + // Updates the dominant color of every task present in the TaskList. + // With this, we can update each task icon pretty much globally. + function updateHoverFunc() { + for(var i = 0; i < taskRepeater.count; i++) { + taskRepeater.itemAt(i).updateHoverColor(); + } + tasks.state = ""; + } + + Timer { + id: layoutTimer + + interval: 0 + repeat: false + + onTriggered: taskList.layout() + } + + + Repeater { + id: taskRepeater + + delegate: Task { id: task } + onItemAdded: { + taskList.layout(); + taskList.updateHoverFunc(); + } + onItemRemoved: { + if (tasks.containsMouse && index != taskRepeater.count && + item.winIdList && item.winIdList.length > 0 && + taskClosedWithMouseMiddleButton.indexOf(item.winIdList[0]) > -1) { + needLayoutRefresh = true; + } else { + taskList.layout(); + } + taskClosedWithMouseMiddleButton = []; + taskList.updateHoverFunc(); + } + + } + } + + GroupDialog { id: groupDialog } + function hasLauncher(url) { + return tasksModel.launcherPosition(url) != -1; + } + + function addLauncher(url) { + if (plasmoid.immutability !== PlasmaCore.Types.SystemImmutable) { + tasksModel.requestAddLauncher(url); + } + } + + // This is called by plasmashell in response to a Meta+number shortcut. + function activateTaskAtIndex(index) { + if (typeof index !== "number") { + return; + } + + var task = taskRepeater.itemAt(index); + if (task) { + TaskTools.activateTask(task.modelIndex(), task.m, null, task); + } + } + + function resetDragSource() { + dragSource = null; + } + + function createTasksMenu(rootTask, modelIndex, args) { + var initialArgs = args || {} + initialArgs.visualParent = rootTask; + initialArgs.modelIndex = modelIndex; + initialArgs.mpris2Source = mpris2Source; + initialArgs.backend = backend; + + return tasks.tasksMenuComponent.createObject(rootTask, initialArgs); + } + function createContextMenu(rootTask, modelIndex, args) { + var initialArgs = args || {} + initialArgs.visualParent = rootTask; + initialArgs.modelIndex = modelIndex; + initialArgs.mpris2Source = mpris2Source; + initialArgs.backend = backend; + + return tasks.contextMenuComponent.createObject(rootTask, initialArgs); + } + + Component.onCompleted: { + plasmoid.setAction("taskman", i18n("Task Manager")); // Add a context menu entry to SevenTasks. + function action_taskman() { + menu_executable.exec("ksysguard"); + } + tasks.requestLayout.connect(layoutTimer.restart); + tasks.requestLayout.connect(iconGeometryTimer.restart); + tasks.windowsHovered.connect(backend.windowsHovered); + tasks.presentWindows.connect(backend.presentWindows); + dragHelper.dropped.connect(resetDragSource); + taskList.updateHoverFunc(); + } +} diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/metadata.desktop b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/metadata.desktop new file mode 100755 index 0000000..36953d3 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/metadata.desktop @@ -0,0 +1,96 @@ +[Desktop Entry] +Name=SevenTasks +Name[ar]=SevenTasks +Name[az]=SevenTasks +Name[ca]=SevenTasks +Name[ca@valencia]=SevenTasks +Name[cs]=SevenTasks +Name[da]=SevenTasks +Name[de]=SevenTasks +Name[en_GB]=SevenTasks +Name[es]=SevenTasks +Name[et]=SevenTasks +Name[eu]=SevenTasks +Name[fi]=SevenTasks +Name[fr]=SevenTasks +Name[gd]=SevenTasks +Name[gl]=SevenTasks +Name[hu]=SevenTasks +Name[ia]=SevenTasks +Name[id]=SevenTasks +Name[it]=SevenTasks +Name[ko]=SevenTasks +Name[lt]=SevenTasks +Name[nb]=SevenTasks +Name[nl]=SevenTasks +Name[nn]=SevenTasks +Name[pa]=SevenTasks +Name[pl]=SevenTasks +Name[pt]=SevenTasks +Name[pt_BR]=SevenTasks +Name[ro]=SevenTasks +Name[ru]=SevenTasks +Name[sk]=SevenTasks +Name[sl]=SevenTasks +Name[sr]=SevenTasks +Name[sr@ijekavian]=SevenTasks +Name[sr@ijekavianlatin]=SevenTasks +Name[sr@latin]=SevenTasks +Name[sv]=SevenTasks +Name[tg]=SevenTasks +Name[tr]=SevenTasks +Name[uk]=SevenTasks +Name[vi]=SevenTasks +Name[x-test]=xxSevenTasksxx +Name[zh_CN]=SevenTasks +Name[zh_TW]=SevenTasks + +Comment=Classic taskbar-style window switcher displaying icons and text +Comment[ar]=مبدل نوافذ تقليدي بنمط شريط المهام يعرض الأيقونات والنص +Comment[az]=Nişanlar və mətn göstərən klassik tapşırıq paneli üslubunda pəncərə dəyişdirici +Comment[bg]=Класически превключвател на прозорци в стил лента на задачите, показващ икони и текст +Comment[ca@valencia]=Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text +Comment[ca]=Commutador de finestres clàssic d'estil barra de tasques que mostra les icones i text +Comment[en_GB]=Classic taskbar-style window switcher displaying icons and text +Comment[es]=Selector de ventanas al estilo de la barra de tareas clásica que muestra iconos y texto +Comment[eu]=Ataza-barra tankerako leiho aldatzaile klasikoa ikonoak eta testua azaltzen dituena +Comment[fi]=Perinteinen tehtäväpalkkimainen ikkunavaihto kuvakkein ja tekstein +Comment[fr]=Sélecteur classique de fenêtres en barre des tâches, affichant des icônes et du texte +Comment[ia]=Moderne Commutator de fenestra de stilo a barra de carga monstrante icones e texto +Comment[id]=Pengalih window gaya taskbar klasik yang menampilkan ikon dan teks +Comment[it]=Scambiatore di finestre classico in stile barra delle applicazioni che mostra icone e testo +Comment[ko]=아이콘과 텍스트를 표시하는 고전 작업 표시줄 스타일 창 전환기 +Comment[nl]=Klassieke taakbalkstijl vensterschakelaar met tonen van pictogrammen en tekst +Comment[nn]=Klassisk vindaugsbytar med oppgåvelinje med ikon og tekst +Comment[pl]=Klasyczny przełącznik okien, wyświetlający ikony i tekst na pasku zadań +Comment[pt]=Selector de janelas clássico em tarefas que mostra ícones e texto +Comment[pt_BR]=Seletor de janelas estilo barra de tarefas clássico mostrando ícones e texto +Comment[ro]=Comutator de ferestre clasic cu bară de sarcini, afișând pictograme și text +Comment[ru]=Классический вариант панели задач, использующий значки и текст +Comment[sk]=Klasický prepínač okien v štýle panela úloh zobrazujúci ikony a text +Comment[sl]=Klasični preklopnik oken z vrstico opravil, ki prikazuje ikone in besedilo +Comment[sv]=Klassiskt fönsterbytare med aktivitetsliknande fönster som visar ikoner och text +Comment[ta]=சின்னங்களையும் பெயர்களையும் காட்டும் சாளர மாற்றி +Comment[tr]=Klasik görev çubuğu tarzı, simgeler ve metin görüntüleyen pencere değiştiricisi +Comment[uk]=Класичний перемикач вікон у стилі панелі задач з показом піктограм і тексту +Comment[vi]=Trình chuyển cửa sổ phong cách thanh tác vụ cổ điển, hiển thị biểu tượng và chữ +Comment[x-test]=xxClassic taskbar-style window switcher displaying icons and textxx +Comment[zh_CN]=经典风格的同时显示图标和文本的任务栏式窗口切换器 + +Icon=applications-system +Type=Service +X-KDE-ServiceTypes=Plasma/Applet +X-KDE-Library=plasma_applet_seventasks + +X-KDE-PluginInfo-Author=WackyIdeas +X-KDE-PluginInfo-Email=wackyideas@disroot.org +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.seventasks +X-KDE-PluginInfo-Version=1.0 +X-KDE-PluginInfo-Website=https://plasma.kde.org/ +X-KDE-PluginInfo-Category=Utilities +X-KDE-PluginInfo-License=LGPL-2.1+ +X-KDE-PluginInfo-EnabledByDefault=true + +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml + diff --git a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.cpp b/Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.cpp old mode 100644 new mode 100755 similarity index 75% rename from Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.cpp rename to Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.cpp index 03f8518..9f076aa --- a/Plasma/Plasma Widgets/User/Task Icons/seventasks_src/src/seventasks.cpp +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.cpp @@ -15,6 +15,7 @@ SevenTasks::~SevenTasks() { } + bool SevenTasks::isActiveWindow(int wid) { return wid == KWindowSystem::activeWindow(); @@ -44,8 +45,7 @@ QRgb averageColor(QRgb a, QRgb b) } QColor SevenTasks::getDominantColor(QVariant src) { - //83, 183, 228 - QColor defaultHighlight(55, 176, 255, 255); + QColor defaultHighlight(55, 176, 255, 255); // This is the default blue color used for highlighting monochrome icons. QIcon ico = qvariant_cast(src); if(ico.isNull()) ico = QIcon::fromTheme("exec"); //if(ico.name().isNull()) return QColor(255,255,255,170); @@ -56,6 +56,7 @@ QColor SevenTasks::getDominantColor(QVariant src) QSize size; int dimensions = 32; + // Iteratively goes through the closest available size to 32x32, doubling the size in case the current size isn't available. while(!size.isValid()) { size = ico.actualSize(QSize(dimensions, dimensions)); @@ -63,19 +64,21 @@ QColor SevenTasks::getDominantColor(QVariant src) } QPixmap pixmap = ico.pixmap(size); QImage image = pixmap.toImage(); + + // Iteratively samples through every pixel. for(int i = 0; i < image.height(); i++) { QRgb* line = (QRgb*)image.scanLine(i); for(int j = 0; j < image.width(); j++) { - if(qAlpha(line[j]) < 128) continue; + if(qAlpha(line[j]) < 128) continue; // Skip mostly transparent pixels. int x = mapColorChannel(qRed(line[j])); int y = mapColorChannel(qGreen(line[j])); int z = mapColorChannel(qBlue(line[j])); - if((x == y && y == z)) continue; + if((x == y && y == z)) continue; // Skip (mostly) monochrome pixels. /*if(QColor(qRed(line[j]), qGreen(line[j]), qBlue(line[j])).value() < 32) continue; if(QColor(qRed(line[j]), qGreen(line[j]), qBlue(line[j])).hsvSaturation() < 32) continue;*/ - histogram[x][y][z].append(line[j]); + histogram[x][y][z].append(line[j]); // Add the sampled pixel to the histogram at its designated coordinates. } } @@ -90,23 +93,25 @@ QColor SevenTasks::getDominantColor(QVariant src) { for(unsigned char k = 0; k < 3; k++) { - if(i == j && j == k) continue; + // Skip the diagonal of the histogram as it is gonna result in monochrome/low saturation highlight colors. + if(i == j && j == k) continue; if(histogram[i][j][k].count() > count) { maxX = i; maxY = j; maxZ = k; - count = histogram[i][j][k].count(); + count = histogram[i][j][k].count(); // Picks the histogram bucket with the most colors. } } } } - if(maxX == maxY && maxY == maxZ) + if(maxX == maxY && maxY == maxZ) // If it still ends up in a diagonal of the histogram, return the default highlight color. { return defaultHighlight; } QRgb minCol = qRgb(255, 255, 255); QRgb maxCol = qRgb(0, 0, 0); + // Get the minimum and maximum color components featured in our picked color bucket. for(int i = 0; i < histogram[maxX][maxY][maxZ].size(); i++) { unsigned char minred = min(qRed(histogram[maxX][maxY][maxZ].at(i)), qRed(minCol)); @@ -120,8 +125,11 @@ QColor SevenTasks::getDominantColor(QVariant src) } QRgb avg = averageColor(minCol, maxCol); QColor finalCol = QColor(avg); + + // Sanity checks, we don't want colors that are too dark or have low saturation. if(finalCol.hsvSaturation() < 32) return defaultHighlight; if(finalCol.value() < 85) return defaultHighlight; + // Increase the saturation and value by a bit and then clamp the values in case it goes over 255. int saturation = finalCol.hsvSaturation() * 1.5; int value = finalCol.value() * 1.5; if(saturation > 255) saturation = 255; diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.h b/Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.h new file mode 100755 index 0000000..a5f4657 --- /dev/null +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/seventasks.h @@ -0,0 +1,98 @@ +/* + SPDX-FileCopyrightText: 2021 <> + SPDX-License-Identifier: LGPL-2.1-or-later +*/ + +#ifndef SEVENTASKS_H +#define SEVENTASKS_H + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +class SevenTasks : public Plasma::Applet +{ + Q_OBJECT + +public: + SevenTasks( QObject *parent, const QVariantList &args ); + ~SevenTasks(); + Q_INVOKABLE QColor getDominantColor(QVariant src); + Q_INVOKABLE bool isActiveWindow(int wid); + // Used to disable the blur behind the context menu when it's closing. I thought it'd look just a tad bit more nice like that. + Q_INVOKABLE void disableBlurBehind(QWindow* w) + { + KWindowEffects::enableBlurBehind(w, false, QRegion(0,0, w->width(), w->height())); + } + + /* + * Makes a QWindow object grab all mouse events from the system. + * This is generally not advised unless there exists a safe way to + * ungrab the mouse from the object, otherwise the mouse will become + * "stuck" and unable to do anything for the remaining session. + * + * This method is used for TasksMenu, which is based on PlasmaCore.Dialog, + * which inherits QWindow. By making a TasksMenu instance grab mouse events, + * we can make it act like a context menu. + * + * Additionally, in order to make sure that the user can safely click away + * from the context menu after it has grabbed the mouse, this class installs + * itself onto the QWindow as an event filter. When filtering mouse clicks + * of any kind, we can send a signal which gets picked up by TasksMenu, + * which will notify it to close gracefully. + * + * One thing to note about this method: + * When the user right clicks on a task in the taskbar, during the press + * event a TasksMenu instance is created and shown, and calling this + * method during the same press event won't have an effect. The method + * will actually affect the instance only after the press event. + * Practically speaking, this means the method should be called when + * the mouse has been released. + * + * https://stackoverflow.com/questions/29777230/qml-steal-events-from-dynamic-mousearea + * https://stackoverflow.com/questions/46173105/how-can-i-reset-a-timer-every-time-i-receive-a-touch-event-from-a-qml-page/46173896#46173896 + * + */ + Q_INVOKABLE void setMouseGrab(bool arg, QWindow* w) + { + if(arg) + { + w->installEventFilter(this); + } + else + { + w->removeEventFilter(this); + } + w->setMouseGrabEnabled(arg); + } + Q_INVOKABLE QPoint getPosition(QWindow* w) + { + return w->mapFromGlobal(QCursor::pos()); + } +protected: + bool eventFilter(QObject* watched, QEvent* event) override + { + QEvent::Type t = event->type(); + if (t == QEvent::MouseButtonDblClick || t == QEvent::MouseButtonPress || t == QEvent::MouseButtonRelease) + { + emit mouseEventDetected(); + } + return QObject::eventFilter(watched, event); + } +signals: + void mouseEventDetected(); +}; + +#endif diff --git a/Plasma/Sounds/media_windows/Afternoon/Desktop.ini b/Plasma/Sounds/media_windows/Afternoon/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Balloon.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Default.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Ding.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Error.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Notify.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows Print complete.wav b/Plasma/Sounds/media_windows/Afternoon/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Afternoon/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Afternoon/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Desktop.ini b/Plasma/Sounds/media_windows/Calligraphy/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Balloon.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Default.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Ding.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Error.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Notify.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows Print complete.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Calligraphy/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Calligraphy/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Desktop.ini b/Plasma/Sounds/media_windows/Characters/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Balloon.wav b/Plasma/Sounds/media_windows/Characters/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Characters/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Characters/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Characters/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Default.wav b/Plasma/Sounds/media_windows/Characters/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Ding.wav b/Plasma/Sounds/media_windows/Characters/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Error.wav b/Plasma/Sounds/media_windows/Characters/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Characters/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Characters/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Characters/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Characters/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Characters/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Characters/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Characters/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Characters/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Characters/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Notify.wav b/Plasma/Sounds/media_windows/Characters/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Characters/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows Print complete.wav b/Plasma/Sounds/media_windows/Characters/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Characters/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Characters/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Desktop.ini b/Plasma/Sounds/media_windows/Cityscape/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Balloon.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Default.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Ding.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Error.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Notify.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows Print complete.wav b/Plasma/Sounds/media_windows/Cityscape/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Cityscape/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Cityscape/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Desktop.ini b/Plasma/Sounds/media_windows/Delta/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Balloon.wav b/Plasma/Sounds/media_windows/Delta/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Delta/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Delta/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Delta/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Default.wav b/Plasma/Sounds/media_windows/Delta/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Ding.wav b/Plasma/Sounds/media_windows/Delta/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Error.wav b/Plasma/Sounds/media_windows/Delta/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Delta/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Delta/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Delta/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Delta/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Delta/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Delta/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Delta/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Delta/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Delta/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Notify.wav b/Plasma/Sounds/media_windows/Delta/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Delta/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows Print complete.wav b/Plasma/Sounds/media_windows/Delta/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Delta/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Delta/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Desktop.ini b/Plasma/Sounds/media_windows/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Desktop.ini b/Plasma/Sounds/media_windows/Festival/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Balloon.wav b/Plasma/Sounds/media_windows/Festival/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Festival/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Festival/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Festival/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Default.wav b/Plasma/Sounds/media_windows/Festival/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Ding.wav b/Plasma/Sounds/media_windows/Festival/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Error.wav b/Plasma/Sounds/media_windows/Festival/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Festival/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Festival/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Festival/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Festival/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Festival/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Festival/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Festival/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Festival/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Festival/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Notify.wav b/Plasma/Sounds/media_windows/Festival/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Festival/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows Print complete.wav b/Plasma/Sounds/media_windows/Festival/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Festival/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Festival/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Desktop.ini b/Plasma/Sounds/media_windows/Garden/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Balloon.wav b/Plasma/Sounds/media_windows/Garden/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Garden/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Garden/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Garden/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Default.wav b/Plasma/Sounds/media_windows/Garden/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Ding.wav b/Plasma/Sounds/media_windows/Garden/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Error.wav b/Plasma/Sounds/media_windows/Garden/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Garden/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Garden/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Garden/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Garden/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Garden/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Garden/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Garden/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Garden/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Garden/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Notify.wav b/Plasma/Sounds/media_windows/Garden/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Garden/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows Print complete.wav b/Plasma/Sounds/media_windows/Garden/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Garden/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Garden/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Desktop.ini b/Plasma/Sounds/media_windows/Heritage/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Balloon.wav b/Plasma/Sounds/media_windows/Heritage/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Heritage/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Heritage/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Heritage/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Default.wav b/Plasma/Sounds/media_windows/Heritage/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Ding.wav b/Plasma/Sounds/media_windows/Heritage/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Error.wav b/Plasma/Sounds/media_windows/Heritage/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Heritage/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Heritage/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Heritage/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Heritage/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Heritage/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Heritage/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Heritage/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Heritage/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Heritage/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Notify.wav b/Plasma/Sounds/media_windows/Heritage/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Heritage/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows Print complete.wav b/Plasma/Sounds/media_windows/Heritage/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Heritage/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Heritage/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Desktop.ini b/Plasma/Sounds/media_windows/Landscape/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Balloon.wav b/Plasma/Sounds/media_windows/Landscape/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Landscape/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Landscape/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Landscape/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Default.wav b/Plasma/Sounds/media_windows/Landscape/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Ding.wav b/Plasma/Sounds/media_windows/Landscape/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Error.wav b/Plasma/Sounds/media_windows/Landscape/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Landscape/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Landscape/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Landscape/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Landscape/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Landscape/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Landscape/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Landscape/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Landscape/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Landscape/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Notify.wav b/Plasma/Sounds/media_windows/Landscape/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Landscape/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows Print complete.wav b/Plasma/Sounds/media_windows/Landscape/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Landscape/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Landscape/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Desktop.ini b/Plasma/Sounds/media_windows/Quirky/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Balloon.wav b/Plasma/Sounds/media_windows/Quirky/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Quirky/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Quirky/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Quirky/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Default.wav b/Plasma/Sounds/media_windows/Quirky/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Ding.wav b/Plasma/Sounds/media_windows/Quirky/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Error.wav b/Plasma/Sounds/media_windows/Quirky/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Quirky/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Quirky/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Quirky/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Quirky/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Quirky/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Quirky/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Quirky/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Quirky/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Quirky/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Notify.wav b/Plasma/Sounds/media_windows/Quirky/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Quirky/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows Print complete.wav b/Plasma/Sounds/media_windows/Quirky/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Quirky/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Quirky/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Desktop.ini b/Plasma/Sounds/media_windows/Raga/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Balloon.wav b/Plasma/Sounds/media_windows/Raga/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Raga/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Raga/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Raga/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Default.wav b/Plasma/Sounds/media_windows/Raga/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Ding.wav b/Plasma/Sounds/media_windows/Raga/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Error.wav b/Plasma/Sounds/media_windows/Raga/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Raga/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Raga/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Raga/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Raga/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Raga/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Raga/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Raga/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Raga/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Raga/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Notify.wav b/Plasma/Sounds/media_windows/Raga/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Raga/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows Print complete.wav b/Plasma/Sounds/media_windows/Raga/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Raga/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Raga/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Desktop.ini b/Plasma/Sounds/media_windows/Savanna/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Balloon.wav b/Plasma/Sounds/media_windows/Savanna/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Savanna/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Savanna/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Savanna/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Default.wav b/Plasma/Sounds/media_windows/Savanna/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Ding.wav b/Plasma/Sounds/media_windows/Savanna/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Error.wav b/Plasma/Sounds/media_windows/Savanna/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Savanna/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Savanna/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Savanna/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Savanna/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Savanna/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Savanna/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Savanna/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Savanna/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Savanna/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Notify.wav b/Plasma/Sounds/media_windows/Savanna/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Savanna/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows Print complete.wav b/Plasma/Sounds/media_windows/Savanna/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Savanna/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Savanna/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Desktop.ini b/Plasma/Sounds/media_windows/Sonata/Desktop.ini old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Balloon.wav b/Plasma/Sounds/media_windows/Sonata/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Sonata/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Sonata/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Sonata/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Default.wav b/Plasma/Sounds/media_windows/Sonata/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Ding.wav b/Plasma/Sounds/media_windows/Sonata/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Error.wav b/Plasma/Sounds/media_windows/Sonata/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Sonata/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Sonata/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Sonata/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Sonata/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Sonata/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Sonata/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Sonata/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Sonata/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Sonata/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Notify.wav b/Plasma/Sounds/media_windows/Sonata/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Sonata/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows Print complete.wav b/Plasma/Sounds/media_windows/Sonata/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Sonata/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Sonata/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Speech Disambiguation.wav b/Plasma/Sounds/media_windows/Speech Disambiguation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Speech Misrecognition.wav b/Plasma/Sounds/media_windows/Speech Misrecognition.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Speech Off.wav b/Plasma/Sounds/media_windows/Speech Off.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Speech On.wav b/Plasma/Sounds/media_windows/Speech On.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Speech Sleep.wav b/Plasma/Sounds/media_windows/Speech Sleep.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Balloon.wav b/Plasma/Sounds/media_windows/Windows Balloon.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Battery Critical.wav b/Plasma/Sounds/media_windows/Windows Battery Critical.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Battery Low.wav b/Plasma/Sounds/media_windows/Windows Battery Low.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Critical Stop.wav b/Plasma/Sounds/media_windows/Windows Critical Stop.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Default.wav b/Plasma/Sounds/media_windows/Windows Default.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Ding.wav b/Plasma/Sounds/media_windows/Windows Ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Error.wav b/Plasma/Sounds/media_windows/Windows Error.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Exclamation.wav b/Plasma/Sounds/media_windows/Windows Exclamation.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Feed Discovered.wav b/Plasma/Sounds/media_windows/Windows Feed Discovered.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Hardware Fail.wav b/Plasma/Sounds/media_windows/Windows Hardware Fail.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Hardware Insert.wav b/Plasma/Sounds/media_windows/Windows Hardware Insert.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Hardware Remove.wav b/Plasma/Sounds/media_windows/Windows Hardware Remove.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Information Bar.wav b/Plasma/Sounds/media_windows/Windows Information Bar.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Logoff Sound.wav b/Plasma/Sounds/media_windows/Windows Logoff Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Logon Sound.wav b/Plasma/Sounds/media_windows/Windows Logon Sound.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Menu Command.wav b/Plasma/Sounds/media_windows/Windows Menu Command.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Minimize.wav b/Plasma/Sounds/media_windows/Windows Minimize.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Navigation Start.wav b/Plasma/Sounds/media_windows/Windows Navigation Start.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Notify.wav b/Plasma/Sounds/media_windows/Windows Notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Pop-up Blocked.wav b/Plasma/Sounds/media_windows/Windows Pop-up Blocked.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Print complete.wav b/Plasma/Sounds/media_windows/Windows Print complete.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Recycle.wav b/Plasma/Sounds/media_windows/Windows Recycle.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Restore.wav b/Plasma/Sounds/media_windows/Windows Restore.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Ringin.wav b/Plasma/Sounds/media_windows/Windows Ringin.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Ringout.wav b/Plasma/Sounds/media_windows/Windows Ringout.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Shutdown.wav b/Plasma/Sounds/media_windows/Windows Shutdown.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows Startup.wav b/Plasma/Sounds/media_windows/Windows Startup.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/Windows User Account Control.wav b/Plasma/Sounds/media_windows/Windows User Account Control.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/chimes.wav b/Plasma/Sounds/media_windows/chimes.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/chord.wav b/Plasma/Sounds/media_windows/chord.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/ding.wav b/Plasma/Sounds/media_windows/ding.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/flourish.mid b/Plasma/Sounds/media_windows/flourish.mid old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/ir_begin.wav b/Plasma/Sounds/media_windows/ir_begin.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/ir_end.wav b/Plasma/Sounds/media_windows/ir_end.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/ir_inter.wav b/Plasma/Sounds/media_windows/ir_inter.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/notify.wav b/Plasma/Sounds/media_windows/notify.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/onestop.mid b/Plasma/Sounds/media_windows/onestop.mid old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/recycle.wav b/Plasma/Sounds/media_windows/recycle.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/ringout.wav b/Plasma/Sounds/media_windows/ringout.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/tada.wav b/Plasma/Sounds/media_windows/tada.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/media_windows/town.mid b/Plasma/Sounds/media_windows/town.mid old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/button-pressed.ogg b/Plasma/Sounds/stereo_windows/button-pressed.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/button-toggle-off.ogg b/Plasma/Sounds/stereo_windows/button-toggle-off.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/button-toggle-on.ogg b/Plasma/Sounds/stereo_windows/button-toggle-on.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/desktop-login.ogg b/Plasma/Sounds/stereo_windows/desktop-login.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/desktop-logout.ogg b/Plasma/Sounds/stereo_windows/desktop-logout.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/dialog-error.ogg b/Plasma/Sounds/stereo_windows/dialog-error.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/dialog-information.ogg b/Plasma/Sounds/stereo_windows/dialog-information.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/dialog-question.ogg b/Plasma/Sounds/stereo_windows/dialog-question.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/dialog-question.wav b/Plasma/Sounds/stereo_windows/dialog-question.wav old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/dialog-warning.ogg b/Plasma/Sounds/stereo_windows/dialog-warning.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/phone-incoming-call.ogg b/Plasma/Sounds/stereo_windows/phone-incoming-call.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/system-ready.ogg b/Plasma/Sounds/stereo_windows/system-ready.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Sounds/stereo_windows/window-slide.ogg b/Plasma/Sounds/stereo_windows/window-slide.ogg old mode 100644 new mode 100755 diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/previews/splash.png b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/previews/splash.png new file mode 100755 index 0000000..db7dbf9 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/previews/splash.png differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/Splash.qml b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/Splash.qml new file mode 100755 index 0000000..40c8b0d --- /dev/null +++ b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/Splash.qml @@ -0,0 +1,102 @@ +/* + * Copyright 2014 Marco Martin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.5 +import QtGraphicalEffects 1.0 +import QtMultimedia 5.15 + +Image { + id: root + source: "images/background.jpg" + + property int stage + + onStageChanged: { + if (stage == 6) { + splashSound.play(); + } + } + + Item { + id: content + anchors.fill: parent + opacity: 1 + TextMetrics { + id: units + text: "M" + property int gridUnit: boundingRect.height + property int largeSpacing: units.gridUnit + property int smallSpacing: Math.max(2, gridUnit/4) + } + + Text { + id: logo + font.pixelSize: 23; + font.letterSpacing: 0.8; + text: "Welcome"; + color: "white"; + font.family: "Segoe UI"; + anchors.centerIn: parent + anchors.verticalCenterOffset: -units.largeSpacing*3; + layer.enabled: true + layer.effect: DropShadow { + verticalOffset: 1 + color: "#CC000000" + radius: 2 + samples: 3 + } + renderType: Text.NativeRendering; + font.hintingPreference: Font.PreferVerticalHinting + } + + AnimatedImage { + id: busyIndicator + anchors.right: logo.left; + anchors.rightMargin: units.smallSpacing*2; + anchors.horizontalCenterOffset: -logo.width / 2 -units.smallSpacing * 5; + anchors.verticalCenterOffset: -units.largeSpacing*3; + anchors.centerIn: parent + source: "images/busy.gif" + smooth: true + } + + Rectangle { + id: fadeout + anchors.fill: parent + color: "black" + opacity: 0 + } + SoundEffect { + id: splashSound + source: "logon.wav" + loops: 0 + } + } + + + OpacityAnimator { + id: introAnimation + running: false + target: content + from: 0 + to: 1 + duration: 150 + easing.type: Easing.Linear + } +} diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/Login.svgz b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/Login.svgz new file mode 100755 index 0000000..bf6f504 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/Login.svgz differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.jpg b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.jpg new file mode 100755 index 0000000..8d54fc0 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.jpg differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.png b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.png new file mode 100755 index 0000000..bb7f584 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/background.png differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy.gif b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy.gif new file mode 100755 index 0000000..41f87e9 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy.gif differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_25.gif b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_25.gif new file mode 100755 index 0000000..6515f7a Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_25.gif differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_30.gif b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_30.gif new file mode 100755 index 0000000..1803fae Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busy_30.gif differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget.svgz b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget.svgz new file mode 100755 index 0000000..dc751c5 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget.svgz differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget_overlay.svgz b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget_overlay.svgz new file mode 100755 index 0000000..1fe816f Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/busywidget_overlay.svgz differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/index.png b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/index.png new file mode 100755 index 0000000..79acd8a Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/images/index.png differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/logon.wav b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/logon.wav new file mode 100755 index 0000000..5efaf99 Binary files /dev/null and b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/contents/splash/logon.wav differ diff --git a/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/metadata.desktop b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/metadata.desktop new file mode 100755 index 0000000..428a1c8 --- /dev/null +++ b/Plasma/Splash_Screen/io.gitgud.wackyideas.aerosplashscreen/metadata.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Comment=aero-splash-screen + +Encoding=UTF-8 +Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; +Name=Aero Splash Screen + +Type=Service + +X-KDE-ServiceTypes=Plasma/LookAndFeel +X-KDE-ParentApp= +X-KDE-PluginInfo-Author=MS +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Email= +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-Name=io.gitgud.wackyideas.aerosplashscreen +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website= +X-KDE-fallbackPackage= +X-Plasma-MainScript= +X-KPackage-Dependencies= diff --git a/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.kvconfig b/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.kvconfig deleted file mode 100644 index fcd7313..0000000 --- a/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.kvconfig +++ /dev/null @@ -1,585 +0,0 @@ -[%General] -author=DrGordBord -comment=Port Of Windows 7 theme to modern KDE -left_tabs=true -min_width=16 -min_height=16 -attach_active_tab=true -active_tab_overlap=2 -group_toolbar_buttons=false -spread_progressbar=false -spread_header=false -#progressbar_thickness=1.0font -composite=true -menu_shadow_depth=2 -tooltip_shadow_depth=4 -scroll_min_extent=32 -slider_width=1 -slider_handle_width=18 -slider_handle_length=10 -center_toolbar_handle=false -center_scrollbar_indicator=false -toolbar_interior_spacing=2 -toolbar_item_spacing=2 -x11drag=menubar_and_primary_toolbar -scroll_width=15 -menubar_mouse_tracking=true -toolbutton_style=0 -click_behavior=2 -vertical_spin_indicators=true -translucent_windows=false -blurring=false -popup_blurring=true -toolbar_icon_size=16 -animate_states=true -alt_mnemonic=true -button_contents_shift=true -button_icon_size=16 -combo_as_lineedit=true -combo_menu=false -combo_focus_rect=false -square_combo_button=true -fill_rubberband=false -groupbox_top_label=false -inline_spin_indicators=false -remove_extra_frames=false -joined_inactive_tabs=false -no_inactive_tab_expansion=true -tab_button_extra_margin=2 -large_icon_size=32 -layout_margin=4 -layout_spacing=4 -merge_menubar_with_toolbar=false -respect_DE=true -scroll_arrows=true -scrollbar_in_view=false -transient_scrollbar=false -small_icon_size=16 -spin_button_width=32 -submenu_overlap=2 -tooltip_delay=250 -tree_branch_line=true -bold_active_tab=false -contrast=1.00 -dialog_button_layout=0 -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -no_window_pattern=false -reduce_menu_opacity=0 -reduce_window_opacity=0 -saturation=1.00 -scrollable_menu=true -shadowless_popup=false -submenu_delay=250 -transient_groove=false -check_size=13 -#min_height=32 -splitter_width=6 -drag_from_buttons=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -menu_blur_radius=0 -tooltip_blur_radius=0 -menu_separator_height=3 - -[GeneralColors] -window.color=#f4f4f6 -base.color=#ffffff -alt.base.color=#f4f4f6 -button.color=#efebe7 -light.color=white -mid.light.color=#bababe -dark.color=#8b8e93 -mid.color=#8b8e93 -inactive.highlight.color=#4e4e4e -text.color=black -inactive.text.color=black -window.text.color=black -inactive.window.text.color=black -button.text.color=black -disabled.text.color=#00000070 -tooltip.text.color=black -highlight.text.color=black -inactive.highlight.text.color=black -highlight.color=#a6a8c1 -link.color=#0000ff -link.visited.color=#ff00ff -progress.indicator.text.color=black -progress.inactive.indicator.text.color=black - -[Hacks] -transparent_dolphin_view=false -#transparent_pcmanfm_sidepane=true -transparent_ktitle_label=true -blur_translucent=true -transparent_menutitle=false -kcapacitybar_as_progressbar=true -respect_darkness=false -single_top_toolbar=false -disabled_icon_opacity=50 -force_size_grip=false -iconless_menu=false -iconless_pushbutton=true -lxqtmainmenu_iconsize=22 -no_selection_tint=true -normal_default_pushbutton=true - -#tint_on_mouseover=0 -transparent_pcmanfm_view=false -transparent_arrow_button=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=true -noninteger_translucency=true -scroll_jump_workaround=false -blur_only_active_window=false -style_vertical_toolbars=true -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=false - -[WindowTranslucent] -interior=true -interior.element=window -interior.x.patternsize=32 -interior.y.patternsize=32 -frame.expansion=0 - -[PanelButtonCommand] -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=0 -text.margin.right=0 -frame.expansion=0 -interior.element=btn -interior=true -frame=true -frame.element=btn -indicator.size=8 - -[PanelButtonTool] -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior.element=tbaritem -interior=true -frame=true -frame.element=tbaritem -indicator.size=6 - -[Dock] -inherits=PanelButtonCommand -interior.element=mubar -frame.element=mubar -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#000000c8 - -[DockTitle] -#inherits=PanelButtonCommand -interior.element=btn -frame.element=btn -frame=true -interior=true -text.normal.color=black -text.focus.color=black -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[GenericFrame] -#inherits=PanelButtonCommand -frame=true -interior=true -frame.element=common -interior.element=common -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[LineEdit] -#inherits=PanelButtonCommand -frame.element=ledit -interior.element=ledit -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=0 -text.margin.right=0 - -[IndicatorSpinBox] -indicator.element=spind -indicator.size=12 -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 - -[DropDownButton] -inherits=PanelButtonCommand -interior.element=ddown -frame.element=ddown -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ToolboxTab] -inherits=PanelButtonCommand -text.margin.top=4 -text.margin.bottom=4 -text.margin.left=4 -text.margin.right=4 - -[Tab] -frame.top=4 -frame.bottom=0 -frame.left=4 -frame.right=4 -focusFrame=true -text.margin.top=1 -frame.expansion=0 -indicator.size=12 -interior.element=tab -frame.element=tab - -[TabFrame] -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -frame.element=tbf -interior.element=tbf -frame=true -interior=true - -[TreeExpander] -indicator.size=9 -indicator.element=tree - -[HeaderSection] -frame.element=hdr -interior.element=hdr -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=arrow -indication.size=8 - -[GroupBox] -interior=true -frame=true -frame.element=gbox -interior.element=gbox -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.bold=false -frame.expansion=0 -text.normal.color=black - -[TabBarFrame] -frame=true -frame.element=tbframe -interior=true -interior.element=tbframe -frame.top=5 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=true -#interior.element=resize-grip -indicator.element=resize-grip -indicator.size=10 - -[Toolbar] -frame.left=2 -frame.right=2 -frame.top=2 -frame.bottom=2 -indicator.size=8 -frame.expansion=0 -interior.element=tlbar -interior=true -frame=true -frame.element=tlbar -indicator.element=tbar -text.normal.color=black -text.margin.top=8 -text.margin.bottom=8 -text.margin.left=4 -text.margin.right=4 - -[ToolbarButton] -text.margin.top=8 -text.margin.bottom=8 -text.margin.left=4 -text.margin.right=4 - -[ToolbarComboBox] -text.margin.top=8 -text.margin.bottom=8 -text.margin.left=4 -text.margin.right=4 -[ToolbarLineEdit] -text.margin.top=8 -text.margin.bottom=8 -text.margin.left=4 -text.margin.right=4 - -[Scrollbar] -indicator.size=16 -frame.expansion=0 -indicator.element=scarrow - -[ScrollbarGroove] -interior=true -interior.element=trough -frame.element=trough -frame=true -frame.left=1 -frame.right=1 -frame.top=1 -frame.bottom=1 - - -[ScrollbarSlider] -interior=true -frame=true -frame.left=2 -frame.right=2 -frame.top=2 -frame.bottom=2 -frame.expansion=0 -interior.element=scrollslide -frame.element=scrollslide -indicator.element=sgrip -indicator.size=10 - -[Progressbar] -text.bold=false -text.normal.color=black -frame=true -interior=true -frame.element=pbgutter -interior.element=pbgutter -frame.expansion=0 -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[ProgressbarContents] -frame=false -interior=true -frame.element=pbc -interior.element=pbc -frame.expansion=0 -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[ItemView] -text.toggle.color=black -text.press.color=black -text.normal.color=black -text.focus.color=black -text.toggle.inactive.color=black -frame.expansion=0 -interior=true -interior.element=iview -frame.element=iview -frame=true -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Menu] -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -interior.element=mnu -frame.element=mnu -frame=true -interior=true -text.margin=0 - -[MenuItem] -frame=true -frame.element=menuitem -interior=true -interior.element=menuitem -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -indicator.element=arrow -indicator.size=8 -text.toggle.color=black -text.press.color=black -text.normal.color=black -text.focus.color=black -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=2 -text.margin.right=2 - -[MenuBarItem] -interior=true -interior.element=mbaritem -frame.element=mbaritem -frame=true -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.toggle.color=black -text.press.color=black -text.normal.color=black -text.margin.top=0 -text.margin.bottom=0 - -[MenuBar] -interior=true -frame=true -interior.element=mubar -frame.element=mubar -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=0 -text.margin.right=0 - -[TitleBar] -inherits=PanelButtonCommand -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 -text.bold=true -text.italic=true -text.normal.color=black - -[ComboBox] -inherits=PanelButtonCommand -frame.expandedElement=ebutton - -[Splitter] -indicator.size=16 - -#[Slider] -#frame.element=slider -#interior.element=slider -#interior=true -#frame=true -#frame.top=1 -#frame.bottom=1 -#frame.left=1 -#frame.right=1 - -#[SliderCursor] -#frame=true -#interior=true -#interior.element=scursor -#frame.element=scursor -#frame.top=4 -#frame.bottom=4 -#frame.left=4 -#frame.right=4 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[SliderCursor] -interior.element=scursor - - - -[Focus] -inherits=PanelButtonCommand -frame=false -frame.element= -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[ToolTip] -interior=true -frame=true -interior.element=ttip -frame.element=ttip -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=black - -[RadioButton] -text.normal.color=black -text.focus.color=#22222a - -[CheckBox] -text.normal.color=black -text.focus.color=#22222a - -[Dock] -interior.element=dtitle -frame.element=dtitle -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=dock -indicator.size=8 - -[DockTitle] -frame=true -interior=true -interior.element=dtitle -frame.element=dtitle -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -#text.focus.color=#245bf5 -#text.normal.color=#1f4fd5 -text.bold=false diff --git a/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.svg b/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.svg deleted file mode 100644 index a477f67..0000000 --- a/Qt/Application Theme/Kvantum/Windows7Kvantum/Windows7Kvantum.svg +++ /dev/null @@ -1,12331 +0,0 @@ - - - -image/svg+xml diff --git a/Qt/Application Theme/Deprecated/QtCurve/Aero.qtcurve b/Qt/Application_Theme/Deprecated/QtCurve/Aero.qtcurve old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/Deprecated/QtCurve/Aero.qtcurve rename to Qt/Application_Theme/Deprecated/QtCurve/Aero.qtcurve diff --git a/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.kvconfig b/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.kvconfig new file mode 100755 index 0000000..d6a055a --- /dev/null +++ b/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.kvconfig @@ -0,0 +1,585 @@ +[%General] +author=DrGordBord+WackyIdeas +comment=Port Of Windows 7 theme to modern KDE +left_tabs=true +min_width=16 +min_height=16 +attach_active_tab=true +active_tab_overlap=2 +group_toolbar_buttons=false +spread_progressbar=false +spread_header=false +#progressbar_thickness=1.0font +composite=true +menu_shadow_depth=2 +tooltip_shadow_depth=4 +scroll_min_extent=32 +slider_width=1 +slider_handle_width=18 +slider_handle_length=10 +center_toolbar_handle=false +center_scrollbar_indicator=false +toolbar_interior_spacing=2 +toolbar_item_spacing=2 +x11drag=menubar_and_primary_toolbar +scroll_width=15 +menubar_mouse_tracking=true +toolbutton_style=0 +click_behavior=2 +vertical_spin_indicators=true +translucent_windows=false +blurring=false +popup_blurring=false +toolbar_icon_size=16 +animate_states=true +alt_mnemonic=true +button_contents_shift=true +button_icon_size=16 +combo_as_lineedit=true +combo_menu=false +combo_focus_rect=false +square_combo_button=true +fill_rubberband=false +groupbox_top_label=false +inline_spin_indicators=false +remove_extra_frames=false +joined_inactive_tabs=false +no_inactive_tab_expansion=true +tab_button_extra_margin=2 +large_icon_size=32 +layout_margin=4 +layout_spacing=4 +merge_menubar_with_toolbar=false +respect_DE=true +scroll_arrows=true +scrollbar_in_view=true +transient_scrollbar=false +small_icon_size=16 +spin_button_width=16 +submenu_overlap=2 +tooltip_delay=250 +tree_branch_line=true +bold_active_tab=false +contrast=1.00 +dialog_button_layout=0 +hide_combo_checkboxes=false +intensity=1.00 +no_inactiveness=false +no_window_pattern=false +reduce_menu_opacity=0 +reduce_window_opacity=0 +saturation=1.00 +scrollable_menu=true +shadowless_popup=false +submenu_delay=250 +transient_groove=false +check_size=13 +#min_height=32 +splitter_width=6 +drag_from_buttons=false +opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx +menu_blur_radius=0 +tooltip_blur_radius=0 +menu_separator_height=3 + +[GeneralColors] +window.color=#f4f4f6 +base.color=#ffffff +alt.base.color=#f4f4f6 +button.color=#efebe7 +light.color=white +mid.light.color=#bababe +dark.color=#8b8e93 +mid.color=#8b8e93 +inactive.highlight.color=#4e4e4e +text.color=black +inactive.text.color=black +window.text.color=black +inactive.window.text.color=black +button.text.color=black +disabled.text.color=#00000070 +tooltip.text.color=#2e2e2e +highlight.text.color=black +inactive.highlight.text.color=black +highlight.color=#3399ff +link.color=#0000ff +link.visited.color=#ff00ff +progress.indicator.text.color=black +progress.inactive.indicator.text.color=black + +[Hacks] +transparent_dolphin_view=false +#transparent_pcmanfm_sidepane=true +transparent_ktitle_label=true +blur_translucent=true +transparent_menutitle=false +kcapacitybar_as_progressbar=true +respect_darkness=false +single_top_toolbar=false +disabled_icon_opacity=50 +force_size_grip=false +iconless_menu=false +iconless_pushbutton=true +lxqtmainmenu_iconsize=22 +no_selection_tint=true +normal_default_pushbutton=true + +#tint_on_mouseover=0 +transparent_pcmanfm_view=false +transparent_arrow_button=true +centered_forms=false +kinetic_scrolling=false +middle_click_scroll=true +noninteger_translucency=true +scroll_jump_workaround=false +blur_only_active_window=false +style_vertical_toolbars=true +tint_on_mouseover=0 +transparent_pcmanfm_sidepane=false + +[WindowTranslucent] +interior=true +interior.element=window +interior.x.patternsize=32 +interior.y.patternsize=32 +frame.expansion=0 + +[PanelButtonCommand] +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=0 +text.margin.right=0 +frame.expansion=0 +interior.element=btn +interior=true +frame=true +frame.element=btn +indicator.size=8 + +[PanelButtonTool] +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=2 +text.margin.right=2 +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 +interior.element=tbaritem +interior=true +frame=true +frame.element=tbaritem +indicator.size=6 + +[Dock] +inherits=PanelButtonCommand +interior.element=mubar +frame.element=mubar +text.margin.top=0 +text.margin.bottom=0 +text.normal.color=#000000c8 + +[DockTitle] +#inherits=PanelButtonCommand +interior.element=btn +frame.element=btn +frame=true +interior=true +text.normal.color=black +text.focus.color=black +text.bold=false +frame.top=3 +frame.bottom=3 +frame.left=3 +frame.right=3 + +[GenericFrame] +#inherits=PanelButtonCommand +frame=true +interior=true +frame.element=common +interior.element=common +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[LineEdit] +#inherits=PanelButtonCommand +frame.element=ledit +interior.element=ledit +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=0 +text.margin.right=0 + +[IndicatorSpinBox] +indicator.element=spind +indicator.size=12 +frame.top=0 +frame.bottom=0 +frame.left=0 +frame.right=0 + +[DropDownButton] +inherits=PanelButtonCommand +interior.element=ddown +frame.element=ddown +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[ToolboxTab] +inherits=PanelButtonCommand +text.margin.top=4 +text.margin.bottom=4 +text.margin.left=4 +text.margin.right=4 + +[Tab] +frame.top=4 +frame.bottom=0 +frame.left=4 +frame.right=4 +focusFrame=true +text.margin.top=1 +frame.expansion=0 +indicator.size=12 +interior.element=tab +frame.element=tab + +[TabFrame] +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +frame.element=tbf +interior.element=tbf +frame=true +interior=true + +[TreeExpander] +indicator.size=9 +indicator.element=tree + +[HeaderSection] +frame.element=hdr +interior.element=hdr +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +indicator.element=arrow +indication.size=8 + +[GroupBox] +interior=true +frame=true +frame.element=gbox +interior.element=gbox +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +text.bold=false +frame.expansion=0 +text.normal.color=black + +[TabBarFrame] +frame=true +frame.element=tbframe +interior=true +interior.element=tbframe +frame.top=5 +frame.bottom=4 +frame.left=4 +frame.right=4 + +[SizeGrip] +inherits=PanelButtonCommand +frame=false +interior=true +#interior.element=resize-grip +indicator.element=resize-grip +indicator.size=10 + +[Toolbar] +frame.left=2 +frame.right=2 +frame.top=2 +frame.bottom=2 +indicator.size=8 +frame.expansion=0 +interior.element=tlbar +interior=true +frame=true +frame.element=tlbar +indicator.element=tbar +text.normal.color=black +text.margin.top=8 +text.margin.bottom=8 +text.margin.left=4 +text.margin.right=4 + +[ToolbarButton] +text.margin.top=8 +text.margin.bottom=8 +text.margin.left=4 +text.margin.right=4 + +[ToolbarComboBox] +text.margin.top=8 +text.margin.bottom=8 +text.margin.left=4 +text.margin.right=4 +[ToolbarLineEdit] +text.margin.top=8 +text.margin.bottom=8 +text.margin.left=4 +text.margin.right=4 + +[Scrollbar] +indicator.size=16 +frame.expansion=0 +indicator.element=scarrow + +[ScrollbarGroove] +interior=true +interior.element=trough +frame.element=trough +frame=true +frame.left=1 +frame.right=1 +frame.top=1 +frame.bottom=1 + + +[ScrollbarSlider] +interior=true +frame=true +frame.left=2 +frame.right=2 +frame.top=2 +frame.bottom=2 +frame.expansion=0 +interior.element=scrollslide +frame.element=scrollslide +indicator.element=sgrip +indicator.size=10 + +[Progressbar] +text.bold=false +text.normal.color=black +frame=true +interior=true +frame.element=pbgutter +interior.element=pbgutter +frame.expansion=0 +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[ProgressbarContents] +frame=false +interior=true +frame.element=pbc +interior.element=pbc +frame.expansion=0 +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[ItemView] +text.toggle.color=black +text.press.color=black +text.normal.color=black +text.focus.color=black +text.toggle.inactive.color=black +frame.expansion=0 +interior=true +interior.element=iview +frame.element=iview +frame=true +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 + +[Menu] +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +interior.element=mnu +frame.element=mnu +frame=true +interior=true +text.margin=0 + +[MenuItem] +frame=true +frame.element=menuitem +interior=true +interior.element=menuitem +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.expansion=0 +indicator.element=arrow +indicator.size=8 +text.toggle.color=black +text.press.color=black +text.normal.color=black +text.focus.color=black +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=2 +text.margin.right=2 + +[MenuBarItem] +interior=true +interior.element=mbaritem +frame.element=mbaritem +frame=true +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.expansion=0 +text.toggle.color=black +text.press.color=black +text.normal.color=black +text.margin.top=0 +text.margin.bottom=0 + +[MenuBar] +interior=true +frame=true +interior.element=mubar +frame.element=mubar +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.expansion=0 +text.margin.top=0 +text.margin.bottom=0 +text.margin.left=0 +text.margin.right=0 + +[TitleBar] +inherits=PanelButtonCommand +text.margin.top=2 +text.margin.bottom=2 +text.margin.left=3 +text.margin.right=3 +text.bold=true +text.italic=true +text.normal.color=black + +[ComboBox] +inherits=PanelButtonCommand +frame.expandedElement=ebutton + +[Splitter] +indicator.size=16 + +#[Slider] +#frame.element=slider +#interior.element=slider +#interior=true +#frame=true +#frame.top=1 +#frame.bottom=1 +#frame.left=1 +#frame.right=1 + +#[SliderCursor] +#frame=true +#interior=true +#interior.element=scursor +#frame.element=scursor +#frame.top=4 +#frame.bottom=4 +#frame.left=4 +#frame.right=4 + +[Slider] +inherits=PanelButtonCommand +frame.element=slider +interior.element=slider +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 + +[SliderCursor] +interior.element=scursor + + + +[Focus] +inherits=PanelButtonCommand +frame=false +frame.element= +frame.top=1 +frame.bottom=1 +frame.left=1 +frame.right=1 +frame.patternsize=20 + +[ToolTip] +interior=true +frame=true +interior.element=ttip +frame.element=ttip +frame.top=4 +frame.bottom=4 +frame.left=4 +frame.right=4 +text.normal.color=black + +[RadioButton] +text.normal.color=black +text.focus.color=#22222a + +[CheckBox] +text.normal.color=black +text.focus.color=#22222a + +[Dock] +interior.element=dtitle +frame.element=dtitle +frame=true +interior=true +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +indicator.element=dock +indicator.size=8 + +[DockTitle] +frame=true +interior=true +interior.element=dtitle +frame.element=dtitle +frame.top=2 +frame.bottom=2 +frame.left=2 +frame.right=2 +#text.focus.color=#245bf5 +#text.normal.color=#1f4fd5 +text.bold=false diff --git a/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.svg b/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.svg new file mode 100755 index 0000000..daf2949 --- /dev/null +++ b/Qt/Application_Theme/Kvantum/Windows7Kvantum_Aero/Windows7Kvantum_Aero.svg @@ -0,0 +1,13697 @@ + + + +image/svg+xml diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-down.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-norm.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-norm.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-norm.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-norm.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-disable.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-disable.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-disable.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-disable.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Arrows/arrow-up.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-default.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-default.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-default.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-default.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-insensitive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-insensitive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-insensitive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-insensitive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-normal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-normal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-normal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-normal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Buttons/button-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check3.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check3.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check3.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check3.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check4.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check4.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check4.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check4.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check5.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check5.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check5.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check5.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check6.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check6.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check6.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/check6.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/checklight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/checklight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/checklight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/checklight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/highlight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/highlight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/highlight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/highlight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option3.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option3.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option3.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option3.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option4.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option4.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option4.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option4.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option5.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option5.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option5.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option5.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option6.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option6.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option6.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Check-Radio/option6.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-arrow.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-normal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-normal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-normal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-normal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/combo-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in (copia).png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in (copia).png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in (copia).png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in (copia).png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/entry-shadow-in.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/text-entry.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/text-entry.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/text-entry.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Combo/text-entry.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-arrow.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-normal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-normal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-normal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-normal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ComboBox/combo-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-end.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-end.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-end.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-end.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-start.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-start.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-start.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame-gap-start.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Frame-Gap/frame2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-h.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-h.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-h.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-h.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-v.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-v.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-v.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/handle-v.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/resize-grip.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/resize-grip.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/resize-grip.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Handles/resize-grip.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/row-focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/row-focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/row-focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/row-focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end-odd-sorted.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end-odd-sorted.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end-odd-sorted.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end-odd-sorted.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-end.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid-odd-sorted.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid-odd-sorted.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid-odd-sorted.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid-odd-sorted.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-mid.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-start.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-start.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-start.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected-start.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Images/Tree/selected.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h-tree.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h-tree.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h-tree.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h-tree.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-h.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Lines/line-v2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ListHeaders/list_header.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menu.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menu.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menu.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menu.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-item.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-item.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-item.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-item.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-prelight.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menubar2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menuitem.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menuitem.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menuitem.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Menu-Menubar/menuitem.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/null.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/null.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/null.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/null.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/ruler.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/ruler.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/ruler.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Others/ruler.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-Dark.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-Dark.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-Dark.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-Dark.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-light.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-light.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-light.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-light.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-lignt.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-lignt.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-lignt.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic-lignt.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1024.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1024.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1024.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1024.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1280.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1280.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1280.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic1280.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic800.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic800.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic800.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Basic800.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Black.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Black.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Black.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Black.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Crystal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Crystal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Crystal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Crystal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7DarkBlue.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7DarkBlue.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7DarkBlue.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7DarkBlue.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Green.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Green.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Green.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Green.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Human.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Human.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Human.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Human.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-Aero.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-Aero.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-Aero.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-Aero.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlack.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlack.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlack.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlack.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlue.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlue.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlue.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroBlue.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroPink.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroPink.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroPink.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Murrine-AeroPink.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Original.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Original.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Original.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Original.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Pink.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Pink.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Pink.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Pink.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Purple.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Purple.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Purple.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Purple.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Red.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Red.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Red.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Red.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Sea.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Sea.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Sea.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7Sea.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7White.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7White.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7White.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/Panel_Win2-7White.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-h1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/handle-v1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active-prelight2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active1.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active1.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active1.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-active1.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive2.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive2.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive2.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-button-inactive2.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-focusx.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-focusx.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-focusx.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-focusx.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-handle.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-handle.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-handle.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Panel/panel-handle.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-horiz.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-vert.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/progressbar-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-horiz.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-vert.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/ProgressBar/trough-progressbar-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/null.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/null.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/null.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/null.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz-prelight.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert-prelight.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/slider-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-horizontal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-horizontal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-horizontal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-horizontal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-vertical.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-vertical.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-vertical.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Range/trough-vertical.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/scroll-thumb-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/slider-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-down.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-active.png old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-insens.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-insens.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-insens.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-insens.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/stepper-up.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-horiz.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-vert.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-vert.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-vert.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Scrollbars/trough-scrollbar-vert.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/entry-shadow-in.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/entry-shadow-in.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/entry-shadow-in.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/entry-shadow-in.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-etched-out.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-etched-out.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-etched-out.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-etched-out.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-in.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-in.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-in.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-in.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-none.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-none.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-none.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-none.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-out.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-out.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-out.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/shadow-out.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text-entry.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text-entry.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text-entry.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text-entry.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Shadows/text.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down (copia).png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down (copia).png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down (copia).png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down (copia).png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-disable.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-disable.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-disable.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-disable.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-down.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-disable.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-disable.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-disable.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-disable.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/arrow-up.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-down-bg.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-down-bg.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-down-bg.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-down-bg.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-up-bg.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-up-bg.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-up-bg.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/spin-up-bg.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry-focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry-focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry-focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry-focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Spin/text-entry.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/button b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/button similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/button rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/button diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/checkbutton b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/checkbutton similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/checkbutton rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/checkbutton diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/combo b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/combo similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/combo rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/combo diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/entry b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/entry similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/entry rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/entry diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/handlebox b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/handlebox similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/handlebox rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/handlebox diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/inactivetext b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/inactivetext similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/inactivetext rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/inactivetext diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/listheader b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/listheader similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/listheader rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/listheader diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/menu-menubar b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/menu-menubar similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/menu-menubar rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/menu-menubar diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/notebook b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/notebook similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/notebook rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/notebook diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/optionmenu b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/optionmenu similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/optionmenu rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/optionmenu diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/panel b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/panel similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/panel rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/panel diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/progressbar b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/progressbar similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/progressbar rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/progressbar diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/radiobutton b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/radiobutton similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/radiobutton rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/radiobutton diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range_backup b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range_backup similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range_backup rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/range_backup diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/scrollbar b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/scrollbar similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/scrollbar rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/scrollbar diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/spin b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/spin similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/spin rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/spin diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/statusbar b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/statusbar similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/statusbar rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/statusbar diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/terminal b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/terminal similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/terminal rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/terminal diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar_vista b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar_vista similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar_vista rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/toolbar_vista diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/tooltips b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/tooltips similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/tooltips rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/tooltips diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/treeview b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/treeview similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/treeview rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/treeview diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-bottom.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-bottom.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-bottom.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-bottom.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-top.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-top.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-top.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/gap-top.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_bottom_flat.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_bottom_flat.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_bottom_flat.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_bottom_flat.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_left_flat.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_left_flat.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_left_flat.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_left_flat.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_right_flat.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_right_flat.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_right_flat.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_right_flat.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_top_flat.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_top_flat.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_top_flat.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/notebook_top_flat.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/null.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/null.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/null.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/null.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active-gap.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active-gap.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active-gap.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active-gap.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-bottom.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active-gap.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active-gap.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active-gap.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active-gap.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active-gap.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active-gap.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active-gap.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active-gap.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active (copia).png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active (copia).png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active (copia).png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active (copia).png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active-gap.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active-gap.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active-gap.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active-gap.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Tabs/tab-top.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light_Vista.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light_Vista.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light_Vista.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbar-light_Vista.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-default.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-default.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-default.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-default.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-focus.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-focus.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-focus.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-focus.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-insensitive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-insensitive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-insensitive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-insensitive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-normal.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-normal.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-normal.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-normal.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-prelight.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-prelight.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-prelight.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-prelight.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-toggled.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-toggled.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-toggled.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/Toolbar/toolbutton-toggled.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/gtkrc b/Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/gtkrc old mode 100644 new mode 100755 similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/gtkrc rename to Qt/Application_Theme/QGtkStyle/win27pixmap/gtk-2.0/gtkrc diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/index.theme b/Qt/Application_Theme/QGtkStyle/win27pixmap/index.theme similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/index.theme rename to Qt/Application_Theme/QGtkStyle/win27pixmap/index.theme diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-bottom.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/border-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/border-right.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-hover.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-hover.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-hover.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-hover.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-close-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-close-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-hover.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-hover.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-hover.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-hover.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-maximize-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-hover.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-hover.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-hover.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-hover.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-minimize-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-active.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-active.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-active.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-active.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-hover.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-hover.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-hover.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-hover.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-inactive.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-inactive.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-inactive.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-inactive.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-pressed.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-pressed.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-pressed.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/button-unmaximize-pressed.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/metacity-theme-1.xml b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/metacity-theme-1.xml similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/metacity-theme-1.xml rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/metacity-theme-1.xml diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center-shaded.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center-shaded.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center-shaded.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center-shaded.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-center.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left-shaded.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left-shaded.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left-shaded.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left-shaded.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-left.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right-shaded.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right-shaded.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right-shaded.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right-shaded.png diff --git a/Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right.png b/Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right.png similarity index 100% rename from Qt/Application Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right.png rename to Qt/Application_Theme/QGtkStyle/win27pixmap/metacity-1/titlebar-right.png diff --git a/README.md b/README.md old mode 100644 new mode 100755 index f8fbf22..36b743e --- a/README.md +++ b/README.md @@ -3,64 +3,46 @@ # WARNING: THIS PROJECT IS NOT ACTIVE ## Due to real life circumstances, I don't have much time to work on this project. This project is developed in my spare time and updated when I feel it is good enough to be updated. In other words, updates are done when they are done. -

Microsoft® Windows™ is a registered trademark of Microsoft® Corporation. This name is used for referential use only, and does not aim to usurp copyrights from Microsoft. Microsoft Ⓒ 2016 All rights reserved. All resources belong to Microsoft Corporation.

+## Microsoft® Windows™ is a registered trademark of Microsoft® Corporation. This name is used for referential use only, and does not aim to usurp copyrights from Microsoft. Microsoft Ⓒ 2023 All rights reserved. All resources belong to Microsoft Corporation. ## Credits -1. [Aero for Emerald](https://store.kde.org/p/1003826/) -2. [Aero Mouse Cursors with Drop Shadow](https://store.kde.org/p/999972/) -3. [Avalon Menu](https://store.kde.org/p/1386465/) -4. [Digital Clock Lite](https://www.kde-look.org/p/1225135/) -5. [Equilibrium GTK3](https://store.kde.org/p/1493643/) -6. [Expose Air Tweaked](https://store.kde.org/p/1722560/) -7. [MMcK Launcher](https://store.kde.org/p/1720532) -8. [Seven-Black](https://www.kde-look.org/p/998614) -9. [Seven Black Aurorae](https://store.kde.org/p/1002615) -10. [Show Desktop (Win7)](https://www.kde-look.org/p/1100895/) -11. [Smaragd](https://www.pling.com/p/1167274) -12. [VistaVG Ultimate](https://www.deviantart.com/vishal-gupta/art/VistaVG-Ultimate-57715902) -13. [Volatile](https://www.pling.com/p/998823) -14. [Win2-7](https://www.gnome-look.org/p/1012465) -15. [Win2-7(Pixmap)](https://www.opendesktop.org/p/1014539) -16. [Windows 7 GTK3 Theme](https://b00merang.weebly.com/windows-7.html) -17. [Windows 7 Kvantum Theme](https://www.pling.com/p/1679903) -18. [Windows 8 Icon Theme](https://b00merang.weebly.com/icon-themes.html) - -These are all the projects which I have either mentioned or forked for the purposes of this theme pack. Please consider checking them out and checking out the authors who created these themes, plasmoids and other tweaks. +*See [DOCUMENTATION.md](./DOCUMENTATION.md)* -XMR: `45WrFdAJvAaLTPA27xfqckPGiqphTBnbmELxdBrjpkpW7Bwuc9Rn2TT13QXm7eHZgVJKRPDBbJFLt4Crg9EXLxKp9E9AHJp` +Buy me a loaf of bread (Monero): +`45WrFdAJvAaLTPA27xfqckPGiqphTBnbmELxdBrjpkpW7Bwuc9Rn2TT13QXm7eHZgVJKRPDBbJFLt4Crg9EXLxKp9E9AHJp` + +Buy Me a Coffee at ko-fi.com ## TABLE OF CONTENTS 1. [Introduction](#introduction) 2. [Screenshots](#screenshots) -3. [List of components and changes](#list-of-components) -4. [Installation](#installation) -5. [Documentation](#documentation) -6. [TODO List](#todo-list) +3. [Installation](#installation) +4. [Documentation](#documentation) +5. [FAQ](#questions) ## Introduction This is a project which aims to recreate the look and feel of Windows 7 as much as possible on KDE Plasma. -It is still in early development and testing. Currently supported platforms, features and specifications are: +It is still in heavy development and testing. This project has been tested on: - Arch Linux (Up to date LTS kernel, 64-bit), Artix (Up to date LTS kernel, 64-bit) - X11 - Latest stable KDE Plasma release, latest KDE Frameworks version - Latest Qt version - GTK2 - - Intel integrated Graphics, AMD GPUs + - Intel integrated graphics, AMD dedicated graphics - 96 DPI scaling -Features that are currently not supported but should be: +Here's what's currently not supported but should be (see FAQ): - Multi-distro support (While this could work on other distros, I cannot provide help if something goes wrong) - - Nvidia GPU support - - HiDPi scaling + - HiDPI scaling - Multilanguage support -The following will not be supported at all: +The following will not be supported at all in the foreseeable future: - GTK3 - GTK4 @@ -68,14 +50,11 @@ The following will not be supported at all:

DISCLAIMER:

-Certain plasmoids featured here make use of non-standard SVG items that are only available on this theme pack. Because of this, it is not recommended to use them outside of this theme. More on this is written in the documentation file, which lists the technical details. +This project modifies certain system components of KDE Plasma which are not meant to be modified. Reinstalling or updating KDE plasma through the package manager will bring back the original upstream components back, so it's required to redo certain parts of the installation process. **Modifying private system components can leave your desktop environment in a broken state**. Make sure to create backups before attempting to install this project. I am not responsible for broken KDE and/or Linux installs. -Also, this project modifies certain system components of KDE Plasma which are not meant to be editable, and WILL be replaced if KDE Plasma is reinstalled or upgraded. **Modifying private system components can leave your desktop environment in a broken state**. Make sure to create backups before attempting to install this project. I am not responsible for broken KDE and/or Linux installs. +Due to the fact that this project is under development and depends on upstream for a lot of things, many things are subject to change and will likely break as KDE Plasma gets updated over time. Keep an eye out on the issue tracker for further details when things inevitably happen to break. -Due to the fact that this project is under development and depends on upstream for a lot of things, things are subject to change and will likely break with updates from KDE and other components of the Linux desktop. As such, they may affect components of this theme. Keep an eye out on the issue tracker for further details when things inevitably happen to break. - -Feel free to take this theme pack and modify it for yourself or share it with others, and if -there are any improvements to be made here, any and all effort would be greatly appreciated. +Lastly, feel free to fork this project and/or contribute to it in any way. Any and all effort is greatly appreciated. ## Screenshots @@ -85,7 +64,6 @@ there are any improvements to be made here, any and all effort would be greatly ### Start Menu - @@ -100,6 +78,7 @@ there are any improvements to be made here, any and all effort would be greatly + ### Taskbar @@ -131,86 +110,53 @@ there are any improvements to be made here, any and all effort would be greatly + - -### AeroColorMixer +### Reflections and accent colors + + ### Window Style - -## List of components and changes - -*Full changelog can be read at [CHANGELOG.md](./CHANGELOG.md) of this repository.* - -The full scope of this project has become bigger than I had initially expected when I started working on it. Having a comprehensive list of components that have been added to the project, as well as a list of planned components, is something that needed to be fleshed out a long time ago. This is a list of components that are included in this project, as well as their feature completion status (Note: finished components are still subject to bugs, general enhancements and maintenance, but they are more or less feature complete.) - -### Plasmoids - -User plasmoids: - -- **DigitalClockLite Seven**: A clock and calendar plasmoid based on DigitalClockLite, with aesthetic changes. Originally written by INTIKA. [Finshed] -- **SevenStart**: An application launcher based on the Start Menu from Windows 7. Fork of Avalon Menu, written by ADHE. [Unfinished] -- **SevenTasks**: Task manager based on Windows 7's taskbar. [Unfinished] -- **Show Desktop (Win 7)**: Fork of the plasmoid with the same name written by Zren. Purely visual changes were done to the plasmoid. [Finished] - -System plasmoids and modifications: - -- **DefaultToolTip.qml**: Edited QML component used for displaying tooltips, now with less padding and smaller font sizes. [Finished] -- **Desktop shell**: Reduced padding and fixed hover selections. [Finished] -- **Keyboard layout switcher**: Smaller, better aligned text with a button for better visuals. [Finished] -- **System tray**: Major redesign and different placement, with more aesthetic differences than functional ones. [Finished] - -### Themes - -- **Aero Cursors**: Created by MOONY. [Unfinished] -- **SevenBlack**: Heavily edited fork of the Plasma theme with the same name by MIRKOGENNARI. [Unfinished] -- **Sound collection**: Sound effects used in Windows 7. [Finished] -- **Win2-7**: Fork of a GTK2 theme written by JUANDEJESUSS. Adapted to work better with QGtkStyle. [Finished] -- **Windows 7 Kvantum**: Fork of a Kvantum theme written by DRGORDBORD. [Finished] -- **WindowsIcons**: Fork of the Windows 8 icon pack created by the B00merang team. Adapted to fit KDE better, importing Windows 7 icons. [Unfinished] - -### KWin - -- **Smaragd Seven**: Fork of Smaragd, an implementation of Emerald for KWin. Fixes some bugs and fixes the text glow effect. Used in conjunction with a fork of an Emerald theme written by nicu96. [Unfinished] - -### Utility programs - -- **AeroColorMixer**: Program designed for changing colours within this project. [Finished] - -### Components yet to be implemented - -These components are listed from highest priority to lowest priority. - -- **Qt visual style based on reading Msstyle themes (Like QWindowsVistaStyle)** -- **KWin effect for Window reflections** -- **KWin task switcher** -- **SDDM Login theme and lock screen** -- **Plymouth theme(?)** - ## Installation *See [INSTALL.md](./INSTALL.md)* ## Documentation -*See DOCUMENTATION.md (Coming soon)* - -## TODO List - -1. Improve the Seven Start menu plasmoid - 1. If possible, make the sidebar entries configurable - 2. Make the top-right icon stick out of the Start menu - 3. If possible, make the top-right icon change depending on which sidebar is hovered over and more accurate theming - 5. Add a sidebar feature which includes recent items and actions for each application -2. Improve the icon theme -3. Rework the SevenTasks context menu -4. Add vertical taskbar support -5. Add more theme-specific documentation and KDE/QML documentation. - +*See [DOCUMENTATION.md](./DOCUMENTATION.md)* +## FAQ +### What do you mean by support? Can I not use this if I have an unsupported setup? +You can still use this project, and it will most likely work, but any errors and bugs caused by the unsupported parts of your setup I most likely cannot debug or fix easily or in a reasonable amount of time, or at all. If it's a simple fix, I don't mind doing it, but anything more is likely out of my scope. + +The main factor that decides whether something is supported or not is availability. I either don't have the hardware required to test things (I don't have a HiDPI monitor or a large variety of Nvidia GPUs, for example), or I simply don't and/or can't use certain software (Wayland). + +### Is this project designed to help Windows users migrate to Linux? + +In short: No. + +Ultimately, this project doesn't change the fact that the underlying operating system is still Linux. The goal of this project isn't to act as a full Windows desktop replacement, or to provide any easy way for Windows users to migrate to Linux. + +The main goal is to maintain the Aero visual style and keep it as authentic as possible while adapting it for Linux where it's necessary. This project is most likely not for people who want Aero but do not want to deal with Linux. There are many resources online that provide guides on how to bring back Aero into Windows 10 and 11, more or less, for those who aren't willing to migrate over to Linux, and that's totally fine. + +### Will there be a Vista variant of this theme? + +I'd like to make it, but this project has already gone up too much in scope for one person to handle :) + +Still, there's enough demand for it to warrant development, so I don't want to say no, but it's not happening soon. + +### Why do certain details of this theme still look inaccurate and wrong? + +A list of possible reasons: + +- This is a work in progress, so I simply haven't come down to fixing it. +- The details can be fixed but it's incredibly time consuming and tedious to do so (for example, icons and the Qt widget style). Thus they're low priority on my end. These little wrong details burn my eyes too, don't worry. +- I have no control over how certain parts of the desktop look like (for example, font rendering, KDE system plasmoids and shortcut/symlink icon placement, and other totally not overly specific things I tried to fix already) +- I simply didn't notice it, so thank you for pointing it out. :) diff --git a/Screenshots/Calendar.png b/Screenshots/Calendar.png old mode 100644 new mode 100755 diff --git a/Screenshots/Context_Menu_Taskbar.png b/Screenshots/Context_Menu_Taskbar.png new file mode 100755 index 0000000..c6d2cb3 Binary files /dev/null and b/Screenshots/Context_Menu_Taskbar.png differ diff --git a/Screenshots/Desktop.png b/Screenshots/Desktop.png index ca0eca4..6b12683 100644 Binary files a/Screenshots/Desktop.png and b/Screenshots/Desktop.png differ diff --git a/Screenshots/Emerald.png b/Screenshots/Emerald.png old mode 100644 new mode 100755 diff --git a/Screenshots/Icons.png b/Screenshots/Icons.png old mode 100644 new mode 100755 index 5ebf38c..032a1bb Binary files a/Screenshots/Icons.png and b/Screenshots/Icons.png differ diff --git a/Screenshots/Keyboard.png b/Screenshots/Keyboard.png old mode 100644 new mode 100755 diff --git a/Screenshots/Kvantum/AeroColorMixer.png b/Screenshots/Kvantum/AeroColorMixer.png old mode 100644 new mode 100755 index ddcc1b8..ba7dde9 Binary files a/Screenshots/Kvantum/AeroColorMixer.png and b/Screenshots/Kvantum/AeroColorMixer.png differ diff --git a/Screenshots/Kvantum/Clementine.png b/Screenshots/Kvantum/Clementine.png old mode 100644 new mode 100755 diff --git a/Screenshots/Kvantum/Context_Menu.png b/Screenshots/Kvantum/Context_Menu.png old mode 100644 new mode 100755 diff --git a/Screenshots/Kvantum/Context_Menu_2.png b/Screenshots/Kvantum/Context_Menu_2.png old mode 100644 new mode 100755 index 8db9b8b..8fb9180 Binary files a/Screenshots/Kvantum/Context_Menu_2.png and b/Screenshots/Kvantum/Context_Menu_2.png differ diff --git a/Screenshots/Kvantum/Dolphin.png b/Screenshots/Kvantum/Dolphin.png old mode 100644 new mode 100755 diff --git a/Screenshots/Kvantum/Dolphin_2.png b/Screenshots/Kvantum/Dolphin_2.png old mode 100644 new mode 100755 diff --git a/Screenshots/Kvantum/KSysGuard.png b/Screenshots/Kvantum/KSysGuard.png old mode 100644 new mode 100755 diff --git a/Screenshots/Media_Controls.png b/Screenshots/Media_Controls.png old mode 100644 new mode 100755 diff --git a/Screenshots/Notification.png b/Screenshots/Notification.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/AeroColorMixer.png b/Screenshots/QGtkStyle/AeroColorMixer.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/Clementine.png b/Screenshots/QGtkStyle/Clementine.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/Context_Menu.png b/Screenshots/QGtkStyle/Context_Menu.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/Context_Menu_2.png b/Screenshots/QGtkStyle/Context_Menu_2.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/Dolphin.png b/Screenshots/QGtkStyle/Dolphin.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/Dolphin_2.png b/Screenshots/QGtkStyle/Dolphin_2.png old mode 100644 new mode 100755 diff --git a/Screenshots/QGtkStyle/KSysGuard.png b/Screenshots/QGtkStyle/KSysGuard.png old mode 100644 new mode 100755 diff --git a/Screenshots/Reflections.png b/Screenshots/Reflections.png new file mode 100644 index 0000000..bf04a28 Binary files /dev/null and b/Screenshots/Reflections.png differ diff --git a/Screenshots/SevenStartConfig.png b/Screenshots/SevenStartConfig.png old mode 100644 new mode 100755 diff --git a/Screenshots/SevenTasksConfig.png b/Screenshots/SevenTasksConfig.png old mode 100644 new mode 100755 diff --git a/Screenshots/Shutdown.png b/Screenshots/Shutdown.png old mode 100644 new mode 100755 index 9b12dac..a79abda Binary files a/Screenshots/Shutdown.png and b/Screenshots/Shutdown.png differ diff --git a/Screenshots/Start_Menu.png b/Screenshots/Start_Menu.png old mode 100644 new mode 100755 index d5a906e..4ea0608 Binary files a/Screenshots/Start_Menu.png and b/Screenshots/Start_Menu.png differ diff --git a/Screenshots/Start_Menu_2.png b/Screenshots/Start_Menu_2.png old mode 100644 new mode 100755 index 08a6171..df86d5f Binary files a/Screenshots/Start_Menu_2.png and b/Screenshots/Start_Menu_2.png differ diff --git a/Screenshots/Start_Menu_3.png b/Screenshots/Start_Menu_3.png old mode 100644 new mode 100755 index 6a84def..3442f39 Binary files a/Screenshots/Start_Menu_3.png and b/Screenshots/Start_Menu_3.png differ diff --git a/Screenshots/Start_Menu_4.png b/Screenshots/Start_Menu_4.png old mode 100644 new mode 100755 index 7369bf8..ef65356 Binary files a/Screenshots/Start_Menu_4.png and b/Screenshots/Start_Menu_4.png differ diff --git a/Screenshots/Switcher.png b/Screenshots/Switcher.png new file mode 100644 index 0000000..5838b62 Binary files /dev/null and b/Screenshots/Switcher.png differ diff --git a/Screenshots/System_Tray.png b/Screenshots/System_Tray.png old mode 100644 new mode 100755 diff --git a/Screenshots/Taskbar.png b/Screenshots/Taskbar.png old mode 100644 new mode 100755 diff --git a/Screenshots/Taskbar_2.png b/Screenshots/Taskbar_2.png old mode 100644 new mode 100755 index bfc2672..54b9169 Binary files a/Screenshots/Taskbar_2.png and b/Screenshots/Taskbar_2.png differ diff --git a/Screenshots/Tooltips.png b/Screenshots/Tooltips.png old mode 100644 new mode 100755 diff --git a/Screenshots/Window_Decorations.png b/Screenshots/Window_Decorations.png old mode 100644 new mode 100755 diff --git a/Screenshots/hovertask.webm b/Screenshots/hovertask.webm index e76e1a2..4f90ae1 100644 Binary files a/Screenshots/hovertask.webm and b/Screenshots/hovertask.webm differ diff --git a/Screenshots/starthover.webm b/Screenshots/starthover.webm index 6b21ee3..72e3ed7 100644 Binary files a/Screenshots/starthover.webm and b/Screenshots/starthover.webm differ diff --git a/Shortcomings/Tooltip.png b/Shortcomings/Tooltip.png deleted file mode 100644 index cb64f94..0000000 Binary files a/Shortcomings/Tooltip.png and /dev/null differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/defaults b/Testing/Global_Theme/aerothemeplasma/contents/defaults new file mode 100644 index 0000000..add3af0 --- /dev/null +++ b/Testing/Global_Theme/aerothemeplasma/contents/defaults @@ -0,0 +1,24 @@ +[kcminputrc][Mouse] +cursorTheme=aero-cursors + +[kdeglobals][General] +ColorScheme=AeroColorScheme + +[kdeglobals][Icons] +Theme=windowsicon + +[kdeglobals][KDE] +widgetStyle=kvantum + +[kwinrc][DesktopSwitcher] +LayoutName=org.kde.breeze.desktop + +[kwinrc][WindowSwitcher] +LayoutName=thumbnail_seven + +[kwinrc][org.kde.kdecoration2] +library=org.kde.smaragd +theme=Smaragd + +[plasmarc][Theme] +name=Seven-Black diff --git a/Testing/Global_Theme/aerothemeplasma/contents/layouts/org.kde.plasma.desktop-layout.js b/Testing/Global_Theme/aerothemeplasma/contents/layouts/org.kde.plasma.desktop-layout.js new file mode 100644 index 0000000..796faf9 --- /dev/null +++ b/Testing/Global_Theme/aerothemeplasma/contents/layouts/org.kde.plasma.desktop-layout.js @@ -0,0 +1,29 @@ +var plasma = getApiVersion(1); + +panel = new plasma.Panel; +panel.location = "bottom"; +panel.height = 40; + +panel.addWidget("io.gitgud.wackyideas.SevenStart"); +panel.addWidget("io.gitgud.wackyideas.seventasks"); +panel.addWidget("org.kde.plasma.keyboardlayout"); +panel.addWidget("org.kde.plasma.systemtray"); +panel.addWidget("io.gitgud.wackyideas.digitalclocklite"); +panel.addWidget("io.gitgud.wackyideas.win7showdesktop"); + +var allDesktops = desktopsForActivity(currentActivity()); +for(var j = 0; j < allDesktops.length; j++) { + var d = allDesktops[j]; + print(d); + var groups = d.configGroups; + + var general = groups["General"]; + d.currentConfigGroup = ["General"]; + + d.writeConfig("iconSize", 2); + d.writeConfig("labelWidth", 0); + d.writeConfig("popups", false); + d.writeConfig("sortMode", -1); + d.writeConfig("toolTips", true); + d.reloadConfig(); +} diff --git a/Testing/Global_Theme/aerothemeplasma/contents/previews/preview.png b/Testing/Global_Theme/aerothemeplasma/contents/previews/preview.png new file mode 100644 index 0000000..6b12683 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/previews/preview.png differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/previews/splash.png b/Testing/Global_Theme/aerothemeplasma/contents/previews/splash.png new file mode 100755 index 0000000..db7dbf9 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/previews/splash.png differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/Splash.qml b/Testing/Global_Theme/aerothemeplasma/contents/splash/Splash.qml new file mode 100755 index 0000000..40c8b0d --- /dev/null +++ b/Testing/Global_Theme/aerothemeplasma/contents/splash/Splash.qml @@ -0,0 +1,102 @@ +/* + * Copyright 2014 Marco Martin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.5 +import QtGraphicalEffects 1.0 +import QtMultimedia 5.15 + +Image { + id: root + source: "images/background.jpg" + + property int stage + + onStageChanged: { + if (stage == 6) { + splashSound.play(); + } + } + + Item { + id: content + anchors.fill: parent + opacity: 1 + TextMetrics { + id: units + text: "M" + property int gridUnit: boundingRect.height + property int largeSpacing: units.gridUnit + property int smallSpacing: Math.max(2, gridUnit/4) + } + + Text { + id: logo + font.pixelSize: 23; + font.letterSpacing: 0.8; + text: "Welcome"; + color: "white"; + font.family: "Segoe UI"; + anchors.centerIn: parent + anchors.verticalCenterOffset: -units.largeSpacing*3; + layer.enabled: true + layer.effect: DropShadow { + verticalOffset: 1 + color: "#CC000000" + radius: 2 + samples: 3 + } + renderType: Text.NativeRendering; + font.hintingPreference: Font.PreferVerticalHinting + } + + AnimatedImage { + id: busyIndicator + anchors.right: logo.left; + anchors.rightMargin: units.smallSpacing*2; + anchors.horizontalCenterOffset: -logo.width / 2 -units.smallSpacing * 5; + anchors.verticalCenterOffset: -units.largeSpacing*3; + anchors.centerIn: parent + source: "images/busy.gif" + smooth: true + } + + Rectangle { + id: fadeout + anchors.fill: parent + color: "black" + opacity: 0 + } + SoundEffect { + id: splashSound + source: "logon.wav" + loops: 0 + } + } + + + OpacityAnimator { + id: introAnimation + running: false + target: content + from: 0 + to: 1 + duration: 150 + easing.type: Easing.Linear + } +} diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/Login.svgz b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/Login.svgz new file mode 100755 index 0000000..bf6f504 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/Login.svgz differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.jpg b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.jpg new file mode 100755 index 0000000..8d54fc0 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.jpg differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.png b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.png new file mode 100755 index 0000000..bb7f584 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/background.png differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy.gif b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy.gif new file mode 100755 index 0000000..41f87e9 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy.gif differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_25.gif b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_25.gif new file mode 100755 index 0000000..6515f7a Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_25.gif differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_30.gif b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_30.gif new file mode 100755 index 0000000..1803fae Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busy_30.gif differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget.svgz b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget.svgz new file mode 100755 index 0000000..dc751c5 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget.svgz differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget_overlay.svgz b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget_overlay.svgz new file mode 100755 index 0000000..1fe816f Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/busywidget_overlay.svgz differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/images/index.png b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/index.png new file mode 100755 index 0000000..79acd8a Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/images/index.png differ diff --git a/Testing/Global_Theme/aerothemeplasma/contents/splash/logon.wav b/Testing/Global_Theme/aerothemeplasma/contents/splash/logon.wav new file mode 100755 index 0000000..5efaf99 Binary files /dev/null and b/Testing/Global_Theme/aerothemeplasma/contents/splash/logon.wav differ diff --git a/Testing/Global_Theme/aerothemeplasma/metadata.desktop b/Testing/Global_Theme/aerothemeplasma/metadata.desktop new file mode 100644 index 0000000..c6f8339 --- /dev/null +++ b/Testing/Global_Theme/aerothemeplasma/metadata.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Comment=A KDE Plasma theme that aims to replicate the look and feel of Windows 7. +Name=AeroThemePlasma +Id=aerothemeplasma +X-KDE-PluginInfo-Author=WackyIdeas +X-KDE-PluginInfo-Category=Plasma Look And Feel +X-KDE-PluginInfo-Email=wackyideas@disroot.org +X-KDE-PluginInfo-EnabledByDefault=true +X-KDE-PluginInfo-License=AGPLv3 +X-KDE-PluginInfo-Name=aerothemeplasma +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website=https://gitgud.io/wackyideas/aerothemeplasma +X-KDE-ServiceTypes=Plasma/LookAndFeel diff --git a/Testing/install.sh b/Testing/install.sh new file mode 100755 index 0000000..1c70898 --- /dev/null +++ b/Testing/install.sh @@ -0,0 +1,334 @@ +#!/bin/bash + +# Automatic installer script for AeroThemePlasma +# See INSTALL.md for more details on what this +# script does and does not do. +# wackyideas 2023, https://gitgud.io/wackyideas/aerothemeplasma + +# kwriteconfig5 +# kreadconfig5 +# tar -xf [file.tar.gz] + +# Defining some useful paths +# User directories +PLASMA_THEMES=~/.local/share/plasma/desktoptheme/ +USER_PLASMOIDS=~/.local/share/plasma/plasmoids/ +USER_LOOK_AND_FEEL=~/.local/share/plasma/look-and-feel/ +COLOR_SCHEMES=~/.local/share/color-schemes/ +GTK2_THEMES=/home/$USER/.themes/ +EMERALD_PATH=~/.emerald/ +USER_CONFIG=~/.config/ +KVANTUM_THEMES=${USER_CONFIG}Kvantum/ +USER_ICONS=~/.local/share/icons/ + +# System directories +FONTS_DIR=/usr/share/fonts/windows/ +KWIN_PLUGIN_DIR=/usr/lib/qt/plugins/org.kde.kdecoration2/ +KWIN_EFFECTS_DIR=/usr/lib/qt/plugins/kwin/effects/plugins/ +KWIN_CONFIGS_DIR=/usr/lib/qt/plugins/kwin/effects/configs/ +SYSTEM_PLASMOIDS=/usr/share/plasma/plasmoids/ +PLASMOID_PLUGINS=/usr/lib/qt/plugins/plasma/applets/ +TOOLTIP_DIR=/usr/lib/qt/qml/org/kde/plasma/core/private/ +SOUNDS_DIR=/usr/share/sounds/ +BIN=/usr/bin/ + +# Inner directories + +# Plasma +INNER_PLASMA_WIDGETS=./Plasma/Plasma_Widgets/ +INNER_COLOR_SCHEME=./Plasma/Color_Scheme/ +INNER_SOUNDS="./Plasma/Sounds/" +INNER_GLOBAL_THEME=./Plasma/Global_Theme/ +INNER_PLASMA_THEME=./Plasma/KDE_Plasma_Theme/ + +# Qt +INNER_KVANTUM_THEME=./Qt/Application_Theme/Kvantum/ +INNER_GTK2_THEME=./Qt/Application_Theme/QGtkStyle/ + +# Icons and cursors +INNER_ICON_THEME=./Icons\ and\ cursors/ + +# KWin +INNER_KWIN="./KWin/" + +# NAMES + +# System plasmoids +SYSTRAY=org.kde.plasma.private.systemtray +KEYBOARD_LAYOUT=org.kde.plasma.keyboardlayout +DESKTOP_CONTAINMENT=org.kde.desktopcontainment +TOOLTIP_QML=DefaultToolTip.qml + +# User plasmoids +SEVEN_START=io.gitgud.wackyideas.SevenStart +SEVEN_TASKS=io.gitgud.wackyideas.seventasks +SEVEN_TASKS_PLUGIN=plasma_applet_seventasks.so +DIGITALCLOCKLITE=io.gitgud.wackyideas.digitalclocklite +SHOW_DESKTOP=io.gitgud.wackyideas.win7showdesktop + +# Themes +PLASMA_THEME=Seven-Black +GTK2_THEME=win27pixmap +KVANTUM_THEME=Windows7Kvantum_Aero +SPLASH_SCREEN=io.gitgud.wackyideas.aerosplashscreen +COLOR_SCHEME=AeroColorScheme.colors + +KWIN_PLUGIN=kwin_smaragd.so +KWIN_EFFECT=libkwin4_effect_reflect.so +KWIN_CONFIG=kwin4_effect_reflect_config.so + +# Icons and cursors +ICONTHEME=windowsicon +CURSORTHEME=aero-cursors + +# GTK2 Settings +ENV=/etc/environment +LINE="GTK2_RC_FILES=${GTK2_THEMES}${GTK2_THEME}/gtk-2.0/gtkrc" + +BACKUP_FOLDER=~/AeroThemePlasma_Backups/ +ORIGINAL_FOLDER="${BACKUP_FOLDER}First_Time_Backup/" + + +function backup { + echo "Performing backup..." + mkdir -p ${BACKUP_FOLDER} + if [ ! -d "${ORIGINAL_FOLDER}" ] + then + # Perform first time backup + echo "Performing first time backup..." + echo "Creating a backup at $ORIGINAL_FOLDER" + mkdir -p "${ORIGINAL_FOLDER}" + cp -r "${SYSTEM_PLASMOIDS}${SYSTRAY}" "${ORIGINAL_FOLDER}" # System Tray + cp -r "${SYSTEM_PLASMOIDS}${DESKTOP_CONTAINMENT}" "${ORIGINAL_FOLDER}" # Desktop Containment + cp -r "${SYSTEM_PLASMOIDS}${KEYBOARD_LAYOUT}" "${ORIGINAL_FOLDER}" # Keyboard Layout + cp -r "${TOOLTIP_DIR}${TOOLTIP_QML}" "${ORIGINAL_FOLDER}" # DefaultToolTip.qml + + # Backing up /etc/environment + if grep "GTK2_RC_FILES" "$ENV" &> /dev/null + then + cp "$ENV" "$ORIGINAL_FOLDER" + fi + + # Emerald + if [ -d "$EMERALD_PATH" ] + then + mkdir -p "${ORIGINAL_FOLDER}.emerald" + cp -r "${EMERALD_PATH}theme" "${ORIGINAL_FOLDER}.emerald/theme" + cp "${EMERALD_PATH}settings.ini" "${ORIGINAL_FOLDER}.emerald/settings.ini" + fi + fi + + + local answer="Y" + read -p "If you have already installed AeroThemePlasma before, would you like to create a backup of the currently installed version? [Y/n] " answer + if [[ $answer != "n" ]] && [[ $answer != "N" ]] + then + local tstamp=$(date +%Y-%m-%d_%H_%M_%S) + local bpath="${BACKUP_FOLDER}${tstamp}" + echo "Creating a backup at $bpath" + mkdir -p "$bpath" + + echo "Backing up system files..." + cp -r "${SYSTEM_PLASMOIDS}${SYSTRAY}" "$bpath" # System Tray + cp -r "${SYSTEM_PLASMOIDS}${DESKTOP_CONTAINMENT}" "$bpath" # Desktop Containment + cp -r "${SYSTEM_PLASMOIDS}${KEYBOARD_LAYOUT}" "$bpath" # Keyboard Layout + cp -r "${TOOLTIP_DIR}${TOOLTIP_QML}" "$bpath" # DefaultToolTip.qml + + echo "Backing up Smaragd..." + cp "${KWIN_PLUGIN_DIR}${KWIN_PLUGIN}" "$bpath" # kwin_smaragd.so + + echo "Backing up Smaragd theme..." + mkdir -p "${bpath}/.emerald" + cp -r "${EMERALD_PATH}theme" "${bpath}/.emerald/theme" + cp "${EMERALD_PATH}settings.ini" "${bpath}/.emerald/settings.ini" + + echo "Backing up Plasma theme..." + cp -r "${PLASMA_THEMES}${PLASMA_THEME}" "$bpath" # SevenBlack + + echo "Backing up user plasmoids..." + + for f in ${USER_PLASMOIDS}io.gitgud.wackyideas.*; do + cp -r "$f" "$bpath" + done + + cp "${PLASMOID_PLUGINS}${SEVEN_TASKS_PLUGIN}" "$bpath" # SevenTasks plugin + + #echo "Backing up splash screen..." + #cp -r "${USER_SPLASH}${SPLASH_SCREEN}" "$bpath" # Aero-splash-screen + + echo "Backing up Kvantum theme..." + cp -r "${KVANTUM_THEMES}${KVANTUM_THEME}" "$bpath" # Windows7Kvantum_Aero + + # ADD REFLECTION EFFECT HERE, TODO + echo "Backing up Reflection effect..." + cp -r "${KWIN_EFFECTS_DIR}${KWIN_EFFECT}" "$bpath" + cp -r "${KWIN_CONFIGS_DIR}${KWIN_CONFIG}" "$bpath" + + echo "Backing up global theme..." + cp -r "${USER_LOOK_AND_FEEL}aerothemeplasma" "$bpath" + + answer="N" + read -p "Do you want to make a backup of the icon theme? [y/N] " answer + if [[ $answer = "y" ]] || [[ $answer = "Y" ]] + then + echo "Backing up icon theme..." + cp -r "${SYSTEM_ICONS}${ICONTHEME}" "$bpath" + fi + echo "Finished backup." + return + fi + +} +function print_help { + printf "WARNING: THIS SCRIPT IS NOT READY FOR USE. IT'S LARGELY INCOMPLETE\n" + printf "AND MIGHT EVEN BREAK YOUR SYSTEM IN ITS CURRENT STATE.\n" + printf "AeroThemePlasma installer usage:\n\n" + printf " ./install.sh COMMAND\n" + printf " Semi-automated installer and updater for AeroThemePlasma.\n\n" + printf "Available commands:\n" + printf " help Shows this screen.\n" + printf " install Performs a CLEAN install of AeroThemePlasma. Recommended for first time installations.\n" + printf " update Pulls the latest changes from the git repo and updates AeroThemePlasma.\n" + printf " restore [PATH] Restores a backup provided by an absolute path to a directory. If no path is provided, the installer will restore the original backup.\n\n" + printf "For more information, see the INSTALL.md page.\n" + exit +} +function warning { + printf "\nWARNING:\nThis script requires root privileges as it installs certain components in locations not writable by regular users, and also\n" + printf "modifies certain system components tied to KDE.\n" + printf "For more information about the installation process, as well as all the components added or modified by this project, see\nINSTALL.md and DOCUMENTATION.md respectively.\n\n" + + local answer="N" + read -p "Do you want to continue? [y/N] " answer + if [[ $answer != "y" ]] && [[ $answer != "Y" ]] + then + printf "Exiting installer.\n" + exit + else + return + fi +} +function dependencies { + printf "Required dependencies:\n- git\n- kdialog\n- kvantum\n- kwin\n- tar\n" + printf "Checking dependencies..." + + if [ $(echo $XDG_CURRENT_DESKTOP | grep KDE &> /dev/null) ] + then + printf "\nThis script couldn't detect KDE running on this system. The installer will now exit.\n" + exit + fi + if [ command -v git &> /dev/null ] || [ command -v kdialog &> /dev/null ] || [ command -v tar &> /dev/null ] || [ command -v kvantummanager &> /dev/null ] || [ command -v kwin_x11 &> /dev/null ] + then + printf "\nMissing dependencies. The installer will now exit.\n" + exit + else + printf " done.\n" + fi +} +function install_system { + echo "Overwriting system components..." + sudo echo "Permissions granted, installing desktop modifications..." + + echo "Installing DefaultToolTip.qml..." + sudo mkdir -p "${TOOLTIP_DIR}" + sudo cp "${INNER_PLASMA_WIDGETS}System/Tooltips/${TOOLTIP_QML}" "${TOOLTIP_DIR}${TOOLTIP_QML}" + echo "Installing system plasmoids..." + + sudo rm -r "${SYSTEM_PLASMOIDS}${SYSTRAY}" + sudo rm -r "${SYSTEM_PLASMOIDS}${KEYBOARD_LAYOUT}" + sudo rm -r "${SYSTEM_PLASMOIDS}${DESKTOP_CONTAINMENT}" + for f in ${INNER_PLASMA_WIDGETS}System/org.kde.*; do + sudo cp -r "$f" "${SYSTEM_PLASMOIDS}" + done +} +function install { + printf "Running AeroThemePlasma installer\n" + dependencies + + backup + mkdir -p $PLASMA_THEMES + mkdir -p $USER_PLASMOIDS + mkdir -p $COLOR_SCHEMES + mkdir -p $GTK2_THEMES + mkdir -p $USER_ICONS + mkdir -p $USER_LOOK_AND_FEEL + warning + install_system + + echo "Installing user plasmoids..." + sudo mkdir -p "${PLASMOID_PLUGINS}" + sudo cp "${INNER_PLASMA_WIDGETS}User/${SEVEN_TASKS_PLUGIN}" "${PLASMOID_PLUGINS}" + rm -r "${USER_PLASMOIDS}${SEVEN_TASKS}" + rm -r "${USER_PLASMOIDS}${SEVEN_START}" + rm -r "${USER_PLASMOIDS}${DIGITALCLOCKLITE}" + rm -r "${USER_PLASMOIDS}${SHOW_DESKTOP}" + for f in ${INNER_PLASMA_WIDGETS}User/io.gitgud.wackyideas.*; do + cp -r "$f" "${USER_PLASMOIDS}" + done + + echo "Installing icon theme..." + tar -xf "${INNER_ICON_THEME}${ICONTHEME}.tar.gz" + rm -rf "${USER_ICONS}${ICONTHEME}" + mv "${ICONTHEME}" "${USER_ICONS}" + echo "Installing cursor theme..." + tar -xf "${INNER_ICON_THEME}${CURSORTHEME}.tar.gz" + rm -rf "${USER_ICONS}${CURSORTHEME}" + mv "${CURSORTHEME}" "${USER_ICONS}" + + echo "Installing Smaragd Seven..." + sudo mkdir -p "${KWIN_PLUGIN_DIR}" + sudo cp "${INNER_KWIN}smaragd_bin/${KWIN_PLUGIN}" "${KWIN_PLUGIN_DIR}" + cp -r "${INNER_KWIN}.emerald" ~ + + echo "Installing Reflection effect..." + + sudo mkdir -p "${KWIN_EFFECTS_DIR}" + sudo mkdir -p "${KWIN_CONFIGS_DIR}" + sudo cp "${INNER_KWIN}reflect_bin/${KWIN_EFFECT}" "${KWIN_EFFECTS_DIR}" + sudo cp "${INNER_KWIN}reflect_bin/${KWIN_CONFIG}" "${KWIN_CONFIGS_DIR}" + + echo "Installing sounds..." + sudo mkdir -p "${SOUNDS_DIR}" + for f in ${INNER_SOUNDS}*; do + sudo cp -r "$f" "${SOUNDS_DIR}" + done + + #echo "Installing splash screen..." + #rm -r "${USER_SPLASH}${SPLASH_SCREEN}" + #cp -r "${INNER_SPLASH_SCREEN}${SPLASH_SCREEN}" "${USER_SPLASH}" + + echo "Installing color scheme..." + cp "${INNER_COLOR_SCHEME}${COLOR_SCHEME}" "${COLOR_SCHEMES}" + + echo "Installing KDE Plasma theme..." + rm -r "${PLASMA_THEMES}${PLASMA_THEME}" + cp -r "${INNER_PLASMA_THEME}${PLASMA_THEME}" "${PLASMA_THEMES}" + + echo "Installing Kvantum theme..." + mkdir -p "${KVANTUM_THEMES}${KVANTUM_THEME}" + cp -r "${INNER_KVANTUM_THEME}${KVANTUM_THEME}" "${KVANTUM_THEMES}" + + echo "Installing GTK2 theme..." + cp -r "${INNER_GTK2_THEME}${GTK2_THEME}" "${GTK2_THEMES}" + + echo "Installing global theme..." + cp -r "${INNER_GLOBAL_THEME}aerothemeplasma" "${USER_LOOK_AND_FEEL}" + + local answer="N" + read -p "Do you want to set up a new desktop layout? WARNING: This will replace your current configuration. [y/N] " answer + if [[ $answer != "y" ]] && [[ $answer != "Y" ]] + then + plasma-apply-lookandfeel --reset-layout -a aerothemeplasma + else + plasma-apply-lookandfeel -a aerothemeplasma + fi + kvantummanager --set $KVANTUM_THEME +} + +if [[ $1 = "install" ]] +then + install +else + print_help +fi + diff --git a/Wine/VistaVG Ultimate/VistaVG Ultimate.msstyles b/Wine/VistaVG Ultimate/vistavg_ultimate.msstyles old mode 100644 new mode 100755 similarity index 100% rename from Wine/VistaVG Ultimate/VistaVG Ultimate.msstyles rename to Wine/VistaVG Ultimate/vistavg_ultimate.msstyles